diff options
author | Daniel Drake <dsd@laptop.org> | 2010-09-30 16:55:48 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:51 -0400 |
commit | 99ea2626a75e13ce926af69d96e9ae5bfb62b7ba (patch) | |
tree | 1cbfaaf0ff0c1ddb38fd0909e9e969aa2cc559b2 /drivers/gpio/Makefile | |
parent | 375fc77ba950e388f29d11cb3279ada5e5c1580c (diff) |
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/Makefile | 1 |
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 | |||
40 | obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o | 40 | obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o |
41 | obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o | 41 | obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o |
42 | obj-$(CONFIG_GPIO_SX150X) += sx150x.o | 42 | obj-$(CONFIG_GPIO_SX150X) += sx150x.o |
43 | obj-$(CONFIG_GPIO_VX855) += vx855_gpio.o | ||