telem3-fw/boards/arm/custom_plank/custom_plank_defconfig
Fabio Baltieri c2ed36f007 boards: custom_plank: use gpio-as-nreset instead of CONFIG_GPIO_AS_PINRESET
CONFIG_GPIO_AS_PINRESET is deprecated, replace it with the new device
tree property.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-10-23 14:20:53 +01:00

14 lines
247 B
Plaintext

# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_CUSTOM_PLANK=y
CONFIG_ARM_MPU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_GPIO=y
CONFIG_PINCTRL=y