2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
|
|
|
config NETUTILS_FTPC
|
|
|
|
bool "FTP client"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for the FTP client.
|
|
|
|
|
|
|
|
if NETUTILS_FTPC
|
2014-02-20 15:34:59 -06:00
|
|
|
|
|
|
|
config DEBUG_FTPC
|
|
|
|
bool "Debug FTP client"
|
|
|
|
default n
|
2016-06-11 14:13:39 -06:00
|
|
|
depends on DEBUG_FEATURES
|
2014-02-20 15:34:59 -06:00
|
|
|
---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.
|
|
|
|
|
2012-04-14 20:01:08 +00:00
|
|
|
endif
|