Skip to content

Commit

Permalink
Fix Kconfig style
Browse files Browse the repository at this point in the history
Remove spaces from Kconfig files
Replace help => ---help---
Add TABs
Add comments
  • Loading branch information
simbit18 authored and xiaoxiang781216 committed Nov 17, 2023
1 parent 79c7962 commit 6a35182
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions inertial/madgwick/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config LIB_MADGWICK
if LIB_MADGWICK

config LIB_MADGWICK_VER
string "Lib Madgwick version"
default "1.2.1"
string "Lib Madgwick version"
default "1.2.1"

endif # LIB_MADGWICK
13 changes: 8 additions & 5 deletions system/zlib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if LIB_ZLIB
config LIB_ZLIB_TEST
tristate "zlib test"
default n
help
---help---
Enable the test for zlib.

if LIB_ZLIB_TEST
Expand Down Expand Up @@ -45,7 +45,8 @@ config UTILS_GZIP_PRIORITY
config UTILS_GZIP_STACKSIZE
int "gzip utility statcksize"
default 32768
endif

endif # UTILS_GZIP

config UTILS_ZIP
bool "ZIP tool"
Expand All @@ -65,7 +66,8 @@ config UTILS_ZIP_PRIORITY
config UTILS_ZIP_STACKSIZE
int "zip utility statcksize"
default 32768
endif

endif # UTILS_ZIP

config UTILS_UNZIP
bool "UNZIP tool"
Expand All @@ -85,6 +87,7 @@ config UTILS_UNZIP_PRIORITY
config UTILS_UNZIP_STACKSIZE
int "unzip utility statcksize"
default 32768
endif

endif
endif # UTILS_UNZIP

endif # LIB_ZLIB

0 comments on commit 6a35182

Please sign in to comment.