diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2011-03-01 11:54:44 +0200 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-03-26 14:15:04 +0000 |
commit | fb7c18cac8608983168a7f4f55193cea190c83c8 (patch) | |
tree | 3be37be2c1129f5082ca63ef9023e0fa64463963 | |
parent | dfda9c27ba15330f37453c389d775ecf9e981d05 (diff) | |
download | op-kernel-dev-fb7c18cac8608983168a7f4f55193cea190c83c8.zip op-kernel-dev-fb7c18cac8608983168a7f4f55193cea190c83c8.tar.gz |
regulator: fix typo in Kconfig
Fix typo: s/TPS695x0/TPS659x0/
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | drivers/regulator/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index de75f67..b9f29e0 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -126,7 +126,7 @@ config REGULATOR_MAX8998 and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages. config REGULATOR_TWL4030 - bool "TI TWL4030/TWL5030/TWL6030/TPS695x0 PMIC" + bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC" depends on TWL4030_CORE help This driver supports the voltage regulators provided by |