summaryrefslogtreecommitdiff
path: root/apps/interpreters/ficl/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/ficl/Kconfig')
-rw-r--r--apps/interpreters/ficl/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/interpreters/ficl/Kconfig b/apps/interpreters/ficl/Kconfig
index 1860a1591..ba6a7bc35 100644
--- a/apps/interpreters/ficl/Kconfig
+++ b/apps/interpreters/ficl/Kconfig
@@ -3,7 +3,7 @@
# see misc/tools/kconfig-language.txt.
#
-config FICL
+config INTERPRETERS_FICL
bool "Ficl Forth interpreter"
default n
---help---
@@ -11,6 +11,6 @@ config FICL
apps/interpreters/ficl directory. Use of this configuration assumes
that you have performed the required installation of the Ficl run-time code.
-if FICL
+if INTERPRETERS_FICL
endif