-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig.ns16550:167
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:58
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_NS16550_PORT_2 bool prompt "Enable NS16550 Port 2" ifUART_NS16550
&&SERIAL
depends onUART_NS16550
&&SERIAL
help This tells the driver to configure the UART port at boot, depending on the additional configure options below.
(Definitions include propagated dependencies, including from if’s and menus.)