:orphan: .. title:: HAWKBIT_SERVER .. option:: CONFIG_HAWKBIT_SERVER *User address for the hawkbit server* Type: ``string`` Help ==== Configure the hawkbit server address. Direct dependencies =================== \ :option:`HAWKBIT ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/hawkbit/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:11`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support .. parsed-literal:: config HAWKBIT_SERVER string "User address for the hawkbit server" default "" depends on \ :option:`HAWKBIT ` help Configure the hawkbit server address. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*