summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-11-29 14:14:56 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-03 18:21:23 (GMT)
commit4880b026ec9e432761add36d80cfcc8b430b5405 (patch)
treef8680c03fce55e40ee96715de7a8fc8fa5daf8fa /common/Kconfig
parent1b597ada36a005f9800e2068bb745b9edccd04ba (diff)
downloadu-boot-4880b026ec9e432761add36d80cfcc8b430b5405.tar.xz
cmd: Convert CMD_BOOTMENU
Also convert MENU while we're in here. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 913d21a..a04ee10 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -172,6 +172,12 @@ config BOOTDELAY
menu "Console"
+config MENU
+ bool
+ help
+ This is the library functionality to provide a text-based menu of
+ choices for the user to make choices with.
+
config CONSOLE_RECORD
bool "Console recording"
help