blob: 2d1419eb08965ada06e108fb3f6617375242ed38 [file] [log] [blame]
Alexandre TORGUEbcb84fb2017-01-30 17:33:13 +01001config 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
Alexandre TORGUE1e2f0162017-01-30 17:49:02 +010022
23config MACH_STM32H743
24 bool "STMicrolectronics STM32H743"
25 depends on ARCH_STM32
26 default y