:orphan: .. title:: CONFIG_BATTERY_SENSE .. kconfig:: CONFIG_BATTERY_SENSE CONFIG_BATTERY_SENSE #################### *Enable the battery sense circuit* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`ADC ` && \ :kconfig:`BOARD_HEXIWEAR_K64 `) || \ :kconfig:`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:22`` 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:37`` → ``/Kconfig:75`` 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.)*