Kconfig 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. comment "Processor Type"
  2. config CPU_32
  3. bool
  4. default y
  5. # Select CPU types depending on the architecture selected. This selects
  6. # which CPUs we support in the kernel image, and the compiler instruction
  7. # optimiser behaviour.
  8. # ARM610
  9. config CPU_ARM610
  10. bool "Support ARM610 processor"
  11. depends on ARCH_RPC
  12. select CPU_32v3
  13. select CPU_CACHE_V3
  14. select CPU_CACHE_VIVT
  15. select CPU_CP15_MMU
  16. select CPU_COPY_V3 if MMU
  17. select CPU_TLB_V3 if MMU
  18. select CPU_PABRT_NOIFAR
  19. help
  20. The ARM610 is the successor to the ARM3 processor
  21. and was produced by VLSI Technology Inc.
  22. Say Y if you want support for the ARM610 processor.
  23. Otherwise, say N.
  24. # ARM7TDMI
  25. config CPU_ARM7TDMI
  26. bool "Support ARM7TDMI processor"
  27. depends on !MMU
  28. select CPU_32v4T
  29. select CPU_ABRT_LV4T
  30. select CPU_PABRT_NOIFAR
  31. select CPU_CACHE_V4
  32. help
  33. A 32-bit RISC microprocessor based on the ARM7 processor core
  34. which has no memory control unit and cache.
  35. Say Y if you want support for the ARM7TDMI processor.
  36. Otherwise, say N.
  37. # ARM710
  38. config CPU_ARM710
  39. bool "Support ARM710 processor" if !ARCH_CLPS7500 && ARCH_RPC
  40. default y if ARCH_CLPS7500
  41. select CPU_32v3
  42. select CPU_CACHE_V3
  43. select CPU_CACHE_VIVT
  44. select CPU_CP15_MMU
  45. select CPU_COPY_V3 if MMU
  46. select CPU_TLB_V3 if MMU
  47. select CPU_PABRT_NOIFAR
  48. help
  49. A 32-bit RISC microprocessor based on the ARM7 processor core
  50. designed by Advanced RISC Machines Ltd. The ARM710 is the
  51. successor to the ARM610 processor. It was released in
  52. July 1994 by VLSI Technology Inc.
  53. Say Y if you want support for the ARM710 processor.
  54. Otherwise, say N.
  55. # ARM720T
  56. config CPU_ARM720T
  57. bool "Support ARM720T processor" if !ARCH_CLPS711X && !ARCH_L7200 && !ARCH_CDB89712 && ARCH_INTEGRATOR
  58. default y if ARCH_CLPS711X || ARCH_L7200 || ARCH_CDB89712 || ARCH_H720X
  59. select CPU_32v4T
  60. select CPU_ABRT_LV4T
  61. select CPU_PABRT_NOIFAR
  62. select CPU_CACHE_V4
  63. select CPU_CACHE_VIVT
  64. select CPU_CP15_MMU
  65. select CPU_COPY_V4WT if MMU
  66. select CPU_TLB_V4WT if MMU
  67. help
  68. A 32-bit RISC processor with 8kByte Cache, Write Buffer and
  69. MMU built around an ARM7TDMI core.
  70. Say Y if you want support for the ARM720T processor.
  71. Otherwise, say N.
  72. # ARM740T
  73. config CPU_ARM740T
  74. bool "Support ARM740T processor" if ARCH_INTEGRATOR
  75. depends on !MMU
  76. select CPU_32v4T
  77. select CPU_ABRT_LV4T
  78. select CPU_PABRT_NOIFAR
  79. select CPU_CACHE_V3 # although the core is v4t
  80. select CPU_CP15_MPU
  81. help
  82. A 32-bit RISC processor with 8KB cache or 4KB variants,
  83. write buffer and MPU(Protection Unit) built around
  84. an ARM7TDMI core.
  85. Say Y if you want support for the ARM740T processor.
  86. Otherwise, say N.
  87. # ARM9TDMI
  88. config CPU_ARM9TDMI
  89. bool "Support ARM9TDMI processor"
  90. depends on !MMU
  91. select CPU_32v4T
  92. select CPU_ABRT_NOMMU
  93. select CPU_PABRT_NOIFAR
  94. select CPU_CACHE_V4
  95. help
  96. A 32-bit RISC microprocessor based on the ARM9 processor core
  97. which has no memory control unit and cache.
  98. Say Y if you want support for the ARM9TDMI processor.
  99. Otherwise, say N.
  100. # ARM920T
  101. config CPU_ARM920T
  102. bool "Support ARM920T processor"
  103. depends on ARCH_EP93XX || ARCH_INTEGRATOR || CPU_S3C2410 || CPU_S3C2440 || CPU_S3C2442 || ARCH_IMX || ARCH_AAEC2000 || ARCH_AT91RM9200
  104. default y if CPU_S3C2410 || CPU_S3C2440 || CPU_S3C2442 || ARCH_AT91RM9200
  105. select CPU_32v4T
  106. select CPU_ABRT_EV4T
  107. select CPU_PABRT_NOIFAR
  108. select CPU_CACHE_V4WT
  109. select CPU_CACHE_VIVT
  110. select CPU_CP15_MMU
  111. select CPU_COPY_V4WB if MMU
  112. select CPU_TLB_V4WBI if MMU
  113. help
  114. The ARM920T is licensed to be produced by numerous vendors,
  115. and is used in the Maverick EP9312 and the Samsung S3C2410.
  116. More information on the Maverick EP9312 at
  117. <http://linuxdevices.com/products/PD2382866068.html>.
  118. Say Y if you want support for the ARM920T processor.
  119. Otherwise, say N.
  120. # ARM922T
  121. config CPU_ARM922T
  122. bool "Support ARM922T processor" if ARCH_INTEGRATOR
  123. depends on ARCH_LH7A40X || ARCH_INTEGRATOR || ARCH_KS8695
  124. default y if ARCH_LH7A40X || ARCH_KS8695
  125. select CPU_32v4T
  126. select CPU_ABRT_EV4T
  127. select CPU_PABRT_NOIFAR
  128. select CPU_CACHE_V4WT
  129. select CPU_CACHE_VIVT
  130. select CPU_CP15_MMU
  131. select CPU_COPY_V4WB if MMU
  132. select CPU_TLB_V4WBI if MMU
  133. help
  134. The ARM922T is a version of the ARM920T, but with smaller
  135. instruction and data caches. It is used in Altera's
  136. Excalibur XA device family and Micrel's KS8695 Centaur.
  137. Say Y if you want support for the ARM922T processor.
  138. Otherwise, say N.
  139. # ARM925T
  140. config CPU_ARM925T
  141. bool "Support ARM925T processor" if ARCH_OMAP1
  142. depends on ARCH_OMAP15XX
  143. default y if ARCH_OMAP15XX
  144. select CPU_32v4T
  145. select CPU_ABRT_EV4T
  146. select CPU_PABRT_NOIFAR
  147. select CPU_CACHE_V4WT
  148. select CPU_CACHE_VIVT
  149. select CPU_CP15_MMU
  150. select CPU_COPY_V4WB if MMU
  151. select CPU_TLB_V4WBI if MMU
  152. help
  153. The ARM925T is a mix between the ARM920T and ARM926T, but with
  154. different instruction and data caches. It is used in TI's OMAP
  155. device family.
  156. Say Y if you want support for the ARM925T processor.
  157. Otherwise, say N.
  158. # ARM926T
  159. config CPU_ARM926T
  160. bool "Support ARM926T processor"
  161. depends on ARCH_INTEGRATOR || ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || MACH_REALVIEW_EB || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 || ARCH_NS9XXX || ARCH_DAVINCI
  162. default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX || ARCH_PNX4008 || ARCH_NETX || CPU_S3C2412 || ARCH_AT91SAM9260 || ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 || ARCH_NS9XXX || ARCH_DAVINCI
  163. select CPU_32v5
  164. select CPU_ABRT_EV5TJ
  165. select CPU_PABRT_NOIFAR
  166. select CPU_CACHE_VIVT
  167. select CPU_CP15_MMU
  168. select CPU_COPY_V4WB if MMU
  169. select CPU_TLB_V4WBI if MMU
  170. help
  171. This is a variant of the ARM920. It has slightly different
  172. instruction sequences for cache and TLB operations. Curiously,
  173. there is no documentation on it at the ARM corporate website.
  174. Say Y if you want support for the ARM926T processor.
  175. Otherwise, say N.
  176. # ARM940T
  177. config CPU_ARM940T
  178. bool "Support ARM940T processor" if ARCH_INTEGRATOR
  179. depends on !MMU
  180. select CPU_32v4T
  181. select CPU_ABRT_NOMMU
  182. select CPU_PABRT_NOIFAR
  183. select CPU_CACHE_VIVT
  184. select CPU_CP15_MPU
  185. help
  186. ARM940T is a member of the ARM9TDMI family of general-
  187. purpose microprocessors with MPU and separate 4KB
  188. instruction and 4KB data cases, each with a 4-word line
  189. length.
  190. Say Y if you want support for the ARM940T processor.
  191. Otherwise, say N.
  192. # ARM946E-S
  193. config CPU_ARM946E
  194. bool "Support ARM946E-S processor" if ARCH_INTEGRATOR
  195. depends on !MMU
  196. select CPU_32v5
  197. select CPU_ABRT_NOMMU
  198. select CPU_PABRT_NOIFAR
  199. select CPU_CACHE_VIVT
  200. select CPU_CP15_MPU
  201. help
  202. ARM946E-S is a member of the ARM9E-S family of high-
  203. performance, 32-bit system-on-chip processor solutions.
  204. The TCM and ARMv5TE 32-bit instruction set is supported.
  205. Say Y if you want support for the ARM946E-S processor.
  206. Otherwise, say N.
  207. # ARM1020 - needs validating
  208. config CPU_ARM1020
  209. bool "Support ARM1020T (rev 0) processor"
  210. depends on ARCH_INTEGRATOR
  211. select CPU_32v5
  212. select CPU_ABRT_EV4T
  213. select CPU_PABRT_NOIFAR
  214. select CPU_CACHE_V4WT
  215. select CPU_CACHE_VIVT
  216. select CPU_CP15_MMU
  217. select CPU_COPY_V4WB if MMU
  218. select CPU_TLB_V4WBI if MMU
  219. help
  220. The ARM1020 is the 32K cached version of the ARM10 processor,
  221. with an addition of a floating-point unit.
  222. Say Y if you want support for the ARM1020 processor.
  223. Otherwise, say N.
  224. # ARM1020E - needs validating
  225. config CPU_ARM1020E
  226. bool "Support ARM1020E processor"
  227. depends on ARCH_INTEGRATOR
  228. select CPU_32v5
  229. select CPU_ABRT_EV4T
  230. select CPU_PABRT_NOIFAR
  231. select CPU_CACHE_V4WT
  232. select CPU_CACHE_VIVT
  233. select CPU_CP15_MMU
  234. select CPU_COPY_V4WB if MMU
  235. select CPU_TLB_V4WBI if MMU
  236. depends on n
  237. # ARM1022E
  238. config CPU_ARM1022
  239. bool "Support ARM1022E processor"
  240. depends on ARCH_INTEGRATOR
  241. select CPU_32v5
  242. select CPU_ABRT_EV4T
  243. select CPU_PABRT_NOIFAR
  244. select CPU_CACHE_VIVT
  245. select CPU_CP15_MMU
  246. select CPU_COPY_V4WB if MMU # can probably do better
  247. select CPU_TLB_V4WBI if MMU
  248. help
  249. The ARM1022E is an implementation of the ARMv5TE architecture
  250. based upon the ARM10 integer core with a 16KiB L1 Harvard cache,
  251. embedded trace macrocell, and a floating-point unit.
  252. Say Y if you want support for the ARM1022E processor.
  253. Otherwise, say N.
  254. # ARM1026EJ-S
  255. config CPU_ARM1026
  256. bool "Support ARM1026EJ-S processor"
  257. depends on ARCH_INTEGRATOR
  258. select CPU_32v5
  259. select CPU_ABRT_EV5T # But need Jazelle, but EV5TJ ignores bit 10
  260. select CPU_PABRT_NOIFAR
  261. select CPU_CACHE_VIVT
  262. select CPU_CP15_MMU
  263. select CPU_COPY_V4WB if MMU # can probably do better
  264. select CPU_TLB_V4WBI if MMU
  265. help
  266. The ARM1026EJ-S is an implementation of the ARMv5TEJ architecture
  267. based upon the ARM10 integer core.
  268. Say Y if you want support for the ARM1026EJ-S processor.
  269. Otherwise, say N.
  270. # SA110
  271. config CPU_SA110
  272. bool "Support StrongARM(R) SA-110 processor" if !ARCH_EBSA110 && !FOOTBRIDGE && !ARCH_TBOX && !ARCH_SHARK && !ARCH_NEXUSPCI && ARCH_RPC
  273. default y if ARCH_EBSA110 || FOOTBRIDGE || ARCH_TBOX || ARCH_SHARK || ARCH_NEXUSPCI
  274. select CPU_32v3 if ARCH_RPC
  275. select CPU_32v4 if !ARCH_RPC
  276. select CPU_ABRT_EV4
  277. select CPU_PABRT_NOIFAR
  278. select CPU_CACHE_V4WB
  279. select CPU_CACHE_VIVT
  280. select CPU_CP15_MMU
  281. select CPU_COPY_V4WB if MMU
  282. select CPU_TLB_V4WB if MMU
  283. help
  284. The Intel StrongARM(R) SA-110 is a 32-bit microprocessor and
  285. is available at five speeds ranging from 100 MHz to 233 MHz.
  286. More information is available at
  287. <http://developer.intel.com/design/strong/sa110.htm>.
  288. Say Y if you want support for the SA-110 processor.
  289. Otherwise, say N.
  290. # SA1100
  291. config CPU_SA1100
  292. bool
  293. depends on ARCH_SA1100
  294. default y
  295. select CPU_32v4
  296. select CPU_ABRT_EV4
  297. select CPU_PABRT_NOIFAR
  298. select CPU_CACHE_V4WB
  299. select CPU_CACHE_VIVT
  300. select CPU_CP15_MMU
  301. select CPU_TLB_V4WB if MMU
  302. # XScale
  303. config CPU_XSCALE
  304. bool
  305. depends on ARCH_IOP32X || ARCH_IOP33X || PXA25x || PXA27x || ARCH_IXP4XX || ARCH_IXP2000
  306. default y
  307. select CPU_32v5
  308. select CPU_ABRT_EV5T
  309. select CPU_PABRT_NOIFAR
  310. select CPU_CACHE_VIVT
  311. select CPU_CP15_MMU
  312. select CPU_TLB_V4WBI if MMU
  313. # XScale Core Version 3
  314. config CPU_XSC3
  315. bool
  316. depends on ARCH_IXP23XX || ARCH_IOP13XX || PXA3xx
  317. default y
  318. select CPU_32v5
  319. select CPU_ABRT_EV5T
  320. select CPU_PABRT_NOIFAR
  321. select CPU_CACHE_VIVT
  322. select CPU_CP15_MMU
  323. select CPU_TLB_V4WBI if MMU
  324. select IO_36
  325. # Feroceon
  326. config CPU_FEROCEON
  327. bool
  328. depends on ARCH_ORION5X
  329. default y
  330. select CPU_32v5
  331. select CPU_ABRT_EV5T
  332. select CPU_PABRT_NOIFAR
  333. select CPU_CACHE_VIVT
  334. select CPU_CP15_MMU
  335. select CPU_COPY_V4WB if MMU
  336. select CPU_TLB_V4WBI if MMU
  337. config CPU_FEROCEON_OLD_ID
  338. bool "Accept early Feroceon cores with an ARM926 ID"
  339. depends on CPU_FEROCEON && !CPU_ARM926T
  340. default y
  341. help
  342. This enables the usage of some old Feroceon cores
  343. for which the CPU ID is equal to the ARM926 ID.
  344. Relevant for Feroceon-1850 and early Feroceon-2850.
  345. # ARMv6
  346. config CPU_V6
  347. bool "Support ARM V6 processor"
  348. depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_OMAP2 || ARCH_MX3 || ARCH_MSM7X00A || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176
  349. default y if ARCH_MX3
  350. default y if ARCH_MSM7X00A
  351. select CPU_32v6
  352. select CPU_ABRT_EV6
  353. select CPU_PABRT_NOIFAR
  354. select CPU_CACHE_V6
  355. select CPU_CACHE_VIPT
  356. select CPU_CP15_MMU
  357. select CPU_HAS_ASID if MMU
  358. select CPU_COPY_V6 if MMU
  359. select CPU_TLB_V6 if MMU
  360. # ARMv6k
  361. config CPU_32v6K
  362. bool "Support ARM V6K processor extensions" if !SMP
  363. depends on CPU_V6
  364. default y if SMP && !ARCH_MX3
  365. help
  366. Say Y here if your ARMv6 processor supports the 'K' extension.
  367. This enables the kernel to use some instructions not present
  368. on previous processors, and as such a kernel build with this
  369. enabled will not boot on processors with do not support these
  370. instructions.
  371. # ARMv7
  372. config CPU_V7
  373. bool "Support ARM V7 processor"
  374. depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB
  375. select CPU_32v6K
  376. select CPU_32v7
  377. select CPU_ABRT_EV7
  378. select CPU_PABRT_IFAR
  379. select CPU_CACHE_V7
  380. select CPU_CACHE_VIPT
  381. select CPU_CP15_MMU
  382. select CPU_HAS_ASID if MMU
  383. select CPU_COPY_V6 if MMU
  384. select CPU_TLB_V7 if MMU
  385. # Figure out what processor architecture version we should be using.
  386. # This defines the compiler instruction set which depends on the machine type.
  387. config CPU_32v3
  388. bool
  389. select TLS_REG_EMUL if SMP || !MMU
  390. select NEEDS_SYSCALL_FOR_CMPXCHG if SMP
  391. config CPU_32v4
  392. bool
  393. select TLS_REG_EMUL if SMP || !MMU
  394. select NEEDS_SYSCALL_FOR_CMPXCHG if SMP
  395. config CPU_32v4T
  396. bool
  397. select TLS_REG_EMUL if SMP || !MMU
  398. select NEEDS_SYSCALL_FOR_CMPXCHG if SMP
  399. config CPU_32v5
  400. bool
  401. select TLS_REG_EMUL if SMP || !MMU
  402. select NEEDS_SYSCALL_FOR_CMPXCHG if SMP
  403. config CPU_32v6
  404. bool
  405. select TLS_REG_EMUL if !CPU_32v6K && !MMU
  406. config CPU_32v7
  407. bool
  408. # The abort model
  409. config CPU_ABRT_NOMMU
  410. bool
  411. config CPU_ABRT_EV4
  412. bool
  413. config CPU_ABRT_EV4T
  414. bool
  415. config CPU_ABRT_LV4T
  416. bool
  417. config CPU_ABRT_EV5T
  418. bool
  419. config CPU_ABRT_EV5TJ
  420. bool
  421. config CPU_ABRT_EV6
  422. bool
  423. config CPU_ABRT_EV7
  424. bool
  425. config CPU_PABRT_IFAR
  426. bool
  427. config CPU_PABRT_NOIFAR
  428. bool
  429. # The cache model
  430. config CPU_CACHE_V3
  431. bool
  432. config CPU_CACHE_V4
  433. bool
  434. config CPU_CACHE_V4WT
  435. bool
  436. config CPU_CACHE_V4WB
  437. bool
  438. config CPU_CACHE_V6
  439. bool
  440. config CPU_CACHE_V7
  441. bool
  442. config CPU_CACHE_VIVT
  443. bool
  444. config CPU_CACHE_VIPT
  445. bool
  446. if MMU
  447. # The copy-page model
  448. config CPU_COPY_V3
  449. bool
  450. config CPU_COPY_V4WT
  451. bool
  452. config CPU_COPY_V4WB
  453. bool
  454. config CPU_COPY_V6
  455. bool
  456. # This selects the TLB model
  457. config CPU_TLB_V3
  458. bool
  459. help
  460. ARM Architecture Version 3 TLB.
  461. config CPU_TLB_V4WT
  462. bool
  463. help
  464. ARM Architecture Version 4 TLB with writethrough cache.
  465. config CPU_TLB_V4WB
  466. bool
  467. help
  468. ARM Architecture Version 4 TLB with writeback cache.
  469. config CPU_TLB_V4WBI
  470. bool
  471. help
  472. ARM Architecture Version 4 TLB with writeback cache and invalidate
  473. instruction cache entry.
  474. config CPU_TLB_V6
  475. bool
  476. config CPU_TLB_V7
  477. bool
  478. endif
  479. config CPU_HAS_ASID
  480. bool
  481. help
  482. This indicates whether the CPU has the ASID register; used to
  483. tag TLB and possibly cache entries.
  484. config CPU_CP15
  485. bool
  486. help
  487. Processor has the CP15 register.
  488. config CPU_CP15_MMU
  489. bool
  490. select CPU_CP15
  491. help
  492. Processor has the CP15 register, which has MMU related registers.
  493. config CPU_CP15_MPU
  494. bool
  495. select CPU_CP15
  496. help
  497. Processor has the CP15 register, which has MPU related registers.
  498. #
  499. # CPU supports 36-bit I/O
  500. #
  501. config IO_36
  502. bool
  503. comment "Processor Features"
  504. config ARM_THUMB
  505. bool "Support Thumb user binaries"
  506. 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_V6 || CPU_V7 || CPU_FEROCEON
  507. default y
  508. help
  509. Say Y if you want to include kernel support for running user space
  510. Thumb binaries.
  511. The Thumb instruction set is a compressed form of the standard ARM
  512. instruction set resulting in smaller binaries at the expense of
  513. slightly less efficient code.
  514. If you don't know what this all is, saying Y is a safe choice.
  515. config ARM_THUMBEE
  516. bool "Enable ThumbEE CPU extension"
  517. depends on CPU_V7
  518. help
  519. Say Y here if you have a CPU with the ThumbEE extension and code to
  520. make use of it. Say N for code that can run on CPUs without ThumbEE.
  521. config CPU_BIG_ENDIAN
  522. bool "Build big-endian kernel"
  523. depends on ARCH_SUPPORTS_BIG_ENDIAN
  524. help
  525. Say Y if you plan on running a kernel in big-endian mode.
  526. Note that your board must be properly built and your board
  527. port must properly enable any big-endian related features
  528. of your chipset/board/processor.
  529. config CPU_HIGH_VECTOR
  530. depends on !MMU && CPU_CP15 && !CPU_ARM740T
  531. bool "Select the High exception vector"
  532. default n
  533. help
  534. Say Y here to select high exception vector(0xFFFF0000~).
  535. The exception vector can be vary depending on the platform
  536. design in nommu mode. If your platform needs to select
  537. high exception vector, say Y.
  538. Otherwise or if you are unsure, say N, and the low exception
  539. vector (0x00000000~) will be used.
  540. config CPU_ICACHE_DISABLE
  541. bool "Disable I-Cache (I-bit)"
  542. depends on CPU_CP15 && !(CPU_ARM610 || CPU_ARM710 || CPU_ARM720T || CPU_ARM740T || CPU_XSCALE || CPU_XSC3)
  543. help
  544. Say Y here to disable the processor instruction cache. Unless
  545. you have a reason not to or are unsure, say N.
  546. config CPU_DCACHE_DISABLE
  547. bool "Disable D-Cache (C-bit)"
  548. depends on CPU_CP15
  549. help
  550. Say Y here to disable the processor data cache. Unless
  551. you have a reason not to or are unsure, say N.
  552. config CPU_DCACHE_SIZE
  553. hex
  554. depends on CPU_ARM740T || CPU_ARM946E
  555. default 0x00001000 if CPU_ARM740T
  556. default 0x00002000 # default size for ARM946E-S
  557. help
  558. Some cores are synthesizable to have various sized cache. For
  559. ARM946E-S case, it can vary from 0KB to 1MB.
  560. To support such cache operations, it is efficient to know the size
  561. before compile time.
  562. If your SoC is configured to have a different size, define the value
  563. here with proper conditions.
  564. config CPU_DCACHE_WRITETHROUGH
  565. bool "Force write through D-cache"
  566. depends on (CPU_ARM740T || CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM940T || CPU_ARM946E || CPU_ARM1020 || CPU_FEROCEON) && !CPU_DCACHE_DISABLE
  567. default y if CPU_ARM925T
  568. help
  569. Say Y here to use the data cache in writethrough mode. Unless you
  570. specifically require this or are unsure, say N.
  571. config CPU_CACHE_ROUND_ROBIN
  572. bool "Round robin I and D cache replacement algorithm"
  573. depends on (CPU_ARM926T || CPU_ARM946E || CPU_ARM1020) && (!CPU_ICACHE_DISABLE || !CPU_DCACHE_DISABLE)
  574. help
  575. Say Y here to use the predictable round-robin cache replacement
  576. policy. Unless you specifically require this or are unsure, say N.
  577. config CPU_BPREDICT_DISABLE
  578. bool "Disable branch prediction"
  579. depends on CPU_ARM1020 || CPU_V6 || CPU_XSC3 || CPU_V7
  580. help
  581. Say Y here to disable branch prediction. If unsure, say N.
  582. config TLS_REG_EMUL
  583. bool
  584. help
  585. An SMP system using a pre-ARMv6 processor (there are apparently
  586. a few prototypes like that in existence) and therefore access to
  587. that required register must be emulated.
  588. config HAS_TLS_REG
  589. bool
  590. depends on !TLS_REG_EMUL
  591. default y if SMP || CPU_32v7
  592. help
  593. This selects support for the CP15 thread register.
  594. It is defined to be available on some ARMv6 processors (including
  595. all SMP capable ARMv6's) or later processors. User space may
  596. assume directly accessing that register and always obtain the
  597. expected value only on ARMv7 and above.
  598. config NEEDS_SYSCALL_FOR_CMPXCHG
  599. bool
  600. help
  601. SMP on a pre-ARMv6 processor? Well OK then.
  602. Forget about fast user space cmpxchg support.
  603. It is just not possible.
  604. config OUTER_CACHE
  605. bool
  606. default n
  607. config CACHE_L2X0
  608. bool "Enable the L2x0 outer cache controller"
  609. depends on REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176
  610. default y
  611. select OUTER_CACHE
  612. help
  613. This option enables the L2x0 PrimeCell.