aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorAshish Jangam <ashish.jangam@kpitcummins.com>2012-09-14 09:24:50 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-28 19:25:28 -0400
commit2896434cf272acace1b7093d5e4ba8022ed11ac8 (patch)
treee81902cfebd1fa1cc7096206b88e4a7bacffa3e0 /drivers/mfd/Kconfig
parent5863eabb2a317ef499d340aa7201233a4fc9211e (diff)
mfd: DA9055 core driver
This is the DA9055 MFD core driver that instantiate all the dependent component drivers and provides them the device access via I2C. This patch is functionally tested on Samsung SMDK6410. Signed-off-by: David Dajun Chen <dchen@diasemi.com> Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 84d6ea2d74f4..6bfa2a1ec9df 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -430,6 +430,23 @@ config MFD_DA9052_I2C
430 for accessing the device, additional drivers must be enabled in 430 for accessing the device, additional drivers must be enabled in
431 order to use the functionality of the device. 431 order to use the functionality of the device.
432 432
433config MFD_DA9055
434 bool "Dialog Semiconductor DA9055 PMIC Support"
435 select REGMAP_I2C
436 select REGMAP_IRQ
437 select PMIC_DA9055
438 select MFD_CORE
439 depends on I2C=y
440 help
441 Say yes here for support of Dialog Semiconductor DA9055. This is
442 a Power Management IC. This driver provides common support for
443 accessing the device as well as the I2C interface to the chip itself.
444 Additional drivers must be enabled in order to use the functionality
445 of the device.
446
447 This driver can be built as a module. If built as a module it will be
448 called "da9055"
449
433config PMIC_ADP5520 450config PMIC_ADP5520
434 bool "Analog Devices ADP5520/01 MFD PMIC Core Support" 451 bool "Analog Devices ADP5520/01 MFD PMIC Core Support"
435 depends on I2C=y 452 depends on I2C=y