Add KConfig for board battery charger
This commit is contained in:
parent
1797cfb5c5
commit
7aea57328c
3 changed files with 18 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue