summaryrefslogtreecommitdiff
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorJim Liu <jim.t90615@gmail.com>2022-06-07 11:32:08 +0300
committerTom Rini <trini@konsulko.com>2022-06-23 04:30:05 +0300
commit9e03b48dfa6f0ad4a0a4f4411c8cc1da2cd70800 (patch)
treec603aa140240ea95226f9698263f9d833598063e /drivers/crypto/Kconfig
parent12770d0df0e841cfa1bdbde7636aad3d531bf66b (diff)
downloadu-boot-9e03b48dfa6f0ad4a0a4f4411c8cc1da2cd70800.tar.xz
crypto: nuvoton: Add NPCM7xx AES driver
add nuvoton BMC npcm750 AES driver Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 675081ecd3..12ef84ca05 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -6,4 +6,6 @@ source drivers/crypto/fsl/Kconfig
source drivers/crypto/aspeed/Kconfig
+source drivers/crypto/nuvoton/Kconfig
+
endmenu