-
CONFIG_UART_NS16550_PCI
¶
Enable PCI Support
Type: bool
Help¶
This enables NS16550 to probe for PCI-based serial devices.
This option enables the driver to auto-detect the device configuration required to access those ports.
Direct dependencies¶
(UART_NS16550
&& SOC_NIOS2F_ZEPHYR
) || (UART_NS16550
&& SOC_APOLLO_LAKE
) || (UART_NS16550
&& SOC_ATOM
) || (UART_NS16550
&& SOC_IA32
) || (UART_NS16550
&& SOC_SERIES_QUARK_X1000
) || (PCI
&& UART_NS16550
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “n” if
UART_NS16550
&&SOC_NIOS2F_ZEPHYR
- “y” if
PCI
&&UART_NS16550
&&SOC_APOLLO_LAKE
- “n” if
UART_NS16550
&&SOC_ATOM
- “n” if
UART_NS16550
&&SOC_IA32
- “y” if
PCI
&&UART_NS16550
&&SOC_SERIES_QUARK_X1000
Kconfig definitions¶
At soc/nios2/nios2f-zephyr/Kconfig.defconfig:46
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PCI bool default "n" ifUART_NS16550
&&SOC_NIOS2F_ZEPHYR
depends onUART_NS16550
&&SOC_NIOS2F_ZEPHYR
At soc/x86/apollo_lake/Kconfig.defconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PCI bool default "y" ifPCI
&&UART_NS16550
&&SOC_APOLLO_LAKE
depends onUART_NS16550
&&SOC_APOLLO_LAKE
At soc/x86/atom/Kconfig.defconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PCI bool default "n" ifUART_NS16550
&&SOC_ATOM
depends onUART_NS16550
&&SOC_ATOM
At soc/x86/ia32/Kconfig.defconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config UART_NS16550_PCI bool default "n" ifUART_NS16550
&&SOC_IA32
depends onUART_NS16550
&&SOC_IA32
At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:136
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config UART_NS16550_PCI bool default "y" ifPCI
&&UART_NS16550
&&SOC_SERIES_QUARK_X1000
depends onUART_NS16550
&&SOC_SERIES_QUARK_X1000
At drivers/serial/Kconfig.ns16550:12
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
config UART_NS16550_PCI bool prompt "Enable PCI Support" ifPCI
&&UART_NS16550
&&SERIAL
depends onPCI
&&UART_NS16550
&&SERIAL
help This enables NS16550 to probe for PCI-based serial devices. This option enables the driver to auto-detect the device configuration required to access those ports.
(Definitions include propagated dependencies, including from if’s and menus.)