:orphan: .. title:: CONFIG_SENSOR_SHELL_BATTERY .. kconfig:: CONFIG_SENSOR_SHELL_BATTERY CONFIG_SENSOR_SHELL_BATTERY ########################### *Enable sensor shell 'battery' command* Type: ``bool`` Help ==== .. code-block:: none This enables the 'battery' command which reports charging information in a convenient format. It makes use of a fuel gauge to read its information. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/Kconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config SENSOR_SHELL_BATTERY bool "Enable sensor shell 'battery' command" depends on SHELL && SENSOR help This enables the 'battery' command which reports charging information in a convenient format. It makes use of a fuel gauge to read its information. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*