2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
2012-11-29 18:44:02 +00:00
|
|
|
config INTERPRETERS_FICL
|
2012-04-14 20:01:08 +00:00
|
|
|
bool "Ficl Forth interpreter"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for the Ficl interpreter interpreter. See README.txt file in the
|
|
|
|
apps/interpreters/ficl directory. Use of this configuration assumes
|
|
|
|
that you have performed the required installation of the Ficl run-time code.
|
|
|
|
|
2012-11-29 18:44:02 +00:00
|
|
|
if INTERPRETERS_FICL
|
2012-04-14 20:01:08 +00:00
|
|
|
endif
|