forked from kofal.net/zmk
Add DCDC mode config.
This commit is contained in:
8
app/boards/arm/bluemicro52840_v1/Kconfig
Normal file
8
app/boards/arm/bluemicro52840_v1/Kconfig
Normal file
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user