The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BATTERY_SENSE

Enable the battery sense circuit

Type: bool

Direct dependencies

(ADC && BOARD_HEXIWEAR_K64) || BOARD_HEXIWEAR_K64

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At boards/arm/hexiwear_k64/Kconfig.defconfig:25

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config BATTERY_SENSE
    bool
    default y
    depends on ADC && BOARD_HEXIWEAR_K64

At boards/arm/hexiwear_k64/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:37boards/Kconfig:75

Menu path: (Top) → Board Options

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.)