The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_PCI_LEGACY_BRIDGE_BUS

PCI Legacy Bridge Bus number

Type: int

Direct dependencies

(PCI_LEGACY_BRIDGE && SOC_SERIES_QUARK_X1000) || (PCI_LEGACY_BRIDGE && PCI)

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:30

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config PCI_LEGACY_BRIDGE_BUS
    int
    default 0 if PCI_LEGACY_BRIDGE && SOC_SERIES_QUARK_X1000
    depends on PCI_LEGACY_BRIDGE && SOC_SERIES_QUARK_X1000

At drivers/pci/Kconfig:41

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:30

Menu path: (top menu) → Device Drivers → PCI Settings

config PCI_LEGACY_BRIDGE_BUS
    int
    prompt "PCI Legacy Bridge Bus number" if PCI_LEGACY_BRIDGE && PCI
    default 0 if PCI_LEGACY_BRIDGE && PCI
    depends on PCI_LEGACY_BRIDGE && PCI

(Definitions include propagated dependencies, including from if’s and menus.)