diff options
author | Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org> | 2012-03-13 22:29:12 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-14 08:37:35 -0400 |
commit | e3e5aff714c0da06201576304f1b41dcdd142ef4 (patch) | |
tree | 47ab3649ca7a65d115b116a78a4d7affa0623ed2 /drivers/regulator/Kconfig | |
parent | c567556e75534316f1ae800b0a0fbbc687d0662e (diff) |
regulator: Add Anatop regulator driver
Anatop is an integrated regulator inside i.MX6 SoC.
There are 3 digital regulators which controls PU, CORE (ARM), and SOC.
And 3 analog regulators which controls 1P1, 2P5, 3P0 (USB).
This patch adds the Anatop regulator driver.
Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c733df5d8665..a229de98ae6f 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -102,6 +102,14 @@ config REGULATOR_DA9052 | |||
102 | This driver supports the voltage regulators of DA9052-BC and | 102 | This driver supports the voltage regulators of DA9052-BC and |
103 | DA9053-AA/Bx PMIC. | 103 | DA9053-AA/Bx PMIC. |
104 | 104 | ||
105 | config REGULATOR_ANATOP | ||
106 | tristate "Freescale i.MX on-chip ANATOP LDO regulators" | ||
107 | depends on MFD_ANATOP | ||
108 | help | ||
109 | Say y here to support Freescale i.MX on-chip ANATOP LDOs | ||
110 | regulators. It is recommended that this option be | ||
111 | enabled on i.MX6 platform. | ||
112 | |||
105 | config REGULATOR_MC13XXX_CORE | 113 | config REGULATOR_MC13XXX_CORE |
106 | tristate | 114 | tristate |
107 | 115 | ||