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

@ -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