:orphan: .. title:: CONFIG_PCIE .. kconfig:: CONFIG_PCIE CONFIG_PCIE ########### *Enable new PCI/PCIe Root Complex support* Type: ``bool`` Help ==== .. code-block:: none This option enables support for new PCI(e) drivers. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_APOLLO_LAKE ` - \ :kconfig:`SOC_ELKHART_LAKE ` - \ :kconfig:`SOC_APOLLO_LAKE ` - \ :kconfig:`SOC_ELKHART_LAKE ` Kconfig definition ================== At ``/pcie/host/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:34`` → ``/pcie/Kconfig:3`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig PCIE bool "Enable new PCI/PCIe Root Complex support" help This option enables support for new PCI(e) drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*