mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 14:13:04 +00:00
Minor update to Kconfig file selections
This commit is contained in:
parent
011c6e0c7e
commit
f036df9faa
1 changed files with 2 additions and 2 deletions
|
|
@ -1154,8 +1154,8 @@ config STM32_AES
|
|||
bool "128-bit AES"
|
||||
default n
|
||||
depends on STM32_HAVE_AES
|
||||
select CRYPTO_AES192_DISABLE
|
||||
select CRYPTO_AES256_DISABLE
|
||||
select CRYPTO_AES192_DISABLE if CRYPTO_ALGTEST
|
||||
select CRYPTO_AES256_DISABLE if CRYPTO_ALGTEST
|
||||
|
||||
config STM32_CEC
|
||||
bool "CEC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue