mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
Use tabs in Kconfig file
This commit is contained in:
+10
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user