Move PCI settings to drivers/pci
Change-Id: I92ccbcdd1292f8f4f017b45968c2204c06e6f73e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6c9a846eae
commit
abb4404689
3 changed files with 22 additions and 18 deletions
20
drivers/pci/Kconfig
Normal file
20
drivers/pci/Kconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue