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
|