14 lines
215 B
Plaintext
14 lines
215 B
Plaintext
|
# 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"
|
||
|
|
||
|
endif # BOARD_HEXIWEAR_K64
|