diff options
author | Graeme Gregory <gg@slimlogic.co.uk> | 2012-05-15 15:48:57 +0900 |
---|---|---|
committer | Varun Wadekar <vwadekar@nvidia.com> | 2012-07-12 10:12:19 +0530 |
commit | b2fc32329cd94c45a9dddb85c1ce80ba5f34d985 (patch) | |
tree | 88440f1b868f3985fd8096ed61fdcd36354532b3 /drivers/mfd/Kconfig | |
parent | 93c08b754838b8a1f849fdc410a8c4f92f0eb5ad (diff) |
mfd: palmas PMIC device support Kconfig
Add the new palmas MFD to Kconfig and Makefile
Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
(cherry picked from commit c948ef3ae71c18c1079333b65d6887ceb4577618)
Change-Id: I779faf7f0e110ba80761136eebeb7193b1826b4f
Reviewed-on: http://git-master/r/111486
Reviewed-by: Automatic_Commit_Validation_User
Tested-by: Pradeep Goudagunta <pgoudagunta@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index a871bd3eb3c2..3742523f3ce9 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -967,8 +967,18 @@ config MFD_ANATOP MFD controller. This controller embeds regulator and thermal devices for Freescale i.MX platforms. +config MFD_PALMAS + bool "Support for the TI Palmas series chips" + select MFD_CORE + select REGMAP_I2C + select REGMAP_IRQ + depends on I2C=y + help + If you say yes here you get support for the Palmas + series of PMIC chips from Texas Instruments. + endmenu -endif +endif # MFD_SUPPORT menu "Multimedia Capabilities Port drivers" depends on ARCH_SA1100 |