nuttx-apps/netutils/tftpc/Kconfig
2015-03-29 15:52:46 -06:00

15 lines
254 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config NETUTILS_TFTPC
bool "TFTP client"
default n
depends on NET_UDP
---help---
Enable support for the TFTP client.
if NETUTILS_TFTPC
endif