From 7f84cd869d1ddef264ce100c455dc012524a5dbc Mon Sep 17 00:00:00 2001 From: Christian Eggers Date: Mon, 27 Jan 2020 08:44:15 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- common/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') 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" -- cgit v1.2.3