Kconfig: Fix empty Boot Sequence configuration menu.
This commit fixes an empty "Boot Sequence" configuratio menu. The menu has a dependency against the PROT_MODE_SWITCH_PROMPT ksymbol. Change-Id: I57cb9d01a6512d6a5a1b66701d1be310c2af8da6 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
parent
1b670ab7ae
commit
0423e2d99d
1 changed files with 3 additions and 2 deletions
|
@ -235,8 +235,6 @@ config ADVANCED_IDLE_SUPPORTED
|
|||
|
||||
endmenu
|
||||
|
||||
menu "Boot Sequence Options"
|
||||
|
||||
config BOOTLOADER_UNKNOWN
|
||||
bool
|
||||
default n
|
||||
|
@ -246,6 +244,9 @@ config BOOTLOADER_UNKNOWN
|
|||
at build time which method is to be used. When this option is enabled
|
||||
the BSP may have to do extra work to ensure a propert startup.
|
||||
|
||||
menu "Boot Sequence Options"
|
||||
depends on PROT_MODE_SWITCH_PROMPT
|
||||
|
||||
config PROT_MODE_SWITCH
|
||||
bool
|
||||
prompt "Switch to 32-bit protected mode when booting"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue