Change-Id: I92ccbcdd1292f8f4f017b45968c2204c06e6f73e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
21 lines
310 B
Plaintext
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
|