mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:06:44 +07:00
87316f6bee
Add the driver and header files required to make pinctrl work on MediaTek MT7623. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
11 lines
349 B
Makefile
11 lines
349 B
Makefile
# Core
|
|
obj-y += pinctrl-mtk-common.o
|
|
|
|
# SoC Drivers
|
|
obj-$(CONFIG_PINCTRL_MT2701) += pinctrl-mt2701.o
|
|
obj-$(CONFIG_PINCTRL_MT7623) += pinctrl-mt7623.o
|
|
obj-$(CONFIG_PINCTRL_MT8135) += pinctrl-mt8135.o
|
|
obj-$(CONFIG_PINCTRL_MT8127) += pinctrl-mt8127.o
|
|
obj-$(CONFIG_PINCTRL_MT8173) += pinctrl-mt8173.o
|
|
obj-$(CONFIG_PINCTRL_MT6397) += pinctrl-mt6397.o
|