summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-10-08 16:41:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-10-12 08:52:49 +0200
commit51b74cf4264d0318bfb7771490157edebf0e1c32 (patch)
tree80165e50a6f85fa6a2ddf318187fdf2ef9cd1996 /commands/Kconfig
parenta86f883747a4908d2ee58574c5ddd49154b03fb0 (diff)
downloadbarebox-51b74cf4264d0318bfb7771490157edebf0e1c32.tar.gz
barebox-51b74cf4264d0318bfb7771490157edebf0e1c32.tar.xz
command/digest: add sha224 support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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"