zephyr/drivers/pci/Kconfig
Anas Nashif abb4404689 Move PCI settings to drivers/pci
Change-Id: I92ccbcdd1292f8f4f017b45968c2204c06e6f73e
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:15:19 -05:00

21 lines
310 B
Plaintext

menu "PCI Settings"
depends on X86_32
config PCI
bool
default n
depends on X86_32
help
This options enables support of PCI bus enumeration for device
drivers.
config PCI_DEBUG
bool
prompt "Enable PCI debugging"
depends on PCI
default n
help
This options enables PCI debigging functions
endmenu