summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-04-12 15:35:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-04-19 08:32:50 +0200
commit66e75352db9abab6735495c5fc5fc9146c2d863d (patch)
treee47bb3261acf1c269e934a378908177ae79c45ea /common/Kconfig
parent90e7a35e684fc66dcc05791c7b2cb73255a9fbcc (diff)
downloadbarebox-66e75352db9abab6735495c5fc5fc9146c2d863d.tar.gz
barebox-66e75352db9abab6735495c5fc5fc9146c2d863d.tar.xz
common: bootchooser: add dependencies
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@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index f7ff04664d..8e40e8435c 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -935,6 +935,9 @@ config STATE_CRYPTO
config BOOTCHOOSER
bool "bootchooser infrastructure"
+ depends on !SHELL_NONE
+ select BOOT
+ select BOOTM
select ENVIRONMENT_VARIABLES
select OFTREE
select PARAMETER