kconfig: Create a menu for PCI

The options were seen in the top level menuconfig menu, gather
them under a the Bus menu. This includes the PCI option itself
and any related options.

Change-Id: Ib09e2ed0c35dca5ad1c2e086d0f4a479a847291f
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-06-20 10:38:01 -04:00
commit 10487575c9

View file

@ -379,6 +379,7 @@ config XIP
endmenu
menu "Bus options (PCI etc.)"
config PCI
bool
# omit prompt to signify a "hidden" option
@ -395,6 +396,8 @@ config PCI_DEBUG
help
This options enables PCI debigging functions
endmenu
if BSP_GENERIC_PC
source "arch/x86/generic_pc/Kconfig"
endif