Use tabs in Kconfig file

This commit is contained in:
Gregory Nutt 2014-11-30 09:35:07 -06:00
parent 7ad7163bd3
commit 9edbc5a8f5

View File

@ -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