Kconfig 43 KB

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