Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25af8bfa authored by Alexandre TORGUE's avatar Alexandre TORGUE Committed by Linus Walleij
Browse files

pinctrl: Add STM32F746 MCU support



This patch which adds STM32F746 pinctrl and GPIO support, relies on the
generic STM32 pinctrl driver.

Signed-off-by: default avatarMaxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 9a520fd9
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -13,4 +13,10 @@ config PINCTRL_STM32F429
	default MACH_STM32F429
	default MACH_STM32F429
	select PINCTRL_STM32
	select PINCTRL_STM32


config PINCTRL_STM32F746
	bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
	depends on OF
	default MACH_STM32F746
	select PINCTRL_STM32

endif
endif
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,3 +3,4 @@ obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o


# SoC Drivers
# SoC Drivers
obj-$(CONFIG_PINCTRL_STM32F429)	+= pinctrl-stm32f429.o
obj-$(CONFIG_PINCTRL_STM32F429)	+= pinctrl-stm32f429.o
obj-$(CONFIG_PINCTRL_STM32F746)	+= pinctrl-stm32f746.o
+1681 −0

File added.

Preview size limit exceeded, changes collapsed.