aboutsummaryrefslogtreecommitdiff
path: root/apps/interpreters/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-29 18:44:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-29 18:44:02 +0000
commitc9230359ef3da96b4aa2517475eb910e25ea1620 (patch)
tree48fcc75da5994502dccec200ae28a0ef415a6542 /apps/interpreters/Kconfig
parent83b590b946b88b07b42eb8214ec9a5bed2ed2928 (diff)
downloadpx4-firmware-c9230359ef3da96b4aa2517475eb910e25ea1620.tar.gz
px4-firmware-c9230359ef3da96b4aa2517475eb910e25ea1620.tar.bz2
px4-firmware-c9230359ef3da96b4aa2517475eb910e25ea1620.zip
All ZNEO configurations converted to use the mconf/Kconfig tool
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5401 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/interpreters/Kconfig')
-rw-r--r--apps/interpreters/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/interpreters/Kconfig b/apps/interpreters/Kconfig
index 34cbf2eee..6e7d1ac4f 100644
--- a/apps/interpreters/Kconfig
+++ b/apps/interpreters/Kconfig
@@ -7,7 +7,7 @@ comment "Interpreters"
source "$APPSDIR/interpreters/ficl/Kconfig"
-config PCODE
+config INTERPRETERS_PCODE
bool "Pascal p-code interpreter"
default n
---help---
@@ -16,6 +16,6 @@ config PCODE
configuration implies that you have performed the required installation of the
Pascal run-time code.
-if PCODE
+if INTERPRETERS_PCODE
endif