mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
25af8bfa96
This patch which adds STM32F746 pinctrl and GPIO support, relies on the generic STM32 pinctrl driver. Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
6 lines
179 B
Makefile
6 lines
179 B
Makefile
# Core
|
|
obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o
|
|
|
|
# SoC Drivers
|
|
obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o
|
|
obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o
|