commit | 9e03b48dfa6f0ad4a0a4f4411c8cc1da2cd70800 | [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 | 12770d0df0e841cfa1bdbde7636aad3d531bf66b [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