#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config LVX_USE_DEMO_CALCULATOR
bool "CALCULATOR"
default n
if LVX_USE_DEMO_CALCULATOR
config LVX_CALCULATOR_DATA_ROOT
string "Calculator Data Root"
default "/data"
config CALCULATOR_USE_BUILTIN_RES
bool "use the builtin resources"
default y
endif