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:
parent
e943f69950
commit
10487575c9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue