From 4ae11c5dad37d7d981ad0314e3afe2fc68717158 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Tue, 7 Aug 2012 14:37:34 +0530 Subject: mfd: add support for MAXIM77665 Maxim 77665 is Companion PMIC for Smartphones and Tablets. This support Flash, Fuel Gauge, Haptic, MUIC and battery charging. This patch add the core driver for interface for accessing resgister of the device. Change-Id: I7d5dff8c222147b2ca1cd21a652f593cd7294601 Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/121587 Reviewed-by: Automatic_Commit_Validation_User Rebase-Id: Rd04b240a50d85af6f8e44db9c825f90adad50acd --- drivers/mfd/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'drivers/mfd/Kconfig') diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 5fe8ca433aed..9d476dd429ee 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -277,6 +277,19 @@ config MFD_88PM860X select individual components like voltage regulators, RTC and battery-charger under the corresponding menus. +config MFD_MAX77665 + bool "Maxim Semiconductor MAX77665 Companion PMIC Support" + depends on I2C=y && GENERIC_HARDIRQS + select MFD_CORE + select REGMAP_I2C + help + Say yes here to support for Maxim Semiconductor MAX77665. + This is a Power Management IC with Flash, Fuel Gauge, Haptic, + MUIC controls on chip. + This driver provides common support for accessing the device; + additional drivers must be enabled in order to use the functionality + of the device. + config MFD_MAX77686 bool "Maxim Semiconductor MAX77686 PMIC Support" depends on I2C=y && GENERIC_HARDIRQS -- cgit v1.2.3