From 95d0ef5327694bc93486b38f79b79b964b05f13c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 20 Feb 2014 15:34:59 -0600 Subject: Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools by Alan Carvalho de Assis --- apps/netutils/ftpc/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/netutils') 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 -- cgit v1.2.3