summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2020-01-27 08:44:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-01-27 14:04:34 +0100
commit7f84cd869d1ddef264ce100c455dc012524a5dbc (patch)
tree889d5b1afc1d24c24dedda6bb15c411b000d6be0 /common/Kconfig
parenta2db61eec6d72a979ec0ef4044e6f6c164e5c31f (diff)
downloadbarebox-7f84cd869d1ddef264ce100c455dc012524a5dbc.tar.gz
barebox-7f84cd869d1ddef264ce100c455dc012524a5dbc.tar.xz
common: make CONFIG_BAREBOX_UPDATE visible
The barebox update infrastructure is also useful without CONFIG_CMD_BAREBOX_UPDATE (e.g. from a own barebox_main() with CONFIG_SHELL_NONE). Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/Kconfig b/common/Kconfig
index f9ef9bd83b..aea287e5bd 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -69,9 +69,6 @@ config LOGBUF
config STDDEV
bool
-config BAREBOX_UPDATE
- bool
-
config MENUTREE
bool
select GLOB
@@ -692,6 +689,9 @@ config FLEXIBLE_BOOTARGS
to replace parts of the bootargs string without reconstructing it
completely.
+config BAREBOX_UPDATE
+ bool "In-system barebox update infrastructure"
+
config IMD
bool "barebox metadata support"