summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-12 16:01:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-12 16:01:37 -0600
commit97a9ac8e49b06572bf929529366d7000e6dfa0ee (patch)
tree5e16267087f820c59fcd552b05c1205c553ca4ef /apps/system/Kconfig
parent0f587cfa8c982f90b28780136c6e6436b666c92d (diff)
downloadnuttx-97a9ac8e49b06572bf929529366d7000e6dfa0ee.tar.gz
nuttx-97a9ac8e49b06572bf929529366d7000e6dfa0ee.tar.bz2
nuttx-97a9ac8e49b06572bf929529366d7000e6dfa0ee.zip
Build/test framework for the Zmodem sz and rz commands which are on their way
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 f683ac00a..5b36a43bf 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -46,3 +46,7 @@ endmenu
menu "USB Monitor"
source "$APPSDIR/system/usbmonitor/Kconfig"
endmenu
+
+menu "Zmodem Commands"
+source "$APPSDIR/system/zmodem/Kconfig"
+endmenu