zmk_mf68/app/boards/arm/nice_nano/Kconfig

8 lines
169 B
Text
Raw Normal View History

2020-08-19 14:28:06 +10:00
# SPDX-License-Identifier: MIT
2020-08-15 13:26:03 +10:00
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
2021-07-16 08:34:00 +10:00
depends on (BOARD_NICE_NANO || BOARD_NICE_NANO_V2)