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

Enable driver for UART 0

Type: bool

Help

Build the driver to utilize UART controller Port 0.

Direct dependencies

(SERIAL && BOARD_MUSCA_A) || (UART_PL011 && SERIAL)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

At drivers/serial/Kconfig.pl011:18

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

Menu path: (top menu) → Device Drivers → Serial Drivers → ARM PL011 UART Driver

config UART_PL011_PORT0
    bool
    prompt "Enable driver for UART 0" if UART_PL011 && SERIAL
    depends on UART_PL011 && SERIAL
    help
      Build the driver to utilize UART controller Port 0.

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