The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_PCI_SHELL

Enable PCI Shell

Type: bool

Help

Enable commands for debugging PCI using the built-in shell.

Direct dependencies

SHELL && PCI

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/pci/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:30

Menu path: (top menu) → Device Drivers → PCI Settings

config PCI_SHELL
    bool
    prompt "Enable PCI Shell" if SHELL && PCI
    select PCI_ENUMERATION if SHELL && PCI
    depends on SHELL && PCI
    help
      Enable commands for debugging PCI using the built-in shell.

(Definitions include propagated dependencies, including from if’s and menus.)