Files
apps/tools/Kconfig
ouyangxiangzhen 5fca627d73 apps: Fix compilation error after nuttx/arch.h excluded.
Change-Id: Idd3cbc2be64f32dd2731e65bb1230ab966eccb96
2024-11-20 19:39:43 +08:00

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