blob: 21db07efd7a0c949014f6e44b35bdd3bf62864f9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config MIPS
2 bool
3 default y
4 # Horrible source of confusion. Die, die, die ...
5 select EMBEDDED
6
Linus Torvalds1da177e2005-04-16 15:20:36 -07007mainmenu "Linux/MIPS Kernel Configuration"
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009menu "Machine selection"
10
Ralf Baechle5e83d432005-10-29 19:32:41 +010011choice
12 prompt "System type"
13 default SGI_IP22
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Ralf Baechle5e83d432005-10-29 19:32:41 +010015config MIPS_MTX1
Martin Michlmayr3fa986f2006-05-09 23:34:53 +020016 bool "4G Systems MTX-1 board"
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -070018 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000019 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010020 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +010021 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010022 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070023
Ralf Baechle5e83d432005-10-29 19:32:41 +010024config MIPS_BOSPORUS
25 bool "AMD Alchemy Bosporus board"
26 select SOC_AU1500
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010028 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010029 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070030
Ralf Baechle5e83d432005-10-29 19:32:41 +010031config MIPS_PB1000
32 bool "AMD Alchemy PB1000 board"
33 select SOC_AU1000
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 select DMA_NONCOHERENT
35 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000036 select RESOURCES_64BIT if PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010038 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010039 select SYS_SUPPORTS_LITTLE_ENDIAN
40
41config MIPS_PB1100
42 bool "AMD Alchemy PB1100 board"
43 select SOC_AU1100
44 select DMA_NONCOHERENT
45 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000046 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010047 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010048 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010049 select SYS_SUPPORTS_LITTLE_ENDIAN
50
51config MIPS_PB1500
52 bool "AMD Alchemy PB1500 board"
53 select SOC_AU1500
54 select DMA_NONCOHERENT
55 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000056 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010057 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010058 select SYS_SUPPORTS_LITTLE_ENDIAN
59
60config MIPS_PB1550
61 bool "AMD Alchemy PB1550 board"
62 select SOC_AU1550
63 select DMA_NONCOHERENT
64 select HW_HAS_PCI
65 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000066 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010067 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010068 select SYS_SUPPORTS_LITTLE_ENDIAN
69
70config MIPS_PB1200
71 bool "AMD Alchemy PB1200 board"
72 select SOC_AU1200
73 select DMA_NONCOHERENT
74 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000075 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010076 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010077 select SYS_SUPPORTS_LITTLE_ENDIAN
78
79config MIPS_DB1000
80 bool "AMD Alchemy DB1000 board"
81 select SOC_AU1000
82 select DMA_NONCOHERENT
83 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000084 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010085 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010086 select SYS_SUPPORTS_LITTLE_ENDIAN
87
88config MIPS_DB1100
89 bool "AMD Alchemy DB1100 board"
90 select SOC_AU1100
91 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010092 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010093 select SYS_SUPPORTS_LITTLE_ENDIAN
94
95config MIPS_DB1500
96 bool "AMD Alchemy DB1500 board"
97 select SOC_AU1500
98 select DMA_NONCOHERENT
99 select HW_HAS_PCI
100 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000101 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100102 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100103 select SYS_SUPPORTS_BIG_ENDIAN
104 select SYS_SUPPORTS_LITTLE_ENDIAN
105
106config MIPS_DB1550
107 bool "AMD Alchemy DB1550 board"
108 select SOC_AU1550
109 select HW_HAS_PCI
110 select DMA_NONCOHERENT
111 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000112 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100113 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100114 select SYS_SUPPORTS_LITTLE_ENDIAN
115
116config MIPS_DB1200
117 bool "AMD Alchemy DB1200 board"
118 select SOC_AU1200
119 select DMA_COHERENT
120 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100121 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100122 select SYS_SUPPORTS_LITTLE_ENDIAN
123
124config MIPS_MIRAGE
125 bool "AMD Alchemy Mirage board"
126 select DMA_NONCOHERENT
127 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +0100128 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100129 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130
Ralf Baechle35189fa2006-06-18 16:39:46 +0100131config BASLER_EXCITE
132 bool "Basler eXcite smart camera support"
133 select DMA_COHERENT
134 select HW_HAS_PCI
135 select IRQ_CPU
136 select IRQ_CPU_RM7K
137 select IRQ_CPU_RM9K
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200138 select MIPS_RM9122
Ralf Baechle35189fa2006-06-18 16:39:46 +0100139 select SYS_HAS_CPU_RM9000
140 select SYS_SUPPORTS_32BIT_KERNEL
141 select SYS_SUPPORTS_64BIT_KERNEL
142 select SYS_SUPPORTS_BIG_ENDIAN
143 help
144 The eXcite is a smart camera platform manufactured by
145 Basler Vision Technologies AG
146
147config BASLER_EXCITE_PROTOTYPE
148 bool "Support for pre-release units"
149 depends on BASLER_EXCITE
150 default n
151 help
152 Pre-series (prototype) units are different from later ones in
153 some ways. Select this option if you have one of these. Please
154 note that a kernel built with this option selected will not be
155 able to run on normal units.
156
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157config MIPS_COBALT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200158 bool "Cobalt Server"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159 select DMA_NONCOHERENT
160 select HW_HAS_PCI
161 select I8259
162 select IRQ_CPU
Ralf Baechle5e83d432005-10-29 19:32:41 +0100163 select MIPS_GT64111
Ralf Baechle7cf80532005-10-20 22:33:09 +0100164 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700165 select SYS_SUPPORTS_32BIT_KERNEL
166 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100167 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900168 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169
170config MACH_DECSTATION
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200171 bool "DECstations"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 select BOOT_ELF32
173 select DMA_NONCOHERENT
Maciej W. Rozyckib6d468e2005-02-02 20:36:21 +0000174 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100176 select SYS_HAS_CPU_R3000
177 select SYS_HAS_CPU_R4X00
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700178 select SYS_SUPPORTS_32BIT_KERNEL
179 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100180 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900181 select SYS_SUPPORTS_128HZ
182 select SYS_SUPPORTS_256HZ
183 select SYS_SUPPORTS_1024HZ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100184 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 This enables support for DEC's MIPS based workstations. For details
186 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
187 DECstation porting pages on <http://decstation.unix-ag.org/>.
188
189 If you have one of the following DECstation Models you definitely
190 want to choose R4xx0 for the CPU Type:
191
192 DECstation 5000/50
193 DECstation 5000/150
194 DECstation 5000/260
195 DECsystem 5900/260
196
197 otherwise choose R3000.
198
199config MIPS_EV64120
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200200 bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201 depends on EXPERIMENTAL
202 select DMA_NONCOHERENT
203 select HW_HAS_PCI
204 select MIPS_GT64120
Ralf Baechle7cf80532005-10-20 22:33:09 +0100205 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700206 select SYS_SUPPORTS_32BIT_KERNEL
207 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100208 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 help
210 This is an evaluation board based on the Galileo GT-64120
211 single-chip system controller that contains a MIPS R5000 compatible
212 core running at 75/100MHz. Their website is located at
213 <http://www.marvell.com/>. Say Y here if you wish to build a
214 kernel for this platform.
215
Ralf Baechle5e83d432005-10-29 19:32:41 +0100216config MACH_JAZZ
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200217 bool "Jazz family of machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100218 select ARC
219 select ARC32
220 select ARCH_MAY_HAVE_PC_FDC
221 select GENERIC_ISA_DMA
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500222 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100223 select I8259
224 select ISA
Ralf Baechle7cf80532005-10-20 22:33:09 +0100225 select SYS_HAS_CPU_R4X00
Ralf Baechle5e83d432005-10-29 19:32:41 +0100226 select SYS_SUPPORTS_32BIT_KERNEL
227 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900228 select SYS_SUPPORTS_100HZ
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900229 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100231 This a family of machines based on the MIPS R4030 chipset which was
232 used by several vendors to build RISC/os and Windows NT workstations.
233 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
234 Olivetti M700-10 workstations.
235
236config LASAT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200237 bool "LASAT Networks platforms"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100238 select DMA_NONCOHERENT
239 select HW_HAS_PCI
240 select MIPS_GT64120
241 select MIPS_NILE4
242 select R5000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100243 select SYS_HAS_CPU_R5000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100244 select SYS_SUPPORTS_32BIT_KERNEL
245 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
246 select SYS_SUPPORTS_LITTLE_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100247 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248
249config MIPS_ATLAS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200250 bool "MIPS Atlas board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251 select BOOT_ELF32
252 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100253 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100255 select MIPS_BOARDS_GEN
256 select MIPS_BONITO64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100258 select MIPS_MSC
Maciej W. Rozyckif4b7cdb2005-02-12 04:31:49 +0000259 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100261 select SYS_HAS_CPU_MIPS32_R1
262 select SYS_HAS_CPU_MIPS32_R2
263 select SYS_HAS_CPU_MIPS64_R1
264 select SYS_HAS_CPU_NEVADA
265 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700266 select SYS_SUPPORTS_32BIT_KERNEL
267 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100268 select SYS_SUPPORTS_BIG_ENDIAN
269 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100270 select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100271 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000273 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274 board.
275
276config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200277 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000278 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 select BOOT_ELF32
280 select HAVE_STD_PC_SERIAL_PORT
281 select DMA_NONCOHERENT
282 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000283 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 select HW_HAS_PCI
285 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100286 select MIPS_BOARDS_GEN
287 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100288 select MIPS_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100290 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100292 select SYS_HAS_CPU_MIPS32_R1
293 select SYS_HAS_CPU_MIPS32_R2
294 select SYS_HAS_CPU_MIPS64_R1
295 select SYS_HAS_CPU_NEVADA
296 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700297 select SYS_SUPPORTS_32BIT_KERNEL
298 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100299 select SYS_SUPPORTS_BIG_ENDIAN
300 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100301 select SYS_SUPPORTS_MULTITHREADING
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000303 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 board.
305
306config MIPS_SEAD
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200307 bool "MIPS SEAD board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 depends on EXPERIMENTAL
309 select IRQ_CPU
310 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100311 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100312 select SYS_HAS_CPU_MIPS32_R1
313 select SYS_HAS_CPU_MIPS32_R2
314 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700315 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100316 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
317 select SYS_SUPPORTS_BIG_ENDIAN
318 select SYS_SUPPORTS_LITTLE_ENDIAN
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000319 help
320 This enables support for the MIPS Technologies SEAD evaluation
321 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322
Mark.Zhana240a462006-05-06 17:04:20 +0800323config WR_PPMC
Mark.Zhan92478572006-06-20 18:15:02 +0800324 bool "Wind River PPMC board"
Mark.Zhana240a462006-05-06 17:04:20 +0800325 select IRQ_CPU
326 select BOOT_ELF32
327 select DMA_NONCOHERENT
328 select HW_HAS_PCI
329 select MIPS_GT64120
330 select SWAP_IO_SPACE
331 select SYS_HAS_CPU_MIPS32_R1
332 select SYS_HAS_CPU_MIPS32_R2
333 select SYS_HAS_CPU_MIPS64_R1
334 select SYS_HAS_CPU_NEVADA
335 select SYS_HAS_CPU_RM7000
336 select SYS_SUPPORTS_32BIT_KERNEL
337 select SYS_SUPPORTS_64BIT_KERNEL
338 select SYS_SUPPORTS_BIG_ENDIAN
339 select SYS_SUPPORTS_LITTLE_ENDIAN
340 help
341 This enables support for the Wind River MIPS32 4KC PPMC evaluation
342 board, which is based on GT64120 bridge chip.
343
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100344config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200345 bool 'MIPS simulator (MIPSsim)'
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100346 select DMA_NONCOHERENT
347 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100348 select SYS_HAS_CPU_MIPS32_R1
349 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100350 select SYS_SUPPORTS_32BIT_KERNEL
351 select SYS_SUPPORTS_BIG_ENDIAN
352 select SYS_SUPPORTS_LITTLE_ENDIAN
353 help
354 This option enables support for MIPS Technologies MIPSsim software
355 emulator.
356
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357config MOMENCO_JAGUAR_ATX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200358 bool "Momentum Jaguar board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359 select BOOT_ELF32
360 select DMA_NONCOHERENT
361 select HW_HAS_PCI
362 select IRQ_CPU
363 select IRQ_CPU_RM7K
364 select IRQ_MV64340
365 select LIMITED_DMA
366 select PCI_MARVELL
367 select RM7000_CPU_SCACHE
368 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100369 select SYS_HAS_CPU_RM9000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700370 select SYS_SUPPORTS_32BIT_KERNEL
371 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100372 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373 help
374 The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
375 Momentum Computer <http://www.momenco.com/>.
376
Ralf Baechle5e83d432005-10-29 19:32:41 +0100377config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200378 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100379 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 select HW_HAS_PCI
381 select IRQ_CPU
382 select IRQ_CPU_RM7K
Ralf Baechle5e83d432005-10-29 19:32:41 +0100383 select MIPS_GT64120
384 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100386 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700387 select SYS_SUPPORTS_32BIT_KERNEL
388 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100389 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100391 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
392 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393
Ralf Baechle5e83d432005-10-29 19:32:41 +0100394config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200395 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100396 select BOOT_ELF32
397 select DMA_NONCOHERENT
398 select HW_HAS_PCI
399 select IRQ_CPU
400 select IRQ_CPU_RM7K
401 select IRQ_MV64340
402 select PCI_MARVELL
403 select RM7000_CPU_SCACHE
404 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100405 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100406 select SYS_SUPPORTS_32BIT_KERNEL
407 select SYS_SUPPORTS_64BIT_KERNEL
408 select SYS_SUPPORTS_BIG_ENDIAN
409 help
410 The Ocelot-3 is based off Discovery III System Controller and
411 PMC-Sierra Rm79000 core.
412
413config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200414 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100415 select DMA_NONCOHERENT
416 select HW_HAS_PCI
417 select IRQ_CPU
418 select IRQ_MV64340
419 select PCI_MARVELL
420 select RM7000_CPU_SCACHE
421 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100422 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100423 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000424 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100425 select SYS_SUPPORTS_BIG_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100426 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100427 help
428 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
429 Momentum Computer <http://www.momenco.com/>.
430
431config MOMENCO_OCELOT_G
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200432 bool "Momentum Ocelot-G board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100433 select DMA_NONCOHERENT
434 select HW_HAS_PCI
435 select IRQ_CPU
436 select IRQ_CPU_RM7K
437 select PCI_MARVELL
438 select RM7000_CPU_SCACHE
439 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100440 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100441 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000442 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100443 select SYS_SUPPORTS_BIG_ENDIAN
444 help
445 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
446 Momentum Computer <http://www.momenco.com/>.
447
448config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200449 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100450 select DMA_NONCOHERENT
451 select SOC_AU1500
452 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453
Pete Popovbdf21b12005-07-14 17:47:57 +0000454config PNX8550_V2PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200455 bool "Philips PNX8550 based Viper2-PCI board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000456 select PNX8550
457 select SYS_SUPPORTS_LITTLE_ENDIAN
458
459config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200460 bool "Philips PNX8550 based JBS board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000461 select PNX8550
462 select SYS_SUPPORTS_LITTLE_ENDIAN
463
Vitaly Woolf0647a52006-12-08 11:40:35 +0300464config PNX8550_STB810
465 bool "Support for Philips PNX8550 based STB810 board"
466 select PNX8550
467 select SYS_SUPPORTS_LITTLE_ENDIAN
468
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200470 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100471 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 select DMA_NONCOHERENT
473 select HW_HAS_PCI
474 select I8259
475 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100476 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700477 select SYS_SUPPORTS_32BIT_KERNEL
478 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100479 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 help
481 This enables support for the R5432-based NEC DDB Vrc-5477,
482 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
483
484 Features : kernel debugging, serial terminal, NFS root fs, on-board
485 ether port USB, AC97, PCI, etc.
486
Ralf Baechle5e83d432005-10-29 19:32:41 +0100487config MACH_VR41XX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200488 bool "NEC VR41XX-based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100489 select SYS_HAS_CPU_VR41XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100490 select SYS_SUPPORTS_32BIT_KERNEL
491 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900492 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100493
494config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200495 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100496 select DMA_COHERENT
497 select HW_HAS_PCI
498 select IRQ_CPU
499 select IRQ_CPU_RM7K
500 select IRQ_CPU_RM9K
501 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100502 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100503 select SYS_SUPPORTS_32BIT_KERNEL
504 select SYS_SUPPORTS_64BIT_KERNEL
505 select SYS_SUPPORTS_BIG_ENDIAN
506 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlee73ea272006-06-04 11:51:46 +0100507 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100508 help
509 Yosemite is an evaluation board for the RM9000x2 processor
510 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511
Ralf Baechle07119622005-09-03 15:56:11 -0700512config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200513 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700514 select DMA_COHERENT
515 select GENERIC_ISA_DMA
516 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500517 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700518 select I8259
519 select ISA
520 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100521 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700522 select SYS_SUPPORTS_32BIT_KERNEL
523 select SYS_SUPPORTS_BIG_ENDIAN
Aurelien Jarnoc8cc9612006-09-27 23:07:25 +0200524 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +0900525 select ARCH_SPARSEMEM_ENABLE
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900526 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle07119622005-09-03 15:56:11 -0700527 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100528 Qemu is a software emulator which among other architectures also
529 can simulate a MIPS32 4Kc system. This patch adds support for the
530 system architecture that currently is being simulated by Qemu. It
531 will eventually be removed again when Qemu has the capability to
532 simulate actual MIPS hardware platforms. More information on Qemu
533 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700534
dmitry pervushin355c4712006-05-21 14:53:06 +0400535config MARKEINS
536 bool "Support for NEC EMMA2RH Mark-eins"
537 select DMA_NONCOHERENT
538 select HW_HAS_PCI
539 select IRQ_CPU
540 select SWAP_IO_SPACE
541 select SYS_SUPPORTS_32BIT_KERNEL
542 select SYS_SUPPORTS_BIG_ENDIAN
543 select SYS_SUPPORTS_LITTLE_ENDIAN
544 select SYS_HAS_CPU_R5000
545 help
546 This enables support for the R5432-based NEC Mark-eins
547 boards with R5500 CPU.
548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200550 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551 select ARC
552 select ARC32
553 select BOOT_ELF32
554 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100555 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 select IP22_CPU_SCACHE
557 select IRQ_CPU
Ralf Baechleaa414df2006-11-30 01:14:51 +0000558 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100560 select SYS_HAS_CPU_R4X00
561 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700562 select SYS_SUPPORTS_32BIT_KERNEL
563 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100564 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 help
566 This are the SGI Indy, Challenge S and Indigo2, as well as certain
567 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
568 that runs on these, say Y here.
569
570config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200571 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 select ARC
573 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100574 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 select DMA_IP27
Ralf Baechlea3d45392006-06-22 20:09:04 +0100576 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577 select HW_HAS_PCI
578 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100579 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700580 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100581 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100582 select SYS_SUPPORTS_NUMA
Ralf Baechle1a5c5de2006-11-02 17:23:33 +0000583 select SYS_SUPPORTS_SMP
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100584 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 help
586 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
587 workstations. To compile a Linux kernel that runs on these, say Y
588 here.
589
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200591 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700592 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 select ARC
594 select ARC32
595 select BOOT_ELF32
596 select OWN_DMA
597 select DMA_IP32
598 select DMA_NONCOHERENT
599 select HW_HAS_PCI
600 select R5000_CPU_SCACHE
601 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100602 select SYS_HAS_CPU_R5000
603 select SYS_HAS_CPU_R10000 if BROKEN
604 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000605 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700606 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100607 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 help
609 If you want this kernel to run on SGI O2 workstation, say Y here.
610
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700611config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200612 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700613 select BOOT_ELF32
614 select DMA_COHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +0100615 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700616 select SIBYTE_BCM1x80
617 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100618 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700619 select SYS_SUPPORTS_BIG_ENDIAN
620 select SYS_SUPPORTS_LITTLE_ENDIAN
621
Ralf Baechle5e83d432005-10-29 19:32:41 +0100622config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200623 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100624 select BOOT_ELF32
625 select DMA_COHERENT
626 select SIBYTE_SB1250
627 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100628 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100629 select SYS_SUPPORTS_BIG_ENDIAN
630 select SYS_SUPPORTS_HIGHMEM
631 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000632
Ralf Baechle5e83d432005-10-29 19:32:41 +0100633config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200634 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100635 depends on EXPERIMENTAL
636 select BOOT_ELF32
637 select DMA_COHERENT
638 select SIBYTE_SB1250
639 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100640 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100641 select SYS_SUPPORTS_BIG_ENDIAN
642 select SYS_SUPPORTS_LITTLE_ENDIAN
643
644config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200645 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100646 depends on EXPERIMENTAL
647 select BOOT_ELF32
648 select DMA_COHERENT
649 select SIBYTE_BCM1125H
650 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100651 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100652 select SYS_SUPPORTS_BIG_ENDIAN
653 select SYS_SUPPORTS_LITTLE_ENDIAN
654
655config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200656 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100657 depends on EXPERIMENTAL
658 select BOOT_ELF32
659 select DMA_COHERENT
660 select SIBYTE_BCM1120
661 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100662 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100663 select SYS_SUPPORTS_BIG_ENDIAN
664 select SYS_SUPPORTS_LITTLE_ENDIAN
665
666config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200667 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100668 depends on EXPERIMENTAL
669 select BOOT_ELF32
670 select DMA_COHERENT
671 select SIBYTE_SB1250
672 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100673 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100674 select SYS_SUPPORTS_BIG_ENDIAN
675 select SYS_SUPPORTS_HIGHMEM
676 select SYS_SUPPORTS_LITTLE_ENDIAN
677
678config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200679 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100680 depends on EXPERIMENTAL
681 select BOOT_ELF32
682 select DMA_COHERENT
683 select SIBYTE_SB1250
684 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100685 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100686 select SYS_SUPPORTS_BIG_ENDIAN
687 select SYS_SUPPORTS_HIGHMEM
688 select SYS_SUPPORTS_LITTLE_ENDIAN
689
690config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200691 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100692 depends on EXPERIMENTAL
693 select BOOT_ELF32
694 select DMA_COHERENT
695 select SIBYTE_BCM1120
696 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100697 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100698 select SYS_SUPPORTS_BIG_ENDIAN
699 select SYS_SUPPORTS_LITTLE_ENDIAN
700
701config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200702 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100703 depends on EXPERIMENTAL
704 select BOOT_ELF32
705 select DMA_COHERENT
706 select SIBYTE_BCM1125
707 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100708 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100709 select SYS_SUPPORTS_BIG_ENDIAN
710 select SYS_SUPPORTS_HIGHMEM
711 select SYS_SUPPORTS_LITTLE_ENDIAN
712
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100713config SNI_RM
714 bool "SNI RM200/300/400"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200715 select ARC if CPU_LITTLE_ENDIAN
716 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100717 select ARCH_MAY_HAVE_PC_FDC
718 select BOOT_ELF32
719 select DMA_NONCOHERENT
720 select GENERIC_ISA_DMA
721 select HAVE_STD_PC_SERIAL_PORT
722 select HW_HAS_EISA
723 select HW_HAS_PCI
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500724 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100725 select I8259
726 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200727 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100728 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200729 select SYS_HAS_CPU_R5000
730 select R5000_CPU_SCACHE
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700731 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100732 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200733 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100734 select SYS_SUPPORTS_HIGHMEM
735 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 help
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100737 The SNI RM200/300/400 are MIPS-based machines manufactured by
738 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
Ralf Baechle5e83d432005-10-29 19:32:41 +0100739 Technology and now in turn merged with Fujitsu. Say Y here to
740 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
Ralf Baechle5e83d432005-10-29 19:32:41 +0100742config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200743 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100744 select DMA_NONCOHERENT
745 select HW_HAS_PCI
746 select MIPS_TX3927
747 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100748 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100749 select SYS_SUPPORTS_32BIT_KERNEL
750 select SYS_SUPPORTS_BIG_ENDIAN
751 select TOSHIBA_BOARDS
752
753config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200754 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100755 select DMA_NONCOHERENT
756 select HAS_TXX9_SERIAL
757 select HW_HAS_PCI
758 select I8259
759 select ISA
760 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100761 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100762 select SYS_SUPPORTS_32BIT_KERNEL
763 select SYS_SUPPORTS_64BIT_KERNEL
764 select SYS_SUPPORTS_BIG_ENDIAN
765 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900766 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100767 help
768 This Toshiba board is based on the TX4927 processor. Say Y here to
769 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770
Ralf Baechle23fbee92005-07-25 22:45:45 +0000771config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200772 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000773 select HAVE_STD_PC_SERIAL_PORT
774 select DMA_NONCOHERENT
775 select GENERIC_ISA_DMA
776 select HAS_TXX9_SERIAL
777 select HW_HAS_PCI
778 select I8259
779 select ISA
780 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100781 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000782 select SYS_SUPPORTS_32BIT_KERNEL
783 select SYS_SUPPORTS_LITTLE_ENDIAN
784 select SYS_SUPPORTS_BIG_ENDIAN
785 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900786 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle23fbee92005-07-25 22:45:45 +0000787 help
788 This Toshiba board is based on the TX4938 processor. Say Y here to
789 support this machine type
790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791endchoice
792
Ralf Baechle5e83d432005-10-29 19:32:41 +0100793source "arch/mips/ddb5xxx/Kconfig"
794source "arch/mips/gt64120/ev64120/Kconfig"
795source "arch/mips/jazz/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100796source "arch/mips/lasat/Kconfig"
797source "arch/mips/momentum/Kconfig"
798source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000799source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000800source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100801source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000802source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100803source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000804source "arch/mips/philips/pnx8550/common/Kconfig"
Peter Hortone87ddde2006-02-12 17:10:25 +0000805source "arch/mips/cobalt/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000806
Ralf Baechle5e83d432005-10-29 19:32:41 +0100807endmenu
808
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809config RWSEM_GENERIC_SPINLOCK
810 bool
811 default y
812
813config RWSEM_XCHGADD_ALGORITHM
814 bool
815
David Howellsf0d1b0b2006-12-08 02:37:49 -0800816config ARCH_HAS_ILOG2_U32
817 bool
818 default n
819
820config ARCH_HAS_ILOG2_U64
821 bool
822 default n
823
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800824config GENERIC_FIND_NEXT_BIT
825 bool
826 default y
827
828config GENERIC_HWEIGHT
829 bool
830 default y
831
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832config GENERIC_CALIBRATE_DELAY
833 bool
834 default y
835
Ralf Baechle8db02012006-10-02 16:54:48 +0100836config GENERIC_TIME
837 bool
838 default y
839
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900840config SCHED_NO_NO_OMIT_FRAME_POINTER
841 bool
842 default y
843
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100844config GENERIC_HARDIRQS_NO__DO_IRQ
845 bool
846 default n
847
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848#
849# Select some configuration options automatically based on user selections.
850#
851config ARC
852 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853
Ralf Baechle61ed2422005-09-15 08:52:34 +0000854config ARCH_MAY_HAVE_PC_FDC
855 bool
856
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700857config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858 bool
859
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700860config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 bool
862
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700863config DMA_IP32
864 bool
865 select DMA_NEED_PCI_MAP_STATE
866
867config DMA_NONCOHERENT
868 bool
869 select DMA_NEED_PCI_MAP_STATE
870
871config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 bool
873
Ralf Baechle5e83d432005-10-29 19:32:41 +0100874config OWN_DMA
875 bool
876
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877config EARLY_PRINTK
878 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879
880config GENERIC_ISA_DMA
881 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882
883config I8259
884 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885
886config LIMITED_DMA
887 bool
888 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000889 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890
891config MIPS_BONITO64
892 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
894config MIPS_MSC
895 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896
897config MIPS_NILE4
898 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899
900config MIPS_DISABLE_OBSOLETE_IDE
901 bool
902
Ralf Baechleaa414df2006-11-30 01:14:51 +0000903config GENERIC_ISA_DMA_SUPPORT_BROKEN
904 bool
905
Ralf Baechle5e83d432005-10-29 19:32:41 +0100906#
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100907# Endianess selection. Sufficiently obscure so many users don't know what to
Ralf Baechle5e83d432005-10-29 19:32:41 +0100908# answer,so we try hard to limit the available choices. Also the use of a
909# choice statement should be more obvious to the user.
910#
911choice
912 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 help
914 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100915 byte order. These modes require different kernels and a different
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100916 Linux distribution. In general there is one preferred byteorder for a
Ralf Baechle5e83d432005-10-29 19:32:41 +0100917 particular system but some systems are just as commonly used in the
918 one or the other endianess.
919
920config CPU_BIG_ENDIAN
921 bool "Big endian"
922 depends on SYS_SUPPORTS_BIG_ENDIAN
923
924config CPU_LITTLE_ENDIAN
925 bool "Little endian"
926 depends on SYS_SUPPORTS_LITTLE_ENDIAN
927 help
928
929endchoice
930
931config SYS_SUPPORTS_BIG_ENDIAN
932 bool
933
934config SYS_SUPPORTS_LITTLE_ENDIAN
935 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936
937config IRQ_CPU
938 bool
939
940config IRQ_CPU_RM7K
941 bool
942
Ralf Baechle5e83d432005-10-29 19:32:41 +0100943config IRQ_CPU_RM9K
944 bool
945
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946config IRQ_MV64340
947 bool
948
949config DDB5XXX_COMMON
950 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951
952config MIPS_BOARDS_GEN
953 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954
955config MIPS_GT64111
956 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957
958config MIPS_GT64120
959 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960
961config MIPS_TX3927
962 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200965config MIPS_RM9122
966 bool
967 select SERIAL_RM9000
968 select GPI_RM9000
969 select WDT_RM9000
970
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971config PCI_MARVELL
972 bool
973
Ralf Baechle5e83d432005-10-29 19:32:41 +0100974config SOC_AU1000
975 bool
976 select SOC_AU1X00
977
978config SOC_AU1100
979 bool
980 select SOC_AU1X00
981
982config SOC_AU1500
983 bool
984 select SOC_AU1X00
985
986config SOC_AU1550
987 bool
988 select SOC_AU1X00
989
990config SOC_AU1200
991 bool
992 select SOC_AU1X00
993
994config SOC_AU1X00
995 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +0100996 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100997 select SYS_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998
Pete Popovbdf21b12005-07-14 17:47:57 +0000999config PNX8550
1000 bool
1001 select SOC_PNX8550
1002
1003config SOC_PNX8550
1004 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001005 select DMA_NONCOHERENT
1006 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001007 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle7cf80532005-10-20 22:33:09 +01001008 select SYS_SUPPORTS_32BIT_KERNEL
Franck Bui-Huue77c2322006-12-01 18:22:27 +01001009 select GENERIC_HARDIRQS_NO__DO_IRQ
Pete Popovbdf21b12005-07-14 17:47:57 +00001010
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011config SWAP_IO_SPACE
1012 bool
1013
dmitry pervushin355c4712006-05-21 14:53:06 +04001014config EMMA2RH
1015 bool
1016 depends on MARKEINS
1017 default y
1018
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001019config SERIAL_RM9000
1020 bool
1021
1022config GPI_RM9000
1023 bool
1024
1025config WDT_RM9000
1026 bool
1027
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028#
1029# Unfortunately not all GT64120 systems run the chip at the same clock.
1030# As the user for the clock rate and try to minimize the available options.
1031#
1032choice
1033 prompt "Galileo Chip Clock"
1034 #default SYSCLK_83 if MIPS_EV64120
1035 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1036 default SYSCLK_83 if MIPS_EV64120
1037 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
1038
1039config SYSCLK_75
1040 bool "75" if MIPS_EV64120
1041
1042config SYSCLK_83
1043 bool "83.3" if MIPS_EV64120
1044
1045config SYSCLK_100
1046 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1047
1048endchoice
1049
Ralf Baechle5e83d432005-10-29 19:32:41 +01001050config ARC32
1051 bool
1052
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053config BOOT_ELF32
1054 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055
1056config MIPS_L1_CACHE_SHIFT
1057 int
1058 default "4" if MACH_DECSTATION
1059 default "7" if SGI_IP27
1060 default "5"
1061
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062config HAVE_STD_PC_SERIAL_PORT
1063 bool
1064
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065config ARC_CONSOLE
1066 bool "ARC console support"
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001067 depends on SGI_IP22 || SNI_RM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068
1069config ARC_MEMORY
1070 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001071 depends on MACH_JAZZ || SNI_RM || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072 default y
1073
1074config ARC_PROMLIB
1075 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001076 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077 default y
1078
1079config ARC64
1080 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081
1082config BOOT_ELF64
1083 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085config TOSHIBA_BOARDS
1086 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087
1088menu "CPU selection"
1089
1090choice
1091 prompt "CPU type"
1092 default CPU_R4X00
1093
Ralf Baechle6e760c82005-07-06 12:08:11 +00001094config CPU_MIPS32_R1
1095 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001096 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001097 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001098 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001099 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001100 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001101 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001102 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001103 MIPS32 architecture. Most modern embedded systems with a 32-bit
1104 MIPS processor are based on a MIPS32 processor. If you know the
1105 specific type of processor in your system, choose those that one
1106 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1107 Release 2 of the MIPS32 architecture is available since several
1108 years so chances are you even have a MIPS32 Release 2 processor
1109 in which case you should choose CPU_MIPS32_R2 instead for better
1110 performance.
1111
1112config CPU_MIPS32_R2
1113 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001114 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001115 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001116 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001117 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001118 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001119 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001120 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001121 MIPS32 architecture. Most modern embedded systems with a 32-bit
1122 MIPS processor are based on a MIPS32 processor. If you know the
1123 specific type of processor in your system, choose those that one
1124 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125
Ralf Baechle6e760c82005-07-06 12:08:11 +00001126config CPU_MIPS64_R1
1127 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001128 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001129 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001130 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001131 select CPU_SUPPORTS_32BIT_KERNEL
1132 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001133 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001134 help
1135 Choose this option to build a kernel for release 1 or later of the
1136 MIPS64 architecture. Many modern embedded systems with a 64-bit
1137 MIPS processor are based on a MIPS64 processor. If you know the
1138 specific type of processor in your system, choose those that one
1139 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001140 Release 2 of the MIPS64 architecture is available since several
1141 years so chances are you even have a MIPS64 Release 2 processor
1142 in which case you should choose CPU_MIPS64_R2 instead for better
1143 performance.
1144
1145config CPU_MIPS64_R2
1146 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001147 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001148 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001149 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001150 select CPU_SUPPORTS_32BIT_KERNEL
1151 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001152 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001153 help
1154 Choose this option to build a kernel for release 2 or later of the
1155 MIPS64 architecture. Many modern embedded systems with a 64-bit
1156 MIPS processor are based on a MIPS64 processor. If you know the
1157 specific type of processor in your system, choose those that one
1158 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159
1160config CPU_R3000
1161 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001162 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001163 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001164 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001165 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 help
1167 Please make sure to pick the right CPU type. Linux/MIPS is not
1168 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1169 *not* work on R4000 machines and vice versa. However, since most
1170 of the supported machines have an R4000 (or similar) CPU, R4x00
1171 might be a safe bet. If the resulting kernel does not work,
1172 try to recompile with R3000.
1173
1174config CPU_TX39XX
1175 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001176 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001177 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178
1179config CPU_VR41XX
1180 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001181 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001182 select CPU_SUPPORTS_32BIT_KERNEL
1183 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001185 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186 Only choose this option if you have one of these processors as a
1187 kernel built with this option will not run on any other type of
1188 processor or vice versa.
1189
1190config CPU_R4300
1191 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001192 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001193 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001194 select CPU_SUPPORTS_32BIT_KERNEL
1195 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196 help
1197 MIPS Technologies R4300-series processors.
1198
1199config CPU_R4X00
1200 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001201 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001202 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001203 select CPU_SUPPORTS_32BIT_KERNEL
1204 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205 help
1206 MIPS Technologies R4000-series processors other than 4300, including
1207 the R4000, R4400, R4600, and 4700.
1208
1209config CPU_TX49XX
1210 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001211 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001212 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001213 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001214 select CPU_SUPPORTS_32BIT_KERNEL
1215 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216
1217config CPU_R5000
1218 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001219 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001220 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001221 select CPU_SUPPORTS_32BIT_KERNEL
1222 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223 help
1224 MIPS Technologies R5000-series processors other than the Nevada.
1225
1226config CPU_R5432
1227 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001228 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001229 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001230 select CPU_SUPPORTS_32BIT_KERNEL
1231 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232
1233config CPU_R6000
1234 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001235 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001236 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001237 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001238 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239 help
1240 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001241 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242
1243config CPU_NEVADA
1244 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001245 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001246 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001247 select CPU_SUPPORTS_32BIT_KERNEL
1248 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249 help
1250 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1251
1252config CPU_R8000
1253 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001254 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001255 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001256 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001257 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001258 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259 help
1260 MIPS Technologies R8000 processors. Note these processors are
1261 uncommon and the support for them is incomplete.
1262
1263config CPU_R10000
1264 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001265 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001266 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001267 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001268 select CPU_SUPPORTS_32BIT_KERNEL
1269 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001270 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271 help
1272 MIPS Technologies R10000-series processors.
1273
1274config CPU_RM7000
1275 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001276 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001277 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001278 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001279 select CPU_SUPPORTS_32BIT_KERNEL
1280 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001281 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282
1283config CPU_RM9000
1284 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001285 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001286 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001287 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001288 select CPU_SUPPORTS_32BIT_KERNEL
1289 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001290 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001291 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292
1293config CPU_SB1
1294 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001295 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001296 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001297 select CPU_SUPPORTS_32BIT_KERNEL
1298 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001299 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001300 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301
1302endchoice
1303
Ralf Baechle7cf80532005-10-20 22:33:09 +01001304config SYS_HAS_CPU_MIPS32_R1
1305 bool
1306
1307config SYS_HAS_CPU_MIPS32_R2
1308 bool
1309
1310config SYS_HAS_CPU_MIPS64_R1
1311 bool
1312
1313config SYS_HAS_CPU_MIPS64_R2
1314 bool
1315
1316config SYS_HAS_CPU_R3000
1317 bool
1318
1319config SYS_HAS_CPU_TX39XX
1320 bool
1321
1322config SYS_HAS_CPU_VR41XX
1323 bool
1324
1325config SYS_HAS_CPU_R4300
1326 bool
1327
1328config SYS_HAS_CPU_R4X00
1329 bool
1330
1331config SYS_HAS_CPU_TX49XX
1332 bool
1333
1334config SYS_HAS_CPU_R5000
1335 bool
1336
1337config SYS_HAS_CPU_R5432
1338 bool
1339
1340config SYS_HAS_CPU_R6000
1341 bool
1342
1343config SYS_HAS_CPU_NEVADA
1344 bool
1345
1346config SYS_HAS_CPU_R8000
1347 bool
1348
1349config SYS_HAS_CPU_R10000
1350 bool
1351
1352config SYS_HAS_CPU_RM7000
1353 bool
1354
1355config SYS_HAS_CPU_RM9000
1356 bool
1357
1358config SYS_HAS_CPU_SB1
1359 bool
1360
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001361config WEAK_ORDERING
1362 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001363endmenu
1364
1365#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001366# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001367#
1368config CPU_MIPS32
1369 bool
1370 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1371
1372config CPU_MIPS64
1373 bool
1374 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1375
1376#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001377# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001378#
1379config CPU_MIPSR1
1380 bool
1381 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1382
1383config CPU_MIPSR2
1384 bool
1385 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1386
1387config SYS_SUPPORTS_32BIT_KERNEL
1388 bool
1389config SYS_SUPPORTS_64BIT_KERNEL
1390 bool
1391config CPU_SUPPORTS_32BIT_KERNEL
1392 bool
1393config CPU_SUPPORTS_64BIT_KERNEL
1394 bool
1395
1396menu "Kernel type"
1397
1398choice
1399
1400 prompt "Kernel code model"
1401 help
1402 You should only select this option if you have a workload that
1403 actually benefits from 64-bit processing or if your machine has
1404 large memory. You will only be presented a single option in this
1405 menu if your system does not support both 32-bit and 64-bit kernels.
1406
1407config 32BIT
1408 bool "32-bit kernel"
1409 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1410 select TRAD_SIGNALS
1411 help
1412 Select this option if you want to build a 32-bit kernel.
1413config 64BIT
1414 bool "64-bit kernel"
1415 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1416 help
1417 Select this option if you want to build a 64-bit kernel.
1418
1419endchoice
1420
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421choice
1422 prompt "Kernel page size"
1423 default PAGE_SIZE_4KB
1424
1425config PAGE_SIZE_4KB
1426 bool "4kB"
1427 help
1428 This option select the standard 4kB Linux page size. On some
1429 R3000-family processors this is the only available page size. Using
1430 4kB page size will minimize memory consumption and is therefore
1431 recommended for low memory systems.
1432
1433config PAGE_SIZE_8KB
1434 bool "8kB"
1435 depends on EXPERIMENTAL && CPU_R8000
1436 help
1437 Using 8kB page size will result in higher performance kernel at
1438 the price of higher memory consumption. This option is available
1439 only on the R8000 processor. Not that at the time of this writing
1440 this option is still high experimental; there are also issues with
1441 compatibility of user applications.
1442
1443config PAGE_SIZE_16KB
1444 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001445 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446 help
1447 Using 16kB page size will result in higher performance kernel at
1448 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001449 all non-R3000 family processors. Note that you will need a suitable
1450 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451
1452config PAGE_SIZE_64KB
1453 bool "64kB"
1454 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1455 help
1456 Using 64kB page size will result in higher performance kernel at
1457 the price of higher memory consumption. This option is available on
1458 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001459 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460
1461endchoice
1462
1463config BOARD_SCACHE
1464 bool
1465
1466config IP22_CPU_SCACHE
1467 bool
1468 select BOARD_SCACHE
1469
Chris Dearman9318c512006-06-20 17:15:20 +01001470#
1471# Support for a MIPS32 / MIPS64 style S-caches
1472#
1473config MIPS_CPU_SCACHE
1474 bool
1475 select BOARD_SCACHE
1476
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477config R5000_CPU_SCACHE
1478 bool
1479 select BOARD_SCACHE
1480
1481config RM7000_CPU_SCACHE
1482 bool
1483 select BOARD_SCACHE
1484
1485config SIBYTE_DMA_PAGEOPS
1486 bool "Use DMA to clear/copy pages"
1487 depends on CPU_SB1
1488 help
1489 Instead of using the CPU to zero and copy pages, use a Data Mover
1490 channel. These DMA channels are otherwise unused by the standard
1491 SiByte Linux port. Seems to give a small performance benefit.
1492
1493config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001494 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001496choice
1497 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001498
1499config MIPS_MT_DISABLED
1500 bool "Disable multithreading support."
1501 help
1502 Use this option if your workload can't take advantage of
1503 MIPS hardware multithreading support. On systems that don't have
1504 the option of an MT-enabled processor this option will be the only
1505 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001506
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001507config MIPS_MT_SMP
1508 bool "Use 1 TC on each available VPE for SMP"
1509 depends on SYS_SUPPORTS_MULTITHREADING
1510 select CPU_MIPSR2_IRQ_VI
1511 select CPU_MIPSR2_SRS
1512 select MIPS_MT
1513 select SMP
1514 select SYS_SUPPORTS_SMP
1515 help
1516 This is a kernel model which is also known a VSMP or lately
1517 has been marketesed into SMVP.
1518
Ralf Baechle41c594a2006-04-05 09:45:45 +01001519config MIPS_MT_SMTC
1520 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001521 depends on CPU_MIPS32_R2
1522 #depends on CPU_MIPS64_R2 # once there is hardware ...
1523 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001524 select CPU_MIPSR2_IRQ_VI
1525 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001526 select MIPS_MT
Ralf Baechle41c594a2006-04-05 09:45:45 +01001527 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001528 select SYS_SUPPORTS_SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001529 help
1530 This is a kernel model which is known a SMTC or lately has been
1531 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001532
Ralf Baechlee01402b2005-07-14 15:57:16 +00001533config MIPS_VPE_LOADER
1534 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001535 depends on SYS_SUPPORTS_MULTITHREADING
1536 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001537 help
1538 Includes a loader for loading an elf relocatable object
1539 onto another VPE and running it.
1540
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001541endchoice
1542
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001543config MIPS_MT
1544 bool
1545
1546config SYS_SUPPORTS_MULTITHREADING
1547 bool
1548
Ralf Baechlef088fc82006-04-05 09:45:47 +01001549config MIPS_MT_FPAFF
1550 bool "Dynamic FPU affinity for FP-intensive threads"
1551 depends on MIPS_MT
1552 default y
1553
Ralf Baechleac8be952007-01-20 00:18:01 +00001554config MIPS_MT_SMTC_INSTANT_REPLAY
1555 bool "Low-latency Dispatch of Deferred SMTC IPIs"
1556 depends on MIPS_MT_SMTC
1557 default y
1558 help
1559 SMTC pseudo-interrupts between TCs are deferred and queued
1560 if the target TC is interrupt-inhibited (IXMT). In the first
1561 SMTC prototypes, these queued IPIs were serviced on return
1562 to user mode, or on entry into the kernel idle loop. The
1563 INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1564 processing, which adds runtime overhead (hence the option to turn
1565 it off), but ensures that IPIs are handled promptly even under
1566 heavy I/O interrupt load.
1567
Ralf Baechlee01402b2005-07-14 15:57:16 +00001568config MIPS_VPE_LOADER_TOM
1569 bool "Load VPE program into memory hidden from linux"
1570 depends on MIPS_VPE_LOADER
1571 default y
1572 help
1573 The loader can use memory that is present but has been hidden from
1574 Linux using the kernel command line option "mem=xxMB". It's up to
1575 you to ensure the amount you put in the option and the space your
1576 program requires is less or equal to the amount physically present.
1577
1578# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1579config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001580 bool "Enable support for AP/SP API (RTLX)"
1581 depends on MIPS_VPE_LOADER
1582 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001583
Ralf Baechle26009902006-04-05 09:45:45 +01001584config MIPS_APSP_KSPD
1585 bool "Enable KSPD"
1586 depends on MIPS_VPE_APSP_API
1587 default y
1588 help
1589 KSPD is a kernel daemon that accepts syscall requests from the SP
1590 side, actions them and returns the results. It also handles the
1591 "exit" syscall notifying other kernel modules the SP program is
1592 exiting. You probably want to say yes here.
1593
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594config SB1_PASS_1_WORKAROUNDS
1595 bool
1596 depends on CPU_SB1_PASS_1
1597 default y
1598
1599config SB1_PASS_2_WORKAROUNDS
1600 bool
1601 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1602 default y
1603
1604config SB1_PASS_2_1_WORKAROUNDS
1605 bool
1606 depends on CPU_SB1 && CPU_SB1_PASS_2
1607 default y
1608
1609config 64BIT_PHYS_ADDR
1610 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001611 depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001614 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001617 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001618
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001619#
1620# Vectored interrupt mode is an R2 feature
1621#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001622config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001623 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001624
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001625#
1626# Extended interrupt mode is an R2 feature
1627#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001628config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001629 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001630
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001631#
1632# Shadow registers are an R2 feature
1633#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001634config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001635 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001636
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637config CPU_HAS_SYNC
1638 bool
1639 depends on !CPU_R3000
1640 default y
1641
1642#
Ralf Baechle797798c2005-08-10 15:17:11 +00001643# Use the generic interrupt handling code in kernel/irq/:
1644#
1645config GENERIC_HARDIRQS
1646 bool
1647 default y
1648
1649config GENERIC_IRQ_PROBE
1650 bool
1651 default y
1652
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001653config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001654 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001655
Ralf Baechle797798c2005-08-10 15:17:11 +00001656#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657# - Highmem only makes sense for the 32-bit kernel.
1658# - The current highmem code will only work properly on physically indexed
1659# caches such as R3000, SB1, R7000 or those that look like they're virtually
1660# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1661# moment we protect the user and offer the highmem option only on machines
1662# where it's known to be safe. This will not offer highmem on a few systems
1663# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1664# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001665# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1666# know they might have memory configurations that could make use of highmem
1667# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668#
1669config HIGHMEM
1670 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001671 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1672
1673config CPU_SUPPORTS_HIGHMEM
1674 bool
1675
1676config SYS_SUPPORTS_HIGHMEM
1677 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001679config ARCH_FLATMEM_ENABLE
1680 def_bool y
1681 depends on !NUMA
1682
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001683config ARCH_DISCONTIGMEM_ENABLE
1684 bool
1685 default y if SGI_IP27
1686 help
1687 Say Y to upport efficient handling of discontiguous physical memory,
1688 for architectures which are either NUMA (Non-Uniform Memory Access)
1689 or have huge holes in the physical address space for other reasons.
1690 See <file:Documentation/vm/numa> for more.
1691
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001692config ARCH_SPARSEMEM_ENABLE
1693 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001694 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001695
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001696config NUMA
1697 bool "NUMA Support"
1698 depends on SYS_SUPPORTS_NUMA
1699 help
1700 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1701 Access). This option improves performance on systems with more
1702 than two nodes; on two node systems it is generally better to
1703 leave it disabled; on single node systems disable this option
1704 disabled.
1705
1706config SYS_SUPPORTS_NUMA
1707 bool
1708
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001709config NODES_SHIFT
1710 int
1711 default "6"
1712 depends on NEED_MULTIPLE_NODES
1713
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001714source "mm/Kconfig"
1715
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716config SMP
1717 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001718 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001719 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001720 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721 This enables support for systems with more than one CPU. If you have
1722 a system with only one CPU, like most personal computers, say N. If
1723 you have a system with more than one CPU, say Y.
1724
1725 If you say N here, the kernel will run on single and multiprocessor
1726 machines, but will use only one CPU of a multiprocessor machine. If
1727 you say Y here, the kernel will run on many, but not all,
1728 singleprocessor machines. On a singleprocessor machine, the kernel
1729 will run faster if you say N here.
1730
1731 People using multiprocessor machines who say Y here should also say
1732 Y to "Enhanced Real Time Clock Support", below.
1733
1734 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1735 available at <http://www.tldp.org/docs.html#howto>.
1736
1737 If you don't know what to do here, say N.
1738
Ralf Baechlee73ea272006-06-04 11:51:46 +01001739config SYS_SUPPORTS_SMP
1740 bool
1741
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742config NR_CPUS
1743 int "Maximum number of CPUs (2-64)"
1744 range 2 64
1745 depends on SMP
1746 default "64" if SGI_IP27
1747 default "2"
Ralf Baechle8cde4a32006-10-26 14:29:01 +01001748 default "8" if MIPS_MT_SMTC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749 help
1750 This allows you to specify the maximum number of CPUs which this
1751 kernel will support. The maximum supported value is 32 for 32-bit
1752 kernel and 64 for 64-bit kernels; the minimum value which makes
1753 sense is 2.
1754
1755 This is purely to save memory - each supported CPU adds
1756 approximately eight kilobytes to the kernel image.
1757
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001758#
1759# Timer Interrupt Frequency Configuration
1760#
1761
1762choice
1763 prompt "Timer frequency"
1764 default HZ_250
1765 help
1766 Allows the configuration of the timer frequency.
1767
1768 config HZ_48
1769 bool "48 HZ" if SYS_SUPPORTS_48HZ
1770
1771 config HZ_100
1772 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1773
1774 config HZ_128
1775 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1776
1777 config HZ_250
1778 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1779
1780 config HZ_256
1781 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1782
1783 config HZ_1000
1784 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1785
1786 config HZ_1024
1787 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1788
1789endchoice
1790
1791config SYS_SUPPORTS_48HZ
1792 bool
1793
1794config SYS_SUPPORTS_100HZ
1795 bool
1796
1797config SYS_SUPPORTS_128HZ
1798 bool
1799
1800config SYS_SUPPORTS_250HZ
1801 bool
1802
1803config SYS_SUPPORTS_256HZ
1804 bool
1805
1806config SYS_SUPPORTS_1000HZ
1807 bool
1808
1809config SYS_SUPPORTS_1024HZ
1810 bool
1811
1812config SYS_SUPPORTS_ARBIT_HZ
1813 bool
1814 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1815 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1816 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1817 !SYS_SUPPORTS_1024HZ
1818
1819config HZ
1820 int
1821 default 48 if HZ_48
1822 default 100 if HZ_100
1823 default 128 if HZ_128
1824 default 250 if HZ_250
1825 default 256 if HZ_256
1826 default 1000 if HZ_1000
1827 default 1024 if HZ_1024
1828
Ralf Baechlee80de852005-07-11 20:45:51 +00001829source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830
1831config RTC_DS1742
1832 bool "DS1742 BRAM/RTC support"
1833 depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
1834
1835config MIPS_INSANE_LARGE
1836 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001837 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838 help
1839 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1840 previous 64-bit processors which only supported 40 bit / 1TB. If you
1841 need processes of more than 1TB virtual address space, say Y here.
1842 This will result in additional memory usage, so it is not
1843 recommended for normal users.
1844
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001845config KEXEC
1846 bool "Kexec system call (EXPERIMENTAL)"
1847 depends on EXPERIMENTAL
1848 help
1849 kexec is a system call that implements the ability to shutdown your
1850 current kernel, and to start another kernel. It is like a reboot
1851 but it is indepedent of the system firmware. And like a reboot
1852 you can start any kernel with it, not just Linux.
1853
1854 The name comes from the similiarity to the exec system call.
1855
1856 It is an ongoing process to be certain the hardware in a machine
1857 is properly shutdown, so do not be surprised if this code does not
1858 initially work for you. It may help to enable device hotplugging
1859 support. As of this writing the exact hardware interface is
1860 strongly in flux, so no good recommendation can be made.
1861
1862config SECCOMP
1863 bool "Enable seccomp to safely compute untrusted bytecode"
1864 depends on PROC_FS && BROKEN
1865 default y
1866 help
1867 This kernel feature is useful for number crunching applications
1868 that may need to compute untrusted bytecode during their
1869 execution. By using pipes or other transports made available to
1870 the process as file descriptors supporting the read/write
1871 syscalls, it's possible to isolate those applications in
1872 their own address space using seccomp. Once seccomp is
1873 enabled via /proc/<pid>/seccomp, it cannot be disabled
1874 and the task is only allowed to execute a few safe syscalls
1875 defined by each seccomp mode.
1876
1877 If unsure, say Y. Only embedded should say N here.
1878
Ralf Baechle5e83d432005-10-29 19:32:41 +01001879endmenu
1880
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881config RWSEM_GENERIC_SPINLOCK
1882 bool
1883 default y
1884
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +09001885config LOCKDEP_SUPPORT
1886 bool
1887 default y
1888
1889config STACKTRACE_SUPPORT
1890 bool
1891 default y
1892
Ralf Baechleb6c35392005-11-25 11:35:40 +00001893source "init/Kconfig"
1894
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1896
Ralf Baechle5e83d432005-10-29 19:32:41 +01001897config HW_HAS_EISA
1898 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899config HW_HAS_PCI
1900 bool
1901
1902config PCI
1903 bool "Support for PCI controller"
1904 depends on HW_HAS_PCI
1905 help
1906 Find out whether you have a PCI motherboard. PCI is the name of a
1907 bus system, i.e. the way the CPU talks to the other stuff inside
1908 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1909 say Y, otherwise N.
1910
1911 The PCI-HOWTO, available from
1912 <http://www.tldp.org/docs.html#howto>, contains valuable
1913 information about which PCI hardware does work under Linux and which
1914 doesn't.
1915
1916config PCI_DOMAINS
1917 bool
1918 depends on PCI
1919
1920source "drivers/pci/Kconfig"
1921
1922#
1923# ISA support is now enabled via select. Too many systems still have the one
1924# or other ISA chip on the board that users don't know about so don't expect
1925# users to choose the right thing ...
1926#
1927config ISA
1928 bool
1929
1930config EISA
1931 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001932 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933 select ISA
Ralf Baechleaa414df2006-11-30 01:14:51 +00001934 select GENERIC_ISA_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935 ---help---
1936 The Extended Industry Standard Architecture (EISA) bus was
1937 developed as an open alternative to the IBM MicroChannel bus.
1938
1939 The EISA bus provided some of the features of the IBM MicroChannel
1940 bus while maintaining backward compatibility with cards made for
1941 the older ISA bus. The EISA bus saw limited use between 1988 and
1942 1995 when it was made obsolete by the PCI bus.
1943
1944 Say Y here if you are building a kernel for an EISA-based machine.
1945
1946 Otherwise, say N.
1947
1948source "drivers/eisa/Kconfig"
1949
1950config TC
1951 bool "TURBOchannel support"
1952 depends on MACH_DECSTATION
1953 help
1954 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
1955 processors. Documentation on writing device drivers for TurboChannel
1956 is available at:
1957 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
1958
1959#config ACCESSBUS
1960# bool "Access.Bus support"
1961# depends on TC
1962
1963config MMU
1964 bool
1965 default y
1966
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05001967config I8253
1968 bool
1969
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970source "drivers/pcmcia/Kconfig"
1971
1972source "drivers/pci/hotplug/Kconfig"
1973
1974endmenu
1975
1976menu "Executable file formats"
1977
1978source "fs/Kconfig.binfmt"
1979
1980config TRAD_SIGNALS
1981 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982
1983config BUILD_ELF64
1984 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001985 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986 help
1987 A 64-bit kernel is usually built using the 64-bit ELF binary object
1988 format as it's one that allows arbitrary 64-bit constructs. For
1989 kernels that are loaded within the KSEG compatibility segments the
1990 32-bit ELF format can optionally be used resulting in a somewhat
1991 smaller binary, but this option is not explicitly supported by the
1992 toolchain and since binutils 2.14 it does not even work at all.
1993
1994 Say Y to use the 64-bit format or N to use the 32-bit one.
1995
1996 If unsure say Y.
1997
1998config BINFMT_IRIX
1999 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002000 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001
2002config MIPS32_COMPAT
2003 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002004 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005 help
2006 Select this option if you want Linux/MIPS 32-bit binary
2007 compatibility. Since all software available for Linux/MIPS is
2008 currently 32-bit you should say Y here.
2009
2010config COMPAT
2011 bool
2012 depends on MIPS32_COMPAT
2013 default y
2014
Atsushi Nemoto05e43962006-11-07 18:02:44 +09002015config SYSVIPC_COMPAT
2016 bool
2017 depends on COMPAT && SYSVIPC
2018 default y
2019
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020config MIPS32_O32
2021 bool "Kernel support for o32 binaries"
2022 depends on MIPS32_COMPAT
2023 help
2024 Select this option if you want to run o32 binaries. These are pure
2025 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
2026 existing binaries are in this format.
2027
2028 If unsure, say Y.
2029
2030config MIPS32_N32
2031 bool "Kernel support for n32 binaries"
2032 depends on MIPS32_COMPAT
2033 help
2034 Select this option if you want to run n32 binaries. These are
2035 64-bit binaries using 32-bit quantities for addressing and certain
2036 data that would normally be 64-bit. They are used in special
2037 cases.
2038
2039 If unsure, say N.
2040
2041config BINFMT_ELF32
2042 bool
2043 default y if MIPS32_O32 || MIPS32_N32
2044
2045config PM
2046 bool "Power Management support (EXPERIMENTAL)"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002047 depends on EXPERIMENTAL && SOC_AU1X00
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002049config APM
2050 tristate "Advanced Power Management Emulation"
2051 depends on PM
2052 ---help---
2053 APM is a BIOS specification for saving power using several different
2054 techniques. This is mostly useful for battery powered systems with
2055 APM compliant BIOSes. If you say Y here, the system time will be
2056 reset after a RESUME operation, the /proc/apm device will provide
2057 battery status information, and user-space programs will receive
2058 notification of APM "events" (e.g. battery status change).
2059
2060 In order to use APM, you will need supporting software. For location
2061 and more information, read <file:Documentation/pm.txt> and the
2062 Battery Powered Linux mini-HOWTO, available from
2063 <http://www.tldp.org/docs.html#howto>.
2064
2065 This driver does not spin down disk drives (see the hdparm(8)
2066 manpage ("man 8 hdparm") for that), and it doesn't turn off
2067 VESA-compliant "green" monitors.
2068
2069 Generally, if you don't have a battery in your machine, there isn't
2070 much point in using this driver and you should say N. If you get
2071 random kernel OOPSes or reboots that don't seem to be related to
2072 anything, try disabling/enabling this option (or disabling/enabling
2073 APM in your BIOS).
2074
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075endmenu
2076
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002077source "net/Kconfig"
2078
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079source "drivers/Kconfig"
2080
2081source "fs/Kconfig"
2082
Ralf Baechle5e83d432005-10-29 19:32:41 +01002083source "arch/mips/oprofile/Kconfig"
2084
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085source "arch/mips/Kconfig.debug"
2086
2087source "security/Kconfig"
2088
2089source "crypto/Kconfig"
2090
2091source "lib/Kconfig"