zephyr/soc/st/stm32/stm32n6x/Kconfig.soc
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
353 B
Text

# ST Microelectronics STM32N6 MCU series
# Copyright (c) 2024 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_STM32N6X
bool
select SOC_FAMILY_STM32
config SOC_SERIES
default "stm32n6x" if SOC_SERIES_STM32N6X
config SOC_STM32N657XX
bool
select SOC_SERIES_STM32N6X
config SOC
default "stm32n657xx" if SOC_STM32N657XX