Add DCDC mode config.
parent
abe40f8ef5
commit
8b4d2b6093
|
|
@ -0,0 +1,8 @@
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
config BOARD_ENABLE_DCDC
|
||||||
|
bool "Enable DCDC mode"
|
||||||
|
select SOC_DCDC_NRF52X
|
||||||
|
default y
|
||||||
|
depends on BOARD_BLUEMICRO52840_V1
|
||||||
|
|
||||||
Loading…
Reference in New Issue