Kconfig (20b4755e4fbb226eb42951bd40b53fcbce9ef944) | Kconfig (6d9598e24d50a8c72f48a3864327484a30aaee44) |
---|---|
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 --- 758 unchanged lines hidden (view full) --- 767 Say Y here to use the Feroceon L2 cache in writethrough mode. 768 Unless you specifically require this, say N for writeback mode. 769 770config CACHE_L2X0 771 bool "Enable the L2x0 outer cache controller" 772 depends on REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 || \ 773 REALVIEW_EB_A9MP || ARCH_MX35 || ARCH_MX31 || MACH_REALVIEW_PBX || \ 774 ARCH_NOMADIK || ARCH_OMAP4 || ARCH_S5PV310 || 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 --- 758 unchanged lines hidden (view full) --- 767 Say Y here to use the Feroceon L2 cache in writethrough mode. 768 Unless you specifically require this, say N for writeback mode. 769 770config CACHE_L2X0 771 bool "Enable the L2x0 outer cache controller" 772 depends on REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 || \ 773 REALVIEW_EB_A9MP || ARCH_MX35 || ARCH_MX31 || MACH_REALVIEW_PBX || \ 774 ARCH_NOMADIK || ARCH_OMAP4 || ARCH_S5PV310 || ARCH_TEGRA || \ |
775 ARCH_U8500 || ARCH_VEXPRESS_CA9X4 | 775 ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_SHMOBILE |
776 default y 777 select OUTER_CACHE 778 select OUTER_CACHE_SYNC 779 help 780 This option enables the L2x0 PrimeCell. 781 782config CACHE_PL310 783 bool --- 54 unchanged lines hidden --- | 776 default y 777 select OUTER_CACHE 778 select OUTER_CACHE_SYNC 779 help 780 This option enables the L2x0 PrimeCell. 781 782config CACHE_PL310 783 bool --- 54 unchanged lines hidden --- |