mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
Use tabs in Kconfig file
This commit is contained in:
+10
-10
@@ -4,23 +4,23 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
config CRYPTO
|
config CRYPTO
|
||||||
bool "Crypto API support"
|
bool "Crypto API support"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable or disable Crypto API features
|
Enable or disable Crypto API features
|
||||||
|
|
||||||
if CRYPTO
|
if CRYPTO
|
||||||
|
|
||||||
config CRYPTO_AES
|
config CRYPTO_AES
|
||||||
bool "AES cypher support"
|
bool "AES cypher support"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config CRYPTO_ALGTEST
|
config CRYPTO_ALGTEST
|
||||||
bool "Perform automatic crypto algorithms test on startup"
|
bool "Perform automatic crypto algorithms test on startup"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config CRYPTO_CRYPTODEV
|
config CRYPTO_CRYPTODEV
|
||||||
bool "cryptodev support"
|
bool "cryptodev support"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user