-
CONFIG_UART_NS16550_PORT_0_OPTIONS
¶
Port 0 Options
Type: int
Help¶
Options used for port initialization.
Direct dependencies¶
(UART_NS16550_PORT_0
&& UART_NS16550
&& BOARD_INTEL_S1000_CRB
) || (UART_NS16550_PORT_0
&& UART_NS16550
&& SOC_NIOS2F_ZEPHYR
) || (UART_NS16550_PORT_0
&& UART_NS16550
&& SOC_ATOM
) || (UART_NS16550_PORT_0
&& UART_NS16550
&& SOC_IA32
) || (UART_NS16550_PORT_0
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults¶
0
0
0
0
0
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:101
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config UART_NS16550_PORT_0_OPTIONS int default 0 depends onUART_NS16550_PORT_0
&&UART_NS16550
&&BOARD_INTEL_S1000_CRB
At soc/nios2/nios2f-zephyr/Kconfig.defconfig:42
Included via Kconfig:8
→ Kconfig.zephyr:28
Menu path: (Top)
config UART_NS16550_PORT_0_OPTIONS int default 0 depends onUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_NIOS2F_ZEPHYR
At soc/x86/atom/Kconfig.defconfig:25
Included via Kconfig:8
→ Kconfig.zephyr:28
Menu path: (Top)
config UART_NS16550_PORT_0_OPTIONS int default 0 depends onUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_ATOM
At soc/x86/ia32/Kconfig.defconfig:25
Included via Kconfig:8
→ Kconfig.zephyr:28
Menu path: (Top)
config UART_NS16550_PORT_0_OPTIONS int default 0 depends onUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_IA32
At drivers/serial/Kconfig.ns16550:52
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:67
Menu path: (Top) → Device Drivers → Serial Drivers → NS16550 serial driver → Enable NS16550 Port 0
config UART_NS16550_PORT_0_OPTIONS int "Port 0 Options" default 0 depends onUART_NS16550_PORT_0
&&SERIAL
help Options used for port initialization.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)