summaryrefslogtreecommitdiff
path: root/apps/netutils
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-20 15:34:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-20 15:34:59 -0600
commit95d0ef5327694bc93486b38f79b79b964b05f13c (patch)
tree91155cb0c646b9574a59f015e6051765a45a43a2 /apps/netutils
parent8086cabe859cfe6c7f54170c34eb11bfa90addd3 (diff)
downloadnuttx-95d0ef5327694bc93486b38f79b79b964b05f13c.tar.gz
nuttx-95d0ef5327694bc93486b38f79b79b964b05f13c.tar.bz2
nuttx-95d0ef5327694bc93486b38f79b79b964b05f13c.zip
Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools by Alan Carvalho de Assis
Diffstat (limited to 'apps/netutils')
-rw-r--r--apps/netutils/ftpc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/netutils/ftpc/Kconfig b/apps/netutils/ftpc/Kconfig
index 7a63001fa..bc4d033dd 100644
--- a/apps/netutils/ftpc/Kconfig
+++ b/apps/netutils/ftpc/Kconfig
@@ -10,4 +10,13 @@ config NETUTILS_FTPC
Enable support for the FTP client.
if NETUTILS_FTPC
+
+config DEBUG_FTPC
+ bool "Debug FTP client"
+ default n
+ depends on DEBUG
+ ---help---
+ Enable debug support for the FTP client. This option simple forces
+ CONFIG_DEBUG_NET to be on, but only for the files within this directory.
+
endif