crypto: add config of software algorithm

software algorithm not used by default and managed by respective config
Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
makejian
2023-06-26 19:54:41 +08:00
committed by Xiang Xiao
parent 9dabcf9ad2
commit 6676853589
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -40,6 +40,11 @@ config CRYPTO_CRYPTODEV
depends on ALLOW_BSD_COMPONENTS
default n
config CRYPTO_CRYPTODEV_SOFTWARE
bool "cryptodev software support"
depends on CRYPTO_CRYPTODEV
default n
config CRYPTO_CRYPTODEV_HARDWARE
bool "cryptodev hardware support"
depends on CRYPTO_CRYPTODEV