CONFIG_PCI_DEBUG

Enable PCI debugging

Type: bool

Help

This options enables PCI debugging functions

Direct dependencies

PCI

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/pci/Kconfig:53

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:32

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

config PCI_DEBUG
    bool
    prompt "Enable PCI debugging" if PCI
    depends on PCI
    help
      This options enables PCI debugging functions

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