zephyr/soc/arm/atmel_sam0/same51/Kconfig.series
Ioannis Glaropoulos 7fee3efd99 soc: arm: remove explicit selection of already selected symbols
CPU_CORTEX_M_HAS_SYSTICK and CPU_CORTEX_M_HAS_VTOR do not need
to be explicitely selected in SoC/Boards definitions of
platforms implementing the Cortex-M mainline architecture; they
are already selected by ARMV7_M_ARM8_M_MAINLINE Kconfig symbol.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-01-20 17:23:42 -05:00

14 lines
316 B
Plaintext

# Atmel SAME51 MCU series
# Copyright (c) 2019 ML!PA Consulting GmbH
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_SAME51
bool "Atmel SAME51 MCU"
select CPU_CORTEX_M4
select SOC_FAMILY_SAM0
select CPU_CORTEX_M_HAS_DWT
select ASF
help
Enable support for Atmel SAME51 Cortex-M4F microcontrollers.