diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-03-09 07:02:38 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-23 05:42:09 -0400 |
commit | 798a8eee44da56b4f2e000ff81dfb49d09c65b71 (patch) | |
tree | 5c3e84120a8b20ff076100ada5ec2a3367949e36 /drivers/mfd/Kconfig | |
parent | f04ddfcd24bf3c1f987eaf634a84998044e616d3 (diff) |
mfd: Add a core driver for TI TPS61050/TPS61052 chips v2
The TPS61050/TPS61052 are boost converters, LED drivers, LED flash
drivers and a simple GPIO pin chips.
Cc: Liam Girdwood <lrg@slimlogic.co.uk>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Jonas Aberg <jonas.aberg@stericsson.com>
Cc: Ola Lilja <ola.o.lilja@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 500a130857d8..bc99288f8f39 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -129,6 +129,15 @@ config UCB1400_CORE | |||
129 | To compile this driver as a module, choose M here: the | 129 | To compile this driver as a module, choose M here: the |
130 | module will be called ucb1400_core. | 130 | module will be called ucb1400_core. |
131 | 131 | ||
132 | config TPS6105X | ||
133 | tristate "TPS61050/61052 Boost Converters" | ||
134 | depends on I2C | ||
135 | help | ||
136 | This option enables a driver for the TP61050/TPS61052 | ||
137 | high-power "white LED driver". This boost converter is | ||
138 | sometimes used for other things than white LEDs, and | ||
139 | also contains a GPIO pin. | ||
140 | |||
132 | config TPS65010 | 141 | config TPS65010 |
133 | tristate "TPS6501x Power Management chips" | 142 | tristate "TPS6501x Power Management chips" |
134 | depends on I2C && GPIOLIB | 143 | depends on I2C && GPIOLIB |