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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pcie/host/Kconfig:17
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:34
→ 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.)