Add KConfig for board battery charger

This commit is contained in:
Mega Mind
2020-08-21 03:12:06 +08:00
parent 1797cfb5c5
commit 7aea57328c
3 changed files with 18 additions and 2 deletions

View File

@@ -3,3 +3,8 @@ config BOARD_ENABLE_DCDC
select SOC_DCDC_NRF52X
default y
depends on (BOARD_NRFMICRO_11 || BOARD_NRFMICRO_11_FLIPPED || BOARD_NRFMICRO_13)
config BOARD_ENABLE_CHARGER
bool "Enable battery charger"
default y
depends on (BOARD_NRFMICRO_13)