zmk/app/boards/arm/nice_nano/Kconfig

8 lines
169 B
Plaintext
Raw Normal View History

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