:orphan: .. title:: NET_HOSTNAME .. option:: CONFIG_NET_HOSTNAME *The hostname of this device* Type: ``string`` Help ==== The string should be a valid hostname. Direct dependencies =================== \ :option:`NET_HOSTNAME_ENABLE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - "zephyr" Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig.hostname:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:83`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Add hostname to the device .. parsed-literal:: config NET_HOSTNAME string "The hostname of this device" default "zephyr" depends on \ :option:`NET_HOSTNAME_ENABLE ` && \ :option:`NETWORKING ` help The string should be a valid hostname. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*