:orphan: .. title:: CONFIG_TFTP_LIB .. kconfig:: CONFIG_TFTP_LIB CONFIG_TFTP_LIB ############### *Socket TFTP Library Support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enable the Zephyr TFTP Library Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_SOCKETS ` - \ :kconfig:`NET_SOCKETS_POSIX_NAMES ` Kconfig definition ================== At ``/net/lib/tftp/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:12`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. code-block:: kconfig 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.)*