-
CONFIG_UART_NS16550_PORT_3
¶
Enable NS16550 Port 3
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:183
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:65
Menu path: (top menu) → Device Drivers → Serial Drivers → NS16550 serial driver
menuconfig UART_NS16550_PORT_3 bool prompt "Enable NS16550 Port 3" 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.)