:orphan: .. title:: CONFIG_HAWKBIT_PORT .. kconfig:: CONFIG_HAWKBIT_PORT CONFIG_HAWKBIT_PORT ################### *Port address for the hawkbit server* Type: ``string`` Help ==== .. code-block:: none Configure the hawkbit port number. Direct dependencies =================== \ :kconfig:`HAWKBIT ` *(Includes any dependencies from ifs and menus.)* Default ======= - "8080" Kconfig definition ================== At ``/mgmt/hawkbit/Kconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:11`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support .. code-block:: kconfig config HAWKBIT_PORT string "Port address for the hawkbit server" default "8080" depends on HAWKBIT help Configure the hawkbit port number. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*