mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
Use tabs in Kconfig file
This commit is contained in:
parent
7ad7163bd3
commit
9edbc5a8f5
1 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue