git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b41329
)
crypto: nuvoton: Tighten some dependencies for the nuvoton platforms
author
Tom Rini
<trini@konsulko.com>
Wed, 2 Jul 2025 01:04:15 +0000
(19:04 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 10 Jul 2025 14:40:55 +0000
(08:40 -0600)
The nuvoton AES driver cannot build without platform specific headers
being available. Express that requirement in Kconfig as well.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/crypto/nuvoton/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/crypto/nuvoton/Kconfig
b/drivers/crypto/nuvoton/Kconfig
index
034fcad
..
0eb4396
100644
(file)
--- a/
drivers/crypto/nuvoton/Kconfig
+++ b/
drivers/crypto/nuvoton/Kconfig
@@
-1,5
+1,6
@@
config NPCM_AES
bool "Support the NPCM AES algorithm"
+ depends on (ARM && ARCH_NPCM)
select NPCM_OTP
help
This provides a means to encrypt and decrypt data using the NPCM