summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/crypto/Kconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/nuttx/crypto/Kconfig b/nuttx/crypto/Kconfig
index 2e08223ac..37b32c869 100644
--- a/nuttx/crypto/Kconfig
+++ b/nuttx/crypto/Kconfig
@@ -4,23 +4,23 @@
#
config CRYPTO
- bool "Crypto API support"
- default n
- ---help---
- Enable or disable Crypto API features
+ bool "Crypto API support"
+ default n
+ ---help---
+ Enable or disable Crypto API features
if CRYPTO
config CRYPTO_AES
- bool "AES cypher support"
- default n
+ bool "AES cypher support"
+ default n
config CRYPTO_ALGTEST
- bool "Perform automatic crypto algorithms test on startup"
- default n
+ bool "Perform automatic crypto algorithms test on startup"
+ default n
config CRYPTO_CRYPTODEV
- bool "cryptodev support"
- default n
+ bool "cryptodev support"
+ default n
endif