11da177e4SLinus Torvaldscomment "Processor Type" 21da177e4SLinus Torvalds 31da177e4SLinus Torvalds# Select CPU types depending on the architecture selected. This selects 41da177e4SLinus Torvalds# which CPUs we support in the kernel image, and the compiler instruction 51da177e4SLinus Torvalds# optimiser behaviour. 61da177e4SLinus Torvalds 71da177e4SLinus Torvalds# ARM610 81da177e4SLinus Torvaldsconfig CPU_ARM610 9c750815eSRussell King bool "Support ARM610 processor" if ARCH_RPC 101da177e4SLinus Torvalds select CPU_32v3 111da177e4SLinus Torvalds select CPU_CACHE_V3 121da177e4SLinus Torvalds select CPU_CACHE_VIVT 13fefdaa06SHyok S. Choi select CPU_CP15_MMU 14f9c21a6eSHyok S. Choi select CPU_COPY_V3 if MMU 15f9c21a6eSHyok S. Choi select CPU_TLB_V3 if MMU 164fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 171da177e4SLinus Torvalds help 181da177e4SLinus Torvalds The ARM610 is the successor to the ARM3 processor 191da177e4SLinus Torvalds and was produced by VLSI Technology Inc. 201da177e4SLinus Torvalds 211da177e4SLinus Torvalds Say Y if you want support for the ARM610 processor. 221da177e4SLinus Torvalds Otherwise, say N. 231da177e4SLinus Torvalds 2407e0da78SHyok S. Choi# ARM7TDMI 2507e0da78SHyok S. Choiconfig CPU_ARM7TDMI 2607e0da78SHyok S. Choi bool "Support ARM7TDMI processor" 276b237a35SRussell King depends on !MMU 2807e0da78SHyok S. Choi select CPU_32v4T 2907e0da78SHyok S. Choi select CPU_ABRT_LV4T 304fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 3107e0da78SHyok S. Choi select CPU_CACHE_V4 3207e0da78SHyok S. Choi help 3307e0da78SHyok S. Choi A 32-bit RISC microprocessor based on the ARM7 processor core 3407e0da78SHyok S. Choi which has no memory control unit and cache. 3507e0da78SHyok S. Choi 3607e0da78SHyok S. Choi Say Y if you want support for the ARM7TDMI processor. 3707e0da78SHyok S. Choi Otherwise, say N. 3807e0da78SHyok S. Choi 391da177e4SLinus Torvalds# ARM710 401da177e4SLinus Torvaldsconfig CPU_ARM710 41c750815eSRussell King bool "Support ARM710 processor" if ARCH_RPC 421da177e4SLinus Torvalds select CPU_32v3 431da177e4SLinus Torvalds select CPU_CACHE_V3 441da177e4SLinus Torvalds select CPU_CACHE_VIVT 45fefdaa06SHyok S. Choi select CPU_CP15_MMU 46f9c21a6eSHyok S. Choi select CPU_COPY_V3 if MMU 47f9c21a6eSHyok S. Choi select CPU_TLB_V3 if MMU 484fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 491da177e4SLinus Torvalds help 501da177e4SLinus Torvalds A 32-bit RISC microprocessor based on the ARM7 processor core 511da177e4SLinus Torvalds designed by Advanced RISC Machines Ltd. The ARM710 is the 521da177e4SLinus Torvalds successor to the ARM610 processor. It was released in 531da177e4SLinus Torvalds July 1994 by VLSI Technology Inc. 541da177e4SLinus Torvalds 551da177e4SLinus Torvalds Say Y if you want support for the ARM710 processor. 561da177e4SLinus Torvalds Otherwise, say N. 571da177e4SLinus Torvalds 581da177e4SLinus Torvalds# ARM720T 591da177e4SLinus Torvaldsconfig CPU_ARM720T 60c750815eSRussell King bool "Support ARM720T processor" if ARCH_INTEGRATOR 61260e98edSLennert Buytenhek select CPU_32v4T 621da177e4SLinus Torvalds select CPU_ABRT_LV4T 634fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 641da177e4SLinus Torvalds select CPU_CACHE_V4 651da177e4SLinus Torvalds select CPU_CACHE_VIVT 66fefdaa06SHyok S. Choi select CPU_CP15_MMU 67f9c21a6eSHyok S. Choi select CPU_COPY_V4WT if MMU 68f9c21a6eSHyok S. Choi select CPU_TLB_V4WT if MMU 691da177e4SLinus Torvalds help 701da177e4SLinus Torvalds A 32-bit RISC processor with 8kByte Cache, Write Buffer and 711da177e4SLinus Torvalds MMU built around an ARM7TDMI core. 721da177e4SLinus Torvalds 731da177e4SLinus Torvalds Say Y if you want support for the ARM720T processor. 741da177e4SLinus Torvalds Otherwise, say N. 751da177e4SLinus Torvalds 76b731c311SHyok S. Choi# ARM740T 77b731c311SHyok S. Choiconfig CPU_ARM740T 78b731c311SHyok S. Choi bool "Support ARM740T processor" if ARCH_INTEGRATOR 796b237a35SRussell King depends on !MMU 80b731c311SHyok S. Choi select CPU_32v4T 81b731c311SHyok S. Choi select CPU_ABRT_LV4T 824fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 83b731c311SHyok S. Choi select CPU_CACHE_V3 # although the core is v4t 84b731c311SHyok S. Choi select CPU_CP15_MPU 85b731c311SHyok S. Choi help 86b731c311SHyok S. Choi A 32-bit RISC processor with 8KB cache or 4KB variants, 87b731c311SHyok S. Choi write buffer and MPU(Protection Unit) built around 88b731c311SHyok S. Choi an ARM7TDMI core. 89b731c311SHyok S. Choi 90b731c311SHyok S. Choi Say Y if you want support for the ARM740T processor. 91b731c311SHyok S. Choi Otherwise, say N. 92b731c311SHyok S. Choi 9343f5f014SHyok S. Choi# ARM9TDMI 9443f5f014SHyok S. Choiconfig CPU_ARM9TDMI 9543f5f014SHyok S. Choi bool "Support ARM9TDMI processor" 966b237a35SRussell King depends on !MMU 9743f5f014SHyok S. Choi select CPU_32v4T 980f45d7f3SHyok S. Choi select CPU_ABRT_NOMMU 994fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 10043f5f014SHyok S. Choi select CPU_CACHE_V4 10143f5f014SHyok S. Choi help 10243f5f014SHyok S. Choi A 32-bit RISC microprocessor based on the ARM9 processor core 10343f5f014SHyok S. Choi which has no memory control unit and cache. 10443f5f014SHyok S. Choi 10543f5f014SHyok S. Choi Say Y if you want support for the ARM9TDMI processor. 10643f5f014SHyok S. Choi Otherwise, say N. 10743f5f014SHyok S. Choi 1081da177e4SLinus Torvalds# ARM920T 1091da177e4SLinus Torvaldsconfig CPU_ARM920T 110c750815eSRussell King bool "Support ARM920T processor" if ARCH_INTEGRATOR 111260e98edSLennert Buytenhek select CPU_32v4T 1121da177e4SLinus Torvalds select CPU_ABRT_EV4T 1134fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 1141da177e4SLinus Torvalds select CPU_CACHE_V4WT 1151da177e4SLinus Torvalds select CPU_CACHE_VIVT 116fefdaa06SHyok S. Choi select CPU_CP15_MMU 117f9c21a6eSHyok S. Choi select CPU_COPY_V4WB if MMU 118f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 1191da177e4SLinus Torvalds help 1201da177e4SLinus Torvalds The ARM920T is licensed to be produced by numerous vendors, 121c768e676SHartley Sweeten and is used in the Cirrus EP93xx and the Samsung S3C2410. 1221da177e4SLinus Torvalds 1231da177e4SLinus Torvalds Say Y if you want support for the ARM920T processor. 1241da177e4SLinus Torvalds Otherwise, say N. 1251da177e4SLinus Torvalds 1261da177e4SLinus Torvalds# ARM922T 1271da177e4SLinus Torvaldsconfig CPU_ARM922T 1281da177e4SLinus Torvalds bool "Support ARM922T processor" if ARCH_INTEGRATOR 129260e98edSLennert Buytenhek select CPU_32v4T 1301da177e4SLinus Torvalds select CPU_ABRT_EV4T 1314fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 1321da177e4SLinus Torvalds select CPU_CACHE_V4WT 1331da177e4SLinus Torvalds select CPU_CACHE_VIVT 134fefdaa06SHyok S. Choi select CPU_CP15_MMU 135f9c21a6eSHyok S. Choi select CPU_COPY_V4WB if MMU 136f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 1371da177e4SLinus Torvalds help 1381da177e4SLinus Torvalds The ARM922T is a version of the ARM920T, but with smaller 1391da177e4SLinus Torvalds instruction and data caches. It is used in Altera's 140c53c9cf6SAndrew Victor Excalibur XA device family and Micrel's KS8695 Centaur. 1411da177e4SLinus Torvalds 1421da177e4SLinus Torvalds Say Y if you want support for the ARM922T processor. 1431da177e4SLinus Torvalds Otherwise, say N. 1441da177e4SLinus Torvalds 1451da177e4SLinus Torvalds# ARM925T 1461da177e4SLinus Torvaldsconfig CPU_ARM925T 147b288f75fSTony Lindgren bool "Support ARM925T processor" if ARCH_OMAP1 148260e98edSLennert Buytenhek select CPU_32v4T 1491da177e4SLinus Torvalds select CPU_ABRT_EV4T 1504fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 1511da177e4SLinus Torvalds select CPU_CACHE_V4WT 1521da177e4SLinus Torvalds select CPU_CACHE_VIVT 153fefdaa06SHyok S. Choi select CPU_CP15_MMU 154f9c21a6eSHyok S. Choi select CPU_COPY_V4WB if MMU 155f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 1561da177e4SLinus Torvalds help 1571da177e4SLinus Torvalds The ARM925T is a mix between the ARM920T and ARM926T, but with 1581da177e4SLinus Torvalds different instruction and data caches. It is used in TI's OMAP 1591da177e4SLinus Torvalds device family. 1601da177e4SLinus Torvalds 1611da177e4SLinus Torvalds Say Y if you want support for the ARM925T processor. 1621da177e4SLinus Torvalds Otherwise, say N. 1631da177e4SLinus Torvalds 1641da177e4SLinus Torvalds# ARM926T 1651da177e4SLinus Torvaldsconfig CPU_ARM926T 166c750815eSRussell King bool "Support ARM926T processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB 1671da177e4SLinus Torvalds select CPU_32v5 1681da177e4SLinus Torvalds select CPU_ABRT_EV5TJ 1694fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 1701da177e4SLinus Torvalds select CPU_CACHE_VIVT 171fefdaa06SHyok S. Choi select CPU_CP15_MMU 172f9c21a6eSHyok S. Choi select CPU_COPY_V4WB if MMU 173f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 1741da177e4SLinus Torvalds help 1751da177e4SLinus Torvalds This is a variant of the ARM920. It has slightly different 1761da177e4SLinus Torvalds instruction sequences for cache and TLB operations. Curiously, 1771da177e4SLinus Torvalds there is no documentation on it at the ARM corporate website. 1781da177e4SLinus Torvalds 1791da177e4SLinus Torvalds Say Y if you want support for the ARM926T processor. 1801da177e4SLinus Torvalds Otherwise, say N. 1811da177e4SLinus Torvalds 18228853ac8SPaulius Zaleckas# FA526 18328853ac8SPaulius Zaleckasconfig CPU_FA526 18428853ac8SPaulius Zaleckas bool 18528853ac8SPaulius Zaleckas select CPU_32v4 18628853ac8SPaulius Zaleckas select CPU_ABRT_EV4 1874fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 18828853ac8SPaulius Zaleckas select CPU_CACHE_VIVT 18928853ac8SPaulius Zaleckas select CPU_CP15_MMU 19028853ac8SPaulius Zaleckas select CPU_CACHE_FA 19128853ac8SPaulius Zaleckas select CPU_COPY_FA if MMU 19228853ac8SPaulius Zaleckas select CPU_TLB_FA if MMU 19328853ac8SPaulius Zaleckas help 19428853ac8SPaulius Zaleckas The FA526 is a version of the ARMv4 compatible processor with 19528853ac8SPaulius Zaleckas Branch Target Buffer, Unified TLB and cache line size 16. 19628853ac8SPaulius Zaleckas 19728853ac8SPaulius Zaleckas Say Y if you want support for the FA526 processor. 19828853ac8SPaulius Zaleckas Otherwise, say N. 19928853ac8SPaulius Zaleckas 200d60674ebSHyok S. Choi# ARM940T 201d60674ebSHyok S. Choiconfig CPU_ARM940T 202d60674ebSHyok S. Choi bool "Support ARM940T processor" if ARCH_INTEGRATOR 2036b237a35SRussell King depends on !MMU 204d60674ebSHyok S. Choi select CPU_32v4T 2050f45d7f3SHyok S. Choi select CPU_ABRT_NOMMU 2064fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 207d60674ebSHyok S. Choi select CPU_CACHE_VIVT 208d60674ebSHyok S. Choi select CPU_CP15_MPU 209d60674ebSHyok S. Choi help 210d60674ebSHyok S. Choi ARM940T is a member of the ARM9TDMI family of general- 2113cb2fcccSMatt LaPlante purpose microprocessors with MPU and separate 4KB 212d60674ebSHyok S. Choi instruction and 4KB data cases, each with a 4-word line 213d60674ebSHyok S. Choi length. 214d60674ebSHyok S. Choi 215d60674ebSHyok S. Choi Say Y if you want support for the ARM940T processor. 216d60674ebSHyok S. Choi Otherwise, say N. 217d60674ebSHyok S. Choi 218f37f46ebSHyok S. Choi# ARM946E-S 219f37f46ebSHyok S. Choiconfig CPU_ARM946E 220f37f46ebSHyok S. Choi bool "Support ARM946E-S processor" if ARCH_INTEGRATOR 2216b237a35SRussell King depends on !MMU 222f37f46ebSHyok S. Choi select CPU_32v5 2230f45d7f3SHyok S. Choi select CPU_ABRT_NOMMU 2244fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 225f37f46ebSHyok S. Choi select CPU_CACHE_VIVT 226f37f46ebSHyok S. Choi select CPU_CP15_MPU 227f37f46ebSHyok S. Choi help 228f37f46ebSHyok S. Choi ARM946E-S is a member of the ARM9E-S family of high- 229f37f46ebSHyok S. Choi performance, 32-bit system-on-chip processor solutions. 230f37f46ebSHyok S. Choi The TCM and ARMv5TE 32-bit instruction set is supported. 231f37f46ebSHyok S. Choi 232f37f46ebSHyok S. Choi Say Y if you want support for the ARM946E-S processor. 233f37f46ebSHyok S. Choi Otherwise, say N. 234f37f46ebSHyok S. Choi 2351da177e4SLinus Torvalds# ARM1020 - needs validating 2361da177e4SLinus Torvaldsconfig CPU_ARM1020 237c750815eSRussell King bool "Support ARM1020T (rev 0) processor" if ARCH_INTEGRATOR 2381da177e4SLinus Torvalds select CPU_32v5 2391da177e4SLinus Torvalds select CPU_ABRT_EV4T 2404fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 2411da177e4SLinus Torvalds select CPU_CACHE_V4WT 2421da177e4SLinus Torvalds select CPU_CACHE_VIVT 243fefdaa06SHyok S. Choi select CPU_CP15_MMU 244f9c21a6eSHyok S. Choi select CPU_COPY_V4WB if MMU 245f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 2461da177e4SLinus Torvalds help 2471da177e4SLinus Torvalds The ARM1020 is the 32K cached version of the ARM10 processor, 2481da177e4SLinus Torvalds with an addition of a floating-point unit. 2491da177e4SLinus Torvalds 2501da177e4SLinus Torvalds Say Y if you want support for the ARM1020 processor. 2511da177e4SLinus Torvalds Otherwise, say N. 2521da177e4SLinus Torvalds 2531da177e4SLinus Torvalds# ARM1020E - needs validating 2541da177e4SLinus Torvaldsconfig CPU_ARM1020E 255c750815eSRussell King bool "Support ARM1020E processor" if ARCH_INTEGRATOR 2561da177e4SLinus Torvalds select CPU_32v5 2571da177e4SLinus Torvalds select CPU_ABRT_EV4T 2584fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 2591da177e4SLinus Torvalds select CPU_CACHE_V4WT 2601da177e4SLinus Torvalds select CPU_CACHE_VIVT 261fefdaa06SHyok S. Choi select CPU_CP15_MMU 262f9c21a6eSHyok S. Choi select CPU_COPY_V4WB if MMU 263f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 2641da177e4SLinus Torvalds depends on n 2651da177e4SLinus Torvalds 2661da177e4SLinus Torvalds# ARM1022E 2671da177e4SLinus Torvaldsconfig CPU_ARM1022 268c750815eSRussell King bool "Support ARM1022E processor" if ARCH_INTEGRATOR 2691da177e4SLinus Torvalds select CPU_32v5 2701da177e4SLinus Torvalds select CPU_ABRT_EV4T 2714fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 2721da177e4SLinus Torvalds select CPU_CACHE_VIVT 273fefdaa06SHyok S. Choi select CPU_CP15_MMU 274f9c21a6eSHyok S. Choi select CPU_COPY_V4WB if MMU # can probably do better 275f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 2761da177e4SLinus Torvalds help 2771da177e4SLinus Torvalds The ARM1022E is an implementation of the ARMv5TE architecture 2781da177e4SLinus Torvalds based upon the ARM10 integer core with a 16KiB L1 Harvard cache, 2791da177e4SLinus Torvalds embedded trace macrocell, and a floating-point unit. 2801da177e4SLinus Torvalds 2811da177e4SLinus Torvalds Say Y if you want support for the ARM1022E processor. 2821da177e4SLinus Torvalds Otherwise, say N. 2831da177e4SLinus Torvalds 2841da177e4SLinus Torvalds# ARM1026EJ-S 2851da177e4SLinus Torvaldsconfig CPU_ARM1026 286c750815eSRussell King bool "Support ARM1026EJ-S processor" if ARCH_INTEGRATOR 2871da177e4SLinus Torvalds select CPU_32v5 2881da177e4SLinus Torvalds select CPU_ABRT_EV5T # But need Jazelle, but EV5TJ ignores bit 10 2894fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 2901da177e4SLinus Torvalds select CPU_CACHE_VIVT 291fefdaa06SHyok S. Choi select CPU_CP15_MMU 292f9c21a6eSHyok S. Choi select CPU_COPY_V4WB if MMU # can probably do better 293f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 2941da177e4SLinus Torvalds help 2951da177e4SLinus Torvalds The ARM1026EJ-S is an implementation of the ARMv5TEJ architecture 2961da177e4SLinus Torvalds based upon the ARM10 integer core. 2971da177e4SLinus Torvalds 2981da177e4SLinus Torvalds Say Y if you want support for the ARM1026EJ-S processor. 2991da177e4SLinus Torvalds Otherwise, say N. 3001da177e4SLinus Torvalds 3011da177e4SLinus Torvalds# SA110 3021da177e4SLinus Torvaldsconfig CPU_SA110 303c750815eSRussell King bool "Support StrongARM(R) SA-110 processor" if ARCH_RPC 3041da177e4SLinus Torvalds select CPU_32v3 if ARCH_RPC 3051da177e4SLinus Torvalds select CPU_32v4 if !ARCH_RPC 3061da177e4SLinus Torvalds select CPU_ABRT_EV4 3074fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 3081da177e4SLinus Torvalds select CPU_CACHE_V4WB 3091da177e4SLinus Torvalds select CPU_CACHE_VIVT 310fefdaa06SHyok S. Choi select CPU_CP15_MMU 311f9c21a6eSHyok S. Choi select CPU_COPY_V4WB if MMU 312f9c21a6eSHyok S. Choi select CPU_TLB_V4WB if MMU 3131da177e4SLinus Torvalds help 3141da177e4SLinus Torvalds The Intel StrongARM(R) SA-110 is a 32-bit microprocessor and 3151da177e4SLinus Torvalds is available at five speeds ranging from 100 MHz to 233 MHz. 3161da177e4SLinus Torvalds More information is available at 3171da177e4SLinus Torvalds <http://developer.intel.com/design/strong/sa110.htm>. 3181da177e4SLinus Torvalds 3191da177e4SLinus Torvalds Say Y if you want support for the SA-110 processor. 3201da177e4SLinus Torvalds Otherwise, say N. 3211da177e4SLinus Torvalds 3221da177e4SLinus Torvalds# SA1100 3231da177e4SLinus Torvaldsconfig CPU_SA1100 3241da177e4SLinus Torvalds bool 3251da177e4SLinus Torvalds select CPU_32v4 3261da177e4SLinus Torvalds select CPU_ABRT_EV4 3274fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 3281da177e4SLinus Torvalds select CPU_CACHE_V4WB 3291da177e4SLinus Torvalds select CPU_CACHE_VIVT 330fefdaa06SHyok S. Choi select CPU_CP15_MMU 331f9c21a6eSHyok S. Choi select CPU_TLB_V4WB if MMU 3321da177e4SLinus Torvalds 3331da177e4SLinus Torvalds# XScale 3341da177e4SLinus Torvaldsconfig CPU_XSCALE 3351da177e4SLinus Torvalds bool 3361da177e4SLinus Torvalds select CPU_32v5 3371da177e4SLinus Torvalds select CPU_ABRT_EV5T 3384fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 3391da177e4SLinus Torvalds select CPU_CACHE_VIVT 340fefdaa06SHyok S. Choi select CPU_CP15_MMU 341f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 3421da177e4SLinus Torvalds 34323bdf86aSLennert Buytenhek# XScale Core Version 3 34423bdf86aSLennert Buytenhekconfig CPU_XSC3 34523bdf86aSLennert Buytenhek bool 34623bdf86aSLennert Buytenhek select CPU_32v5 34723bdf86aSLennert Buytenhek select CPU_ABRT_EV5T 3484fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 34923bdf86aSLennert Buytenhek select CPU_CACHE_VIVT 350fefdaa06SHyok S. Choi select CPU_CP15_MMU 351f9c21a6eSHyok S. Choi select CPU_TLB_V4WBI if MMU 35223bdf86aSLennert Buytenhek select IO_36 35323bdf86aSLennert Buytenhek 35449cbe786SEric Miao# Marvell PJ1 (Mohawk) 35549cbe786SEric Miaoconfig CPU_MOHAWK 35649cbe786SEric Miao bool 35749cbe786SEric Miao select CPU_32v5 35849cbe786SEric Miao select CPU_ABRT_EV5T 3594fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 36049cbe786SEric Miao select CPU_CACHE_VIVT 36149cbe786SEric Miao select CPU_CP15_MMU 36249cbe786SEric Miao select CPU_TLB_V4WBI if MMU 36349cbe786SEric Miao select CPU_COPY_V4WB if MMU 36449cbe786SEric Miao 365e50d6409SAssaf Hoffman# Feroceon 366e50d6409SAssaf Hoffmanconfig CPU_FEROCEON 367e50d6409SAssaf Hoffman bool 368e50d6409SAssaf Hoffman select CPU_32v5 369e50d6409SAssaf Hoffman select CPU_ABRT_EV5T 3704fb28474SKirill A. Shutemov select CPU_PABRT_LEGACY 371e50d6409SAssaf Hoffman select CPU_CACHE_VIVT 372e50d6409SAssaf Hoffman select CPU_CP15_MMU 3730ed15071SLennert Buytenhek select CPU_COPY_FEROCEON if MMU 37499c6dc11SLennert Buytenhek select CPU_TLB_FEROCEON if MMU 375e50d6409SAssaf Hoffman 376d910a0aaSTzachi Perelsteinconfig CPU_FEROCEON_OLD_ID 377d910a0aaSTzachi Perelstein bool "Accept early Feroceon cores with an ARM926 ID" 378d910a0aaSTzachi Perelstein depends on CPU_FEROCEON && !CPU_ARM926T 379d910a0aaSTzachi Perelstein default y 380d910a0aaSTzachi Perelstein help 381d910a0aaSTzachi Perelstein This enables the usage of some old Feroceon cores 382d910a0aaSTzachi Perelstein for which the CPU ID is equal to the ARM926 ID. 383d910a0aaSTzachi Perelstein Relevant for Feroceon-1850 and early Feroceon-2850. 384d910a0aaSTzachi Perelstein 385a4553358SHaojian Zhuang# Marvell PJ4 386a4553358SHaojian Zhuangconfig CPU_PJ4 387a4553358SHaojian Zhuang bool 388a4553358SHaojian Zhuang select CPU_V7 389a4553358SHaojian Zhuang select ARM_THUMBEE 390a4553358SHaojian Zhuang 3911da177e4SLinus Torvalds# ARMv6 3921da177e4SLinus Torvaldsconfig CPU_V6 393edabd38eSSaeed Bishara bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE 3941da177e4SLinus Torvalds select CPU_32v6 3951da177e4SLinus Torvalds select CPU_ABRT_EV6 3964fb28474SKirill A. Shutemov select CPU_PABRT_V6 3971da177e4SLinus Torvalds select CPU_CACHE_V6 3981da177e4SLinus Torvalds select CPU_CACHE_VIPT 399fefdaa06SHyok S. Choi select CPU_CP15_MMU 4007b4c965aSCatalin Marinas select CPU_HAS_ASID if MMU 401f9c21a6eSHyok S. Choi select CPU_COPY_V6 if MMU 402f9c21a6eSHyok S. Choi select CPU_TLB_V6 if MMU 4031da177e4SLinus Torvalds 4044a5f79e7SRussell King# ARMv6k 4054a5f79e7SRussell Kingconfig CPU_32v6K 4064a5f79e7SRussell King bool "Support ARM V6K processor extensions" if !SMP 407026b5ca3SCatalin Marinas depends on CPU_V6 || CPU_V7 408*15490ef8SRussell King default y if SMP 4094a5f79e7SRussell King help 4104a5f79e7SRussell King Say Y here if your ARMv6 processor supports the 'K' extension. 4114a5f79e7SRussell King This enables the kernel to use some instructions not present 4124a5f79e7SRussell King on previous processors, and as such a kernel build with this 4134a5f79e7SRussell King enabled will not boot on processors with do not support these 4144a5f79e7SRussell King instructions. 4154a5f79e7SRussell King 41623688e99SCatalin Marinas# ARMv7 41723688e99SCatalin Marinasconfig CPU_V7 4181b504bbeSColin Tuckley bool "Support ARM V7 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX 419*15490ef8SRussell King select CPU_32v6K 42023688e99SCatalin Marinas select CPU_32v7 42123688e99SCatalin Marinas select CPU_ABRT_EV7 4224fb28474SKirill A. Shutemov select CPU_PABRT_V7 42323688e99SCatalin Marinas select CPU_CACHE_V7 42423688e99SCatalin Marinas select CPU_CACHE_VIPT 42523688e99SCatalin Marinas select CPU_CP15_MMU 4262eb8c82bSCatalin Marinas select CPU_HAS_ASID if MMU 42723688e99SCatalin Marinas select CPU_COPY_V6 if MMU 4282ccdd1e7SCatalin Marinas select CPU_TLB_V7 if MMU 42923688e99SCatalin Marinas 4301da177e4SLinus Torvalds# Figure out what processor architecture version we should be using. 4311da177e4SLinus Torvalds# This defines the compiler instruction set which depends on the machine type. 4321da177e4SLinus Torvaldsconfig CPU_32v3 4331da177e4SLinus Torvalds bool 43460b6cf68SRussell King select TLS_REG_EMUL if SMP || !MMU 43548fa14f7SRussell King select NEEDS_SYSCALL_FOR_CMPXCHG if SMP 4361da177e4SLinus Torvalds 4371da177e4SLinus Torvaldsconfig CPU_32v4 4381da177e4SLinus Torvalds bool 43960b6cf68SRussell King select TLS_REG_EMUL if SMP || !MMU 44048fa14f7SRussell King select NEEDS_SYSCALL_FOR_CMPXCHG if SMP 4411da177e4SLinus Torvalds 442260e98edSLennert Buytenhekconfig CPU_32v4T 443260e98edSLennert Buytenhek bool 444260e98edSLennert Buytenhek select TLS_REG_EMUL if SMP || !MMU 445260e98edSLennert Buytenhek select NEEDS_SYSCALL_FOR_CMPXCHG if SMP 446260e98edSLennert Buytenhek 4471da177e4SLinus Torvaldsconfig CPU_32v5 4481da177e4SLinus Torvalds bool 44960b6cf68SRussell King select TLS_REG_EMUL if SMP || !MMU 45048fa14f7SRussell King select NEEDS_SYSCALL_FOR_CMPXCHG if SMP 4511da177e4SLinus Torvalds 4521da177e4SLinus Torvaldsconfig CPU_32v6 4531da177e4SLinus Torvalds bool 454367afaf8SCatalin Marinas select TLS_REG_EMUL if !CPU_32v6K && !MMU 4551da177e4SLinus Torvalds 45623688e99SCatalin Marinasconfig CPU_32v7 45723688e99SCatalin Marinas bool 45823688e99SCatalin Marinas 4591da177e4SLinus Torvalds# The abort model 4600f45d7f3SHyok S. Choiconfig CPU_ABRT_NOMMU 4610f45d7f3SHyok S. Choi bool 4620f45d7f3SHyok S. Choi 4631da177e4SLinus Torvaldsconfig CPU_ABRT_EV4 4641da177e4SLinus Torvalds bool 4651da177e4SLinus Torvalds 4661da177e4SLinus Torvaldsconfig CPU_ABRT_EV4T 4671da177e4SLinus Torvalds bool 4681da177e4SLinus Torvalds 4691da177e4SLinus Torvaldsconfig CPU_ABRT_LV4T 4701da177e4SLinus Torvalds bool 4711da177e4SLinus Torvalds 4721da177e4SLinus Torvaldsconfig CPU_ABRT_EV5T 4731da177e4SLinus Torvalds bool 4741da177e4SLinus Torvalds 4751da177e4SLinus Torvaldsconfig CPU_ABRT_EV5TJ 4761da177e4SLinus Torvalds bool 4771da177e4SLinus Torvalds 4781da177e4SLinus Torvaldsconfig CPU_ABRT_EV6 4791da177e4SLinus Torvalds bool 4801da177e4SLinus Torvalds 48123688e99SCatalin Marinasconfig CPU_ABRT_EV7 48223688e99SCatalin Marinas bool 48323688e99SCatalin Marinas 4844fb28474SKirill A. Shutemovconfig CPU_PABRT_LEGACY 48548d7927bSPaul Brook bool 48648d7927bSPaul Brook 4874fb28474SKirill A. Shutemovconfig CPU_PABRT_V6 4884fb28474SKirill A. Shutemov bool 4894fb28474SKirill A. Shutemov 4904fb28474SKirill A. Shutemovconfig CPU_PABRT_V7 49148d7927bSPaul Brook bool 49248d7927bSPaul Brook 4931da177e4SLinus Torvalds# The cache model 4941da177e4SLinus Torvaldsconfig CPU_CACHE_V3 4951da177e4SLinus Torvalds bool 4961da177e4SLinus Torvalds 4971da177e4SLinus Torvaldsconfig CPU_CACHE_V4 4981da177e4SLinus Torvalds bool 4991da177e4SLinus Torvalds 5001da177e4SLinus Torvaldsconfig CPU_CACHE_V4WT 5011da177e4SLinus Torvalds bool 5021da177e4SLinus Torvalds 5031da177e4SLinus Torvaldsconfig CPU_CACHE_V4WB 5041da177e4SLinus Torvalds bool 5051da177e4SLinus Torvalds 5061da177e4SLinus Torvaldsconfig CPU_CACHE_V6 5071da177e4SLinus Torvalds bool 5081da177e4SLinus Torvalds 50923688e99SCatalin Marinasconfig CPU_CACHE_V7 51023688e99SCatalin Marinas bool 51123688e99SCatalin Marinas 5121da177e4SLinus Torvaldsconfig CPU_CACHE_VIVT 5131da177e4SLinus Torvalds bool 5141da177e4SLinus Torvalds 5151da177e4SLinus Torvaldsconfig CPU_CACHE_VIPT 5161da177e4SLinus Torvalds bool 5171da177e4SLinus Torvalds 51828853ac8SPaulius Zaleckasconfig CPU_CACHE_FA 51928853ac8SPaulius Zaleckas bool 52028853ac8SPaulius Zaleckas 521f9c21a6eSHyok S. Choiif MMU 5221da177e4SLinus Torvalds# The copy-page model 5231da177e4SLinus Torvaldsconfig CPU_COPY_V3 5241da177e4SLinus Torvalds bool 5251da177e4SLinus Torvalds 5261da177e4SLinus Torvaldsconfig CPU_COPY_V4WT 5271da177e4SLinus Torvalds bool 5281da177e4SLinus Torvalds 5291da177e4SLinus Torvaldsconfig CPU_COPY_V4WB 5301da177e4SLinus Torvalds bool 5311da177e4SLinus Torvalds 5320ed15071SLennert Buytenhekconfig CPU_COPY_FEROCEON 5330ed15071SLennert Buytenhek bool 5340ed15071SLennert Buytenhek 53528853ac8SPaulius Zaleckasconfig CPU_COPY_FA 53628853ac8SPaulius Zaleckas bool 53728853ac8SPaulius Zaleckas 5381da177e4SLinus Torvaldsconfig CPU_COPY_V6 5391da177e4SLinus Torvalds bool 5401da177e4SLinus Torvalds 5411da177e4SLinus Torvalds# This selects the TLB model 5421da177e4SLinus Torvaldsconfig CPU_TLB_V3 5431da177e4SLinus Torvalds bool 5441da177e4SLinus Torvalds help 5451da177e4SLinus Torvalds ARM Architecture Version 3 TLB. 5461da177e4SLinus Torvalds 5471da177e4SLinus Torvaldsconfig CPU_TLB_V4WT 5481da177e4SLinus Torvalds bool 5491da177e4SLinus Torvalds help 5501da177e4SLinus Torvalds ARM Architecture Version 4 TLB with writethrough cache. 5511da177e4SLinus Torvalds 5521da177e4SLinus Torvaldsconfig CPU_TLB_V4WB 5531da177e4SLinus Torvalds bool 5541da177e4SLinus Torvalds help 5551da177e4SLinus Torvalds ARM Architecture Version 4 TLB with writeback cache. 5561da177e4SLinus Torvalds 5571da177e4SLinus Torvaldsconfig CPU_TLB_V4WBI 5581da177e4SLinus Torvalds bool 5591da177e4SLinus Torvalds help 5601da177e4SLinus Torvalds ARM Architecture Version 4 TLB with writeback cache and invalidate 5611da177e4SLinus Torvalds instruction cache entry. 5621da177e4SLinus Torvalds 56399c6dc11SLennert Buytenhekconfig CPU_TLB_FEROCEON 56499c6dc11SLennert Buytenhek bool 56599c6dc11SLennert Buytenhek help 56699c6dc11SLennert Buytenhek Feroceon TLB (v4wbi with non-outer-cachable page table walks). 56799c6dc11SLennert Buytenhek 56828853ac8SPaulius Zaleckasconfig CPU_TLB_FA 56928853ac8SPaulius Zaleckas bool 57028853ac8SPaulius Zaleckas help 57128853ac8SPaulius Zaleckas Faraday ARM FA526 architecture, unified TLB with writeback cache 57228853ac8SPaulius Zaleckas and invalidate instruction cache entry. Branch target buffer is 57328853ac8SPaulius Zaleckas also supported. 57428853ac8SPaulius Zaleckas 5751da177e4SLinus Torvaldsconfig CPU_TLB_V6 5761da177e4SLinus Torvalds bool 5771da177e4SLinus Torvalds 5782ccdd1e7SCatalin Marinasconfig CPU_TLB_V7 5792ccdd1e7SCatalin Marinas bool 5802ccdd1e7SCatalin Marinas 581e220ba60SDave Estesconfig VERIFY_PERMISSION_FAULT 582e220ba60SDave Estes bool 583f9c21a6eSHyok S. Choiendif 584f9c21a6eSHyok S. Choi 585516793c6SRussell Kingconfig CPU_HAS_ASID 586516793c6SRussell King bool 587516793c6SRussell King help 588516793c6SRussell King This indicates whether the CPU has the ASID register; used to 589516793c6SRussell King tag TLB and possibly cache entries. 590516793c6SRussell King 591fefdaa06SHyok S. Choiconfig CPU_CP15 592fefdaa06SHyok S. Choi bool 593fefdaa06SHyok S. Choi help 594fefdaa06SHyok S. Choi Processor has the CP15 register. 595fefdaa06SHyok S. Choi 596fefdaa06SHyok S. Choiconfig CPU_CP15_MMU 597fefdaa06SHyok S. Choi bool 598fefdaa06SHyok S. Choi select CPU_CP15 599fefdaa06SHyok S. Choi help 600fefdaa06SHyok S. Choi Processor has the CP15 register, which has MMU related registers. 601fefdaa06SHyok S. Choi 602fefdaa06SHyok S. Choiconfig CPU_CP15_MPU 603fefdaa06SHyok S. Choi bool 604fefdaa06SHyok S. Choi select CPU_CP15 605fefdaa06SHyok S. Choi help 606fefdaa06SHyok S. Choi Processor has the CP15 register, which has MPU related registers. 607fefdaa06SHyok S. Choi 608247055aaSCatalin Marinasconfig CPU_USE_DOMAINS 609247055aaSCatalin Marinas bool 610247055aaSCatalin Marinas depends on MMU 611247055aaSCatalin Marinas default y if !CPU_32v6K 612247055aaSCatalin Marinas help 613247055aaSCatalin Marinas This option enables or disables the use of domain switching 614247055aaSCatalin Marinas via the set_fs() function. 615247055aaSCatalin Marinas 61623bdf86aSLennert Buytenhek# 61723bdf86aSLennert Buytenhek# CPU supports 36-bit I/O 61823bdf86aSLennert Buytenhek# 61923bdf86aSLennert Buytenhekconfig IO_36 62023bdf86aSLennert Buytenhek bool 62123bdf86aSLennert Buytenhek 6221da177e4SLinus Torvaldscomment "Processor Features" 6231da177e4SLinus Torvalds 6241da177e4SLinus Torvaldsconfig ARM_THUMB 6251da177e4SLinus Torvalds bool "Support Thumb user binaries" 62649cbe786SEric Miao depends on CPU_ARM720T || CPU_ARM740T || CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM940T || CPU_ARM946E || CPU_ARM1020 || CPU_ARM1020E || CPU_ARM1022 || CPU_ARM1026 || CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_V6 || CPU_V7 || CPU_FEROCEON 6271da177e4SLinus Torvalds default y 6281da177e4SLinus Torvalds help 6291da177e4SLinus Torvalds Say Y if you want to include kernel support for running user space 6301da177e4SLinus Torvalds Thumb binaries. 6311da177e4SLinus Torvalds 6321da177e4SLinus Torvalds The Thumb instruction set is a compressed form of the standard ARM 6331da177e4SLinus Torvalds instruction set resulting in smaller binaries at the expense of 6341da177e4SLinus Torvalds slightly less efficient code. 6351da177e4SLinus Torvalds 6361da177e4SLinus Torvalds If you don't know what this all is, saying Y is a safe choice. 6371da177e4SLinus Torvalds 638d7f864beSCatalin Marinasconfig ARM_THUMBEE 639d7f864beSCatalin Marinas bool "Enable ThumbEE CPU extension" 640d7f864beSCatalin Marinas depends on CPU_V7 641d7f864beSCatalin Marinas help 642d7f864beSCatalin Marinas Say Y here if you have a CPU with the ThumbEE extension and code to 643d7f864beSCatalin Marinas make use of it. Say N for code that can run on CPUs without ThumbEE. 644d7f864beSCatalin Marinas 64564d2dc38SLeif Lindholmconfig SWP_EMULATE 64664d2dc38SLeif Lindholm bool "Emulate SWP/SWPB instructions" 647e118a1dfSCatalin Marinas depends on CPU_V7 && !CPU_V6 64864d2dc38SLeif Lindholm select HAVE_PROC_CPU if PROC_FS 64964d2dc38SLeif Lindholm default y if SMP 65064d2dc38SLeif Lindholm help 65164d2dc38SLeif Lindholm ARMv6 architecture deprecates use of the SWP/SWPB instructions. 65264d2dc38SLeif Lindholm ARMv7 multiprocessing extensions introduce the ability to disable 65364d2dc38SLeif Lindholm these instructions, triggering an undefined instruction exception 65464d2dc38SLeif Lindholm when executed. Say Y here to enable software emulation of these 65564d2dc38SLeif Lindholm instructions for userspace (not kernel) using LDREX/STREX. 65664d2dc38SLeif Lindholm Also creates /proc/cpu/swp_emulation for statistics. 65764d2dc38SLeif Lindholm 65864d2dc38SLeif Lindholm In some older versions of glibc [<=2.8] SWP is used during futex 65964d2dc38SLeif Lindholm trylock() operations with the assumption that the code will not 66064d2dc38SLeif Lindholm be preempted. This invalid assumption may be more likely to fail 66164d2dc38SLeif Lindholm with SWP emulation enabled, leading to deadlock of the user 66264d2dc38SLeif Lindholm application. 66364d2dc38SLeif Lindholm 66464d2dc38SLeif Lindholm NOTE: when accessing uncached shared regions, LDREX/STREX rely 66564d2dc38SLeif Lindholm on an external transaction monitoring block called a global 66664d2dc38SLeif Lindholm monitor to maintain update atomicity. If your system does not 66764d2dc38SLeif Lindholm implement a global monitor, this option can cause programs that 66864d2dc38SLeif Lindholm perform SWP operations to uncached memory to deadlock. 66964d2dc38SLeif Lindholm 67064d2dc38SLeif Lindholm If unsure, say Y. 67164d2dc38SLeif Lindholm 6721da177e4SLinus Torvaldsconfig CPU_BIG_ENDIAN 6731da177e4SLinus Torvalds bool "Build big-endian kernel" 6741da177e4SLinus Torvalds depends on ARCH_SUPPORTS_BIG_ENDIAN 6751da177e4SLinus Torvalds help 6761da177e4SLinus Torvalds Say Y if you plan on running a kernel in big-endian mode. 6771da177e4SLinus Torvalds Note that your board must be properly built and your board 6781da177e4SLinus Torvalds port must properly enable any big-endian related features 6791da177e4SLinus Torvalds of your chipset/board/processor. 6801da177e4SLinus Torvalds 68126584853SCatalin Marinasconfig CPU_ENDIAN_BE8 68226584853SCatalin Marinas bool 68326584853SCatalin Marinas depends on CPU_BIG_ENDIAN 68426584853SCatalin Marinas default CPU_V6 || CPU_V7 68526584853SCatalin Marinas help 68626584853SCatalin Marinas Support for the BE-8 (big-endian) mode on ARMv6 and ARMv7 processors. 68726584853SCatalin Marinas 68826584853SCatalin Marinasconfig CPU_ENDIAN_BE32 68926584853SCatalin Marinas bool 69026584853SCatalin Marinas depends on CPU_BIG_ENDIAN 69126584853SCatalin Marinas default !CPU_ENDIAN_BE8 69226584853SCatalin Marinas help 69326584853SCatalin Marinas Support for the BE-32 (big-endian) mode on pre-ARMv6 processors. 69426584853SCatalin Marinas 6956afd6faeSHyok S. Choiconfig CPU_HIGH_VECTOR 6966340aa61SRobert P. J. Day depends on !MMU && CPU_CP15 && !CPU_ARM740T 6976afd6faeSHyok S. Choi bool "Select the High exception vector" 6986afd6faeSHyok S. Choi help 6996afd6faeSHyok S. Choi Say Y here to select high exception vector(0xFFFF0000~). 7006afd6faeSHyok S. Choi The exception vector can be vary depending on the platform 7016afd6faeSHyok S. Choi design in nommu mode. If your platform needs to select 7026afd6faeSHyok S. Choi high exception vector, say Y. 7036afd6faeSHyok S. Choi Otherwise or if you are unsure, say N, and the low exception 7046afd6faeSHyok S. Choi vector (0x00000000~) will be used. 7056afd6faeSHyok S. Choi 7061da177e4SLinus Torvaldsconfig CPU_ICACHE_DISABLE 707f12d0d7cSHyok S. Choi bool "Disable I-Cache (I-bit)" 708f12d0d7cSHyok S. Choi depends on CPU_CP15 && !(CPU_ARM610 || CPU_ARM710 || CPU_ARM720T || CPU_ARM740T || CPU_XSCALE || CPU_XSC3) 7091da177e4SLinus Torvalds help 7101da177e4SLinus Torvalds Say Y here to disable the processor instruction cache. Unless 7111da177e4SLinus Torvalds you have a reason not to or are unsure, say N. 7121da177e4SLinus Torvalds 7131da177e4SLinus Torvaldsconfig CPU_DCACHE_DISABLE 714f12d0d7cSHyok S. Choi bool "Disable D-Cache (C-bit)" 715f12d0d7cSHyok S. Choi depends on CPU_CP15 7161da177e4SLinus Torvalds help 7171da177e4SLinus Torvalds Say Y here to disable the processor data cache. Unless 7181da177e4SLinus Torvalds you have a reason not to or are unsure, say N. 7191da177e4SLinus Torvalds 720f37f46ebSHyok S. Choiconfig CPU_DCACHE_SIZE 721f37f46ebSHyok S. Choi hex 722f37f46ebSHyok S. Choi depends on CPU_ARM740T || CPU_ARM946E 723f37f46ebSHyok S. Choi default 0x00001000 if CPU_ARM740T 724f37f46ebSHyok S. Choi default 0x00002000 # default size for ARM946E-S 725f37f46ebSHyok S. Choi help 726f37f46ebSHyok S. Choi Some cores are synthesizable to have various sized cache. For 727f37f46ebSHyok S. Choi ARM946E-S case, it can vary from 0KB to 1MB. 728f37f46ebSHyok S. Choi To support such cache operations, it is efficient to know the size 729f37f46ebSHyok S. Choi before compile time. 730f37f46ebSHyok S. Choi If your SoC is configured to have a different size, define the value 731f37f46ebSHyok S. Choi here with proper conditions. 732f37f46ebSHyok S. Choi 7331da177e4SLinus Torvaldsconfig CPU_DCACHE_WRITETHROUGH 7341da177e4SLinus Torvalds bool "Force write through D-cache" 73528853ac8SPaulius Zaleckas depends on (CPU_ARM740T || CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM940T || CPU_ARM946E || CPU_ARM1020 || CPU_FA526) && !CPU_DCACHE_DISABLE 7361da177e4SLinus Torvalds default y if CPU_ARM925T 7371da177e4SLinus Torvalds help 7381da177e4SLinus Torvalds Say Y here to use the data cache in writethrough mode. Unless you 7391da177e4SLinus Torvalds specifically require this or are unsure, say N. 7401da177e4SLinus Torvalds 7411da177e4SLinus Torvaldsconfig CPU_CACHE_ROUND_ROBIN 7421da177e4SLinus Torvalds bool "Round robin I and D cache replacement algorithm" 743f37f46ebSHyok S. Choi depends on (CPU_ARM926T || CPU_ARM946E || CPU_ARM1020) && (!CPU_ICACHE_DISABLE || !CPU_DCACHE_DISABLE) 7441da177e4SLinus Torvalds help 7451da177e4SLinus Torvalds Say Y here to use the predictable round-robin cache replacement 7461da177e4SLinus Torvalds policy. Unless you specifically require this or are unsure, say N. 7471da177e4SLinus Torvalds 7481da177e4SLinus Torvaldsconfig CPU_BPREDICT_DISABLE 7491da177e4SLinus Torvalds bool "Disable branch prediction" 750542f869fSRussell King depends on CPU_ARM1020 || CPU_V6 || CPU_MOHAWK || CPU_XSC3 || CPU_V7 || CPU_FA526 7511da177e4SLinus Torvalds help 7521da177e4SLinus Torvalds Say Y here to disable branch prediction. If unsure, say N. 7532d2669b6SNicolas Pitre 7544b0e07a5SNicolas Pitreconfig TLS_REG_EMUL 7554b0e07a5SNicolas Pitre bool 7564b0e07a5SNicolas Pitre help 75770489c88SNicolas Pitre An SMP system using a pre-ARMv6 processor (there are apparently 75870489c88SNicolas Pitre a few prototypes like that in existence) and therefore access to 75970489c88SNicolas Pitre that required register must be emulated. 7604b0e07a5SNicolas Pitre 761dcef1f63SNicolas Pitreconfig NEEDS_SYSCALL_FOR_CMPXCHG 762dcef1f63SNicolas Pitre bool 763dcef1f63SNicolas Pitre help 764dcef1f63SNicolas Pitre SMP on a pre-ARMv6 processor? Well OK then. 765dcef1f63SNicolas Pitre Forget about fast user space cmpxchg support. 766dcef1f63SNicolas Pitre It is just not possible. 767dcef1f63SNicolas Pitre 768ad642d9fSCatalin Marinasconfig DMA_CACHE_RWFO 769ad642d9fSCatalin Marinas bool "Enable read/write for ownership DMA cache maintenance" 770ad642d9fSCatalin Marinas depends on CPU_V6 && SMP 771ad642d9fSCatalin Marinas default y 772ad642d9fSCatalin Marinas help 773ad642d9fSCatalin Marinas The Snoop Control Unit on ARM11MPCore does not detect the 774ad642d9fSCatalin Marinas cache maintenance operations and the dma_{map,unmap}_area() 775ad642d9fSCatalin Marinas functions may leave stale cache entries on other CPUs. By 776ad642d9fSCatalin Marinas enabling this option, Read or Write For Ownership in the ARMv6 777ad642d9fSCatalin Marinas DMA cache maintenance functions is performed. These LDR/STR 778ad642d9fSCatalin Marinas instructions change the cache line state to shared or modified 779ad642d9fSCatalin Marinas so that the cache operation has the desired effect. 780ad642d9fSCatalin Marinas 781ad642d9fSCatalin Marinas Note that the workaround is only valid on processors that do 782ad642d9fSCatalin Marinas not perform speculative loads into the D-cache. For such 783ad642d9fSCatalin Marinas processors, if cache maintenance operations are not broadcast 784ad642d9fSCatalin Marinas in hardware, other workarounds are needed (e.g. cache 785ad642d9fSCatalin Marinas maintenance broadcasting in software via FIQ). 786ad642d9fSCatalin Marinas 787953233dcSCatalin Marinasconfig OUTER_CACHE 788953233dcSCatalin Marinas bool 789382266adSCatalin Marinas 790319f551aSCatalin Marinasconfig OUTER_CACHE_SYNC 791319f551aSCatalin Marinas bool 792319f551aSCatalin Marinas help 793319f551aSCatalin Marinas The outer cache has a outer_cache_fns.sync function pointer 794319f551aSCatalin Marinas that can be used to drain the write buffer of the outer cache. 795319f551aSCatalin Marinas 79699c6dc11SLennert Buytenhekconfig CACHE_FEROCEON_L2 79799c6dc11SLennert Buytenhek bool "Enable the Feroceon L2 cache controller" 798794d15b2SStanislav Samsonov depends on ARCH_KIRKWOOD || ARCH_MV78XX0 79999c6dc11SLennert Buytenhek default y 800382266adSCatalin Marinas select OUTER_CACHE 80199c6dc11SLennert Buytenhek help 80299c6dc11SLennert Buytenhek This option enables the Feroceon L2 cache controller. 80399c6dc11SLennert Buytenhek 8044360bb41SRonen Shitritconfig CACHE_FEROCEON_L2_WRITETHROUGH 8054360bb41SRonen Shitrit bool "Force Feroceon L2 cache write through" 8064360bb41SRonen Shitrit depends on CACHE_FEROCEON_L2 8074360bb41SRonen Shitrit help 8084360bb41SRonen Shitrit Say Y here to use the Feroceon L2 cache in writethrough mode. 8094360bb41SRonen Shitrit Unless you specifically require this, say N for writeback mode. 8104360bb41SRonen Shitrit 8111da177e4SLinus Torvaldsconfig CACHE_L2X0 812ba927951SCatalin Marinas bool "Enable the L2x0 outer cache controller" 813cb88214dSSascha Hauer depends on REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 || \ 8148e797a7eSSrinidhi Kasagar REALVIEW_EB_A9MP || ARCH_MX35 || ARCH_MX31 || MACH_REALVIEW_PBX || \ 8150b019a41SRussell King ARCH_NOMADIK || ARCH_OMAP4 || ARCH_S5PV310 || ARCH_TEGRA || \ 8166d9598e2SMagnus Damm ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_SHMOBILE 817ba927951SCatalin Marinas default y 8181da177e4SLinus Torvalds select OUTER_CACHE 81923107c54SCatalin Marinas select OUTER_CACHE_SYNC 820ba927951SCatalin Marinas help 821ba927951SCatalin Marinas This option enables the L2x0 PrimeCell. 822905a09d5SEric Miao 8239a6655e4SCatalin Marinasconfig CACHE_PL310 8249a6655e4SCatalin Marinas bool 8259a6655e4SCatalin Marinas depends on CACHE_L2X0 8269a6655e4SCatalin Marinas default y if CPU_V7 && !CPU_V6 8279a6655e4SCatalin Marinas help 8289a6655e4SCatalin Marinas This option enables optimisations for the PL310 cache 8299a6655e4SCatalin Marinas controller. 8309a6655e4SCatalin Marinas 831573a652fSLennert Buytenhekconfig CACHE_TAUROS2 832573a652fSLennert Buytenhek bool "Enable the Tauros2 L2 cache controller" 8333f408fa0SHaojian Zhuang depends on (ARCH_DOVE || ARCH_MMP || CPU_PJ4) 834573a652fSLennert Buytenhek default y 835573a652fSLennert Buytenhek select OUTER_CACHE 836573a652fSLennert Buytenhek help 837573a652fSLennert Buytenhek This option enables the Tauros2 L2 cache controller (as 838573a652fSLennert Buytenhek found on PJ1/PJ4). 839573a652fSLennert Buytenhek 840905a09d5SEric Miaoconfig CACHE_XSC3L2 841905a09d5SEric Miao bool "Enable the L2 cache on XScale3" 842905a09d5SEric Miao depends on CPU_XSC3 843905a09d5SEric Miao default y 844905a09d5SEric Miao select OUTER_CACHE 845905a09d5SEric Miao help 846905a09d5SEric Miao This option enables the L2 cache on XScale3. 847910a17e5SKirill A. Shutemov 848910a17e5SKirill A. Shutemovconfig ARM_L1_CACHE_SHIFT 849910a17e5SKirill A. Shutemov int 850d6d502faSKukjin Kim default 6 if ARM_L1_CACHE_SHIFT_6 851910a17e5SKirill A. Shutemov default 5 85247ab0deeSRussell King 85347ab0deeSRussell Kingconfig ARM_DMA_MEM_BUFFERABLE 85447ab0deeSRussell King bool "Use non-cacheable memory for DMA" if CPU_V6 && !CPU_V7 85542c4dafeSCatalin Marinas depends on !(MACH_REALVIEW_PB1176 || REALVIEW_EB_ARM11MP || \ 85642c4dafeSCatalin Marinas MACH_REALVIEW_PB11MP) 85747ab0deeSRussell King default y if CPU_V6 || CPU_V7 85847ab0deeSRussell King help 85947ab0deeSRussell King Historically, the kernel has used strongly ordered mappings to 86047ab0deeSRussell King provide DMA coherent memory. With the advent of ARMv7, mapping 86147ab0deeSRussell King memory with differing types results in unpredictable behaviour, 86247ab0deeSRussell King so on these CPUs, this option is forced on. 86347ab0deeSRussell King 86447ab0deeSRussell King Multiple mappings with differing attributes is also unpredictable 86547ab0deeSRussell King on ARMv6 CPUs, but since they do not have aggressive speculative 86647ab0deeSRussell King prefetch, no harm appears to occur. 86747ab0deeSRussell King 86847ab0deeSRussell King However, drivers may be missing the necessary barriers for ARMv6, 86947ab0deeSRussell King and therefore turning this on may result in unpredictable driver 87047ab0deeSRussell King behaviour. Therefore, we offer this as an option. 87147ab0deeSRussell King 87247ab0deeSRussell King You are recommended say 'Y' here and debug any affected drivers. 873ac1d426eSRussell King 874e7c5650fSCatalin Marinasconfig ARCH_HAS_BARRIERS 875e7c5650fSCatalin Marinas bool 876e7c5650fSCatalin Marinas help 877e7c5650fSCatalin Marinas This option allows the use of custom mandatory barriers 878e7c5650fSCatalin Marinas included via the mach/barriers.h file. 879