Remove Kconfig option PROT_MODE_SWITCH_PROMPT

The Kconfig option PROT_MODE_SWITCH_PROMPT was being used to conditionally
display the "Boot Sequence Options" Kconfig menu. It is simpler to include
both PROT_MODE_SWITCH and its dependent BOOT_A20_ENABLE in the parent menu.
However, doing so necessitates that the name of the parent menu be changed
from "Bootloader Options" to "Boot Options".

Change-Id: I9b9a074a0d4ec5209f5349b42178409c73875b00
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-29 16:25:46 -04:00 committed by Anas Nashif
commit e8839abb4a
15 changed files with 23 additions and 35 deletions

View file

@ -67,7 +67,7 @@ CONFIG_PRINTK=y
# CONFIG_ASSERT is not set
#
# Bootloader Options
# Boot Options
#
# CONFIG_BOOTLOADER_UNKNOWN is not set