aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorDenis Turischev <denis@compulab.co.il>2010-02-19 05:26:25 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2010-03-07 16:17:22 -0500
commite82c60ae7d3a7f19c4b9b3e7bd6ea298fa5efe93 (patch)
treeb7781f001304ffd7bb5223bb6642a2431aed208a /drivers/mfd/Kconfig
parent91fedede0338eb6203cdd618d8ece873fdb7c22c (diff)
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/Kconfig')
-rw-r--r--drivers/mfd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 84a68d260772..9b25fe28233e 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -389,6 +389,15 @@ config MFD_TIMBERDALE
389 389
390 The timberdale FPGA can be found on the Intel Atom development board 390 The timberdale FPGA can be found on the Intel Atom development board
391 for in-vehicle infontainment, called Russellville. 391 for in-vehicle infontainment, called Russellville.
392
393config LPC_SCH
394 tristate "Intel SCH LPC"
395 depends on PCI
396 select MFD_CORE
397 help
398 LPC bridge function of the Intel SCH provides support for
399 System Management Bus and General Purpose I/O.
400
392endmenu 401endmenu
393 402
394menu "Multimedia Capabilities Port drivers" 403menu "Multimedia Capabilities Port drivers"