aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorKevin Strasser <kevin.strasser@linux.intel.com>2013-06-24 00:00:03 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-24 07:48:22 -0400
commit43620a17945b598e707ef897b3866914f9f9056c (patch)
tree67a26eb8bc13e4a2ca0d393b15051eff747cf9ef /drivers/mfd/Kconfig
parent4124e6e291a7b1a21ea7c28c8f9899d050103308 (diff)
mfd: Kontron PLD mfd driver
Add core MFD driver for the on-board PLD found on some Kontron embedded modules. The PLD device may provide functions like watchdog, GPIO, UART and I2C bus. The following modules are supported: * COMe-bIP# * COMe-bPC2 (ETXexpress-PC) * COMe-bSC# (ETXexpress-SC T#) * COMe-cCT6 * COMe-cDC2 (microETXexpress-DC) * COMe-cPC2 (microETXexpress-PC) * COMe-mCT10 * ETX-OH Originally-From: Michael Brunner <michael.brunner@kontron.com> Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com> Acked-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 3e3be603cf82..3bb2932eafb1 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -242,6 +242,27 @@ config MFD_JZ4740_ADC
242 Say yes here if you want support for the ADC unit in the JZ4740 SoC. 242 Say yes here if you want support for the ADC unit in the JZ4740 SoC.
243 This driver is necessary for jz4740-battery and jz4740-hwmon driver. 243 This driver is necessary for jz4740-battery and jz4740-hwmon driver.
244 244
245config MFD_KEMPLD
246 tristate "Kontron module PLD device"
247 select MFD_CORE
248 help
249 This is the core driver for the PLD (Programmable Logic Device) found
250 on some Kontron ETX and COMexpress (ETXexpress) modules. The PLD
251 device may provide functions like watchdog, GPIO, UART and I2C bus.
252
253 The following modules are supported:
254 * COMe-bIP#
255 * COMe-bPC2 (ETXexpress-PC)
256 * COMe-bSC# (ETXexpress-SC T#)
257 * COMe-cCT6
258 * COMe-cDC2 (microETXexpress-DC)
259 * COMe-cPC2 (microETXexpress-PC)
260 * COMe-mCT10
261 * ETX-OH
262
263 This driver can also be built as a module. If so, the module
264 will be called kempld-core.
265
245config MFD_88PM800 266config MFD_88PM800
246 tristate "Marvell 88PM800" 267 tristate "Marvell 88PM800"
247 depends on I2C=y && GENERIC_HARDIRQS 268 depends on I2C=y && GENERIC_HARDIRQS