summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-10-10 08:31:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-10 08:31:06 +0200
commitc80ba33cbe1eb2331a0544d0f553d73e091bb322 (patch)
treea2f6af60504bdef24872470cd57a28e007520cd2 /common/Kconfig
parentc5fc5de3fe5c0ab41d1b81ee5bf24ea8fedfe307 (diff)
parentcc532a3f733718526898c14f8137118b7d76a5bc (diff)
downloadbarebox-c80ba33cbe1eb2331a0544d0f553d73e091bb322.tar.gz
barebox-c80ba33cbe1eb2331a0544d0f553d73e091bb322.tar.xz
Merge branch 'for-next/bootchooser'
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index be056857f2..59742492d7 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -936,6 +936,12 @@ config STATE_CRYPTO
See Documentation/devicetree/bindings/barebox/barebox,state.rst
for more information.
+config BOOTCHOOSER
+ bool "bootchooser infrastructure"
+ select ENVIRONMENT_VARIABLES
+ select OFTREE
+ select PARAMETER
+
config RESET_SOURCE
bool "detect Reset cause"
depends on GLOBALVAR