CONFIG_PCI_ENUMERATION

Enable PCI device enumeration

Type: bool

Help

This option enables the PCI enumeration for device drivers. This might be useful along with PCI_DEBUG to find out which are the PCI settings of the devices. Once those are known and statically set in every relevant driver’s configuration, it might be wise to disable this option to remove useless code.

Direct dependencies

BOARD_GALILEO || PCI

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

Defaults

Kconfig definitions

At boards/x86/galileo/Kconfig.defconfig:25

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PCI_ENUMERATION
    bool
    default "y" if BOARD_GALILEO
    depends on BOARD_GALILEO

At drivers/pci/Kconfig:17

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

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

config PCI_ENUMERATION
    bool
    prompt "Enable PCI device enumeration" if PCI
    depends on PCI
    help
      This option enables the PCI enumeration for device drivers.
      This might be useful along with PCI_DEBUG to find out which
      are the PCI settings of the devices. Once those are known and
      statically set in every relevant driver's configuration, it
      might be wise to disable this option to remove useless code.

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