summaryrefslogtreecommitdiff
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-09-30 20:55:48 (GMT)
committerSamuel Ortiz <sameo@linux.intel.com>2010-10-28 22:29:51 (GMT)
commit99ea2626a75e13ce926af69d96e9ae5bfb62b7ba (patch)
tree1cbfaaf0ff0c1ddb38fd0909e9e969aa2cc559b2 /drivers/gpio/Makefile
parent375fc77ba950e388f29d11cb3279ada5e5c1580c (diff)
downloadlinux-fsl-qoriq-99ea2626a75e13ce926af69d96e9ae5bfb62b7ba.tar.xz
gpio: Add VIA VX855 GPIO driver
This is needed for supporting the upcoming VX855 camera and OLPC DCON drivers, as well as the advanced viafb features on non-OLPC hardware based on this chip. Based on earlier work by Harald Welte. Signed-off-by: Daniel Drake <dsd@laptop.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.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 da2ecde..bdf3dde 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -40,3 +40,4 @@ obj-$(CONFIG_GPIO_SCH) += sch_gpio.o
obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o
obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o
obj-$(CONFIG_GPIO_SX150X) += sx150x.o
+obj-$(CONFIG_GPIO_VX855) += vx855_gpio.o