2012-04-12 23:52:04 +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-12 23:52:04 +02:00
|
|
|
#
|
2012-04-14 22:01:08 +02:00
|
|
|
|
|
|
|
config NETUTILS_TFTPC
|
|
|
|
bool "TFTP client"
|
|
|
|
default n
|
2017-08-12 19:36:19 +02:00
|
|
|
depends on NET_UDP && NET_IPv4
|
2012-04-14 22:01:08 +02:00
|
|
|
---help---
|
|
|
|
Enable support for the TFTP client.
|
|
|
|
|
|
|
|
if NETUTILS_TFTPC
|
|
|
|
endif
|