aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-imx/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index a2f48487e90b..c26a619fe77e 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -1,11 +1,14 @@
1config ARCH_MXC 1config ARCH_MXC
2 bool "Freescale i.MX family" if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7 2 bool "Freescale i.MX family" if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7
3 select ARCH_HAS_CPUFREQ
4 select ARCH_HAS_OPP
3 select ARCH_REQUIRE_GPIOLIB 5 select ARCH_REQUIRE_GPIOLIB
4 select ARM_CPU_SUSPEND if PM 6 select ARM_CPU_SUSPEND if PM
5 select CLKSRC_MMIO 7 select CLKSRC_MMIO
6 select GENERIC_ALLOCATOR 8 select GENERIC_ALLOCATOR
7 select GENERIC_IRQ_CHIP 9 select GENERIC_IRQ_CHIP
8 select PINCTRL 10 select PINCTRL
11 select PM_OPP if PM
9 select SOC_BUS 12 select SOC_BUS
10 help 13 help
11 Support for Freescale MXC/iMX-based family of processors 14 Support for Freescale MXC/iMX-based family of processors
@@ -777,8 +780,6 @@ config SOC_IMX53
777 780
778config SOC_IMX6Q 781config SOC_IMX6Q
779 bool "i.MX6 Quad/DualLite support" 782 bool "i.MX6 Quad/DualLite support"
780 select ARCH_HAS_CPUFREQ
781 select ARCH_HAS_OPP
782 select ARM_ERRATA_754322 783 select ARM_ERRATA_754322
783 select ARM_ERRATA_764369 if SMP 784 select ARM_ERRATA_764369 if SMP
784 select ARM_ERRATA_775420 785 select ARM_ERRATA_775420
@@ -796,7 +797,6 @@ config SOC_IMX6Q
796 select PL310_ERRATA_588369 if CACHE_PL310 797 select PL310_ERRATA_588369 if CACHE_PL310
797 select PL310_ERRATA_727915 if CACHE_PL310 798 select PL310_ERRATA_727915 if CACHE_PL310
798 select PL310_ERRATA_769419 if CACHE_PL310 799 select PL310_ERRATA_769419 if CACHE_PL310
799 select PM_OPP if PM
800 800
801 help 801 help
802 This enables support for Freescale i.MX6 Quad processor. 802 This enables support for Freescale i.MX6 Quad processor.