The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_UART_PL011

ARM PL011 UART Driver

Type: bool

Help

This option enables the UART driver for the PL011

Direct dependencies

(SERIAL && BOARD_MUSCA_A) || (SOC_FAMILY_ARM && SERIAL)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/arm/v2m_musca/Kconfig.defconfig:27

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_PL011
    bool
    default "y" if SERIAL && BOARD_MUSCA_A
    depends on SERIAL && BOARD_MUSCA_A

At drivers/serial/Kconfig.pl011:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:115

Menu path: (top menu) → Device Drivers → Serial Drivers

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

(Definitions include propagated dependencies, including from if’s and menus.)