summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-02-05 16:56:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-02-06 09:01:51 +0100
commit56b2d8e5011145c5f7547ec171e70ac7436bae5d (patch)
tree6380b8d6c8b4344b14e5db44faf79c966b3b6ff4 /common
parentd8f46e091942ef470daefd780c89f9c44f98d096 (diff)
downloadbarebox-56b2d8e5011145c5f7547ec171e70ac7436bae5d.tar.gz
barebox-56b2d8e5011145c5f7547ec171e70ac7436bae5d.tar.xz
bootchooser: Drop SHELL_NONE conflict
Earlier versions of the bootchooser code executed scripts, thus had to depend on shell support. We do not need this anymore, so the dependency can be dropped. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 57418cadc6..93b1d89274 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -947,7 +947,6 @@ config STATE_BACKWARD_COMPATIBLE
config BOOTCHOOSER
bool "bootchooser infrastructure"
- depends on !SHELL_NONE
select BOOT
select BOOTM
select ENVIRONMENT_VARIABLES