mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 08:05:29 +00:00
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>
14 lines
316 B
Plaintext
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.
|