Kconfig (6288cf1e768ae73db5ddaaae54d85245cc1c2b56) | Kconfig (b85a3ef4ac65169b65fd2fe9bec7912bbf475ba4) |
---|---|
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 --- 807 unchanged lines hidden (view full) --- 816 Say Y here to use the Feroceon L2 cache in writethrough mode. 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 || \ | 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 --- 807 unchanged lines hidden (view full) --- 816 Say Y here to use the Feroceon L2 cache in writethrough mode. 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 | 824 ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_SHMOBILE || ARCH_ZYNQ |
825 default y 826 select OUTER_CACHE 827 select OUTER_CACHE_SYNC 828 help 829 This option enables the L2x0 PrimeCell. 830 831config CACHE_PL310 832 bool --- 59 unchanged lines hidden --- | 825 default y 826 select OUTER_CACHE 827 select OUTER_CACHE_SYNC 828 help 829 This option enables the L2x0 PrimeCell. 830 831config CACHE_PL310 832 bool --- 59 unchanged lines hidden --- |