2020-04-03 00:24:56 +08:00
|
|
|
# nRF52 DK board configuration
|
2019-11-01 20:45:29 +08:00
|
|
|
|
2016-05-18 22:53:48 +08:00
|
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-05-18 22:53:48 +08:00
|
|
|
|
2018-06-29 23:44:45 +08:00
|
|
|
config BOARD_ENABLE_DCDC
|
2022-03-09 19:05:12 +08:00
|
|
|
bool "DCDC mode"
|
2018-06-29 23:44:45 +08:00
|
|
|
select SOC_DCDC_NRF52X
|
|
|
|
default y
|
2020-04-03 00:24:56 +08:00
|
|
|
depends on BOARD_NRF52DK_NRF52832
|