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

Enable the battery sense circuit

Type: bool

Direct dependencies

(ADC && BOARD_HEXIWEAR_K64) || BOARD_HEXIWEAR_K64

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BATTERY_SENSE
    bool
    default "y" if ADC && BOARD_HEXIWEAR_K64
    depends on ADC && BOARD_HEXIWEAR_K64

At boards/arm/hexiwear_k64/Kconfig:10

Included via Kconfig:10Kconfig.zephyr:25boards/Kconfig:27

Menu path: (top menu) → Board Options

config BATTERY_SENSE
    bool
    prompt "Enable the battery sense circuit" if BOARD_HEXIWEAR_K64
    depends on BOARD_HEXIWEAR_K64

(Definitions include propagated dependencies, including from if’s and menus.)