-
CONFIG_NET_HOSTNAME
¶
The hostname of this device
Type: string
Help¶
The string should be a valid hostname.
Direct dependencies¶
NET_HOSTNAME_ENABLE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- “zephyr” if
NET_HOSTNAME_ENABLE
&&NETWORKING
Kconfig definition¶
At subsys/net/Kconfig.hostname:17
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:87
Menu path: (top menu) → Networking
config NET_HOSTNAME string prompt "The hostname of this device" ifNET_HOSTNAME_ENABLE
&&NETWORKING
default "zephyr" ifNET_HOSTNAME_ENABLE
&&NETWORKING
depends onNET_HOSTNAME_ENABLE
&&NETWORKING
help The string should be a valid hostname.
(Definitions include propagated dependencies, including from if’s and menus.)