summaryrefslogtreecommitdiff
path: root/nuttx/crypto/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-30 09:35:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-30 09:35:07 -0600
commitbbd70473faec77cd9a77b410d43b1f1bc3368cc7 (patch)
treebb039efca3568c08d312a86260f1b5320485bf78 /nuttx/crypto/Kconfig
parentec9c929ff00c07df0e667b68bec285e1b02d8445 (diff)
downloadpx4-nuttx-bbd70473faec77cd9a77b410d43b1f1bc3368cc7.tar.gz
px4-nuttx-bbd70473faec77cd9a77b410d43b1f1bc3368cc7.tar.bz2
px4-nuttx-bbd70473faec77cd9a77b410d43b1f1bc3368cc7.zip
Use tabs in Kconfig file
Diffstat (limited to 'nuttx/crypto/Kconfig')
-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