2012-04-12 21:52:04 +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-12 21:52:04 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
|
|
|
config NETUTILS_TFTPC
|
|
|
|
bool "TFTP client"
|
|
|
|
default n
|
2015-03-29 15:52:46 -06:00
|
|
|
depends on NET_UDP
|
2012-04-14 20:01:08 +00:00
|
|
|
---help---
|
|
|
|
Enable support for the TFTP client.
|
|
|
|
|
|
|
|
if NETUTILS_TFTPC
|
|
|
|
endif
|