mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 09:24:37 +07:00
423ddc580b
Add the pin-controller driver for Synaptics AS370 SoC, with definition of its groups and functions. This uses the core Berlin pinctrl driver. Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
7 lines
276 B
Makefile
7 lines
276 B
Makefile
obj-y += berlin.o
|
|
obj-$(CONFIG_PINCTRL_BERLIN_BG2) += berlin-bg2.o
|
|
obj-$(CONFIG_PINCTRL_BERLIN_BG2CD) += berlin-bg2cd.o
|
|
obj-$(CONFIG_PINCTRL_BERLIN_BG2Q) += berlin-bg2q.o
|
|
obj-$(CONFIG_PINCTRL_BERLIN_BG4CT) += berlin-bg4ct.o
|
|
obj-$(CONFIG_PINCTRL_AS370) += pinctrl-as370.o
|