Move PCI settings to drivers/pci

Change-Id: I92ccbcdd1292f8f4f017b45968c2204c06e6f73e
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-08-06 07:34:50 -04:00
commit abb4404689
3 changed files with 22 additions and 18 deletions

20
drivers/pci/Kconfig Normal file
View file

@ -0,0 +1,20 @@
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