aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorAshish Jangam <ashish.jangam@kpitcummins.com>2011-12-12 09:36:56 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-14 06:53:32 -0500
commit84c99db879314d58e0064f02b481f668f45d0070 (patch)
tree267728e9f324d478c870182587bdae87d3348501 /drivers/mfd/Kconfig
parentce37954e93e9e85333577dcc22db5a4d0f4c9d5e (diff)
MFD: DA9052/53 MFD core module
The DA9052/53 is a highly integrated PMIC subsystem with supply domain flexibility to support wide range of high performance application. It provides voltage regulators, GPIO controller, Touch Screen, RTC, Battery control and other functionality. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen <dchen@diasemi.com> Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index f1391c21ef26..baced42c8572 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -328,6 +328,22 @@ config PMIC_DA903X
328 individual components like LCD backlight, voltage regulators, 328 individual components like LCD backlight, voltage regulators,
329 LEDs and battery-charger under the corresponding menus. 329 LEDs and battery-charger under the corresponding menus.
330 330
331config PMIC_DA9052
332 bool
333 select MFD_CORE
334
335config MFD_DA9052_I2C
336 bool "Support Dialog Semiconductor DA9052/53 PMIC variants with I2C"
337 select REGMAP_I2C
338 select REGMAP_IRQ
339 select PMIC_DA9052
340 depends on I2C=y
341 help
342 Support for the Dialog Semiconductor DA9052 PMIC
343 when controlled using I2C. This driver provides common support
344 for accessing the device, additional drivers must be enabled in
345 order to use the functionality of the device.
346
331config PMIC_ADP5520 347config PMIC_ADP5520
332 bool "Analog Devices ADP5520/01 MFD PMIC Core Support" 348 bool "Analog Devices ADP5520/01 MFD PMIC Core Support"
333 depends on I2C=y 349 depends on I2C=y