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

View File

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

View File

@ -21,7 +21,7 @@ config LTE_LAPI_KEEP_COMPATIBILITY
default n default n
---help--- ---help---
lte_get_operator_sync, lte_get_imsi_sync, lte_get_imei_sync, lte_get_phoneno_sync, 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 argument string. Functions in the old spec will be discarded, but enabling this
option makes you be able to use them. option makes you be able to use them.
Furthermore, this option will be removed in the near future, and functions in 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, Deprecated APIs will be removed in the future,
please use the synchronous API instead. please use the synchronous API instead.
endif endif # LTE_LAPI

View File

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