aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-07-11 11:52:35 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-07-12 03:07:40 -0400
commit9d5f6b51bdaff83b85069a2eee7a89c562a5daba (patch)
tree5554be20ed0e0e15c98af21920d5616bcd7135ef /arch/arm/mach-imx
parent8ad7a3058791d92de98cfb57eb799d37e9d30413 (diff)
ARM: imx6q: ensure ANATOP controller is available
During imx6q initialization the usb charger detector is disabled but for it, ANATOP controller symbols need to be available. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Cc: Richard Zhao <richard.zhao@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index c296851233e8..ebc4f3023679 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -834,6 +834,7 @@ config SOC_IMX6Q
834 select HAVE_IMX_MMDC 834 select HAVE_IMX_MMDC
835 select HAVE_IMX_SRC 835 select HAVE_IMX_SRC
836 select HAVE_SMP 836 select HAVE_SMP
837 select MFD_ANATOP
837 select PINCTRL 838 select PINCTRL
838 select PINCTRL_IMX6Q 839 select PINCTRL_IMX6Q
839 select USE_OF 840 select USE_OF