diff options
author | Keerthy <j-keerthy@ti.com> | 2014-02-06 00:50:12 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 04:58:06 -0400 |
commit | 44b4dc616365d7897808555d415099330e3af9df (patch) | |
tree | 041fb72168a4e1695e8a8c27bc63c80c3b48db1b /drivers/mfd/Kconfig | |
parent | a381b13e2aa064122325de9deaec51d6e4765ad7 (diff) |
mfd: tps65218: Add driver for the TPS65218 PMIC
The TPS65218 chip is a power management IC for Portable Navigation Systems
and Tablet Computing devices. It contains the following components:
- Regulators.
- Over Temperature warning and Shut down.
This patch adds support for tps65218 mfd device. At this time only
the regulator functionality is made available.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 30fbacfe8b3b..3e2d698ac432 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -853,6 +853,21 @@ config MFD_TPS65217 | |||
853 | This driver can also be built as a module. If so, the module | 853 | This driver can also be built as a module. If so, the module |
854 | will be called tps65217. | 854 | will be called tps65217. |
855 | 855 | ||
856 | config MFD_TPS65218 | ||
857 | tristate "TI TPS65218 Power Management chips" | ||
858 | depends on I2C | ||
859 | select MFD_CORE | ||
860 | select REGMAP_I2C | ||
861 | help | ||
862 | If you say yes here you get support for the TPS65218 series of | ||
863 | Power Management chips. | ||
864 | These include voltage regulators, gpio and other features | ||
865 | that are often used in portable devices. Only regulator | ||
866 | component is currently supported. | ||
867 | |||
868 | This driver can also be built as a module. If so, the module | ||
869 | will be called tps65218. | ||
870 | |||
856 | config MFD_TPS6586X | 871 | config MFD_TPS6586X |
857 | bool "TI TPS6586x Power Management chips" | 872 | bool "TI TPS6586x Power Management chips" |
858 | depends on I2C=y | 873 | depends on I2C=y |