Use tabs in Kconfig file

This commit is contained in:
Gregory Nutt
2014-11-30 09:35:07 -06:00
parent 7ad7163bd3
commit 9edbc5a8f5
+10 -10
View File
@@ -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