From 66e75352db9abab6735495c5fc5fc9146c2d863d Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Wed, 12 Apr 2017 15:35:37 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- common/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/Kconfig') 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 -- cgit v1.2.3