7e30c0e4c9
Remove spaces from Kconfig files Add TABs Add comments
21 lines
460 B
Plaintext
21 lines
460 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
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.
|
|
|
|
endmenu # Wasm Build Options
|
|
|
|
endmenu # Extra Tools
|