aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorGraeme Gregory <gg@slimlogic.co.uk>2012-05-15 02:48:57 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-18 11:54:48 -0400
commitc948ef3ae71c18c1079333b65d6887ceb4577618 (patch)
tree8208b602207cf7d46b13fbcaf4679589c74bdf3f /drivers/mfd/Kconfig
parent2945fbc2fcd83df03165342c1bc3ab83d0fe9c04 (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>
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 697d686927f8..e35cb6bc9003 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -891,6 +891,16 @@ config MFD_ANATOP
891 MFD controller. This controller embeds regulator and 891 MFD controller. This controller embeds regulator and
892 thermal devices for Freescale i.MX platforms. 892 thermal devices for Freescale i.MX platforms.
893 893
894config MFD_PALMAS
895 bool "Support for the TI Palmas series chips"
896 select MFD_CORE
897 select REGMAP_I2C
898 select REGMAP_IRQ
899 depends on I2C=y
900 help
901 If you say yes here you get support for the Palmas
902 series of PMIC chips from Texas Instruments.
903
894endmenu 904endmenu
895endif 905endif
896 906