commit | 74dbae26cfe63726220889eef7e52dc0619db853 | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Tue Jun 07 16:32:09 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 22 21:30:05 2022 -0400 |
tree | 5146775cdfd22ebd82ac9876958744291c5fb368 | |
parent | 3bfce8cdb14fc91ade51743fe7edbfb2a9b4162f [diff] [blame] |
crypto: nuvoton: Add NPCM7xx SHA driver add nuvoton BMC npcm750 SHA driver Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
diff --git a/drivers/crypto/nuvoton/Makefile b/drivers/crypto/nuvoton/Makefile index 5b2fb90..5a1173d 100644 --- a/drivers/crypto/nuvoton/Makefile +++ b/drivers/crypto/nuvoton/Makefile
@@ -1 +1,2 @@ obj-$(CONFIG_NPCM_AES) += npcm_aes.o +obj-$(CONFIG_NPCM_SHA) += npcm_sha.o