diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 02e9146ca44a..182e1486e9d1 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -69,6 +69,19 @@ config UCB1400_CORE | |||
69 | To compile this driver as a module, choose M here: the | 69 | To compile this driver as a module, choose M here: the |
70 | module will be called ucb1400_core. | 70 | module will be called ucb1400_core. |
71 | 71 | ||
72 | config TPS65010 | ||
73 | tristate "TPS6501x Power Management chips" | ||
74 | depends on I2C && GPIOLIB | ||
75 | default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK | ||
76 | help | ||
77 | If you say yes here you get support for the TPS6501x series of | ||
78 | Power Management chips. These include voltage regulators, | ||
79 | lithium ion/polymer battery charging, and other features that | ||
80 | are often used in portable devices like cell phones and cameras. | ||
81 | |||
82 | This driver can also be built as a module. If so, the module | ||
83 | will be called tps65010. | ||
84 | |||
72 | config TWL4030_CORE | 85 | config TWL4030_CORE |
73 | bool "Texas Instruments TWL4030/TPS659x0 Support" | 86 | bool "Texas Instruments TWL4030/TPS659x0 Support" |
74 | depends on I2C=y && GENERIC_HARDIRQS | 87 | depends on I2C=y && GENERIC_HARDIRQS |