-
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.
Defaults¶
- “y” if
BOARD_GALILEO
Kconfig definitions¶
At boards/x86/galileo/Kconfig.defconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config PCI_ENUMERATION bool default "y" ifBOARD_GALILEO
depends onBOARD_GALILEO
At drivers/pci/Kconfig:17
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:32
Menu path: (top menu) → Device Drivers → PCI Settings
config PCI_ENUMERATION bool prompt "Enable PCI device enumeration" ifPCI
depends onPCI
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.)