summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32/Kconfig
diff options
context:
space:
mode:
authorAlexandre Torgue <alexandre.torgue@st.com>2017-12-11 09:54:00 +0100
committerAlexandre Torgue <alexandre.torgue@st.com>2018-03-05 09:08:10 +0100
commit550987be94aa41fe973b709b904f12545aa99635 (patch)
tree527217ec25fbe0c3a517969831ef1f0f6c26cb1f /arch/arm/mach-stm32/Kconfig
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff)
ARM: stm32: Kconfig: introduce MACH_STM32F769 flag
This patch introduces the MACH_STM32F769 to make possible to only select STM32F769 pinctrl driver. By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/mach-stm32/Kconfig')
-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 0d1889bbde58..33b07db3755d 100644
--- a/arch/arm/mach-stm32/Kconfig
+++ b/arch/arm/mach-stm32/Kconfig
@@ -25,6 +25,11 @@ config MACH_STM32F746
depends on ARCH_STM32
default y
+config MACH_STM32F769
+ bool "STMicroelectronics STM32F769"
+ depends on ARCH_STM32
+ default y
+
config MACH_STM32H743
bool "STMicrolectronics STM32H743"
depends on ARCH_STM32