Message ID | 20250210-b4-stm32mp2_new_dts-v1-3-e8ef1e666c5e@foss.st.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Expand STM32MP2 family with new SoC and boards | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 02f9248f7c84da36619ddb8dac55a4bfd96d65e3..844a39620cfea8bfc031a545d85e33894ef20994 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -323,6 +323,8 @@ config ARCH_STM32 STM32 family, including: - STM32MP25: - STM32MP251, STM32MP253, STM32MP255 and STM32MP257. + - STM32MP23: + - STM32MP231, STM32MP233, STM32MP235. config ARCH_SYNQUACER bool "Socionext SynQuacer SoC Family"
Expand config ARCH_STM32 with the new STM32MP23 SoCs family which is composed of STM32MP231, STM32MP233 and STM32MP235 SoCs. Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com> --- arch/arm64/Kconfig.platforms | 2 ++ 1 file changed, 2 insertions(+)