2019-11-01 13:45:29 +01:00
|
|
|
# Electronut Labs Papyr board configuration
|
|
|
|
|
2019-02-09 17:10:02 +05:30
|
|
|
# Copyright (c) 2018 Electronut Labs
|
|
|
|
# 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_PAPYR
|