From 56b2d8e5011145c5f7547ec171e70ac7436bae5d Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 5 Feb 2018 16:56:24 +0100 Subject: 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 --- common/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'common/Kconfig') 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 -- cgit v1.2.3