crypto: apply BSD barrier only to SW AES library

Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
Juha Niskanen 2022-01-13 15:10:16 +02:00 committed by Petro Karashchenko
parent 7c93e96908
commit 62e1821ca0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ if CRYPTO
config CRYPTO_AES
bool "AES cypher support"
depends on ALLOW_BSD_COMPONENTS
default n
config CRYPTO_ALGTEST
@ -42,6 +41,7 @@ config CRYPTO_CRYPTODEV
config CRYPTO_SW_AES
bool "Software AES library"
depends on ALLOW_BSD_COMPONENTS
default n
---help---
Enable the software AES library as described in