summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-04-07 09:59:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-04-07 09:59:29 +0200
commit80aaa2634ee0787e3304dce07f3dc83917a8a5c8 (patch)
tree94a5362df7baac9295402c9fbb59c2ed034614b1 /commands/Kconfig
parent4ef8ec1a48e2d4e459d4b2232970026bffaeb4aa (diff)
parent55b9bb15bf59ba10073e82663c37081415dac397 (diff)
downloadbarebox-80aaa2634ee0787e3304dce07f3dc83917a8a5c8.tar.gz
barebox-80aaa2634ee0787e3304dce07f3dc83917a8a5c8.tar.xz
Merge branch 'for-next/imx'
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index ab8e09aa45..35b7f43001 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1930,6 +1930,11 @@ config CMD_WD_DEFAULT_TIMOUT
'wd' is done without a timeout value (which means the watchdog gets
enabled and re-triggered with the default timeout value).
+config CMD_HAB
+ bool
+ depends on HAB
+ prompt "High Assurance boot (hab)"
+
# end Hardware manipulation commands
endmenu