-
CONFIG_PCI_LEGACY_BRIDGE_DEV
¶
PCI Legacy Bridge Device number
Type: int
Direct dependencies¶
(PCI_LEGACY_BRIDGE
&& SOC_SERIES_QUARK_X1000
) || (PCI_LEGACY_BRIDGE
&& PCI
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 31 if
PCI_LEGACY_BRIDGE
&&SOC_SERIES_QUARK_X1000
- 0 if
PCI_LEGACY_BRIDGE
&&PCI
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:43
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config PCI_LEGACY_BRIDGE_DEV int default 31 ifPCI_LEGACY_BRIDGE
&&SOC_SERIES_QUARK_X1000
depends onPCI_LEGACY_BRIDGE
&&SOC_SERIES_QUARK_X1000
At drivers/pci/Kconfig:38
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:32
Menu path: (top menu) → Device Drivers → PCI Settings
config PCI_LEGACY_BRIDGE_DEV int prompt "PCI Legacy Bridge Device number" ifPCI_LEGACY_BRIDGE
&&PCI
default 0 ifPCI_LEGACY_BRIDGE
&&PCI
depends onPCI_LEGACY_BRIDGE
&&PCI
(Definitions include propagated dependencies, including from if’s and menus.)