:orphan: .. title:: BATTERY_SENSE .. option:: CONFIG_BATTERY_SENSE *Enable the battery sense circuit* Type: ``bool`` Direct dependencies =================== (\ :option:`ADC ` && \ :option:`BOARD_HEXIWEAR_K64 `) || \ :option:`BOARD_HEXIWEAR_K64 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/hexiwear_k64/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config BATTERY_SENSE bool default y depends on ADC && BOARD_HEXIWEAR_K64 ---- At ``/arm/hexiwear_k64/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:57`` Menu path: (Top) → Board Options .. code-block:: kconfig config BATTERY_SENSE bool "Enable the battery sense circuit" depends on BOARD_HEXIWEAR_K64 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*