:orphan: .. title:: CONFIG_PCIE_CONTROLLER .. kconfig:: CONFIG_PCIE_CONTROLLER CONFIG_PCIE_CONTROLLER ###################### *Enable PCIe Controller management* Type: ``bool`` Help ==== .. code-block:: none Add support for PCIe Controller management when not handled by a system firmware like on x86 platforms. Direct dependencies =================== \ :kconfig:`PCIE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/pcie/host/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:34`` → ``/pcie/Kconfig:3`` Menu path: (Top) → Device Drivers → Enable new PCI/PCIe Root Complex support .. code-block:: kconfig 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.)*