2019-11-01 20:45:29 +08:00
|
|
|
# nRF52832-MDK board configuration
|
|
|
|
|
2018-02-26 13:01:41 +08:00
|
|
|
# Copyright (c) 2018 makerdiary.com.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BOARD_ENABLE_DCDC
|
2022-03-09 19:05:12 +08:00
|
|
|
bool "DCDC mode"
|
2018-02-26 13:01:41 +08:00
|
|
|
select SOC_DCDC_NRF52X
|
|
|
|
default y
|
2020-02-10 05:26:07 +08:00
|
|
|
depends on BOARD_NRF52832_MDK
|