summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorDenis Turischev <denis@compulab.co.il>2010-02-19 11:26:25 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-03-07 22:17:22 +0100
commite82c60ae7d3a7f19c4b9b3e7bd6ea298fa5efe93 (patch)
treeb7781f001304ffd7bb5223bb6642a2431aed208a /drivers/mfd/Makefile
parent91fedede0338eb6203cdd618d8ece873fdb7c22c (diff)
downloadop-kernel-dev-e82c60ae7d3a7f19c4b9b3e7bd6ea298fa5efe93.zip
op-kernel-dev-e82c60ae7d3a7f19c4b9b3e7bd6ea298fa5efe93.tar.gz
mfd: Introduce lpc_sch for Intel SCH LPC bridge
Intel Poulsbo (SCH) chipset LPC bridge controller contains several functions. Creating and MFD driver for the LPC bridge controller allows simultaneous use of SMBus and GPIO interfaces on the SCH. Signed-off-by: Denis Turischev <denis@compulab.co.il> 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 878cac6..22715ad 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -62,3 +62,4 @@ obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o
obj-$(CONFIG_AB4500_CORE) += ab4500-core.o
obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o
obj-$(CONFIG_PMIC_ADP5520) += adp5520.o
+obj-$(CONFIG_LPC_SCH) += lpc_sch.o \ No newline at end of file
OpenPOWER on IntegriCloud