diff options
author | Anson Huang <b20788@freescale.com> | 2013-03-20 19:39:42 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-12 07:01:42 -0400 |
commit | e95dddb34c896f33e89f97365491e7932f89a0c0 (patch) | |
tree | 1c8a95766fb00b1120882836ea6e8822b6101c77 /arch/arm/mach-imx/Kconfig | |
parent | cb872cacb2ef57ade6bb0ff41e18b9508a0e073e (diff) |
ARM: imx: enable anatop suspend/resume
Anatop module have sereval configurations for user
to reduce the power consumption in suspend, provide
suspend/resume interface for further use and enable
fet_odrive to reduce CORE LDO leakage during suspend.
As we have a common anatop file, remove all the operations
of anatop module in other files, use anatop interfaces to
do that.
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 6575e4ebe26e..f694074f2302 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -65,6 +65,9 @@ config IRAM_ALLOC | |||
65 | bool | 65 | bool |
66 | select GENERIC_ALLOCATOR | 66 | select GENERIC_ALLOCATOR |
67 | 67 | ||
68 | config HAVE_IMX_ANATOP | ||
69 | bool | ||
70 | |||
68 | config HAVE_IMX_GPC | 71 | config HAVE_IMX_GPC |
69 | bool | 72 | bool |
70 | 73 | ||
@@ -795,6 +798,7 @@ config SOC_IMX6Q | |||
795 | select CPU_V7 | 798 | select CPU_V7 |
796 | select HAVE_ARM_SCU | 799 | select HAVE_ARM_SCU |
797 | select HAVE_CAN_FLEXCAN if CAN | 800 | select HAVE_CAN_FLEXCAN if CAN |
801 | select HAVE_IMX_ANATOP | ||
798 | select HAVE_IMX_GPC | 802 | select HAVE_IMX_GPC |
799 | select HAVE_IMX_MMDC | 803 | select HAVE_IMX_MMDC |
800 | select HAVE_IMX_SRC | 804 | select HAVE_IMX_SRC |