Kconfig (c18ab0bac4c377b22e03f9cd4efafa1316b76552) Kconfig (aec99b7bda06436cd95229fe4841aeef29112e11)
1config ARCH_MXC
2 bool "Freescale i.MX family" if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7
3 select ARCH_REQUIRE_GPIOLIB
4 select ARM_PATCH_PHYS_VIRT
5 select AUTO_ZRELADDR if !ZBOOT_ROM
6 select CLKDEV_LOOKUP
7 select CLKSRC_MMIO
8 select GENERIC_CLOCKEVENTS

--- 827 unchanged lines hidden (view full) ---

836 help
837 This enables support for Freescale i.MX53 processor.
838
839config SOC_IMX6Q
840 bool "i.MX6 Quad support"
841 select ARCH_HAS_CPUFREQ
842 select ARCH_HAS_OPP
843 select ARM_CPU_SUSPEND if PM
1config ARCH_MXC
2 bool "Freescale i.MX family" if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7
3 select ARCH_REQUIRE_GPIOLIB
4 select ARM_PATCH_PHYS_VIRT
5 select AUTO_ZRELADDR if !ZBOOT_ROM
6 select CLKDEV_LOOKUP
7 select CLKSRC_MMIO
8 select GENERIC_CLOCKEVENTS

--- 827 unchanged lines hidden (view full) ---

836 help
837 This enables support for Freescale i.MX53 processor.
838
839config SOC_IMX6Q
840 bool "i.MX6 Quad support"
841 select ARCH_HAS_CPUFREQ
842 select ARCH_HAS_OPP
843 select ARM_CPU_SUSPEND if PM
844 select ARM_ERRATA_743622
845 select ARM_ERRATA_751472
844 select ARM_ERRATA_754322
845 select ARM_ERRATA_764369 if SMP
846 select ARM_ERRATA_775420
847 select ARM_GIC
848 select COMMON_CLK
849 select CPU_V7
850 select HAVE_ARM_SCU
851 select HAVE_CAN_FLEXCAN if CAN
852 select HAVE_IMX_GPC
853 select HAVE_IMX_MMDC
846 select ARM_ERRATA_754322
847 select ARM_ERRATA_764369 if SMP
848 select ARM_ERRATA_775420
849 select ARM_GIC
850 select COMMON_CLK
851 select CPU_V7
852 select HAVE_ARM_SCU
853 select HAVE_CAN_FLEXCAN if CAN
854 select HAVE_IMX_GPC
855 select HAVE_IMX_MMDC
856 select HAVE_IMX_SRC
854 select HAVE_SMP
855 select MFD_SYSCON
856 select PINCTRL
857 select PINCTRL_IMX6Q
858 select PL310_ERRATA_588369 if CACHE_PL310
859 select PL310_ERRATA_727915 if CACHE_PL310
860 select PL310_ERRATA_769419 if CACHE_PL310
861 select PM_OPP if PM
862
863 help
864 This enables support for Freescale i.MX6 Quad processor.
865
866endif
867
868source "arch/arm/mach-imx/devices/Kconfig"
869
870endmenu
857 select HAVE_SMP
858 select MFD_SYSCON
859 select PINCTRL
860 select PINCTRL_IMX6Q
861 select PL310_ERRATA_588369 if CACHE_PL310
862 select PL310_ERRATA_727915 if CACHE_PL310
863 select PL310_ERRATA_769419 if CACHE_PL310
864 select PM_OPP if PM
865
866 help
867 This enables support for Freescale i.MX6 Quad processor.
868
869endif
870
871source "arch/arm/mach-imx/devices/Kconfig"
872
873endmenu