CONFIG_TFTP_LIB

Socket TFTP Library Support [EXPERIMENTAL]

Type: bool

Help

Enable the Zephyr TFTP Library

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/net/lib/tftp/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/net/lib/Kconfig:12

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols

config TFTP_LIB
    bool "Socket TFTP Library Support [EXPERIMENTAL]"
    select NET_SOCKETS
    select NET_SOCKETS_POSIX_NAMES
    depends on NETWORKING
    help
      Enable the Zephyr TFTP Library

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)