:orphan: .. title:: PCIE_SHELL .. option:: CONFIG_PCIE_SHELL *Enable PCIe/new PCI Shell* Type: ``bool`` Help ==== Enable commands for debugging PCI(e) using the built-in shell. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`PCIE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/pcie/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Enable new PCI/PCIe support .. parsed-literal:: config PCIE_SHELL bool "Enable PCIe/new PCI Shell" depends on \ :option:`SHELL ` && \ :option:`PCIE ` help Enable commands for debugging PCI(e) using the built-in shell. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*