diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1e2c9f03629b..f94036a4f33d 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -171,6 +171,28 @@ config MFD_TPS6586X | |||
171 | This driver can also be built as a module. If so, the module | 171 | This driver can also be built as a module. If so, the module |
172 | will be called tps6586x. | 172 | will be called tps6586x. |
173 | 173 | ||
174 | config MFD_TPS65912 | ||
175 | bool "TPS65912 PMIC" | ||
176 | depends on GPIOLIB | ||
177 | |||
178 | config MFD_TPS65912_I2C | ||
179 | bool "TPS95612 Power Management chip with I2C" | ||
180 | select MFD_CORE | ||
181 | select MFD_TPS65912 | ||
182 | depends on I2C=y && GPIOLIB | ||
183 | help | ||
184 | If you say yes here you get support for the TPS65912 series of | ||
185 | PM chips with I2C interface. | ||
186 | |||
187 | config MFD_TPS65912_SPI | ||
188 | bool "TPS65912 Power Management chip with SPI" | ||
189 | select MFD_CORE | ||
190 | select MFD_TPS65912 | ||
191 | depends on SPI_MASTER && GPIOLIB | ||
192 | help | ||
193 | If you say yes here you get support for the TPS65912 series of | ||
194 | PM chips with SPI interface. | ||
195 | |||
174 | config MENELAUS | 196 | config MENELAUS |
175 | bool "Texas Instruments TWL92330/Menelaus PM chip" | 197 | bool "Texas Instruments TWL92330/Menelaus PM chip" |
176 | depends on I2C=y && ARCH_OMAP2 | 198 | depends on I2C=y && ARCH_OMAP2 |