pci: add PCI config option

Change-Id: I5c6cedf696d4acaf32b8d9832b0593730223b41e
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-05-26 07:27:07 -04:00
commit 382194906d
4 changed files with 11 additions and 0 deletions

View file

@ -124,6 +124,14 @@ config XIP
endmenu
config PCI
bool
# omit prompt to signify a "hidden" option
default n
help
This options enables support of PCI bus enumeration for device
drivers.
#FIXME This symbols is not being used.
config CUSTOM_RANDOM_GENERATOR
bool "Custom random generator"

View file

@ -84,6 +84,7 @@ config BSP_QUARK
select DRV_NS16550
select DRV_SERIAL
select DRV_PCI
select PCI
endchoice

View file

@ -181,3 +181,4 @@ CONFIG_DRV_NS16550=y
# CONFIG_DRV_PCI is not set
# CONFIG_DRV_RANDOM is not set
# CONFIG_EXPERIMENTAL is not set
CONFIG_PCY=y

View file

@ -144,3 +144,4 @@ CONFIG_DRV_NS16550=y
# CONFIG_DRV_PCI is not set
# CONFIG_DRV_RANDOM is not set
# CONFIG_EXPERIMENTAL is not set
CONFIG_PCI=y