From 62e1821ca090b37c905a7ddb3bc5dac46c6c113e Mon Sep 17 00:00:00 2001 From: Juha Niskanen Date: Thu, 13 Jan 2022 15:10:16 +0200 Subject: [PATCH] crypto: apply BSD barrier only to SW AES library Signed-off-by: Juha Niskanen --- crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Kconfig b/crypto/Kconfig index 6da36961d64..b40c6206e19 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -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