mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
06763c741b
Like the spear platform, the mvebu platform has multiple files: one core file, and then one file per SoC family. More files will be added later, as support for mach-orion5x and mach-mv78xx0 SoCs is added to pinctrl-mvebu. For those reasons, having a separate subdirectory, drivers/pinctrl/mvebu/ makes sense, and it had already been suggested by Linus Wallej when the driver was originally submitted. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
6 lines
258 B
Makefile
6 lines
258 B
Makefile
obj-$(CONFIG_PINCTRL_MVEBU) += pinctrl-mvebu.o
|
|
obj-$(CONFIG_PINCTRL_DOVE) += pinctrl-dove.o
|
|
obj-$(CONFIG_PINCTRL_KIRKWOOD) += pinctrl-kirkwood.o
|
|
obj-$(CONFIG_PINCTRL_ARMADA_370) += pinctrl-armada-370.o
|
|
obj-$(CONFIG_PINCTRL_ARMADA_XP) += pinctrl-armada-xp.o
|