summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorGraeme Gregory <gg@slimlogic.co.uk>2012-05-15 15:48:57 +0900
committerSimone Willett <swillett@nvidia.com>2012-07-03 15:03:37 -0700
commit41d24628639d381fba35c292000bc34338a303fa (patch)
tree61483943daa59a5afff90b2c7b335f2640a91405 /drivers/mfd
parent07f26014a90ab06cdb52b86146194e1b28f54486 (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')
-rw-r--r--drivers/mfd/Kconfig10
-rw-r--r--drivers/mfd/Makefile2
2 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index a4931c756205..f37d3ec02123 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -867,6 +867,16 @@ config MFD_RICOH583
additional drivers must be enabled in order to use the
functionality of the device.
+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.
+
endif # MFD_SUPPORT
menu "Multimedia Capabilities Port drivers"
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 90f02cdc538a..6634515b64e4 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -111,3 +111,5 @@ obj-$(CONFIG_MFD_MAX8907C) += max8907c-irq.o
obj-$(CONFIG_MFD_MAX77663) += max77663-core.o
obj-$(CONFIG_MFD_RICOH583) += ricoh583.o
obj-$(CONFIG_MFD_RC5T583) += rc5t583.o rc5t583-irq.o
+obj-$(CONFIG_MFD_PALMAS) += palmas.o
+obj-$(CONFIG_MFD_LM3533) += lm3533-core.o lm3533-ctrlbank.o