-
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¶
- “y” if
SERIAL
&&BOARD_MUSCA_A
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/arm/v2m_musca/Kconfig.defconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_PL011 bool default "y" ifSERIAL
&&BOARD_MUSCA_A
depends onSERIAL
&&BOARD_MUSCA_A
At drivers/serial/Kconfig.pl011:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:115
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_PL011 bool prompt "ARM PL011 UART Driver" ifSOC_FAMILY_ARM
&&SERIAL
selectSERIAL_HAS_DRIVER
ifSOC_FAMILY_ARM
&&SERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifSOC_FAMILY_ARM
&&SERIAL
depends onSOC_FAMILY_ARM
&&SERIAL
help This option enables the UART driver for the PL011
(Definitions include propagated dependencies, including from if’s and menus.)