Kconfig 46 KB

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