: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 =================== .. highlight:: kconfig At ``boards/arm/hexiwear_k64/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BATTERY_SENSE bool default y depends on \ :option:`ADC ` && \ :option:`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 .. parsed-literal:: config BATTERY_SENSE bool "Enable the battery sense circuit" depends on \ :option:`BOARD_HEXIWEAR_K64 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*