From 0423e2d99d6d791e5b59bb0fb1e1c0452d88ba05 Mon Sep 17 00:00:00 2001 From: Juan Manuel Cruz Date: Mon, 25 May 2015 10:32:20 -0500 Subject: [PATCH] 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 --- arch/x86/bsp/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/x86/bsp/Kconfig b/arch/x86/bsp/Kconfig index 0bffc2ae787..3559222af49 100644 --- a/arch/x86/bsp/Kconfig +++ b/arch/x86/bsp/Kconfig @@ -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"