CONFIG_PCIE_CONTROLLER

Enable PCIe Controller management

Type: bool

Help

Add support for PCIe Controller management when not handled by a
system firmware like on x86 platforms.

Direct dependencies

PCIE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/pcie/host/Kconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/pcie/Kconfig:3

Menu path: (Top) → Device Drivers → Enable new PCI/PCIe Root Complex support

config PCIE_CONTROLLER
    bool "Enable PCIe Controller management"
    depends on PCIE
    help
      Add support for PCIe Controller management when not handled by a
      system firmware like on x86 platforms.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)