summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-20 13:17:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-20 13:17:21 -0600
commit423f3165ed5bce54d2e36defcf04ea7936f150ce (patch)
treec690808bd9c8b5c2286ca46a0185225667922575 /apps/system/Kconfig
parent8d9d900abe1f1f70532ddcb9472b7ebb85af5a37 (diff)
downloadnuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.tar.gz
nuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.tar.bz2
nuttx-423f3165ed5bce54d2e36defcf04ea7936f150ce.zip
apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.
Diffstat (limited to 'apps/system/Kconfig')
-rw-r--r--apps/system/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/Kconfig b/apps/system/Kconfig
index 5d4a030b4..15836f1f2 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -63,6 +63,10 @@ menu "USB Monitor"
source "$APPSDIR/system/usbmonitor/Kconfig"
endmenu
+menu "VI Work-Alike Editor"
+source "$APPSDIR/system/vi/Kconfig"
+endmenu
+
menu "Stack Monitor"
source "$APPSDIR/system/stackmonitor/Kconfig"
endmenu