crypto: nuvoton: Tighten some dependencies for the nuvoton platforms
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user