:orphan: .. title:: UPDATEHUB_CE .. option:: CONFIG_UPDATEHUB_CE *Use UpdateHub Community Edition Sever* Type: ``bool`` Help ==== Allow the use of UpdateHub Community Server (updatehub-ce) as alternative to the updatehub.io enterprise server. Direct dependencies =================== \ :option:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/updatehub/Kconfig:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support .. parsed-literal:: config UPDATEHUB_CE bool "Use UpdateHub Community Edition Sever" depends on \ :option:`UPDATEHUB ` help Allow the use of UpdateHub Community Server (updatehub-ce) as alternative to the updatehub.io enterprise server. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*