:orphan: .. title:: NET_HOSTNAME_UNIQUE .. option:: CONFIG_NET_HOSTNAME_UNIQUE *Make hostname unique* Type: ``bool`` 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. Direct dependencies =================== \ :option:`NET_HOSTNAME_ENABLE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig.hostname:20`` 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_UNIQUE bool "Make hostname unique" depends on \ :option:`NET_HOSTNAME_ENABLE ` && \ :option:`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.)*