aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorChris Zhong <zyw@rock-chips.com>2014-09-03 09:51:44 -0400
committerLee Jones <lee.jones@linaro.org>2014-09-26 03:15:56 -0400
commitf69a7cf74d5536faa180437581be2a9c0aad1bb1 (patch)
tree568f6982d0c4e488f5608031457cd7ec6cdfc2a4 /drivers/mfd/Kconfig
parenta53b9a97ac33fa74d136c2e3fd0d76ba7872a1d0 (diff)
mfd: RK808: Add new mfd driver for RK808
The RK808 chip is a power management IC for multimedia and handheld devices. It contains the following components: - Regulators - RTC - Clkout The RK808 core driver is registered as a platform driver and provides communication through I2C with the host device for the different components. Signed-off-by: Chris Zhong <zyw@rock-chips.com> Signed-off-by: Zhang Qing <zhangqing@rock-chips.com> Tested-by: Heiko <heiko@sntech.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 82f70dcab136..049796a28215 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -597,6 +597,19 @@ 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_RK808
601 tristate "Rockchip RK808 Power Management chip"
602 depends on I2C && OF
603 select MFD_CORE
604 select REGMAP_I2C
605 select REGMAP_IRQ
606 help
607 If you say yes here you get support for the RK808
608 Power Management chips.
609 This driver provides common support for accessing the device
610 through I2C interface. The device supports multiple sub-devices
611 including interrupts, RTC, LDO & DCDC regulators, and onkey.
612
600config MFD_RN5T618 613config MFD_RN5T618
601 tristate "Ricoh RN5T5618 PMIC" 614 tristate "Ricoh RN5T5618 PMIC"
602 depends on I2C 615 depends on I2C