Fix Kconfig style
Remove spaces from Kconfig files Replace help => ---help--- Add TABs Add comments
This commit is contained in:
parent
79c7962af6
commit
6a35182033
@ -15,7 +15,7 @@ config LIB_MADGWICK
|
|||||||
if LIB_MADGWICK
|
if LIB_MADGWICK
|
||||||
|
|
||||||
config LIB_MADGWICK_VER
|
config LIB_MADGWICK_VER
|
||||||
string "Lib Madgwick version"
|
string "Lib Madgwick version"
|
||||||
default "1.2.1"
|
default "1.2.1"
|
||||||
|
|
||||||
endif # LIB_MADGWICK
|
endif # LIB_MADGWICK
|
||||||
|
@ -12,7 +12,7 @@ if LIB_ZLIB
|
|||||||
config LIB_ZLIB_TEST
|
config LIB_ZLIB_TEST
|
||||||
tristate "zlib test"
|
tristate "zlib test"
|
||||||
default n
|
default n
|
||||||
help
|
---help---
|
||||||
Enable the test for zlib.
|
Enable the test for zlib.
|
||||||
|
|
||||||
if LIB_ZLIB_TEST
|
if LIB_ZLIB_TEST
|
||||||
@ -45,7 +45,8 @@ config UTILS_GZIP_PRIORITY
|
|||||||
config UTILS_GZIP_STACKSIZE
|
config UTILS_GZIP_STACKSIZE
|
||||||
int "gzip utility statcksize"
|
int "gzip utility statcksize"
|
||||||
default 32768
|
default 32768
|
||||||
endif
|
|
||||||
|
endif # UTILS_GZIP
|
||||||
|
|
||||||
config UTILS_ZIP
|
config UTILS_ZIP
|
||||||
bool "ZIP tool"
|
bool "ZIP tool"
|
||||||
@ -65,7 +66,8 @@ config UTILS_ZIP_PRIORITY
|
|||||||
config UTILS_ZIP_STACKSIZE
|
config UTILS_ZIP_STACKSIZE
|
||||||
int "zip utility statcksize"
|
int "zip utility statcksize"
|
||||||
default 32768
|
default 32768
|
||||||
endif
|
|
||||||
|
endif # UTILS_ZIP
|
||||||
|
|
||||||
config UTILS_UNZIP
|
config UTILS_UNZIP
|
||||||
bool "UNZIP tool"
|
bool "UNZIP tool"
|
||||||
@ -85,6 +87,7 @@ config UTILS_UNZIP_PRIORITY
|
|||||||
config UTILS_UNZIP_STACKSIZE
|
config UTILS_UNZIP_STACKSIZE
|
||||||
int "unzip utility statcksize"
|
int "unzip utility statcksize"
|
||||||
default 32768
|
default 32768
|
||||||
endif
|
|
||||||
|
|
||||||
endif
|
endif # UTILS_UNZIP
|
||||||
|
|
||||||
|
endif # LIB_ZLIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user