zephyr/soc/arm/atmel_sam0/samr35/Kconfig.series
Gerson Fernando Budke 45ad244212 soc: atmel: Enable platform specific init
This replace pre kernel initialization by the platform specific
initialization call. The platform specific init will configure
at very beginning the clocks, flash wait states and cache.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2023-08-04 10:46:03 +02:00

18 lines
461 B
Plaintext

# Atmel SAMR35 MCU series
# Copyright (c) 2021 Argentum Systems Ltd.
# Copyright (c) 2023 Gerson Fernando Budke <nandojve@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_SAMR35
bool "Atmel SAMR35 MCU"
select ARM
select CPU_CORTEX_M0PLUS
select CPU_CORTEX_M_HAS_SYSTICK
select CPU_CORTEX_M_HAS_VTOR
select SOC_FAMILY_SAM0
select PLATFORM_SPECIFIC_INIT
select ASF
help
Enable support for Atmel SAMR35 Cortex-M0+ microcontrollers.