:orphan: .. title:: CONFIG_PCIE_SHELL .. kconfig:: CONFIG_PCIE_SHELL CONFIG_PCIE_SHELL ################# *Enable PCIe/new PCI Shell* Type: ``bool`` Help ==== .. code-block:: none Enable commands for debugging PCI(e) using the built-in shell. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`PCIE ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/pcie/host/Kconfig:43`` 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_SHELL bool "Enable PCIe/new PCI Shell" default y depends on SHELL && PCIE help Enable commands for debugging PCI(e) using the built-in shell. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*