nuttx-apps/interpreters/luamodules/lfs/Kconfig
Neo Xu 7a2774b75a luamodules/lfs: add luafilesystem module
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2022-12-21 17:46:44 +08:00

22 lines
424 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_LFS_MODULE
bool "Lua file system module"
default n
depends on INTERPRETERS_LUA
---help---
LUA file system module
if LUA_LFS_MODULE
config LUA_LFS_VERSION
string "LFS version"
default "1_8_0"
---help---
Luv release version to fetch and build.
endif # LUA_LFS_MODULE