:orphan: .. title:: TFTP_LIB .. option:: CONFIG_TFTP_LIB *Socket TFTP Library Support [EXPERIMENTAL]* Type: ``bool`` Help ==== Enable the Zephyr TFTP Library Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_SOCKETS ` - \ :option:`NET_SOCKETS_POSIX_NAMES ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/tftp/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:12`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. parsed-literal:: config TFTP_LIB bool "Socket TFTP Library Support [EXPERIMENTAL]" select \ :option:`NET_SOCKETS ` select \ :option:`NET_SOCKETS_POSIX_NAMES ` depends on \ :option:`NETWORKING ` help Enable the Zephyr TFTP Library *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*