zephyr/soc/st/stm32/stm32n6x/Kconfig
Guillaume Gautier 016d048ded soc: st: stm32: add stm32n6 series
Add STM32N6 series

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
2025-01-28 18:14:45 +01:00

18 lines
431 B
Text

# ST Microelectronics STM32N6 MCU series
# Copyright (c) 2024 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_STM32N6X
select ARM
select CPU_CORTEX_M55
select ARM_TRUSTZONE_M
select CPU_HAS_ARM_SAU
select CPU_HAS_ARM_MPU
select CPU_HAS_FPU
select ARMV8_M_DSP
select CPU_CORTEX_M_HAS_DWT
select HAS_STM32CUBE
select INIT_ARCH_HW_AT_BOOT
select SOC_RESET_HOOK
select TRUSTED_EXECUTION_SECURE