-
CONFIG_UART_NS16550_PORT_1
¶
Enable NS16550 Port 1
Type: bool
Help¶
This tells the driver to configure the UART port at boot, depending on the additional configure options below.
Direct dependencies¶
(UART_CONSOLE
&& BOARD_EM_STARTERKIT
) || (UART_NS16550
&& SOC_APOLLO_LAKE
) || (UART_NS16550
&& SOC_ATOM
) || (UART_NS16550
&& SOC_IA32
) || (UART_NS16550
&& SOC_SERIES_QUARK_X1000
) || (UART_NS16550
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
UART_CONSOLE
&&BOARD_EM_STARTERKIT
- “y” if
UART_NS16550
&&SOC_APOLLO_LAKE
- “y” if
UART_NS16550
&&SOC_ATOM
- “y” if
UART_NS16550
&&SOC_IA32
- “y” if
PCI
&&UART_NS16550
&&SOC_SERIES_QUARK_X1000
Kconfig definitions¶
At boards/arc/em_starterkit/Kconfig.defconfig:63
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_NS16550_PORT_1 bool default "y" ifUART_CONSOLE
&&BOARD_EM_STARTERKIT
depends onUART_CONSOLE
&&BOARD_EM_STARTERKIT
At soc/x86/apollo_lake/Kconfig.defconfig:40
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PORT_1 bool default "y" ifUART_NS16550
&&SOC_APOLLO_LAKE
depends onUART_NS16550
&&SOC_APOLLO_LAKE
At soc/x86/atom/Kconfig.defconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PORT_1 bool default "y" ifUART_NS16550
&&SOC_ATOM
depends onUART_NS16550
&&SOC_ATOM
At soc/x86/ia32/Kconfig.defconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PORT_1 bool default "y" ifUART_NS16550
&&SOC_IA32
depends onUART_NS16550
&&SOC_IA32
At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:152
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config UART_NS16550_PORT_1 bool default "y" ifPCI
&&UART_NS16550
&&SOC_SERIES_QUARK_X1000
depends onUART_NS16550
&&SOC_SERIES_QUARK_X1000
At drivers/serial/Kconfig.ns16550:104
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_1 bool prompt "Enable NS16550 Port 1" 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.)