xref: /openbmc/linux/arch/arm/mach-stm32/Kconfig (revision 1e2f0169)
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_STM32F746
19	bool "STMicrolectronics STM32F746"
20	depends on ARCH_STM32
21	default y
22
23config MACH_STM32H743
24	bool "STMicrolectronics STM32H743"
25	depends on ARCH_STM32
26	default y
27