mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 02:01:05 +07:00
deb30f51aa
This patch adds STM32H743 pinctrl and GPIO support, relies on the generic STM32 pinctrl driver. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
8 lines
234 B
Makefile
8 lines
234 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
|
|
obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o
|