zephyr/drivers/pci/Kconfig

32 lines
721 B
Plaintext

menu "PCI Settings"
depends on X86_32
config PCI
bool "Enable PCI"
default n
depends on X86_32
help
This options enables support of PCI bus for device drivers.
config PCI_ENUMERATION
bool
prompt "Enable PCI device enumeration"
depends on PCI
default y
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.
config PCI_DEBUG
bool
prompt "Enable PCI debugging"
depends on PCI
default n
help
This options enables PCI debigging functions
endmenu