From c948ef3ae71c18c1079333b65d6887ceb4577618 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 15 May 2012 15:48:57 +0900 Subject: mfd: palmas PMIC device support Kconfig Add the new palmas MFD to Kconfig and Makefile Signed-off-by: Graeme Gregory Signed-off-by: Mark Brown --- drivers/mfd/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/mfd/Kconfig') 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 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 -- cgit v1.2.2