-
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¶
- “y” if
SERIAL
&&BOARD_MUSCA_A
Kconfig definitions¶
At boards/arm/v2m_musca/Kconfig.defconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_PL011_PORT1 bool default "y" ifSERIAL
&&BOARD_MUSCA_A
depends onSERIAL
&&BOARD_MUSCA_A
At drivers/serial/Kconfig.pl011:23
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/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" ifUART_PL011
&&SERIAL
depends onUART_PL011
&&SERIAL
help Build the driver to utilize UART controller Port 1.
(Definitions include propagated dependencies, including from if’s and menus.)