Use tabs in Kconfig file
This commit is contained in:
parent
7ad7163bd3
commit
9edbc5a8f5
@ -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 New Issue
Block a user