Kconfig (a4553358d94b4a1f3e6f24aacfd076022ac14855) Kconfig (3f408fa071418183742110f7314d6b596916e31e)
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

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

790 depends on CACHE_L2X0
791 default y if CPU_V7 && !CPU_V6
792 help
793 This option enables optimisations for the PL310 cache
794 controller.
795
796config CACHE_TAUROS2
797 bool "Enable the Tauros2 L2 cache controller"
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

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

790 depends on CACHE_L2X0
791 default y if CPU_V7 && !CPU_V6
792 help
793 This option enables optimisations for the PL310 cache
794 controller.
795
796config CACHE_TAUROS2
797 bool "Enable the Tauros2 L2 cache controller"
798 depends on (ARCH_DOVE || ARCH_MMP)
798 depends on (ARCH_DOVE || ARCH_MMP || CPU_PJ4)
799 default y
800 select OUTER_CACHE
801 help
802 This option enables the Tauros2 L2 cache controller (as
803 found on PJ1/PJ4).
804
805config CACHE_XSC3L2
806 bool "Enable the L2 cache on XScale3"

--- 37 unchanged lines hidden ---
799 default y
800 select OUTER_CACHE
801 help
802 This option enables the Tauros2 L2 cache controller (as
803 found on PJ1/PJ4).
804
805config CACHE_XSC3L2
806 bool "Enable the L2 cache on XScale3"

--- 37 unchanged lines hidden ---