Kconfig (6ad390a25a9d1d8606b9b826878f0a30639dc2b3) | Kconfig (220e6cf7b793d702596506a8c4bf1f4fd4040df1) |
---|---|
1comment "Processor Type" 2 3# Select CPU types depending on the architecture selected. This selects 4# which CPUs we support in the kernel image, and the compiler instruction 5# optimiser behaviour. 6 7# ARM610 8config CPU_ARM610 --- 808 unchanged lines hidden (view full) --- 817 Unless you specifically require this, say N for writeback mode. 818 819config CACHE_L2X0 820 bool "Enable the L2x0 outer cache controller" 821 depends on REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 || \ 822 REALVIEW_EB_A9MP || SOC_IMX35 || SOC_IMX31 || MACH_REALVIEW_PBX || \ 823 ARCH_NOMADIK || ARCH_OMAP4 || ARCH_EXYNOS4 || ARCH_TEGRA || \ 824 ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_SHMOBILE || \ | 1comment "Processor Type" 2 3# Select CPU types depending on the architecture selected. This selects 4# which CPUs we support in the kernel image, and the compiler instruction 5# optimiser behaviour. 6 7# ARM610 8config CPU_ARM610 --- 808 unchanged lines hidden (view full) --- 817 Unless you specifically require this, say N for writeback mode. 818 819config CACHE_L2X0 820 bool "Enable the L2x0 outer cache controller" 821 depends on REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 || \ 822 REALVIEW_EB_A9MP || SOC_IMX35 || SOC_IMX31 || MACH_REALVIEW_PBX || \ 823 ARCH_NOMADIK || ARCH_OMAP4 || ARCH_EXYNOS4 || ARCH_TEGRA || \ 824 ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_SHMOBILE || \ |
825 ARCH_PRIMA2 || ARCH_ZYNQ || ARCH_CNS3XXX | 825 ARCH_PRIMA2 || ARCH_ZYNQ || ARCH_CNS3XXX || ARCH_HIGHBANK |
826 default y 827 select OUTER_CACHE 828 select OUTER_CACHE_SYNC 829 help 830 This option enables the L2x0 PrimeCell. 831 832config CACHE_PL310 833 bool --- 59 unchanged lines hidden --- | 826 default y 827 select OUTER_CACHE 828 select OUTER_CACHE_SYNC 829 help 830 This option enables the L2x0 PrimeCell. 831 832config CACHE_PL310 833 bool --- 59 unchanged lines hidden --- |