The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_PCI_LEGACY_BRIDGE

PCI legacy bridge device support

Type: bool

Help

This option adds support for PCI legacy bridge device, that allows direct setup of the PCI interrupt pin to IRQ number mapping.

Direct dependencies

PCI

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/pci/Kconfig:34

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

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

config PCI_LEGACY_BRIDGE
    bool
    prompt "PCI legacy bridge device support" if PCI
    depends on PCI
    help
      This option adds support for PCI legacy bridge device, that
      allows direct setup of the PCI interrupt pin to IRQ number
      mapping.

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