8a63b1994c
This adds a driver for the ST-Ericsson ux500 hash hardware module. The driver implements support for SHA-1 and SHA-2. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andreas Westin <andreas.westin@stericsson.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9 lines
244 B
Makefile
9 lines
244 B
Makefile
#
|
|
# Copyright (C) ST-Ericsson SA 2010
|
|
# Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
|
# License terms: GNU General Public License (GPL) version 2
|
|
#
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += hash/
|
|
obj-$(CONFIG_CRYPTO_DEV_UX500_CRYP) += cryp/
|