aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-09-30 21:55:48 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-10-29 00:29:51 +0200
commit99ea2626a75e13ce926af69d96e9ae5bfb62b7ba (patch)
tree1cbfaaf0ff0c1ddb38fd0909e9e969aa2cc559b2 /drivers/gpio/Makefile
parentmfd: Add VIA VX855 multi-function device support (diff)
downloadlinux-dev-99ea2626a75e13ce926af69d96e9ae5bfb62b7ba.tar.xz
linux-dev-99ea2626a75e13ce926af69d96e9ae5bfb62b7ba.zip
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 da2ecde5abdd..bdf3ddec0652 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