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

Enable driver for UART 1

Type: bool

Help

Build the driver to utilize UART controller Port 1.

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:36

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

At drivers/serial/Kconfig.pl011:23

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_PORT1
    bool
    prompt "Enable driver for UART 1" if UART_PL011 && SERIAL
    depends on UART_PL011 && SERIAL
    help
      Build the driver to utilize UART controller Port 1.

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