Kconfig 46 KB

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