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:
parent
39fc84e65a
commit
e8839abb4a
15 changed files with 23 additions and 35 deletions
|
@ -67,7 +67,7 @@ CONFIG_PRINTK=y
|
|||
# CONFIG_ASSERT is not set
|
||||
|
||||
#
|
||||
# Bootloader Options
|
||||
# Boot Options
|
||||
#
|
||||
# CONFIG_BOOTLOADER_UNKNOWN is not set
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue