:orphan: .. title:: CONFIG_NET_HOSTNAME_UNIQUE .. kconfig:: CONFIG_NET_HOSTNAME_UNIQUE CONFIG_NET_HOSTNAME_UNIQUE ########################## *Make hostname unique* Type: ``bool`` Help ==== .. code-block:: none This will append link address to hostname to create a unique hostname. For example, zephyr00005e005357 could be the hostname if this setting is enabled. Direct dependencies =================== \ :kconfig:`NET_HOSTNAME_ENABLE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/Kconfig.hostname:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:83`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Add hostname to the device .. code-block:: kconfig config NET_HOSTNAME_UNIQUE bool "Make hostname unique" depends on NET_HOSTNAME_ENABLE && NETWORKING help This will append link address to hostname to create a unique hostname. For example, zephyr00005e005357 could be the hostname if this setting is enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*