aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorAaron Sierra <asierra@xes-inc.com>2012-03-28 10:43:10 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-05-01 06:00:21 -0400
commit4630b130b30be6420394ba31121e111c8771ca08 (patch)
treefce77d11a96017ff4cea9fe1e7ecb5d082354677 /drivers/mfd/Kconfig
parentf4bf7cf4cab90c98fe68a7afa12fb72790fd04bf (diff)
mfd: Add LPC driver for Intel ICH chipsets
This driver currently creates resources for use by a forthcoming ICH chipset GPIO driver. It could be expanded to create the resources for converting the esb2rom (mtd) and iTCO_wdt (wdt), and potentially more, drivers to use the mfd model. Signed-off-by: Aaron Sierra <asierra@xes-inc.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> 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 11e44386fa9b..c6edba69678a 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -748,6 +748,15 @@ config LPC_SCH
748 LPC bridge function of the Intel SCH provides support for 748 LPC bridge function of the Intel SCH provides support for
749 System Management Bus and General Purpose I/O. 749 System Management Bus and General Purpose I/O.
750 750
751config LPC_ICH
752 tristate "Intel ICH LPC"
753 depends on PCI
754 select MFD_CORE
755 help
756 The LPC bridge function of the Intel ICH provides support for
757 many functional units. This driver provides needed support for
758 other drivers to control these functions, currently GPIO.
759
751config MFD_RDC321X 760config MFD_RDC321X
752 tristate "Support for RDC-R321x southbridge" 761 tristate "Support for RDC-R321x southbridge"
753 select MFD_CORE 762 select MFD_CORE