[PATCH 1/3] common: bootchooser: add dependencies
Lucas Stach
l.stach at pengutronix.de
Wed Apr 12 06:35:37 PDT 2017
Bootchooser isn't worth much without the boot infrastructure, also
it needs at least the simple shell variant to be enabled.
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
common/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/common/Kconfig b/common/Kconfig
index 852b7a10ab47..b075e582adae 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -937,6 +937,9 @@ config STATE_CRYPTO
config BOOTCHOOSER
bool "bootchooser infrastructure"
+ depends on !SHELL_NONE
+ select BOOT
+ select BOOTM
select ENVIRONMENT_VARIABLES
select OFTREE
select PARAMETER
--
2.11.0
More information about the barebox
mailing list