mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
4ef4cc13ea
This driver consists of 2 controllers due to a hole in mapping: -1 controller for GPIO bankA to K. -1 controller for GPIO bankZ. Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com> Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
11 lines
381 B
Makefile
11 lines
381 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Core
|
|
obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o
|
|
|
|
# SoC Drivers
|
|
obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o
|
|
obj-$(CONFIG_PINCTRL_STM32F469) += pinctrl-stm32f469.o
|
|
obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o
|
|
obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o
|
|
obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o
|