diff options
author | Todd Fischer <todd.fischer@ridgerun.com> | 2010-04-08 03:04:55 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-27 19:37:38 -0400 |
commit | 31dd6a2672e337f5de188df3e5169ee732798236 (patch) | |
tree | d0a12a6622d9a32a107267a4479f6e12a495dbd3 /drivers/mfd/Kconfig | |
parent | 4ce5ba5ba2dfc8186bf31fe7f2d23ff6b5384124 (diff) |
mfd: Add TPS6507x support
TPS6507x are multi function (PM, touchscreen) chipsets from TI.
This commit also changes the corresponding regulator driver from being
standalone to an MFD subdevice.
Signed-off-by: Todd Fischer <todd.fischer@ridgerun.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 05c137d16b04..40e0a0a7df5b 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -116,6 +116,18 @@ config TPS65010 | |||
116 | This driver can also be built as a module. If so, the module | 116 | This driver can also be built as a module. If so, the module |
117 | will be called tps65010. | 117 | will be called tps65010. |
118 | 118 | ||
119 | config TPS6507X | ||
120 | tristate "TPS6507x Power Management / Touch Screen chips" | ||
121 | select MFD_CORE | ||
122 | depends on I2C | ||
123 | help | ||
124 | If you say yes here you get support for the TPS6507x series of | ||
125 | Power Management / Touch Screen chips. These include voltage | ||
126 | regulators, lithium ion/polymer battery charging, touch screen | ||
127 | and other features that are often used in portable devices. | ||
128 | This driver can also be built as a module. If so, the module | ||
129 | will be called tps6507x. | ||
130 | |||
119 | config MENELAUS | 131 | config MENELAUS |
120 | bool "Texas Instruments TWL92330/Menelaus PM chip" | 132 | bool "Texas Instruments TWL92330/Menelaus PM chip" |
121 | depends on I2C=y && ARCH_OMAP2 | 133 | depends on I2C=y && ARCH_OMAP2 |