summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorAjay Bhargav <[ajay.bhargav@einfochips.com]>2011-08-22 17:57:38 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-30 22:00:52 +0200
commit0c44229859e613bd0267928d6005f59c3a6080d6 (patch)
tree3ee6abcae0c03038c7563493c349bb1f21432cb5 /drivers/gpio/Makefile
parent1d5e7fb403257d62f0f2419cb83fdf6b0f02f215 (diff)
downloadtalos-obmc-uboot-0c44229859e613bd0267928d6005f59c3a6080d6.tar.gz
talos-obmc-uboot-0c44229859e613bd0267928d6005f59c3a6080d6.zip
gpio: Add GPIO driver framework for Marvell SoCs
This patch adds generic GPIO driver framework support for Marvell SoCs. To enable GPIO driver define CONFIG_MARVELL_GPIO and for GPIO commands define CONFIG_CMD_GPIO in your board configuration file. Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 62ec97dfdd..beca1da2a2 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -27,6 +27,7 @@ LIB := $(obj)libgpio.o
COBJS-$(CONFIG_AT91_GPIO) += at91_gpio.o
COBJS-$(CONFIG_KIRKWOOD_GPIO) += kw_gpio.o
+COBJS-$(CONFIG_MARVELL_GPIO) += mvgpio.o
COBJS-$(CONFIG_MARVELL_MFP) += mvmfp.o
COBJS-$(CONFIG_MXC_GPIO) += mxc_gpio.o
COBJS-$(CONFIG_PCA953X) += pca953x.o
OpenPOWER on IntegriCloud