Kconfig (c7d77a7980e434c3af17de19e3348157f9b9ccce) | Kconfig (e7ecbc057bc5cffb8ad10b6bf7a80684fd426d23) |
---|---|
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# ARM7TDMI 8config CPU_ARM7TDMI --- 972 unchanged lines hidden (view full) --- 981 bool "Enable the Tauros2 L2 cache controller" 982 depends on (ARCH_DOVE || ARCH_MMP || CPU_PJ4) 983 default y 984 select OUTER_CACHE 985 help 986 This option enables the Tauros2 L2 cache controller (as 987 found on PJ1/PJ4). 988 | 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# ARM7TDMI 8config CPU_ARM7TDMI --- 972 unchanged lines hidden (view full) --- 981 bool "Enable the Tauros2 L2 cache controller" 982 depends on (ARCH_DOVE || ARCH_MMP || CPU_PJ4) 983 default y 984 select OUTER_CACHE 985 help 986 This option enables the Tauros2 L2 cache controller (as 987 found on PJ1/PJ4). 988 |
989config CACHE_UNIPHIER 990 bool "Enable the UniPhier outer cache controller" 991 depends on ARCH_UNIPHIER 992 default y 993 select OUTER_CACHE 994 select OUTER_CACHE_SYNC 995 help 996 This option enables the UniPhier outer cache (system cache) 997 controller. 998 |
|
989config CACHE_XSC3L2 990 bool "Enable the L2 cache on XScale3" 991 depends on CPU_XSC3 992 default y 993 select OUTER_CACHE 994 help 995 This option enables the L2 cache on XScale3. 996 --- 68 unchanged lines hidden --- | 999config CACHE_XSC3L2 1000 bool "Enable the L2 cache on XScale3" 1001 depends on CPU_XSC3 1002 default y 1003 select OUTER_CACHE 1004 help 1005 This option enables the L2 cache on XScale3. 1006 --- 68 unchanged lines hidden --- |