Kconfig 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591
  1. config MIPS
  2. bool
  3. default y
  4. # Horrible source of confusion. Die, die, die ...
  5. select EMBEDDED
  6. # shouldn't it be per-subarchitecture?
  7. config ARCH_MAY_HAVE_PC_FDC
  8. bool
  9. default y
  10. mainmenu "Linux/MIPS Kernel Configuration"
  11. source "init/Kconfig"
  12. config SYS_SUPPORTS_32BIT_KERNEL
  13. bool
  14. config SYS_SUPPORTS_64BIT_KERNEL
  15. bool
  16. config CPU_SUPPORTS_32BIT_KERNEL
  17. bool
  18. config CPU_SUPPORTS_64BIT_KERNEL
  19. bool
  20. menu "Kernel type"
  21. choice
  22. prompt "Kernel code model"
  23. help
  24. You should only select this option if you have a workload that
  25. actually benefits from 64-bit processing or if your machine has
  26. large memory. You will only be presented a single option in this
  27. menu if your system does not support both 32-bit and 64-bit kernels.
  28. config 32BIT
  29. bool "32-bit kernel"
  30. depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
  31. select TRAD_SIGNALS
  32. help
  33. Select this option if you want to build a 32-bit kernel.
  34. config 64BIT
  35. bool "64-bit kernel"
  36. depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
  37. help
  38. Select this option if you want to build a 64-bit kernel.
  39. endchoice
  40. endmenu
  41. menu "Machine selection"
  42. config MACH_JAZZ
  43. bool "Support for the Jazz family of machines"
  44. select ARC
  45. select ARC32
  46. select GENERIC_ISA_DMA
  47. select I8259
  48. select ISA
  49. select SYS_SUPPORTS_32BIT_KERNEL
  50. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  51. help
  52. This a family of machines based on the MIPS R4030 chipset which was
  53. used by several vendors to build RISC/os and Windows NT workstations.
  54. Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
  55. Olivetti M700-10 workstations.
  56. config ACER_PICA_61
  57. bool "Support for Acer PICA 1 chipset (EXPERIMENTAL)"
  58. depends on MACH_JAZZ && EXPERIMENTAL
  59. select DMA_NONCOHERENT
  60. help
  61. This is a machine with a R4400 133/150 MHz CPU. To compile a Linux
  62. kernel that runs on these, say Y here. For details about Linux on
  63. the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  64. <http://www.linux-mips.org/>.
  65. config MIPS_MAGNUM_4000
  66. bool "Support for MIPS Magnum 4000"
  67. depends on MACH_JAZZ
  68. select DMA_NONCOHERENT
  69. help
  70. This is a machine with a R4000 100 MHz CPU. To compile a Linux
  71. kernel that runs on these, say Y here. For details about Linux on
  72. the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  73. <http://www.linux-mips.org/>.
  74. config OLIVETTI_M700
  75. bool "Support for Olivetti M700-10"
  76. depends on MACH_JAZZ
  77. select DMA_NONCOHERENT
  78. help
  79. This is a machine with a R4000 100 MHz CPU. To compile a Linux
  80. kernel that runs on these, say Y here. For details about Linux on
  81. the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  82. <http://www.linux-mips.org/>.
  83. config MACH_VR41XX
  84. bool "Support for NEC VR4100 series based machines"
  85. select SYS_SUPPORTS_32BIT_KERNEL
  86. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  87. config NEC_CMBVR4133
  88. bool "Support for NEC CMB-VR4133"
  89. depends on MACH_VR41XX
  90. select CPU_VR41XX
  91. select DMA_NONCOHERENT
  92. select IRQ_CPU
  93. select HW_HAS_PCI
  94. config ROCKHOPPER
  95. bool "Support for Rockhopper baseboard"
  96. depends on NEC_CMBVR4133
  97. select I8259
  98. select HAVE_STD_PC_SERIAL_PORT
  99. config CASIO_E55
  100. bool "Support for CASIO CASSIOPEIA E-10/15/55/65"
  101. depends on MACH_VR41XX
  102. select CPU_LITTLE_ENDIAN
  103. select DMA_NONCOHERENT
  104. select IRQ_CPU
  105. select ISA
  106. config IBM_WORKPAD
  107. bool "Support for IBM WorkPad z50"
  108. depends on MACH_VR41XX
  109. select CPU_LITTLE_ENDIAN
  110. select DMA_NONCOHERENT
  111. select IRQ_CPU
  112. select ISA
  113. config TANBAC_TB022X
  114. bool "Support for TANBAC VR4131 multichip module and TANBAC VR4131DIMM"
  115. depends on MACH_VR41XX
  116. select CPU_LITTLE_ENDIAN
  117. select DMA_NONCOHERENT
  118. select IRQ_CPU
  119. select HW_HAS_PCI
  120. help
  121. The TANBAC VR4131 multichip module(TB0225) and
  122. the TANBAC VR4131DIMM(TB0229) are MIPS-based platforms
  123. manufactured by TANBAC.
  124. Please refer to <http://www.tanbac.co.jp/>
  125. about VR4131 multichip module and VR4131DIMM.
  126. config TANBAC_TB0226
  127. bool "Support for TANBAC Mbase(TB0226)"
  128. depends on TANBAC_TB022X
  129. select GPIO_VR41XX
  130. help
  131. The TANBAC Mbase(TB0226) is a MIPS-based platform manufactured by TANBAC.
  132. Please refer to <http://www.tanbac.co.jp/> about Mbase.
  133. config TANBAC_TB0287
  134. bool "Support for TANBAC Mini-ITX DIMM base(TB0287)"
  135. depends on TANBAC_TB022X
  136. help
  137. The TANBAC Mini-ITX DIMM base(TB0287) is a MIPS-based platform manufactured by TANBAC.
  138. Please refer to <http://www.tanbac.co.jp/> about Mini-ITX DIMM base.
  139. config VICTOR_MPC30X
  140. bool "Support for Victor MP-C303/304"
  141. depends on MACH_VR41XX
  142. select CPU_LITTLE_ENDIAN
  143. select DMA_NONCOHERENT
  144. select IRQ_CPU
  145. select HW_HAS_PCI
  146. config ZAO_CAPCELLA
  147. bool "Support for ZAO Networks Capcella"
  148. depends on MACH_VR41XX
  149. select CPU_LITTLE_ENDIAN
  150. select DMA_NONCOHERENT
  151. select IRQ_CPU
  152. select HW_HAS_PCI
  153. config PCI_VR41XX
  154. bool "Add PCI control unit support of NEC VR4100 series"
  155. depends on MACH_VR41XX && HW_HAS_PCI
  156. default y
  157. select PCI
  158. config VRC4173
  159. tristate "Add NEC VRC4173 companion chip support"
  160. depends on MACH_VR41XX && PCI_VR41XX
  161. ---help---
  162. The NEC VRC4173 is a companion chip for NEC VR4122/VR4131.
  163. config TOSHIBA_JMR3927
  164. bool "Support for Toshiba JMR-TX3927 board"
  165. select DMA_NONCOHERENT
  166. select HW_HAS_PCI
  167. select SWAP_IO_SPACE
  168. select SYS_SUPPORTS_32BIT_KERNEL
  169. config MIPS_COBALT
  170. bool "Support for Cobalt Server"
  171. depends on EXPERIMENTAL
  172. select DMA_NONCOHERENT
  173. select HW_HAS_PCI
  174. select I8259
  175. select IRQ_CPU
  176. select SYS_SUPPORTS_32BIT_KERNEL
  177. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  178. config MACH_DECSTATION
  179. bool "Support for DECstations"
  180. select BOOT_ELF32
  181. select DMA_NONCOHERENT
  182. select EARLY_PRINTK
  183. select IRQ_CPU
  184. select SYS_SUPPORTS_32BIT_KERNEL
  185. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  186. ---help---
  187. This enables support for DEC's MIPS based workstations. For details
  188. see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
  189. DECstation porting pages on <http://decstation.unix-ag.org/>.
  190. If you have one of the following DECstation Models you definitely
  191. want to choose R4xx0 for the CPU Type:
  192. DECstation 5000/50
  193. DECstation 5000/150
  194. DECstation 5000/260
  195. DECsystem 5900/260
  196. otherwise choose R3000.
  197. config MIPS_EV64120
  198. bool "Support for Galileo EV64120 Evaluation board (EXPERIMENTAL)"
  199. depends on EXPERIMENTAL
  200. select DMA_NONCOHERENT
  201. select HW_HAS_PCI
  202. select MIPS_GT64120
  203. select SYS_SUPPORTS_32BIT_KERNEL
  204. select SYS_SUPPORTS_64BIT_KERNEL
  205. help
  206. This is an evaluation board based on the Galileo GT-64120
  207. single-chip system controller that contains a MIPS R5000 compatible
  208. core running at 75/100MHz. Their website is located at
  209. <http://www.marvell.com/>. Say Y here if you wish to build a
  210. kernel for this platform.
  211. config EVB_PCI1
  212. bool "Enable Second PCI (PCI1)"
  213. depends on MIPS_EV64120
  214. config MIPS_EV96100
  215. bool "Support for Galileo EV96100 Evaluation board (EXPERIMENTAL)"
  216. depends on EXPERIMENTAL
  217. select DMA_NONCOHERENT
  218. select HW_HAS_PCI
  219. select IRQ_CPU
  220. select MIPS_GT96100
  221. select RM7000_CPU_SCACHE
  222. select SWAP_IO_SPACE
  223. select SYS_SUPPORTS_32BIT_KERNEL
  224. select SYS_SUPPORTS_64BIT_KERNEL
  225. help
  226. This is an evaluation board based on the Galileo GT-96100 LAN/WAN
  227. communications controllers containing a MIPS R5000 compatible core
  228. running at 83MHz. Their website is <http://www.marvell.com/>. Say Y
  229. here if you wish to build a kernel for this platform.
  230. config MIPS_IVR
  231. bool "Support for Globespan IVR board"
  232. select DMA_NONCOHERENT
  233. select HW_HAS_PCI
  234. select SYS_SUPPORTS_32BIT_KERNEL
  235. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  236. help
  237. This is an evaluation board built by Globespan to showcase thir
  238. iVR (Internet Video Recorder) design. It utilizes a QED RM5231
  239. R5000 MIPS core. More information can be found out their website
  240. located at <http://www.globespan.net/>. Say Y here if you wish to
  241. build a kernel for this platform.
  242. config LASAT
  243. bool "Support for LASAT Networks platforms"
  244. select DMA_NONCOHERENT
  245. select HW_HAS_PCI
  246. select MIPS_GT64120
  247. select R5000_CPU_SCACHE
  248. select SYS_SUPPORTS_32BIT_KERNEL
  249. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  250. config PICVUE
  251. tristate "PICVUE LCD display driver"
  252. depends on LASAT
  253. config PICVUE_PROC
  254. tristate "PICVUE LCD display driver /proc interface"
  255. depends on PICVUE
  256. config DS1603
  257. bool "DS1603 RTC driver"
  258. depends on LASAT
  259. config LASAT_SYSCTL
  260. bool "LASAT sysctl interface"
  261. depends on LASAT
  262. config MIPS_ITE8172
  263. bool "Support for ITE 8172G board"
  264. select DMA_NONCOHERENT
  265. select HW_HAS_PCI
  266. select SYS_SUPPORTS_32BIT_KERNEL
  267. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  268. help
  269. Ths is an evaluation board made by ITE <http://www.ite.com.tw/>
  270. with ATX form factor that utilizes a MIPS R5000 to work with its
  271. ITE8172G companion internet appliance chip. The MIPS core can be
  272. either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build
  273. a kernel for this platform.
  274. config IT8172_REVC
  275. bool "Support for older IT8172 (Rev C)"
  276. depends on MIPS_ITE8172
  277. help
  278. Say Y here to support the older, Revision C version of the Integrated
  279. Technology Express, Inc. ITE8172 SBC. Vendor page at
  280. <http://www.ite.com.tw/ia/brief_it8172bsp.htm>; picture of the
  281. board at <http://www.mvista.com/partners/semiconductor/ite.html>.
  282. config MIPS_ATLAS
  283. bool "Support for MIPS Atlas board"
  284. select BOOT_ELF32
  285. select DMA_NONCOHERENT
  286. select HW_HAS_PCI
  287. select MIPS_GT64120
  288. select RM7000_CPU_SCACHE
  289. select SWAP_IO_SPACE
  290. select SYS_SUPPORTS_32BIT_KERNEL
  291. select SYS_SUPPORTS_64BIT_KERNEL
  292. help
  293. This enables support for the MIPS Technologies Atlas evaluation
  294. board.
  295. config MIPS_MALTA
  296. bool "Support for MIPS Malta board"
  297. select BOOT_ELF32
  298. select HAVE_STD_PC_SERIAL_PORT
  299. select DMA_NONCOHERENT
  300. select GENERIC_ISA_DMA
  301. select HW_HAS_PCI
  302. select I8259
  303. select MIPS_GT64120
  304. select SWAP_IO_SPACE
  305. select SYS_SUPPORTS_32BIT_KERNEL
  306. select SYS_SUPPORTS_64BIT_KERNEL
  307. help
  308. This enables support for the MIPS Technologies Malta evaluation
  309. board.
  310. config MIPS_SEAD
  311. bool "Support for MIPS SEAD board (EXPERIMENTAL)"
  312. depends on EXPERIMENTAL
  313. select IRQ_CPU
  314. select DMA_NONCOHERENT
  315. select SYS_SUPPORTS_32BIT_KERNEL
  316. select SYS_SUPPORTS_64BIT_KERNEL
  317. help
  318. This enables support for the MIPS Technologies SEAD evaluation
  319. board.
  320. config MOMENCO_OCELOT
  321. bool "Support for Momentum Ocelot board"
  322. select DMA_NONCOHERENT
  323. select HW_HAS_PCI
  324. select IRQ_CPU
  325. select IRQ_CPU_RM7K
  326. select MIPS_GT64120
  327. select RM7000_CPU_SCACHE
  328. select SWAP_IO_SPACE
  329. select SYS_SUPPORTS_32BIT_KERNEL
  330. select SYS_SUPPORTS_64BIT_KERNEL
  331. help
  332. The Ocelot is a MIPS-based Single Board Computer (SBC) made by
  333. Momentum Computer <http://www.momenco.com/>.
  334. config MOMENCO_OCELOT_G
  335. bool "Support for Momentum Ocelot-G board"
  336. select DMA_NONCOHERENT
  337. select HW_HAS_PCI
  338. select IRQ_CPU
  339. select IRQ_CPU_RM7K
  340. select PCI_MARVELL
  341. select RM7000_CPU_SCACHE
  342. select SWAP_IO_SPACE
  343. select SYS_SUPPORTS_32BIT_KERNEL
  344. select SYS_SUPPORTS_64BIT_KERNEL
  345. help
  346. The Ocelot is a MIPS-based Single Board Computer (SBC) made by
  347. Momentum Computer <http://www.momenco.com/>.
  348. config MOMENCO_OCELOT_C
  349. bool "Support for Momentum Ocelot-C board"
  350. select DMA_NONCOHERENT
  351. select HW_HAS_PCI
  352. select IRQ_CPU
  353. select IRQ_MV64340
  354. select PCI_MARVELL
  355. select RM7000_CPU_SCACHE
  356. select SWAP_IO_SPACE
  357. select SYS_SUPPORTS_32BIT_KERNEL
  358. select SYS_SUPPORTS_64BIT_KERNEL
  359. help
  360. The Ocelot is a MIPS-based Single Board Computer (SBC) made by
  361. Momentum Computer <http://www.momenco.com/>.
  362. config MOMENCO_OCELOT_3
  363. bool "Support for Momentum Ocelot-3 board"
  364. select BOOT_ELF32
  365. select DMA_NONCOHERENT
  366. select HW_HAS_PCI
  367. select IRQ_CPU
  368. select IRQ_CPU_RM7K
  369. select IRQ_MV64340
  370. select PCI_MARVELL
  371. select RM7000_CPU_SCACHE
  372. select SWAP_IO_SPACE
  373. select SYS_SUPPORTS_32BIT_KERNEL
  374. select SYS_SUPPORTS_64BIT_KERNEL
  375. help
  376. The Ocelot-3 is based off Discovery III System Controller and
  377. PMC-Sierra Rm79000 core.
  378. config MOMENCO_JAGUAR_ATX
  379. bool "Support for Momentum Jaguar board"
  380. select BOOT_ELF32
  381. select DMA_NONCOHERENT
  382. select HW_HAS_PCI
  383. select IRQ_CPU
  384. select IRQ_CPU_RM7K
  385. select IRQ_MV64340
  386. select LIMITED_DMA
  387. select PCI_MARVELL
  388. select RM7000_CPU_SCACHE
  389. select SWAP_IO_SPACE
  390. select SYS_SUPPORTS_32BIT_KERNEL
  391. select SYS_SUPPORTS_64BIT_KERNEL
  392. help
  393. The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
  394. Momentum Computer <http://www.momenco.com/>.
  395. config JAGUAR_DMALOW
  396. bool "Low DMA Mode"
  397. depends on MOMENCO_JAGUAR_ATX
  398. help
  399. Select to Y if jump JP5 is set on your board, N otherwise. Normally
  400. the jumper is set, so if you feel unsafe, just say Y.
  401. config PMC_YOSEMITE
  402. bool "Support for PMC-Sierra Yosemite eval board"
  403. select DMA_COHERENT
  404. select HW_HAS_PCI
  405. select IRQ_CPU
  406. select IRQ_CPU_RM7K
  407. select IRQ_CPU_RM9K
  408. select SWAP_IO_SPACE
  409. select SYS_SUPPORTS_32BIT_KERNEL
  410. select SYS_SUPPORTS_64BIT_KERNEL
  411. help
  412. Yosemite is an evaluation board for the RM9000x2 processor
  413. manufactured by PMC-Sierra
  414. config HYPERTRANSPORT
  415. bool "Hypertransport Support for PMC-Sierra Yosemite"
  416. depends on PMC_YOSEMITE
  417. config DDB5074
  418. bool "Support for NEC DDB Vrc-5074 (EXPERIMENTAL)"
  419. depends on EXPERIMENTAL
  420. select DMA_NONCOHERENT
  421. select HAVE_STD_PC_SERIAL_PORT
  422. select HW_HAS_PCI
  423. select IRQ_CPU
  424. select I8259
  425. select ISA
  426. select SYS_SUPPORTS_32BIT_KERNEL
  427. select SYS_SUPPORTS_64BIT_KERNEL
  428. help
  429. This enables support for the VR5000-based NEC DDB Vrc-5074
  430. evaluation board.
  431. config DDB5476
  432. bool "Support for NEC DDB Vrc-5476"
  433. select DMA_NONCOHERENT
  434. select HAVE_STD_PC_SERIAL_PORT
  435. select HW_HAS_PCI
  436. select IRQ_CPU
  437. select I8259
  438. select ISA
  439. select SYS_SUPPORTS_32BIT_KERNEL
  440. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  441. help
  442. This enables support for the R5432-based NEC DDB Vrc-5476
  443. evaluation board.
  444. Features : kernel debugging, serial terminal, NFS root fs, on-board
  445. ether port USB, AC97, PCI, PCI VGA card & framebuffer console,
  446. IDE controller, PS2 keyboard, PS2 mouse, etc.
  447. config DDB5477
  448. bool "Support for NEC DDB Vrc-5477"
  449. select DMA_NONCOHERENT
  450. select HW_HAS_PCI
  451. select I8259
  452. select IRQ_CPU
  453. select SYS_SUPPORTS_32BIT_KERNEL
  454. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  455. help
  456. This enables support for the R5432-based NEC DDB Vrc-5477,
  457. or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
  458. Features : kernel debugging, serial terminal, NFS root fs, on-board
  459. ether port USB, AC97, PCI, etc.
  460. config DDB5477_BUS_FREQUENCY
  461. int "bus frequency (in kHZ, 0 for auto-detect)"
  462. depends on DDB5477
  463. default 0
  464. config QEMU
  465. bool "Support for Qemu"
  466. select DMA_COHERENT
  467. select GENERIC_ISA_DMA
  468. select HAVE_STD_PC_SERIAL_PORT
  469. select I8259
  470. select ISA
  471. select SWAP_IO_SPACE
  472. select SYS_SUPPORTS_32BIT_KERNEL
  473. select SYS_SUPPORTS_BIG_ENDIAN
  474. help
  475. Qemu is a software emulator which among other architectures also
  476. can simulate a MIPS32 4Kc system. This patch adds support for the
  477. system architecture that currently is being simulated by Qemu. It
  478. will eventually be removed again when Qemu has the capability to
  479. simulate actual MIPS hardware platforms. More information on Qemu
  480. can be found at http://www.linux-mips.org/wiki/Qemu.
  481. config SGI_IP22
  482. bool "Support for SGI IP22 (Indy/Indigo2)"
  483. select ARC
  484. select ARC32
  485. select BOOT_ELF32
  486. select DMA_NONCOHERENT
  487. select IP22_CPU_SCACHE
  488. select IRQ_CPU
  489. select SWAP_IO_SPACE
  490. select SYS_SUPPORTS_32BIT_KERNEL
  491. select SYS_SUPPORTS_64BIT_KERNEL
  492. help
  493. This are the SGI Indy, Challenge S and Indigo2, as well as certain
  494. OEM variants like the Tandem CMN B006S. To compile a Linux kernel
  495. that runs on these, say Y here.
  496. config SGI_IP27
  497. bool "Support for SGI IP27 (Origin200/2000)"
  498. select ARC
  499. select ARC64
  500. select DMA_IP27
  501. select HW_HAS_PCI
  502. select PCI_DOMAINS
  503. select SYS_SUPPORTS_64BIT_KERNEL
  504. help
  505. This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
  506. workstations. To compile a Linux kernel that runs on these, say Y
  507. here.
  508. #config SGI_SN0_XXL
  509. # bool "IP27 XXL"
  510. # depends on SGI_IP27
  511. # This options adds support for userspace processes upto 16TB size.
  512. # Normally the limit is just .5TB.
  513. config SGI_SN0_N_MODE
  514. bool "IP27 N-Mode"
  515. depends on SGI_IP27
  516. help
  517. The nodes of Origin 200, Origin 2000 and Onyx 2 systems can be
  518. configured in either N-Modes which allows for more nodes or M-Mode
  519. which allows for more memory. Your system is most probably
  520. running in M-Mode, so you should say N here.
  521. config ARCH_DISCONTIGMEM_ENABLE
  522. bool
  523. default y if SGI_IP27
  524. help
  525. Say Y to upport efficient handling of discontiguous physical memory,
  526. for architectures which are either NUMA (Non-Uniform Memory Access)
  527. or have huge holes in the physical address space for other reasons.
  528. See <file:Documentation/vm/numa> for more.
  529. config NUMA
  530. bool "NUMA Support"
  531. depends on SGI_IP27
  532. help
  533. Say Y to compile the kernel to support NUMA (Non-Uniform Memory
  534. Access). This option is for configuring high-end multiprocessor
  535. server machines. If in doubt, say N.
  536. config MAPPED_KERNEL
  537. bool "Mapped kernel support"
  538. depends on SGI_IP27
  539. help
  540. Change the way a Linux kernel is loaded into memory on a MIPS64
  541. machine. This is required in order to support text replication and
  542. NUMA. If you need to understand it, read the source code.
  543. config REPLICATE_KTEXT
  544. bool "Kernel text replication support"
  545. depends on SGI_IP27
  546. help
  547. Say Y here to enable replicating the kernel text across multiple
  548. nodes in a NUMA cluster. This trades memory for speed.
  549. config REPLICATE_EXHANDLERS
  550. bool "Exception handler replication support"
  551. depends on SGI_IP27
  552. help
  553. Say Y here to enable replicating the kernel exception handlers
  554. across multiple nodes in a NUMA cluster. This trades memory for
  555. speed.
  556. config SGI_IP32
  557. bool "Support for SGI IP32 (O2) (EXPERIMENTAL)"
  558. depends on EXPERIMENTAL
  559. select ARC
  560. select ARC32
  561. select BOOT_ELF32
  562. select OWN_DMA
  563. select DMA_IP32
  564. select DMA_NONCOHERENT
  565. select HAS_TXX9_SERIAL
  566. select HW_HAS_PCI
  567. select R5000_CPU_SCACHE
  568. select RM7000_CPU_SCACHE
  569. select SYS_SUPPORTS_64BIT_KERNEL
  570. help
  571. If you want this kernel to run on SGI O2 workstation, say Y here.
  572. config SOC_AU1200
  573. bool
  574. select SOC_AU1X00
  575. config SOC_AU1X00
  576. bool "Support for AMD/Alchemy Au1X00 SOCs"
  577. select SYS_SUPPORTS_32BIT_KERNEL
  578. choice
  579. prompt "Au1X00 SOC Type"
  580. depends on SOC_AU1X00
  581. help
  582. Say Y here to enable support for one of three AMD/Alchemy
  583. SOCs. For additional documentation see www.amd.com.
  584. config SOC_AU1000
  585. bool "SOC_AU1000"
  586. config SOC_AU1100
  587. bool "SOC_AU1100"
  588. config SOC_AU1500
  589. bool "SOC_AU1500"
  590. config SOC_AU1550
  591. bool "SOC_AU1550"
  592. endchoice
  593. choice
  594. prompt "AMD/Alchemy Au1x00 board support"
  595. depends on SOC_AU1X00
  596. help
  597. These are evaluation boards built by AMD/Alchemy to
  598. showcase their Au1X00 Internet Edge Processors. The SOC design
  599. is based on the MIPS32 architecture running at 266/400/500MHz
  600. with many integrated peripherals. Further information can be
  601. found at their website, <http://www.amd.com/>. Say Y here if you
  602. wish to build a kernel for this platform.
  603. config MIPS_PB1000
  604. bool "PB1000 board"
  605. depends on SOC_AU1000
  606. select DMA_NONCOHERENT
  607. select HW_HAS_PCI
  608. select SWAP_IO_SPACE
  609. config MIPS_PB1100
  610. bool "PB1100 board"
  611. depends on SOC_AU1100
  612. select DMA_NONCOHERENT
  613. select HW_HAS_PCI
  614. select SWAP_IO_SPACE
  615. config MIPS_PB1500
  616. bool "PB1500 board"
  617. depends on SOC_AU1500
  618. select DMA_NONCOHERENT
  619. select HW_HAS_PCI
  620. config MIPS_PB1550
  621. bool "PB1550 board"
  622. depends on SOC_AU1550
  623. select DMA_COHERENT
  624. select HW_HAS_PCI
  625. select MIPS_DISABLE_OBSOLETE_IDE
  626. config MIPS_PB1200
  627. bool "AMD Alchemy PB1200 board"
  628. select SOC_AU1200
  629. select DMA_NONCOHERENT
  630. select MIPS_DISABLE_OBSOLETE_IDE
  631. select SYS_SUPPORTS_BIG_ENDIAN
  632. select SYS_SUPPORTS_LITTLE_ENDIAN
  633. config MIPS_DB1000
  634. bool "DB1000 board"
  635. depends on SOC_AU1000
  636. select DMA_NONCOHERENT
  637. select HW_HAS_PCI
  638. config MIPS_DB1100
  639. bool "DB1100 board"
  640. depends on SOC_AU1100
  641. select DMA_NONCOHERENT
  642. config MIPS_DB1500
  643. bool "DB1500 board"
  644. depends on SOC_AU1500
  645. select DMA_NONCOHERENT
  646. select HW_HAS_PCI
  647. select MIPS_DISABLE_OBSOLETE_IDE
  648. config MIPS_DB1550
  649. bool "DB1550 board"
  650. depends on SOC_AU1550
  651. select HW_HAS_PCI
  652. select DMA_NONCOHERENT
  653. select MIPS_DISABLE_OBSOLETE_IDE
  654. config MIPS_BOSPORUS
  655. bool "Bosporus board"
  656. depends on SOC_AU1500
  657. select DMA_NONCOHERENT
  658. config MIPS_DB1200
  659. bool "AMD Alchemy DB1200 board"
  660. select SOC_AU1200
  661. select DMA_NONCOHERENT
  662. select MIPS_DISABLE_OBSOLETE_IDE
  663. select SYS_SUPPORTS_LITTLE_ENDIAN
  664. config MIPS_MIRAGE
  665. bool "Mirage board"
  666. depends on SOC_AU1500
  667. select DMA_NONCOHERENT
  668. config MIPS_XXS1500
  669. bool "MyCable XXS1500 board"
  670. depends on SOC_AU1500
  671. select DMA_NONCOHERENT
  672. config MIPS_MTX1
  673. bool "4G Systems MTX-1 board"
  674. depends on SOC_AU1500
  675. select HW_HAS_PCI
  676. select DMA_NONCOHERENT
  677. endchoice
  678. config SNI_RM200_PCI
  679. bool "Support for SNI RM200 PCI"
  680. select ARC
  681. select ARC32
  682. select BOOT_ELF32
  683. select DMA_NONCOHERENT
  684. select GENERIC_ISA_DMA
  685. select HAVE_STD_PC_SERIAL_PORT
  686. select HW_HAS_PCI
  687. select I8259
  688. select ISA
  689. select SYS_SUPPORTS_32BIT_KERNEL
  690. select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
  691. help
  692. The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
  693. Nixdorf Informationssysteme (SNI), parent company of Pyramid
  694. Technology and now in turn merged with Fujitsu. Say Y here to
  695. support this machine type.
  696. config TOSHIBA_RBTX4927
  697. bool "Support for Toshiba TBTX49[23]7 board"
  698. select DMA_NONCOHERENT
  699. select HAS_TXX9_SERIAL
  700. select HW_HAS_PCI
  701. select I8259
  702. select ISA
  703. select SWAP_IO_SPACE
  704. select SYS_SUPPORTS_32BIT_KERNEL
  705. select SYS_SUPPORTS_64BIT_KERNEL
  706. help
  707. This Toshiba board is based on the TX4927 processor. Say Y here to
  708. support this machine type
  709. config TOSHIBA_FPCIB0
  710. bool "FPCIB0 Backplane Support"
  711. depends on TOSHIBA_RBTX4927
  712. source "arch/mips/sgi-ip27/Kconfig"
  713. source "arch/mips/sibyte/Kconfig"
  714. config RWSEM_GENERIC_SPINLOCK
  715. bool
  716. default y
  717. config RWSEM_XCHGADD_ALGORITHM
  718. bool
  719. select HAS_TXX9_SERIAL
  720. config GENERIC_CALIBRATE_DELAY
  721. bool
  722. default y
  723. #
  724. # Select some configuration options automatically based on user selections.
  725. #
  726. config ARC
  727. bool
  728. depends on SNI_RM200_PCI || SGI_IP32 || SGI_IP27 || SGI_IP22 || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61
  729. default y
  730. config DMA_COHERENT
  731. bool
  732. config DMA_IP27
  733. bool
  734. config DMA_IP32
  735. bool
  736. select DMA_NEED_PCI_MAP_STATE
  737. config DMA_NONCOHERENT
  738. bool
  739. select DMA_NEED_PCI_MAP_STATE
  740. config DMA_NEED_PCI_MAP_STATE
  741. bool
  742. config EARLY_PRINTK
  743. bool
  744. depends on MACH_DECSTATION
  745. default y
  746. config GENERIC_ISA_DMA
  747. bool
  748. depends on SNI_RM200_PCI || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61 || MIPS_MALTA
  749. default y
  750. config I8259
  751. bool
  752. depends on SNI_RM200_PCI || DDB5477 || DDB5476 || DDB5074 || MACH_JAZZ || MIPS_MALTA || MIPS_COBALT
  753. default y
  754. config LIMITED_DMA
  755. bool
  756. select HIGHMEM
  757. config MIPS_BONITO64
  758. bool
  759. depends on MIPS_ATLAS || MIPS_MALTA
  760. default y
  761. config MIPS_MSC
  762. bool
  763. depends on MIPS_ATLAS || MIPS_MALTA
  764. default y
  765. config MIPS_NILE4
  766. bool
  767. depends on LASAT
  768. default y
  769. config MIPS_DISABLE_OBSOLETE_IDE
  770. bool
  771. config CPU_LITTLE_ENDIAN
  772. bool "Generate little endian code"
  773. default y if ACER_PICA_61 || CASIO_E55 || DDB5074 || DDB5476 || DDB5477 || MACH_DECSTATION || IBM_WORKPAD || LASAT || MIPS_COBALT || MIPS_ITE8172 || MIPS_IVR || SOC_AU1X00 || OLIVETTI_M700 || SNI_RM200_PCI || VICTOR_MPC30X || ZAO_CAPCELLA
  774. default n if MIPS_EV64120 || MIPS_EV96100 || MOMENCO_OCELOT || MOMENCO_OCELOT_G || SGI_IP22 || SGI_IP27 || SGI_IP32 || TOSHIBA_JMR3927
  775. help
  776. Some MIPS machines can be configured for either little or big endian
  777. byte order. These modes require different kernels. Say Y if your
  778. machine is little endian, N if it's a big endian machine.
  779. config IRQ_CPU
  780. bool
  781. config IRQ_CPU_RM7K
  782. bool
  783. config IRQ_MV64340
  784. bool
  785. config DDB5XXX_COMMON
  786. bool
  787. depends on DDB5074 || DDB5476 || DDB5477
  788. default y
  789. config MIPS_BOARDS_GEN
  790. bool
  791. depends on MIPS_ATLAS || MIPS_MALTA || MIPS_SEAD
  792. default y
  793. config MIPS_GT64111
  794. bool
  795. depends on MIPS_COBALT
  796. default y
  797. config MIPS_GT64120
  798. bool
  799. depends on MIPS_EV64120 || MIPS_EV96100 || LASAT || MIPS_ATLAS || MIPS_MALTA || MOMENCO_OCELOT
  800. default y
  801. config MIPS_TX3927
  802. bool
  803. depends on TOSHIBA_JMR3927
  804. select HAS_TXX9_SERIAL
  805. default y
  806. config PCI_MARVELL
  807. bool
  808. config ITE_BOARD_GEN
  809. bool
  810. depends on MIPS_IVR || MIPS_ITE8172
  811. default y
  812. config SWAP_IO_SPACE
  813. bool
  814. #
  815. # Unfortunately not all GT64120 systems run the chip at the same clock.
  816. # As the user for the clock rate and try to minimize the available options.
  817. #
  818. choice
  819. prompt "Galileo Chip Clock"
  820. #default SYSCLK_83 if MIPS_EV64120
  821. depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
  822. default SYSCLK_83 if MIPS_EV64120
  823. default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
  824. config SYSCLK_75
  825. bool "75" if MIPS_EV64120
  826. config SYSCLK_83
  827. bool "83.3" if MIPS_EV64120
  828. config SYSCLK_100
  829. bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
  830. endchoice
  831. config AU1X00_USB_DEVICE
  832. bool
  833. depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
  834. default n
  835. config MIPS_GT96100
  836. bool
  837. depends on MIPS_EV96100
  838. default y
  839. help
  840. Say Y here to support the Galileo Technology GT96100 communications
  841. controller card. There is a web page at <http://www.galileot.com/>.
  842. config IT8172_CIR
  843. bool
  844. depends on MIPS_ITE8172 || MIPS_IVR
  845. default y
  846. config IT8712
  847. bool
  848. depends on MIPS_ITE8172
  849. default y
  850. config BOOT_ELF32
  851. bool
  852. depends on MACH_DECSTATION || MIPS_ATLAS || MIPS_MALTA || MOMENCO_JAGUAR_ATX || MOMENCO_OCELOT_3 || SIBYTE_SB1xxx_SOC || SGI_IP32 || SGI_IP22 || SNI_RM200_PCI
  853. default y
  854. config MIPS_L1_CACHE_SHIFT
  855. int
  856. default "4" if MACH_DECSTATION
  857. default "7" if SGI_IP27
  858. default "5"
  859. config ARC32
  860. bool
  861. depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
  862. default y
  863. config HAVE_STD_PC_SERIAL_PORT
  864. bool
  865. config ARC_CONSOLE
  866. bool "ARC console support"
  867. depends on SGI_IP22 || SNI_RM200_PCI
  868. config ARC_MEMORY
  869. bool
  870. depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
  871. default y
  872. config ARC_PROMLIB
  873. bool
  874. depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
  875. default y
  876. config ARC64
  877. bool
  878. depends on SGI_IP27
  879. default y
  880. config BOOT_ELF64
  881. bool
  882. depends on SGI_IP27
  883. default y
  884. #config MAPPED_PCI_IO y
  885. # bool
  886. # depends on SGI_IP27
  887. # default y
  888. config QL_ISP_A64
  889. bool
  890. depends on SGI_IP27
  891. default y
  892. config TOSHIBA_BOARDS
  893. bool
  894. depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
  895. default y
  896. endmenu
  897. menu "CPU selection"
  898. choice
  899. prompt "CPU type"
  900. default CPU_R4X00
  901. config CPU_MIPS32_R1
  902. bool "MIPS32 Release 1"
  903. select CPU_SUPPORTS_32BIT_KERNEL
  904. select CPU_HAS_PREFETCH
  905. help
  906. Choose this option to build a kernel for release 1 or later of the
  907. MIPS32 architecture. Most modern embedded systems with a 32-bit
  908. MIPS processor are based on a MIPS32 processor. If you know the
  909. specific type of processor in your system, choose those that one
  910. otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
  911. config CPU_MIPS64_R1
  912. bool "MIPS64 Release 1"
  913. select CPU_SUPPORTS_32BIT_KERNEL
  914. select CPU_SUPPORTS_64BIT_KERNEL
  915. select CPU_HAS_PREFETCH
  916. help
  917. Choose this option to build a kernel for release 1 or later of the
  918. MIPS64 architecture. Many modern embedded systems with a 64-bit
  919. MIPS processor are based on a MIPS64 processor. If you know the
  920. specific type of processor in your system, choose those that one
  921. otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
  922. config CPU_R3000
  923. bool "R3000"
  924. select CPU_SUPPORTS_32BIT_KERNEL
  925. help
  926. Please make sure to pick the right CPU type. Linux/MIPS is not
  927. designed to be generic, i.e. Kernels compiled for R3000 CPUs will
  928. *not* work on R4000 machines and vice versa. However, since most
  929. of the supported machines have an R4000 (or similar) CPU, R4x00
  930. might be a safe bet. If the resulting kernel does not work,
  931. try to recompile with R3000.
  932. config CPU_TX39XX
  933. bool "R39XX"
  934. select CPU_SUPPORTS_32BIT_KERNEL
  935. config CPU_VR41XX
  936. bool "R41xx"
  937. select CPU_SUPPORTS_32BIT_KERNEL
  938. select CPU_SUPPORTS_64BIT_KERNEL
  939. help
  940. The options selects support for the NEC VR41xx series of processors.
  941. Only choose this option if you have one of these processors as a
  942. kernel built with this option will not run on any other type of
  943. processor or vice versa.
  944. config CPU_R4300
  945. bool "R4300"
  946. select CPU_SUPPORTS_32BIT_KERNEL
  947. select CPU_SUPPORTS_64BIT_KERNEL
  948. help
  949. MIPS Technologies R4300-series processors.
  950. config CPU_R4X00
  951. bool "R4x00"
  952. select CPU_SUPPORTS_32BIT_KERNEL
  953. select CPU_SUPPORTS_64BIT_KERNEL
  954. help
  955. MIPS Technologies R4000-series processors other than 4300, including
  956. the R4000, R4400, R4600, and 4700.
  957. config CPU_TX49XX
  958. bool "R49XX"
  959. select CPU_SUPPORTS_32BIT_KERNEL
  960. select CPU_SUPPORTS_64BIT_KERNEL
  961. config CPU_R5000
  962. bool "R5000"
  963. select CPU_SUPPORTS_32BIT_KERNEL
  964. select CPU_SUPPORTS_64BIT_KERNEL
  965. help
  966. MIPS Technologies R5000-series processors other than the Nevada.
  967. config CPU_R5432
  968. bool "R5432"
  969. config CPU_R6000
  970. bool "R6000"
  971. depends on EXPERIMENTAL
  972. select CPU_SUPPORTS_32BIT_KERNEL
  973. help
  974. MIPS Technologies R6000 and R6000A series processors. Note these
  975. processors are extremly rare and the support for them is incomplete.
  976. config CPU_NEVADA
  977. bool "RM52xx"
  978. select CPU_SUPPORTS_32BIT_KERNEL
  979. select CPU_SUPPORTS_64BIT_KERNEL
  980. help
  981. QED / PMC-Sierra RM52xx-series ("Nevada") processors.
  982. config CPU_R8000
  983. bool "R8000"
  984. depends on EXPERIMENTAL
  985. select CPU_SUPPORTS_64BIT_KERNEL
  986. help
  987. MIPS Technologies R8000 processors. Note these processors are
  988. uncommon and the support for them is incomplete.
  989. config CPU_R10000
  990. bool "R10000"
  991. select CPU_SUPPORTS_32BIT_KERNEL
  992. select CPU_SUPPORTS_64BIT_KERNEL
  993. help
  994. MIPS Technologies R10000-series processors.
  995. config CPU_RM7000
  996. bool "RM7000"
  997. select CPU_SUPPORTS_32BIT_KERNEL
  998. select CPU_SUPPORTS_64BIT_KERNEL
  999. config CPU_RM9000
  1000. bool "RM9000"
  1001. select CPU_SUPPORTS_32BIT_KERNEL
  1002. select CPU_SUPPORTS_64BIT_KERNEL
  1003. config CPU_SB1
  1004. bool "SB1"
  1005. select CPU_SUPPORTS_32BIT_KERNEL
  1006. select CPU_SUPPORTS_64BIT_KERNEL
  1007. endchoice
  1008. choice
  1009. prompt "Kernel page size"
  1010. default PAGE_SIZE_4KB
  1011. config PAGE_SIZE_4KB
  1012. bool "4kB"
  1013. help
  1014. This option select the standard 4kB Linux page size. On some
  1015. R3000-family processors this is the only available page size. Using
  1016. 4kB page size will minimize memory consumption and is therefore
  1017. recommended for low memory systems.
  1018. config PAGE_SIZE_8KB
  1019. bool "8kB"
  1020. depends on EXPERIMENTAL && CPU_R8000
  1021. help
  1022. Using 8kB page size will result in higher performance kernel at
  1023. the price of higher memory consumption. This option is available
  1024. only on the R8000 processor. Not that at the time of this writing
  1025. this option is still high experimental; there are also issues with
  1026. compatibility of user applications.
  1027. config PAGE_SIZE_16KB
  1028. bool "16kB"
  1029. depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
  1030. help
  1031. Using 16kB page size will result in higher performance kernel at
  1032. the price of higher memory consumption. This option is available on
  1033. all non-R3000 family processor. Not that at the time of this
  1034. writing this option is still high experimental; there are also
  1035. issues with compatibility of user applications.
  1036. config PAGE_SIZE_64KB
  1037. bool "64kB"
  1038. depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
  1039. help
  1040. Using 64kB page size will result in higher performance kernel at
  1041. the price of higher memory consumption. This option is available on
  1042. all non-R3000 family processor. Not that at the time of this
  1043. writing this option is still high experimental; there are also
  1044. issues with compatibility of user applications.
  1045. endchoice
  1046. config BOARD_SCACHE
  1047. bool
  1048. config IP22_CPU_SCACHE
  1049. bool
  1050. select BOARD_SCACHE
  1051. config R5000_CPU_SCACHE
  1052. bool
  1053. select BOARD_SCACHE
  1054. config RM7000_CPU_SCACHE
  1055. bool
  1056. select BOARD_SCACHE
  1057. config SIBYTE_DMA_PAGEOPS
  1058. bool "Use DMA to clear/copy pages"
  1059. depends on CPU_SB1
  1060. help
  1061. Instead of using the CPU to zero and copy pages, use a Data Mover
  1062. channel. These DMA channels are otherwise unused by the standard
  1063. SiByte Linux port. Seems to give a small performance benefit.
  1064. config CPU_HAS_PREFETCH
  1065. bool "Enable prefetches" if CPU_SB1 && !CPU_SB1_PASS_2
  1066. default y if CPU_MIPS32 || CPU_MIPS64 || CPU_RM7000 || CPU_RM9000 || CPU_R10000
  1067. config VTAG_ICACHE
  1068. bool "Support for Virtual Tagged I-cache" if CPU_MIPS64 || CPU_MIPS32
  1069. default y if CPU_SB1
  1070. config SB1_PASS_1_WORKAROUNDS
  1071. bool
  1072. depends on CPU_SB1_PASS_1
  1073. default y
  1074. config SB1_PASS_2_WORKAROUNDS
  1075. bool
  1076. depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
  1077. default y
  1078. config SB1_PASS_2_1_WORKAROUNDS
  1079. bool
  1080. depends on CPU_SB1 && CPU_SB1_PASS_2
  1081. default y
  1082. config 64BIT_PHYS_ADDR
  1083. bool "Support for 64-bit physical address space"
  1084. depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32_R1 || CPU_MIPS64_R1) && 32BIT
  1085. config CPU_ADVANCED
  1086. bool "Override CPU Options"
  1087. depends on 32BIT
  1088. help
  1089. Saying yes here allows you to select support for various features
  1090. your CPU may or may not have. Most people should say N here.
  1091. config CPU_HAS_LLSC
  1092. bool "ll/sc Instructions available" if CPU_ADVANCED
  1093. default y if !CPU_ADVANCED && !CPU_R3000 && !CPU_VR41XX && !CPU_TX39XX
  1094. help
  1095. MIPS R4000 series and later provide the Load Linked (ll)
  1096. and Store Conditional (sc) instructions. More information is
  1097. available at <http://www.go-ecs.com/mips/miptek1.htm>.
  1098. Say Y here if your CPU has the ll and sc instructions. Say Y here
  1099. for better performance, N if you don't know. You must say Y here
  1100. for multiprocessor machines.
  1101. config CPU_HAS_LLDSCD
  1102. bool "lld/scd Instructions available" if CPU_ADVANCED
  1103. default y if !CPU_ADVANCED && !CPU_R3000 && !CPU_VR41XX && !CPU_TX39XX && !CPU_MIPS32_R1
  1104. help
  1105. Say Y here if your CPU has the lld and scd instructions, the 64-bit
  1106. equivalents of ll and sc. Say Y here for better performance, N if
  1107. you don't know. You must say Y here for multiprocessor machines.
  1108. config CPU_HAS_WB
  1109. bool "Writeback Buffer available" if CPU_ADVANCED
  1110. default y if !CPU_ADVANCED && CPU_R3000 && MACH_DECSTATION
  1111. help
  1112. Say N here for slightly better performance. You must say Y here for
  1113. machines which require flushing of write buffers in software. Saying
  1114. Y is the safe option; N may result in kernel malfunction and crashes.
  1115. config CPU_HAS_SYNC
  1116. bool
  1117. depends on !CPU_R3000
  1118. default y
  1119. #
  1120. # - Highmem only makes sense for the 32-bit kernel.
  1121. # - The current highmem code will only work properly on physically indexed
  1122. # caches such as R3000, SB1, R7000 or those that look like they're virtually
  1123. # indexed such as R4000/R4400 SC and MC versions or R10000. So for the
  1124. # moment we protect the user and offer the highmem option only on machines
  1125. # where it's known to be safe. This will not offer highmem on a few systems
  1126. # such as MIPS32 and MIPS64 CPUs which may have virtual and physically
  1127. # indexed CPUs but we're playing safe.
  1128. # - We should not offer highmem for system of which we already know that they
  1129. # don't have memory configurations that could gain from highmem support in
  1130. # the kernel because they don't support configurations with RAM at physical
  1131. # addresses > 0x20000000.
  1132. #
  1133. config HIGHMEM
  1134. bool "High Memory Support"
  1135. depends on 32BIT && (CPU_R3000 || CPU_SB1 || CPU_R7000 || CPU_RM9000 || CPU_R10000) && !(MACH_DECSTATION || MOMENCO_JAGUAR_ATX)
  1136. config ARCH_FLATMEM_ENABLE
  1137. def_bool y
  1138. depends on !NUMA
  1139. source "mm/Kconfig"
  1140. config SMP
  1141. bool "Multi-Processing support"
  1142. depends on CPU_RM9000 || (SIBYTE_SB1250 && !SIBYTE_STANDALONE) || SGI_IP27
  1143. ---help---
  1144. This enables support for systems with more than one CPU. If you have
  1145. a system with only one CPU, like most personal computers, say N. If
  1146. you have a system with more than one CPU, say Y.
  1147. If you say N here, the kernel will run on single and multiprocessor
  1148. machines, but will use only one CPU of a multiprocessor machine. If
  1149. you say Y here, the kernel will run on many, but not all,
  1150. singleprocessor machines. On a singleprocessor machine, the kernel
  1151. will run faster if you say N here.
  1152. People using multiprocessor machines who say Y here should also say
  1153. Y to "Enhanced Real Time Clock Support", below.
  1154. See also the <file:Documentation/smp.txt> and the SMP-HOWTO
  1155. available at <http://www.tldp.org/docs.html#howto>.
  1156. If you don't know what to do here, say N.
  1157. config NR_CPUS
  1158. int "Maximum number of CPUs (2-64)"
  1159. range 2 64
  1160. depends on SMP
  1161. default "64" if SGI_IP27
  1162. default "2"
  1163. help
  1164. This allows you to specify the maximum number of CPUs which this
  1165. kernel will support. The maximum supported value is 32 for 32-bit
  1166. kernel and 64 for 64-bit kernels; the minimum value which makes
  1167. sense is 2.
  1168. This is purely to save memory - each supported CPU adds
  1169. approximately eight kilobytes to the kernel image.
  1170. source "kernel/Kconfig.preempt"
  1171. config RTC_DS1742
  1172. bool "DS1742 BRAM/RTC support"
  1173. depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
  1174. config MIPS_INSANE_LARGE
  1175. bool "Support for large 64-bit configurations"
  1176. depends on CPU_R10000 && 64BIT
  1177. help
  1178. MIPS R10000 does support a 44 bit / 16TB address space as opposed to
  1179. previous 64-bit processors which only supported 40 bit / 1TB. If you
  1180. need processes of more than 1TB virtual address space, say Y here.
  1181. This will result in additional memory usage, so it is not
  1182. recommended for normal users.
  1183. config RWSEM_GENERIC_SPINLOCK
  1184. bool
  1185. default y
  1186. endmenu
  1187. menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
  1188. config HW_HAS_PCI
  1189. bool
  1190. config PCI
  1191. bool "Support for PCI controller"
  1192. depends on HW_HAS_PCI
  1193. help
  1194. Find out whether you have a PCI motherboard. PCI is the name of a
  1195. bus system, i.e. the way the CPU talks to the other stuff inside
  1196. your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
  1197. say Y, otherwise N.
  1198. The PCI-HOWTO, available from
  1199. <http://www.tldp.org/docs.html#howto>, contains valuable
  1200. information about which PCI hardware does work under Linux and which
  1201. doesn't.
  1202. config PCI_DOMAINS
  1203. bool
  1204. depends on PCI
  1205. source "drivers/pci/Kconfig"
  1206. #
  1207. # ISA support is now enabled via select. Too many systems still have the one
  1208. # or other ISA chip on the board that users don't know about so don't expect
  1209. # users to choose the right thing ...
  1210. #
  1211. config ISA
  1212. bool
  1213. config EISA
  1214. bool "EISA support"
  1215. depends on SGI_IP22 || SNI_RM200_PCI
  1216. select ISA
  1217. ---help---
  1218. The Extended Industry Standard Architecture (EISA) bus was
  1219. developed as an open alternative to the IBM MicroChannel bus.
  1220. The EISA bus provided some of the features of the IBM MicroChannel
  1221. bus while maintaining backward compatibility with cards made for
  1222. the older ISA bus. The EISA bus saw limited use between 1988 and
  1223. 1995 when it was made obsolete by the PCI bus.
  1224. Say Y here if you are building a kernel for an EISA-based machine.
  1225. Otherwise, say N.
  1226. source "drivers/eisa/Kconfig"
  1227. config TC
  1228. bool "TURBOchannel support"
  1229. depends on MACH_DECSTATION
  1230. help
  1231. TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
  1232. processors. Documentation on writing device drivers for TurboChannel
  1233. is available at:
  1234. <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
  1235. #config ACCESSBUS
  1236. # bool "Access.Bus support"
  1237. # depends on TC
  1238. config MMU
  1239. bool
  1240. default y
  1241. config MCA
  1242. bool
  1243. config SBUS
  1244. bool
  1245. source "drivers/pcmcia/Kconfig"
  1246. source "drivers/pci/hotplug/Kconfig"
  1247. endmenu
  1248. menu "Executable file formats"
  1249. source "fs/Kconfig.binfmt"
  1250. config TRAD_SIGNALS
  1251. bool
  1252. default y if 32BIT
  1253. config BUILD_ELF64
  1254. bool "Use 64-bit ELF format for building"
  1255. depends on 64BIT
  1256. help
  1257. A 64-bit kernel is usually built using the 64-bit ELF binary object
  1258. format as it's one that allows arbitrary 64-bit constructs. For
  1259. kernels that are loaded within the KSEG compatibility segments the
  1260. 32-bit ELF format can optionally be used resulting in a somewhat
  1261. smaller binary, but this option is not explicitly supported by the
  1262. toolchain and since binutils 2.14 it does not even work at all.
  1263. Say Y to use the 64-bit format or N to use the 32-bit one.
  1264. If unsure say Y.
  1265. config BINFMT_IRIX
  1266. bool "Include IRIX binary compatibility"
  1267. depends on !CPU_LITTLE_ENDIAN && 32BIT && BROKEN
  1268. config MIPS32_COMPAT
  1269. bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
  1270. depends on 64BIT
  1271. help
  1272. Select this option if you want Linux/MIPS 32-bit binary
  1273. compatibility. Since all software available for Linux/MIPS is
  1274. currently 32-bit you should say Y here.
  1275. config COMPAT
  1276. bool
  1277. depends on MIPS32_COMPAT
  1278. default y
  1279. config MIPS32_O32
  1280. bool "Kernel support for o32 binaries"
  1281. depends on MIPS32_COMPAT
  1282. help
  1283. Select this option if you want to run o32 binaries. These are pure
  1284. 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
  1285. existing binaries are in this format.
  1286. If unsure, say Y.
  1287. config MIPS32_N32
  1288. bool "Kernel support for n32 binaries"
  1289. depends on MIPS32_COMPAT
  1290. help
  1291. Select this option if you want to run n32 binaries. These are
  1292. 64-bit binaries using 32-bit quantities for addressing and certain
  1293. data that would normally be 64-bit. They are used in special
  1294. cases.
  1295. If unsure, say N.
  1296. config BINFMT_ELF32
  1297. bool
  1298. default y if MIPS32_O32 || MIPS32_N32
  1299. config SECCOMP
  1300. bool "Enable seccomp to safely compute untrusted bytecode"
  1301. depends on PROC_FS && BROKEN
  1302. default y
  1303. help
  1304. This kernel feature is useful for number crunching applications
  1305. that may need to compute untrusted bytecode during their
  1306. execution. By using pipes or other transports made available to
  1307. the process as file descriptors supporting the read/write
  1308. syscalls, it's possible to isolate those applications in
  1309. their own address space using seccomp. Once seccomp is
  1310. enabled via /proc/<pid>/seccomp, it cannot be disabled
  1311. and the task is only allowed to execute a few safe syscalls
  1312. defined by each seccomp mode.
  1313. If unsure, say Y. Only embedded should say N here.
  1314. config PM
  1315. bool "Power Management support (EXPERIMENTAL)"
  1316. depends on EXPERIMENTAL && MACH_AU1X00
  1317. endmenu
  1318. source "net/Kconfig"
  1319. source "drivers/Kconfig"
  1320. source "fs/Kconfig"
  1321. source "arch/mips/Kconfig.debug"
  1322. source "security/Kconfig"
  1323. source "crypto/Kconfig"
  1324. source "lib/Kconfig"
  1325. #
  1326. # Use the generic interrupt handling code in kernel/irq/:
  1327. #
  1328. config GENERIC_HARDIRQS
  1329. bool
  1330. default y
  1331. config GENERIC_IRQ_PROBE
  1332. bool
  1333. default y
  1334. config ISA_DMA_API
  1335. bool
  1336. default y