:orphan: .. title:: CONFIG_LWM2M_UCIFI_BATTERY .. kconfig:: CONFIG_LWM2M_UCIFI_BATTERY CONFIG_LWM2M_UCIFI_BATTERY ########################## *uCIFI Battery (3411) Monitor Support* Type: ``bool`` Help ==== .. code-block:: none The uCIFI battery object provides attributes to monitor battery level and activity. Direct dependencies =================== \ :kconfig:`LWM2M_UCIFI_SUPPORT ` && \ :kconfig:`LWM2M ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/lwm2m/Kconfig.ucifi:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/lib/Kconfig:18`` → ``/net/lib/lwm2m/Kconfig:479`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack → uCIFI Alliance Object Support → uCIFI Alliance Object Support .. code-block:: kconfig menuconfig LWM2M_UCIFI_BATTERY bool "uCIFI Battery (3411) Monitor Support" depends on LWM2M_UCIFI_SUPPORT && LWM2M && NETWORKING help The uCIFI battery object provides attributes to monitor battery level and activity. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*