summaryrefslogtreecommitdiff
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-03-31 13:54:38 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 08:06:41 (GMT)
commita5deb669f027575829326eb5f07e8a47bc870005 (patch)
treee5ad6cf8e5e5c4712c0797e9af08f2b84a5831e0 /drivers/gpio/Makefile
parentbc5d0384458466ed5b3608d326eec03cd4f13016 (diff)
downloadu-boot-fsl-qoriq-a5deb669f027575829326eb5f07e8a47bc870005.tar.xz
dm: gpio: Add DM GPIO driver for MPC8xxx platforms
This driver adds DM GPIO support for the NXP QorIQ T10xx series. ported from the linux kernel 4.5 * (b562e44f507e863c6792946e4e1b1449fbbac85d) * and removed the interrupt functionallity. This driver could also support the older platforms, as well as the new LayerScape (ARM) based platforms, but these platforms are not supported at this time.
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 1396467..3209071 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -37,7 +37,11 @@ obj-$(CONFIG_DA8XX_GPIO) += da8xx_gpio.o
obj-$(CONFIG_DM644X_GPIO) += da8xx_gpio.o
obj-$(CONFIG_ALTERA_PIO) += altera_pio.o
obj-$(CONFIG_MPC83XX_GPIO) += mpc83xx_gpio.o
+<<<<<<< bc5d0384458466ed5b3608d326eec03cd4f13016
obj-$(CONFIG_MPC85XX_GPIO) += mpc85xx_gpio.o
+=======
+obj-$(CONFIG_MPC8XXX_GPIO) += gpio-mpc8xxx.o
+>>>>>>> dm: gpio: Add DM GPIO driver for MPC8xxx platforms
obj-$(CONFIG_SH_GPIO_PFC) += sh_pfc.o
obj-$(CONFIG_OMAP_GPIO) += omap_gpio.o
obj-$(CONFIG_DB8500_GPIO) += db8500_gpio.o