mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user