summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32
diff options
context:
space:
mode:
authorAlexandre TORGUE2017-06-12 14:22:45 +0200
committerOlof Johansson2017-06-19 05:10:27 +0200
commitd28bcd53fa90549e00f7dbcdfc885dfe8409e8a2 (patch)
treec8f87e5c735cbe5fcab91c7097a22d8d4977c99b /arch/arm/mach-stm32
parentARM: prima2: remove redundant select CPU_V7 (diff)
downloadkernel-qcow2-linux-d28bcd53fa90549e00f7dbcdfc885dfe8409e8a2.tar.gz
kernel-qcow2-linux-d28bcd53fa90549e00f7dbcdfc885dfe8409e8a2.tar.xz
kernel-qcow2-linux-d28bcd53fa90549e00f7dbcdfc885dfe8409e8a2.zip
ARM: stm32: Introduce MACH_STM32F469 flag
This patch introduces the MACH_STM32F469 to make possible to only select STM32F469 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-stm32')
-rw-r--r--arch/arm/mach-stm32/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig
index 2d1419eb0896..0d1889bbde58 100644
--- a/arch/arm/mach-stm32/Kconfig
+++ b/arch/arm/mach-stm32/Kconfig
@@ -15,6 +15,11 @@ config MACH_STM32F429
depends on ARCH_STM32
default y
+config MACH_STM32F469
+ bool "STMicrolectronics STM32F469"
+ depends on ARCH_STM32
+ default y
+
config MACH_STM32F746
bool "STMicrolectronics STM32F746"
depends on ARCH_STM32