CONFIG_UART_PL011

ARM PL011 UART Driver

Type: bool

Help

This option enables the UART driver for the PL011

Direct dependencies

(SERIAL && BOARD_MUSCA_B1) || (SERIAL && BOARD_MUSCA_S1) || (SERIAL && SOC_EOS_S3) || (SERIAL && SOC_EOS_S3) || SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/boards/arm/v2m_musca_b1/Kconfig.defconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config UART_PL011
    bool
    default y
    depends on SERIAL && BOARD_MUSCA_B1

At <Zephyr>/boards/arm/v2m_musca_s1/Kconfig.defconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config UART_PL011
    bool
    default y
    depends on SERIAL && BOARD_MUSCA_S1

At <Zephyr>/soc/arm/quicklogic_eos_s3/Kconfig.defconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config UART_PL011
    bool
    default y
    depends on SERIAL && SOC_EOS_S3

At <Zephyr>/soc/arm/quicklogic_eos_s3/Kconfig.defconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27

Menu path: (Top)

config UART_PL011
    bool
    default y
    depends on SERIAL && SOC_EOS_S3

At <Zephyr>/drivers/serial/Kconfig.pl011:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:24<Zephyr>/drivers/serial/Kconfig:136

Menu path: (Top) → Device Drivers → Serial Drivers

menuconfig UART_PL011
    bool "ARM PL011 UART Driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on SERIAL
    help
      This option enables the UART driver for the PL011

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)