xref: /openbmc/linux/arch/arm/mach-stm32/Kconfig (revision 74ce1896)
1config ARCH_STM32
2	bool "STMicrolectronics STM32"
3	depends on ARM_SINGLE_ARMV7M
4	select ARCH_HAS_RESET_CONTROLLER
5	select ARMV7M_SYSTICK
6	select CLKSRC_STM32
7	select PINCTRL
8	select RESET_CONTROLLER
9	select STM32_EXTI
10	help
11	  Support for STMicroelectronics STM32 processors.
12
13config MACH_STM32F429
14	bool "STMicrolectronics STM32F429"
15	depends on ARCH_STM32
16	default y
17
18config MACH_STM32F469
19	bool "STMicrolectronics STM32F469"
20	depends on ARCH_STM32
21	default y
22
23config MACH_STM32F746
24	bool "STMicrolectronics STM32F746"
25	depends on ARCH_STM32
26	default y
27
28config MACH_STM32H743
29	bool "STMicrolectronics STM32H743"
30	depends on ARCH_STM32
31	default y
32