-
CONFIG_UART_NS16550_PORT_2
¶
Enable NS16550 Port 2
Type: bool
Help¶
This tells the driver to configure the UART port at boot, depending on the additional configure options below.
Direct dependencies¶
(UART_NS16550
&& BOARD_MEC15XXEVB_ASSY6853
) || (UART_NS16550
&& BOARD_GPMRB
) || (UART_NS16550
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y if
UART_CONSOLE
y
Kconfig definitions¶
At boards/arm/mec15xxevb_assy6853/Kconfig.defconfig:11
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config UART_NS16550_PORT_2 bool default y ifUART_CONSOLE
depends onUART_NS16550
&&BOARD_MEC15XXEVB_ASSY6853
At boards/x86/gpmrb/Kconfig.defconfig:23
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config UART_NS16550_PORT_2 bool default y depends onUART_NS16550
&&BOARD_GPMRB
At drivers/serial/Kconfig.ns16550:77
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:67
Menu path: (Top) → Device Drivers → Serial Drivers → NS16550 serial driver
menuconfig UART_NS16550_PORT_2 bool "Enable NS16550 Port 2" depends onUART_NS16550
&&SERIAL
help This tells the driver to configure the UART port at boot, depending on the additional configure options below.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)