summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2013-07-14 21:39:35 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 08:57:42 -0500
commitefb9b71772ce8b3a5021a92bffa001485b921a5e (patch)
tree6eb8978be600ba41d001d75bff1b7cd48e80b3cd /arch/arm/mach-imx/Kconfig
parent2c5b44b25502ef094b17ede4ceea346aa8e2e0bd (diff)
ENGR00269945: select ARCH_HAS_RESET_CONTROLLER for IMX
Move ARCH_HAS_RESET_CONTROLLER from HAVE_IMX_SRC to ARCH_MXC to have it selected for the whole IMX family instead of SRC (System Reset Controller), since GPIO could be another reset controller in many cases. [shawn.guo: cherry-pick commit 6d43306b9c80 from imx_3.10.y] Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Conflicts: arch/arm/mach-imx/Kconfig
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 7411e9bd3b11..edb2c472202d 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -2,6 +2,7 @@ config ARCH_MXC
bool "Freescale i.MX family" if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7
select ARCH_HAS_CPUFREQ
select ARCH_HAS_OPP
+ select ARCH_HAS_RESET_CONTROLLER
select ARCH_REQUIRE_GPIOLIB
select ARM_CPU_SUSPEND if PM
select ARM_PATCH_PHYS_VIRT
@@ -67,7 +68,6 @@ config HAVE_IMX_MMDC
config HAVE_IMX_SRC
def_bool y if SMP
- select ARCH_HAS_RESET_CONTROLLER
config IMX_HAVE_IOMUX_V1
bool