mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 19:01:37 +00:00
19cfd5c09f
Instead of having board code poke directly into the MPP configuration registers, and separately calling orion5x_gpio_set_valid_pins() to indicate which MPP pins can be used as GPIO pins, introduce a helper function for configuring the roles of each of the MPP pins, and have that helper function handle gpio validity internally. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Sylver Bruneau <sylver.bruneau@googlemail.com> Acked-by: Russell King <linux@arm.linux.org.uk>
8 lines
355 B
Makefile
8 lines
355 B
Makefile
obj-y += common.o addr-map.o pci.o gpio.o irq.o mpp.o
|
|
obj-$(CONFIG_MACH_DB88F5281) += db88f5281-setup.o
|
|
obj-$(CONFIG_MACH_RD88F5182) += rd88f5182-setup.o
|
|
obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o
|
|
obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o
|
|
obj-$(CONFIG_MACH_DNS323) += dns323-setup.o
|
|
obj-$(CONFIG_MACH_TS209) += ts209-setup.o
|