mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix Kconfig style
Remove spaces from Kconfig files Add TABs Add comments
This commit is contained in:
parent
78a8dd27c9
commit
7e30c0e4c9
4 changed files with 14 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue