pci: add PCI config option
Change-Id: I5c6cedf696d4acaf32b8d9832b0593730223b41e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e3d4ce5eaf
commit
382194906d
4 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -84,6 +84,7 @@ config BSP_QUARK
|
|||
select DRV_NS16550
|
||||
select DRV_SERIAL
|
||||
select DRV_PCI
|
||||
select PCI
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue