Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Kconfig - Hexiwear K64 board # # Copyright (c) 2017, NXP # # SPDX-License-Identifier: Apache-2.0 # if BOARD_HEXIWEAR_K64 config BATTERY_SENSE bool "Enable the battery sense circuit" default n endif # BOARD_HEXIWEAR_K64