-
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_APOLLO_LAKE
) || (UART_NS16550_PORT_0
&& UART_NS16550
&& SOC_ATOM
) || (UART_NS16550_PORT_0
&& UART_NS16550
&& SOC_IA32
) || (UART_NS16550_PORT_0
&& UART_NS16550
&& SOC_SERIES_QUARK_X1000
) || (UART_NS16550_PORT_0
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
UART_NS16550_PORT_0
&&UART_NS16550
&&BOARD_INTEL_S1000_CRB
- 0 if
UART_NS16550_PORT_0
&&UART_NS16550
&&SOC_NIOS2F_ZEPHYR
- 0 if
UART_NS16550_PORT_0
&&UART_NS16550
&&SOC_APOLLO_LAKE
- 0 if
UART_NS16550_PORT_0
&&UART_NS16550
&&SOC_ATOM
- 0 if
UART_NS16550_PORT_0
&&UART_NS16550
&&SOC_IA32
- 0 if
UART_NS16550_PORT_0
&&UART_NS16550
&&SOC_SERIES_QUARK_X1000
- 0 if
UART_NS16550_PORT_0
&&SERIAL
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:112
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_NS16550_PORT_0_OPTIONS int default 0 ifUART_NS16550_PORT_0
&&UART_NS16550
&&BOARD_INTEL_S1000_CRB
depends onUART_NS16550_PORT_0
&&UART_NS16550
&&BOARD_INTEL_S1000_CRB
At soc/nios2/nios2f-zephyr/Kconfig.defconfig:54
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PORT_0_OPTIONS int default 0 ifUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_NIOS2F_ZEPHYR
depends onUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_NIOS2F_ZEPHYR
At soc/x86/apollo_lake/Kconfig.defconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PORT_0_OPTIONS int default 0 ifUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_APOLLO_LAKE
depends onUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_APOLLO_LAKE
At soc/x86/atom/Kconfig.defconfig:31
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PORT_0_OPTIONS int default 0 ifUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_ATOM
depends onUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_ATOM
At soc/x86/ia32/Kconfig.defconfig:31
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PORT_0_OPTIONS int default 0 ifUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_IA32
depends onUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_IA32
At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:144
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config UART_NS16550_PORT_0_OPTIONS int default 0 ifUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_SERIES_QUARK_X1000
depends onUART_NS16550_PORT_0
&&UART_NS16550
&&SOC_SERIES_QUARK_X1000
At drivers/serial/Kconfig.ns16550:72
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 → Enable NS16550 Port 0
config UART_NS16550_PORT_0_OPTIONS int prompt "Port 0 Options" ifUART_NS16550_PORT_0
&&SERIAL
default 0 ifUART_NS16550_PORT_0
&&SERIAL
depends onUART_NS16550_PORT_0
&&SERIAL
help Options used for port initialization.
(Definitions include propagated dependencies, including from if’s and menus.)