-
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
) || (SERIAL
&& BOARD_MUSCA_B1
) || SERIAL
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/arm/v2m_musca/Kconfig.defconfig:19
Included via Kconfig:8
→ Kconfig.zephyr:24
Menu path: (Top)
config UART_PL011 bool default y depends onSERIAL
&&BOARD_MUSCA_A
At boards/arm/v2m_musca_b1/Kconfig.defconfig:19
Included via Kconfig:8
→ Kconfig.zephyr:24
Menu path: (Top)
config UART_PL011 bool default y depends onSERIAL
&&BOARD_MUSCA_B1
At drivers/serial/Kconfig.pl011:4
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:117
Menu path: (Top) → Device Drivers → Serial Drivers
menuconfig UART_PL011 bool "ARM PL011 UART Driver" selectSERIAL_HAS_DRIVER
selectSERIAL_SUPPORT_INTERRUPT
depends onSERIAL
help This option enables the UART driver for the PL011
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)