summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mediatek/Makefile
diff options
context:
space:
mode:
authorGuodong Liu <guodong.liu@mediatek.com>2022-02-16 04:21:23 +0100
committerLinus Walleij <linus.walleij@linaro.org>2022-03-15 01:00:03 +0100
commit8b483bda1e4660411b24736e5fd6ddab472611bc (patch)
treedb72cd5c804f79723a04a40f535a994b30aed444 /drivers/pinctrl/mediatek/Makefile
parentdt-bindings: pinctrl: mt8186: add pinctrl file and binding document (diff)
downloadlinux-8b483bda1e4660411b24736e5fd6ddab472611bc.tar.xz
linux-8b483bda1e4660411b24736e5fd6ddab472611bc.zip
pinctrl: add pinctrl driver on mt8186
This commit includes pinctrl driver for mt8186. Signed-off-by: Guodong Liu <guodong.liu@mediatek.com> Link: https://lore.kernel.org/r/20220216032124.28067-3-guodong.liu@mediatek.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/mediatek/Makefile')
-rw-r--r--drivers/pinctrl/mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/mediatek/Makefile b/drivers/pinctrl/mediatek/Makefile
index 1e3931d924e7..29018d6ad0de 100644
--- a/drivers/pinctrl/mediatek/Makefile
+++ b/drivers/pinctrl/mediatek/Makefile
@@ -21,6 +21,7 @@ obj-$(CONFIG_PINCTRL_MT7986) += pinctrl-mt7986.o
obj-$(CONFIG_PINCTRL_MT8167) += pinctrl-mt8167.o
obj-$(CONFIG_PINCTRL_MT8173) += pinctrl-mt8173.o
obj-$(CONFIG_PINCTRL_MT8183) += pinctrl-mt8183.o
+obj-$(CONFIG_PINCTRL_MT8186) += pinctrl-mt8186.o
obj-$(CONFIG_PINCTRL_MT8192) += pinctrl-mt8192.o
obj-$(CONFIG_PINCTRL_MT8195) += pinctrl-mt8195.o
obj-$(CONFIG_PINCTRL_MT8365) += pinctrl-mt8365.o