commit | 6e84474ed973e9ca21b01bb8a293d4ef29d4701f | [log] [tgz] |
---|---|---|
author | Chia-Wei Wang <chiawei_wang@aspeedtech.com> | Fri Jul 30 09:08:03 2021 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 01 19:25:37 2021 -0400 |
tree | c36e6417839ca6abe121dba19467d0e3bc874fdf | |
parent | abc83f9df7e8166a1c0befd81e63047229b3a667 [diff] [blame] |
dm: hash: Add new UCLASS_HASH support Add UCLASS_HASH for hash driver development. Thus the hash drivers (SW or HW-accelerated) can be developed in the DM-based fashion. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile index efbd1d3..4a12b56 100644 --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_EXYNOS_ACE_SHA) += ace_sha.o obj-y += rsa_mod_exp/ obj-y += fsl/ +obj-y += hash/