Skip to content

Commit

Permalink
ARM: stm32: Introduce MACH_STM32H743 flag
Browse files Browse the repository at this point in the history
This patch introduces the MACH_STM32H743 to make possible to only select
STM32H743 pinctrl driver

By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
  • Loading branch information
Alexandre TORGUE committed Mar 24, 2017
1 parent bcb84fb commit 1e2f016
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/mach-stm32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ config MACH_STM32F746
bool "STMicrolectronics STM32F746"
depends on ARCH_STM32
default y

config MACH_STM32H743
bool "STMicrolectronics STM32H743"
depends on ARCH_STM32
default y

0 comments on commit 1e2f016

Please sign in to comment.