commit | 3bfce8cdb14fc91ade51743fe7edbfb2a9b4162f | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Tue Jun 07 16:32:08 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 22 21:30:05 2022 -0400 |
tree | c603aa140240ea95226f9698263f9d833598063e | |
parent | 2826359d9d6b166b2574010a75d0c74557976beb [diff] [blame] |
crypto: nuvoton: Add NPCM7xx AES driver add nuvoton BMC npcm750 AES driver Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 675081e..12ef84c 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig
@@ -6,4 +6,6 @@ source drivers/crypto/aspeed/Kconfig +source drivers/crypto/nuvoton/Kconfig + endmenu