]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/mach-stm32/Kconfig
Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / arm / mach-stm32 / Kconfig
1 config 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
13 config MACH_STM32F429
14         bool "STMicrolectronics STM32F429"
15         depends on ARCH_STM32
16         default y
17
18 config MACH_STM32F469
19         bool "STMicrolectronics STM32F469"
20         depends on ARCH_STM32
21         default y
22
23 config MACH_STM32F746
24         bool "STMicrolectronics STM32F746"
25         depends on ARCH_STM32
26         default y
27
28 config MACH_STM32H743
29         bool "STMicrolectronics STM32H743"
30         depends on ARCH_STM32
31         default y