2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 16:45:52 +00:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
2012-04-14 20:22:48 +00:00
|
|
|
source "$APPSDIR/interpreters/ficl/Kconfig"
|
2012-04-14 20:01:08 +00:00
|
|
|
|
2012-11-29 18:44:02 +00:00
|
|
|
config INTERPRETERS_PCODE
|
2012-04-14 20:01:08 +00:00
|
|
|
bool "Pascal p-code interpreter"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for the Pascal p-code interpreter. See README file at misc/pascal
|
|
|
|
and also the README.txt file in the apps/interpreter directory. Use of this
|
|
|
|
configuration implies that you have performed the required installation of the
|
|
|
|
Pascal run-time code.
|
|
|
|
|
2012-11-29 18:44:02 +00:00
|
|
|
if INTERPRETERS_PCODE
|
2012-04-14 20:01:08 +00:00
|
|
|
endif
|