summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 39bdb0f619..095c1b2bae 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -252,6 +252,12 @@ config CMD_SHA256SUM
select SHA256
prompt "sha256sum"
+config CMD_SHA224SUM
+ tristate
+ select CMD_DIGEST
+ select SHA224
+ prompt "sha224sum"
+
config CMD_MTEST
tristate
prompt "mtest"