zmk/app/boards/arm/bluemicro52840_v1/Kconfig

9 lines
154 B
Plaintext
Raw Normal View History

2020-08-16 18:33:01 -07:00
# SPDX-License-Identifier: MIT
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_BLUEMICRO52840_V1