crypto: apply BSD barrier only to SW AES library
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
parent
7c93e96908
commit
62e1821ca0
|
@ -13,7 +13,6 @@ if CRYPTO
|
||||||
|
|
||||||
config CRYPTO_AES
|
config CRYPTO_AES
|
||||||
bool "AES cypher support"
|
bool "AES cypher support"
|
||||||
depends on ALLOW_BSD_COMPONENTS
|
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config CRYPTO_ALGTEST
|
config CRYPTO_ALGTEST
|
||||||
|
@ -42,6 +41,7 @@ config CRYPTO_CRYPTODEV
|
||||||
|
|
||||||
config CRYPTO_SW_AES
|
config CRYPTO_SW_AES
|
||||||
bool "Software AES library"
|
bool "Software AES library"
|
||||||
|
depends on ALLOW_BSD_COMPONENTS
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable the software AES library as described in
|
Enable the software AES library as described in
|
||||||
|
|
Loading…
Reference in New Issue