diff options
author | Dong Aisheng <dong.aisheng@linaro.org> | 2012-09-05 02:57:15 (GMT) |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-17 13:27:31 (GMT) |
commit | baa64151aecccedbafae1bbc0c167c8b2a711752 (patch) | |
tree | d911c782c77310848aa36fac6e32931458dcfc82 /drivers/regulator/Kconfig | |
parent | df37e0c0931ceeb159c8e017445c6d4799b7f345 (diff) | |
download | linux-fsl-qoriq-baa64151aecccedbafae1bbc0c167c8b2a711752.tar.xz |
regulator: anatop-regulator: Convert to use syscon to access anatop register
Using syscon to access anatop register.
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-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 4e932cc..2ae1d97 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -112,7 +112,7 @@ config REGULATOR_DA9052 config REGULATOR_ANATOP tristate "Freescale i.MX on-chip ANATOP LDO regulators" - depends on MFD_ANATOP + depends on MFD_SYSCON help Say y here to support Freescale i.MX on-chip ANATOP LDOs regulators. It is recommended that this option be |