mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +00:00
11 lines
247 B
Text
11 lines
247 B
Text
|
|
#
|
||
|
|
# For a description of the syntax of this configuration file,
|
||
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
|
#
|
||
|
|
|
||
|
|
config EXAMPLES_LUA_MODULE
|
||
|
|
tristate "Lua module example"
|
||
|
|
default n
|
||
|
|
---help---
|
||
|
|
Enable the Lua module example
|