summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
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 8e40e8435c..8dd40db2c0 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -643,6 +643,9 @@ config BOOTM_FORCE_SIGNED_IMAGES
config BLSPEC
depends on BLOCK
depends on FLEXIBLE_BOOTARGS
+ depends on !SHELL_NONE
+ select BOOT
+ select BOOTM
select OFTREE
bool
prompt "Support bootloader spec"