2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
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
|
|
|
|
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.
|
|
|
|
|
2012-04-14 22:01:08 +02:00
|
|
|
endif
|