-
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:8 → Kconfig.zephyr:18
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:8 → Kconfig.zephyr:27 → boards/Kconfig:57
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.)