aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-09-30 21:55:41 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-10-29 00:29:49 +0200
commit375fc77ba950e388f29d11cb3279ada5e5c1580c (patch)
tree09269b97938cac25d8c27f4fd94ce5b66bae258d /drivers/mfd/Makefile
parentmfd: Allow for bypass of cell resource conflict check (diff)
downloadlinux-dev-375fc77ba950e388f29d11cb3279ada5e5c1580c.tar.xz
linux-dev-375fc77ba950e388f29d11cb3279ada5e5c1580c.zip
mfd: Add VIA VX855 multi-function device support
This device has GPIO, SPI and I2C capabilities. The hardware can be found in the OLPC XO-1.5 laptop. 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/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index d5968cd93048..d18a6ab2ab58 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -78,3 +78,4 @@ obj-$(CONFIG_MFD_RDC321X) += rdc321x-southbridge.o
obj-$(CONFIG_MFD_JANZ_CMODIO) += janz-cmodio.o
obj-$(CONFIG_MFD_JZ4740_ADC) += jz4740-adc.o
obj-$(CONFIG_MFD_TPS6586X) += tps6586x.o
+obj-$(CONFIG_MFD_VX855) += vx855.o