summaryrefslogtreecommitdiff
path: root/apps/system/prun
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-07 13:23:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-07 13:23:39 -0600
commit68cc5101fe7476593abc63c420e3f3f6a5174dd2 (patch)
tree4166f5add2b865665ea0c9d08b19693baba06f4d /apps/system/prun
parentd651fa271d0869beb328106f02cf0063f02faabf (diff)
downloadpx4-nuttx-68cc5101fe7476593abc63c420e3f3f6a5174dd2.tar.gz
px4-nuttx-68cc5101fe7476593abc63c420e3f3f6a5174dd2.tar.bz2
px4-nuttx-68cc5101fe7476593abc63c420e3f3f6a5174dd2.zip
apps/system: Clean up Kconfig menuing
Diffstat (limited to 'apps/system/prun')
-rw-r--r--apps/system/prun/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/prun/Kconfig b/apps/system/prun/Kconfig
index 61ce1bcd9..fda82cfe0 100644
--- a/apps/system/prun/Kconfig
+++ b/apps/system/prun/Kconfig
@@ -3,7 +3,7 @@
# see misc/tools/kconfig-language.txt.
#
-config SYSTEM_PRUN
+menuconfig SYSTEM_PRUN
bool "Pascal P-Code interpreter"
default n
depends on INTERPRETERS_PCODE