diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-06-12 15:22:45 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-06-19 06:10:27 +0300 |
commit | d28bcd53fa90549e00f7dbcdfc885dfe8409e8a2 (patch) | |
tree | c8f87e5c735cbe5fcab91c7097a22d8d4977c99b | |
parent | 4435f5dc5cf7b919c96ae0b283d3cca77d069682 (diff) | |
download | linux-d28bcd53fa90549e00f7dbcdfc885dfe8409e8a2.tar.xz |
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>
-rw-r--r-- | arch/arm/mach-stm32/Kconfig | 5 |
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 |