diff options
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 |