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