|
@@ -69,6 +69,19 @@ config UCB1400_CORE
|
|
To compile this driver as a module, choose M here: the
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called ucb1400_core.
|
|
module will be called ucb1400_core.
|
|
|
|
|
|
|
|
+config TPS65010
|
|
|
|
+ tristate "TPS6501x Power Management chips"
|
|
|
|
+ depends on I2C && GPIOLIB
|
|
|
|
+ default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
|
|
|
|
+ help
|
|
|
|
+ If you say yes here you get support for the TPS6501x series of
|
|
|
|
+ Power Management chips. These include voltage regulators,
|
|
|
|
+ lithium ion/polymer battery charging, and other features that
|
|
|
|
+ are often used in portable devices like cell phones and cameras.
|
|
|
|
+
|
|
|
|
+ This driver can also be built as a module. If so, the module
|
|
|
|
+ will be called tps65010.
|
|
|
|
+
|
|
config TWL4030_CORE
|
|
config TWL4030_CORE
|
|
bool "Texas Instruments TWL4030/TPS659x0 Support"
|
|
bool "Texas Instruments TWL4030/TPS659x0 Support"
|
|
depends on I2C=y && GENERIC_HARDIRQS
|
|
depends on I2C=y && GENERIC_HARDIRQS
|