aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-18 19:40:28 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2009-09-17 03:47:19 -0400
commit8238addcc52c94c59b10c3c1e9850d3a7921f825 (patch)
tree8b9ab9c7141406194eb82e09825d1d448addacd0 /drivers/mfd/Kconfig
parent0ad651c94c7a1f3706f63dc0174e681315e7dc81 (diff)
mfd: Add Freescale MC13783 driver
This driver provides the core Freescale MC13783 support. It registers the client platform_devices and provides access to the A/D converter. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 0273456af77f..a4f3dff30ba5 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -238,6 +238,16 @@ config MFD_PCF50633
238 facilities, and registers devices for the various functions 238 facilities, and registers devices for the various functions
239 so that function-specific drivers can bind to them. 239 so that function-specific drivers can bind to them.
240 240
241config MFD_MC13783
242 tristate "Support Freescale MC13783"
243 depends on SPI_MASTER
244 select MFD_CORE
245 help
246 Support for the Freescale (Atlas) MC13783 PMIC and audio CODEC.
247 This driver provides common support for accessing the device,
248 additional drivers must be enabled in order to use the
249 functionality of the device.
250
241config PCF50633_ADC 251config PCF50633_ADC
242 tristate "Support for NXP PCF50633 ADC" 252 tristate "Support for NXP PCF50633 ADC"
243 depends on MFD_PCF50633 253 depends on MFD_PCF50633