Fix Kconfig style

Remove spaces from Kconfig files
Add TABs
Add comments
This commit is contained in:
simbit18 2024-04-08 14:11:17 +02:00 committed by Petro Karashchenko
parent 78a8dd27c9
commit 7e30c0e4c9
4 changed files with 14 additions and 16 deletions

View File

@ -23,7 +23,7 @@ config LIBDRONECAN_VERSION
default "21f2a73df86886101e254d02cfc2277cd2a15717"
---help---
libcanard version.
config LIBDRONECAN_CANFD
bool "(Experimental) libcanard CAN FD Support"
default n
@ -34,4 +34,4 @@ config LIBDRONECAN_CANFD
since libcanard doesn't support runtime switching
between CAN2.0B and CAN FD that well
endif
endif # CANUTILS_LIBDRONECAN

View File

@ -564,8 +564,8 @@ config EXAMPLES_FOC_FEEDFORWARD
default n
---help---
This option enables feed-forward compensation for PI current controller
which can help achieve better performace of FOC. This option is not
recomended for sensorless operations and for current controllers that
which can help achieve better performace of FOC. This option is not
recomended for sensorless operations and for current controllers that
already has high update frequency.
if EXAMPLES_FOC_CONTROL_PI
@ -776,4 +776,3 @@ endif # EXAMPLES_FOC_NXSCOPE
endif # EXAMPLES_FOC

View File

@ -21,7 +21,7 @@ config LTE_LAPI_KEEP_COMPATIBILITY
default n
---help---
lte_get_operator_sync, lte_get_imsi_sync, lte_get_imei_sync, lte_get_phoneno_sync,
these functions have changed their specifications to specify the length of the
these functions have changed their specifications to specify the length of the
argument string. Functions in the old spec will be discarded, but enabling this
option makes you be able to use them.
Furthermore, this option will be removed in the near future, and functions in
@ -45,5 +45,4 @@ config LTE_LAPI_ENABLE_DEPRECATED_API
Deprecated APIs will be removed in the future,
please use the synchronous API instead.
endif
endif # LTE_LAPI

View File

@ -8,13 +8,13 @@ menu "Extra Tools"
menu "Wasm Build Options"
config TOOLS_WASM_BUILD
bool "Enable Wasm build support"
default n
---help---
If enabled, then then build system will trigger the Wasm build
process. This will require the WASI-SDK to be installed on the
host system.
bool "Enable Wasm build support"
default n
---help---
If enabled, then then build system will trigger the Wasm build
process. This will require the WASI-SDK to be installed on the
host system.
endmenu
endmenu # Wasm Build Options
endmenu
endmenu # Extra Tools