a572b386d8
The PAN1781 evaluation board is a development tool for the nRF52820 from Nordic Semiconductor. Signed-off-by: Steffen Jahnke <steffen.jahnke@eu.panasonic.com>
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
# PAN1781 EVB configuration
|
|
|
|
# Copyright (c) 2022 Panasonic Industrial Devices Europe GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ENABLE_DCDC
|
|
bool "DCDC mode"
|
|
select SOC_DCDC_NRF52X
|
|
default y
|
|
depends on BOARD_PAN1781_EVB
|