| # SPDX-License-Identifier: GPL-2.0-only |
| bool "STMicroelectronics STM32 family" |
| depends on ARM_SINGLE_ARMV7M || ARCH_MULTI_V7 |
| select ARMV7M_SYSTICK if ARM_SINGLE_ARMV7M |
| select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7 |
| select ARM_GIC if ARCH_MULTI_V7 |
| select ARM_PSCI if ARCH_MULTI_V7 |
| select ARCH_HAS_RESET_CONTROLLER |
| Support for STMicroelectronics STM32 processors. |
| bool "STMicroelectronics STM32F429" |
| bool "STMicroelectronics STM32F469" |
| bool "STMicroelectronics STM32F746" |
| bool "STMicroelectronics STM32F769" |
| bool "STMicroelectronics STM32H743" |
| bool "STMicroelectronics STM32MP157" |