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:
Juan Manuel Cruz 2015-05-25 10:32:20 -05:00 committed by Anas Nashif
commit 0423e2d99d

View file

@ -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"