2019-11-01 13:45:29 +01:00
|
|
|
# nRF52840-MDK board configuration
|
2018-06-10 18:59:42 +08:00
|
|
|
|
2019-11-01 13:45:29 +01:00
|
|
|
# Copyright (c) 2018 makerdiary.com
|
2018-06-10 18:59:42 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BOARD_ENABLE_DCDC
|
2019-11-01 10:24:07 +01:00
|
|
|
bool "Enable DCDC mode"
|
|
|
|
select SOC_DCDC_NRF52X
|
|
|
|
default y
|
2020-02-09 22:26:07 +01:00
|
|
|
depends on BOARD_NRF52840_MDK
|