diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-03-09 07:02:55 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-23 05:42:09 -0400 |
commit | 2edd3b692404efc2d3915175a2ed553e783de763 (patch) | |
tree | c2a6d4632ec08b567c24e345d638e656462c0135 /drivers/regulator/Kconfig | |
parent | 798a8eee44da56b4f2e000ff81dfb49d09c65b71 (diff) |
regulator: Add a subdriver for TI TPS6105x regulator portions v2
This adds a subdriver for the regulator found inside the TPS61050
and TPS61052 chips.
Cc: Samuel Ortiz <samuel.ortiz@intel.com>
Cc: Ola Lilja <ola.o.lilja@stericsson.com>
Cc: Jonas Aberg <jonas.aberg@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 395d35941b84..de75f67f4cc3 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -223,6 +223,15 @@ config REGULATOR_AB3100 | |||
223 | AB3100 analog baseband dealing with power regulators | 223 | AB3100 analog baseband dealing with power regulators |
224 | for the system. | 224 | for the system. |
225 | 225 | ||
226 | config REGULATOR_TPS6105X | ||
227 | tristate "TI TPS6105X Power regulators" | ||
228 | depends on TPS6105X | ||
229 | default y if TPS6105X | ||
230 | help | ||
231 | This driver supports TPS61050/TPS61052 voltage regulator chips. | ||
232 | It is a single boost converter primarily for white LEDs and | ||
233 | audio amplifiers. | ||
234 | |||
226 | config REGULATOR_TPS65023 | 235 | config REGULATOR_TPS65023 |
227 | tristate "TI TPS65023 Power regulators" | 236 | tristate "TI TPS65023 Power regulators" |
228 | depends on I2C | 237 | depends on I2C |