1# Digilent Arty board configuration
2
3# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ARTY_A7_ARM_DESIGNSTART_M1
7	bool "Digilent Arty A7 ARM DesignStart Cortex-M1"
8	depends on SOC_SERIES_ARM_DESIGNSTART
9
10config BOARD_ARTY_A7_ARM_DESIGNSTART_M3
11	bool "Digilent Arty A7 ARM DesignStart Cortex-M3"
12	depends on SOC_SERIES_ARM_DESIGNSTART
13