-
CONFIG_PCI_LEGACY_BRIDGE_DEVICE_ID
¶
PCI Legacy Bridge Device ID
Type: hex
Direct dependencies¶
(PCI_LEGACY_BRIDGE
&& SOC_SERIES_QUARK_X1000
) || (PCI_LEGACY_BRIDGE
&& PCI
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0x095e if
PCI_LEGACY_BRIDGE
&&SOC_SERIES_QUARK_X1000
- 0 if
PCI_LEGACY_BRIDGE
&&PCI
Kconfig definitions¶
At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:36
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config PCI_LEGACY_BRIDGE_DEVICE_ID hex default 0x095e ifPCI_LEGACY_BRIDGE
&&SOC_SERIES_QUARK_X1000
depends onPCI_LEGACY_BRIDGE
&&SOC_SERIES_QUARK_X1000
At drivers/pci/Kconfig:56
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:30
Menu path: (top menu) → Device Drivers → PCI Settings
config PCI_LEGACY_BRIDGE_DEVICE_ID hex prompt "PCI Legacy Bridge Device ID" 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.)