aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2014-08-30 08:50:23 -0400
committerLee Jones <lee.jones@linaro.org>2014-09-26 03:15:51 -0400
commit9bb9e29c78f8d8ee310987fd58a2b908a4ce0c40 (patch)
tree452bf5021eefa54b8d05a60554f83f306e726a16 /drivers/mfd/Kconfig
parent6ac734d2242949f41eb1346ca0fd4ed010c937aa (diff)
mfd: Add Ricoh RN5T618 PMIC core driver
Ricoh RN5T618 is a power management IC which integrates 3 step-down DCDC converters, 7 low-dropout regulators, a Li-ion battery charger, fuel gauge, ADC, GPIOs and a watchdog timer. This commit adds a MFD core driver to support the I2C communication with the device. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index fc419da8d722..82f70dcab136 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -597,6 +597,17 @@ config MFD_RC5T583
597 Additional drivers must be enabled in order to use the 597 Additional drivers must be enabled in order to use the
598 different functionality of the device. 598 different functionality of the device.
599 599
600config MFD_RN5T618
601 tristate "Ricoh RN5T5618 PMIC"
602 depends on I2C
603 select MFD_CORE
604 select REGMAP_I2C
605 help
606 Say yes here to add support for the Ricoh RN5T618 PMIC. This
607 driver provides common support for accessing the device,
608 additional drivers must be enabled in order to use the
609 functionality of the device.
610
600config MFD_SEC_CORE 611config MFD_SEC_CORE
601 bool "SAMSUNG Electronics PMIC Series Support" 612 bool "SAMSUNG Electronics PMIC Series Support"
602 depends on I2C=y 613 depends on I2C=y