diff options
author | Beomho Seo <beomho.seo@samsung.com> | 2014-12-09 07:03:51 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-01-22 10:55:47 -0500 |
commit | 0b271258544b3f89f9a14fa3b53e20ec9ce75392 (patch) | |
tree | 67dd466700c717574443f6c46e6e382c94581713 /drivers/mfd/Kconfig | |
parent | 52a98dcd3727dee2c75a0353b42b210570ee7911 (diff) |
mfd: rt5033: Add Richtek RT5033 driver core.
This patch adds a new driver for Richtek RT5033 driver.
RT5033 is a Multifunction device which includes battery charger, fuel gauge,
flash LED current source, LDO and synchronous Buck converter. It is interfaced
to host controller using I2C interface.
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2e6b7311fabc..9cd2af660cc5 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -623,6 +623,18 @@ config MFD_RTSX_PCI | |||
623 | types of memory cards, such as Memory Stick, Memory Stick Pro, | 623 | types of memory cards, such as Memory Stick, Memory Stick Pro, |
624 | Secure Digital and MultiMediaCard. | 624 | Secure Digital and MultiMediaCard. |
625 | 625 | ||
626 | config MFD_RT5033 | ||
627 | tristate "Richtek RT5033 Power Management IC" | ||
628 | depends on I2C=y | ||
629 | select MFD_CORE | ||
630 | select REGMAP_I2C | ||
631 | help | ||
632 | This driver provides for the Richtek RT5033 Power Management IC, | ||
633 | which includes the I2C driver and the Core APIs. This driver provides | ||
634 | common support for accessing the device. The device supports multiple | ||
635 | sub-devices like charger, fuel gauge, flash LED, current source, | ||
636 | LDO and Buck. | ||
637 | |||
626 | config MFD_RTSX_USB | 638 | config MFD_RTSX_USB |
627 | tristate "Realtek USB card reader" | 639 | tristate "Realtek USB card reader" |
628 | depends on USB | 640 | depends on USB |