summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-02 10:25:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-02 10:25:53 -0600
commitc9b74c175ad4502245cace41464aba69f8a1eaec (patch)
tree7e2b4789194c6b3e6865e24aee5bac6a7c0fe484 /apps/system/Kconfig
parente364cc0f190f65ca37a08fbba3daa577d23cf51b (diff)
downloadnuttx-c9b74c175ad4502245cace41464aba69f8a1eaec.tar.gz
nuttx-c9b74c175ad4502245cace41464aba69f8a1eaec.tar.bz2
nuttx-c9b74c175ad4502245cace41464aba69f8a1eaec.zip
Add an EMACS-like command line editor that can be used wit NSH
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 15836f1f2..e7d00bc2e 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -63,6 +63,10 @@ menu "USB Monitor"
source "$APPSDIR/system/usbmonitor/Kconfig"
endmenu
+menu "EMACS-like Command Line Editor"
+source "$APPSDIR/system/cle/Kconfig"
+endmenu
+
menu "VI Work-Alike Editor"
source "$APPSDIR/system/vi/Kconfig"
endmenu