nuttx-apps/interpreters/luamodules/luasyslog/Kconfig
Neo Xu 6d7761f274 luamodules/lsyslog: add lua syslog module
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2022-12-21 17:46:59 +08:00

22 lines
449 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_LSYSLOG_MODULE
bool "Lua syslog module"
default n
depends on INTERPRETERS_LUA
---help---
LUA syslog module
if LUA_LSYSLOG_MODULE
config LUA_LSYSLOG_VERSION
string "lsyslog version"
default "2.0.1"
---help---
Lua lsyslog module release version to fetch and build.
endif # LUA_LSYSLOG_MODULE