aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorJaewon Kim <jaewon02.kim@samsung.com>2015-03-02 05:10:34 -0500
committerLee Jones <lee.jones@linaro.org>2015-03-04 03:18:28 -0500
commitc7f585fe46d834d5837db7fbe205c46b94f81dc2 (patch)
treec9790d500b95b391202c571fa7d9fff953da6d95 /drivers/mfd/Kconfig
parentd3591df3fada3f4cd6cf60f0f56e87744749018d (diff)
mfd: max77843: Add max77843 MFD driver core driver
This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, LED and Haptic device. Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com> Signed-off-by: Beomho Seo <beomho.seo@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index c602f7440e00..f8ef77d9ac1f 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -456,6 +456,20 @@ config MFD_MAX77693
456 additional drivers must be enabled in order to use the functionality 456 additional drivers must be enabled in order to use the functionality
457 of the device. 457 of the device.
458 458
459config MFD_MAX77843
460 bool "Maxim Semiconductor MAX77843 PMIC Support"
461 depends on I2C=y
462 select MFD_CORE
463 select REGMAP_I2C
464 select REGMAP_IRQ
465 help
466 Say yes here to add support for Maxim Semiconductor MAX77843.
467 This is companion Power Management IC with LEDs, Haptic, Charger,
468 Fuel Gauge, MUIC(Micro USB Interface Controller) controls on chip.
469 This driver provides common support for accessing the device;
470 additional drivers must be enabled in order to use the functionality
471 of the device.
472
459config MFD_MAX8907 473config MFD_MAX8907
460 tristate "Maxim Semiconductor MAX8907 PMIC Support" 474 tristate "Maxim Semiconductor MAX8907 PMIC Support"
461 select MFD_CORE 475 select MFD_CORE