nuttx-apps/interpreters/luamodules/cjson/Kconfig
Neo Xu 311b4210b7 luamodules/cjson: add lua cjson module
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2022-12-21 17:47:14 +08:00

22 lines
420 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config LUA_CJSON_MODULE
bool "Lua cjson module"
default n
depends on INTERPRETERS_LUA
---help---
LUA cjson module
if LUA_CJSON_MODULE
config LUA_CJSON_VERSION
string "lua csjon version"
default "2.1.0.9"
---help---
Lua cjson module from luarocks.
endif # LUA_CJSON_MODULE