blob: 235208d658ff60cd93ef7d031bb196234ce602d1 [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 Baechle5e83d432005-10-29 19:32:41 +010019 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +010020 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010021 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
Ralf Baechle5e83d432005-10-29 19:32:41 +010023config MIPS_BOSPORUS
24 bool "AMD Alchemy Bosporus board"
25 select SOC_AU1500
Linus Torvalds1da177e2005-04-16 15:20:36 -070026 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010027 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010028 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070029
Ralf Baechle5e83d432005-10-29 19:32:41 +010030config MIPS_PB1000
31 bool "AMD Alchemy PB1000 board"
32 select SOC_AU1000
Linus Torvalds1da177e2005-04-16 15:20:36 -070033 select DMA_NONCOHERENT
34 select HW_HAS_PCI
35 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010036 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010037 select SYS_SUPPORTS_LITTLE_ENDIAN
38
39config MIPS_PB1100
40 bool "AMD Alchemy PB1100 board"
41 select SOC_AU1100
42 select DMA_NONCOHERENT
43 select HW_HAS_PCI
44 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010045 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010046 select SYS_SUPPORTS_LITTLE_ENDIAN
47
48config MIPS_PB1500
49 bool "AMD Alchemy PB1500 board"
50 select SOC_AU1500
51 select DMA_NONCOHERENT
52 select HW_HAS_PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010053 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010054 select SYS_SUPPORTS_LITTLE_ENDIAN
55
56config MIPS_PB1550
57 bool "AMD Alchemy PB1550 board"
58 select SOC_AU1550
59 select DMA_NONCOHERENT
60 select HW_HAS_PCI
61 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +010062 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010063 select SYS_SUPPORTS_LITTLE_ENDIAN
64
65config MIPS_PB1200
66 bool "AMD Alchemy PB1200 board"
67 select SOC_AU1200
68 select DMA_NONCOHERENT
69 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +010070 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010071 select SYS_SUPPORTS_LITTLE_ENDIAN
72
73config MIPS_DB1000
74 bool "AMD Alchemy DB1000 board"
75 select SOC_AU1000
76 select DMA_NONCOHERENT
77 select HW_HAS_PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010078 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010079 select SYS_SUPPORTS_LITTLE_ENDIAN
80
81config MIPS_DB1100
82 bool "AMD Alchemy DB1100 board"
83 select SOC_AU1100
84 select DMA_NONCOHERENT
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_DB1500
89 bool "AMD Alchemy DB1500 board"
90 select SOC_AU1500
91 select DMA_NONCOHERENT
92 select HW_HAS_PCI
93 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +010094 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010095 select SYS_SUPPORTS_BIG_ENDIAN
96 select SYS_SUPPORTS_LITTLE_ENDIAN
97
98config MIPS_DB1550
99 bool "AMD Alchemy DB1550 board"
100 select SOC_AU1550
101 select HW_HAS_PCI
102 select DMA_NONCOHERENT
103 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100104 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100105 select SYS_SUPPORTS_LITTLE_ENDIAN
106
107config MIPS_DB1200
108 bool "AMD Alchemy DB1200 board"
109 select SOC_AU1200
110 select DMA_COHERENT
111 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100112 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100113 select SYS_SUPPORTS_LITTLE_ENDIAN
114
115config MIPS_MIRAGE
116 bool "AMD Alchemy Mirage board"
117 select DMA_NONCOHERENT
118 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +0100119 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100120 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121
Ralf Baechle35189fa2006-06-18 16:39:46 +0100122config BASLER_EXCITE
123 bool "Basler eXcite smart camera support"
124 select DMA_COHERENT
125 select HW_HAS_PCI
126 select IRQ_CPU
127 select IRQ_CPU_RM7K
128 select IRQ_CPU_RM9K
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200129 select MIPS_RM9122
Ralf Baechle35189fa2006-06-18 16:39:46 +0100130 select SYS_HAS_CPU_RM9000
131 select SYS_SUPPORTS_32BIT_KERNEL
132 select SYS_SUPPORTS_64BIT_KERNEL
133 select SYS_SUPPORTS_BIG_ENDIAN
134 help
135 The eXcite is a smart camera platform manufactured by
136 Basler Vision Technologies AG
137
138config BASLER_EXCITE_PROTOTYPE
139 bool "Support for pre-release units"
140 depends on BASLER_EXCITE
141 default n
142 help
143 Pre-series (prototype) units are different from later ones in
144 some ways. Select this option if you have one of these. Please
145 note that a kernel built with this option selected will not be
146 able to run on normal units.
147
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148config MIPS_COBALT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200149 bool "Cobalt Server"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 select DMA_NONCOHERENT
151 select HW_HAS_PCI
152 select I8259
153 select IRQ_CPU
Ralf Baechle5e83d432005-10-29 19:32:41 +0100154 select MIPS_GT64111
Ralf Baechle7cf80532005-10-20 22:33:09 +0100155 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700156 select SYS_SUPPORTS_32BIT_KERNEL
157 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100158 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159
160config MACH_DECSTATION
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200161 bool "DECstations"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 select BOOT_ELF32
163 select DMA_NONCOHERENT
Maciej W. Rozyckib6d468e2005-02-02 20:36:21 +0000164 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100166 select SYS_HAS_CPU_R3000
167 select SYS_HAS_CPU_R4X00
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700168 select SYS_SUPPORTS_32BIT_KERNEL
169 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100170 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900171 select SYS_SUPPORTS_128HZ
172 select SYS_SUPPORTS_256HZ
173 select SYS_SUPPORTS_1024HZ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100174 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 This enables support for DEC's MIPS based workstations. For details
176 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
177 DECstation porting pages on <http://decstation.unix-ag.org/>.
178
179 If you have one of the following DECstation Models you definitely
180 want to choose R4xx0 for the CPU Type:
181
182 DECstation 5000/50
183 DECstation 5000/150
184 DECstation 5000/260
185 DECsystem 5900/260
186
187 otherwise choose R3000.
188
189config MIPS_EV64120
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200190 bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 depends on EXPERIMENTAL
192 select DMA_NONCOHERENT
193 select HW_HAS_PCI
194 select MIPS_GT64120
Ralf Baechle7cf80532005-10-20 22:33:09 +0100195 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700196 select SYS_SUPPORTS_32BIT_KERNEL
197 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100198 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199 help
200 This is an evaluation board based on the Galileo GT-64120
201 single-chip system controller that contains a MIPS R5000 compatible
202 core running at 75/100MHz. Their website is located at
203 <http://www.marvell.com/>. Say Y here if you wish to build a
204 kernel for this platform.
205
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206config MIPS_EV96100
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200207 bool "Galileo EV96100 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 depends on EXPERIMENTAL
209 select DMA_NONCOHERENT
210 select HW_HAS_PCI
211 select IRQ_CPU
212 select MIPS_GT96100
213 select RM7000_CPU_SCACHE
214 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100215 select SYS_HAS_CPU_R5000
216 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700217 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100218 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
219 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 help
221 This is an evaluation board based on the Galileo GT-96100 LAN/WAN
222 communications controllers containing a MIPS R5000 compatible core
223 running at 83MHz. Their website is <http://www.marvell.com/>. Say Y
224 here if you wish to build a kernel for this platform.
225
226config MIPS_IVR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200227 bool "Globespan IVR board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 select DMA_NONCOHERENT
229 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100230 select ITE_BOARD_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100231 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700232 select SYS_SUPPORTS_32BIT_KERNEL
233 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100234 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700235 help
236 This is an evaluation board built by Globespan to showcase thir
237 iVR (Internet Video Recorder) design. It utilizes a QED RM5231
238 R5000 MIPS core. More information can be found out their website
239 located at <http://www.globespan.net/>. Say Y here if you wish to
240 build a kernel for this platform.
241
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242config MIPS_ITE8172
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200243 bool "ITE 8172G board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244 select DMA_NONCOHERENT
245 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100246 select ITE_BOARD_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100247 select SYS_HAS_CPU_R5432
248 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700249 select SYS_SUPPORTS_32BIT_KERNEL
250 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100251 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 help
253 Ths is an evaluation board made by ITE <http://www.ite.com.tw/>
254 with ATX form factor that utilizes a MIPS R5000 to work with its
255 ITE8172G companion internet appliance chip. The MIPS core can be
256 either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build
257 a kernel for this platform.
258
Ralf Baechle5e83d432005-10-29 19:32:41 +0100259config MACH_JAZZ
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200260 bool "Jazz family of machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100261 select ARC
262 select ARC32
263 select ARCH_MAY_HAVE_PC_FDC
264 select GENERIC_ISA_DMA
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500265 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100266 select I8259
267 select ISA
Ralf Baechle7cf80532005-10-20 22:33:09 +0100268 select SYS_HAS_CPU_R4X00
Ralf Baechle5e83d432005-10-29 19:32:41 +0100269 select SYS_SUPPORTS_32BIT_KERNEL
270 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900271 select SYS_SUPPORTS_100HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100273 This a family of machines based on the MIPS R4030 chipset which was
274 used by several vendors to build RISC/os and Windows NT workstations.
275 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
276 Olivetti M700-10 workstations.
277
278config LASAT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200279 bool "LASAT Networks platforms"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100280 select DMA_NONCOHERENT
281 select HW_HAS_PCI
282 select MIPS_GT64120
283 select MIPS_NILE4
284 select R5000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100285 select SYS_HAS_CPU_R5000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100286 select SYS_SUPPORTS_32BIT_KERNEL
287 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
288 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289
290config MIPS_ATLAS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200291 bool "MIPS Atlas board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292 select BOOT_ELF32
293 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100294 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100296 select MIPS_BOARDS_GEN
297 select MIPS_BONITO64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100299 select MIPS_MSC
Maciej W. Rozyckif4b7cdb2005-02-12 04:31:49 +0000300 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100302 select SYS_HAS_CPU_MIPS32_R1
303 select SYS_HAS_CPU_MIPS32_R2
304 select SYS_HAS_CPU_MIPS64_R1
305 select SYS_HAS_CPU_NEVADA
306 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700307 select SYS_SUPPORTS_32BIT_KERNEL
308 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100309 select SYS_SUPPORTS_BIG_ENDIAN
310 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100311 select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000313 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 board.
315
316config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200317 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000318 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 select BOOT_ELF32
320 select HAVE_STD_PC_SERIAL_PORT
321 select DMA_NONCOHERENT
Ralf Baechlee01402b2005-07-14 15:57:16 +0000322 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323 select GENERIC_ISA_DMA
324 select HW_HAS_PCI
325 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100326 select MIPS_BOARDS_GEN
327 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100328 select MIPS_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100330 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100332 select SYS_HAS_CPU_MIPS32_R1
333 select SYS_HAS_CPU_MIPS32_R2
334 select SYS_HAS_CPU_MIPS64_R1
335 select SYS_HAS_CPU_NEVADA
336 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700337 select SYS_SUPPORTS_32BIT_KERNEL
338 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100339 select SYS_SUPPORTS_BIG_ENDIAN
340 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100341 select SYS_SUPPORTS_MULTITHREADING
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000343 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344 board.
345
346config MIPS_SEAD
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200347 bool "MIPS SEAD board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348 depends on EXPERIMENTAL
349 select IRQ_CPU
350 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100351 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100352 select SYS_HAS_CPU_MIPS32_R1
353 select SYS_HAS_CPU_MIPS32_R2
354 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700355 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100356 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
357 select SYS_SUPPORTS_BIG_ENDIAN
358 select SYS_SUPPORTS_LITTLE_ENDIAN
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000359 help
360 This enables support for the MIPS Technologies SEAD evaluation
361 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362
Mark.Zhana240a462006-05-06 17:04:20 +0800363config WR_PPMC
Mark.Zhan92478572006-06-20 18:15:02 +0800364 bool "Wind River PPMC board"
Mark.Zhana240a462006-05-06 17:04:20 +0800365 select IRQ_CPU
366 select BOOT_ELF32
367 select DMA_NONCOHERENT
368 select HW_HAS_PCI
369 select MIPS_GT64120
370 select SWAP_IO_SPACE
371 select SYS_HAS_CPU_MIPS32_R1
372 select SYS_HAS_CPU_MIPS32_R2
373 select SYS_HAS_CPU_MIPS64_R1
374 select SYS_HAS_CPU_NEVADA
375 select SYS_HAS_CPU_RM7000
376 select SYS_SUPPORTS_32BIT_KERNEL
377 select SYS_SUPPORTS_64BIT_KERNEL
378 select SYS_SUPPORTS_BIG_ENDIAN
379 select SYS_SUPPORTS_LITTLE_ENDIAN
380 help
381 This enables support for the Wind River MIPS32 4KC PPMC evaluation
382 board, which is based on GT64120 bridge chip.
383
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100384config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200385 bool 'MIPS simulator (MIPSsim)'
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100386 select DMA_NONCOHERENT
387 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100388 select SYS_HAS_CPU_MIPS32_R1
389 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100390 select SYS_SUPPORTS_32BIT_KERNEL
391 select SYS_SUPPORTS_BIG_ENDIAN
392 select SYS_SUPPORTS_LITTLE_ENDIAN
393 help
394 This option enables support for MIPS Technologies MIPSsim software
395 emulator.
396
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397config MOMENCO_JAGUAR_ATX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200398 bool "Momentum Jaguar board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 select BOOT_ELF32
400 select DMA_NONCOHERENT
401 select HW_HAS_PCI
402 select IRQ_CPU
403 select IRQ_CPU_RM7K
404 select IRQ_MV64340
405 select LIMITED_DMA
406 select PCI_MARVELL
407 select RM7000_CPU_SCACHE
408 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100409 select SYS_HAS_CPU_RM9000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700410 select SYS_SUPPORTS_32BIT_KERNEL
411 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100412 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413 help
414 The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
415 Momentum Computer <http://www.momenco.com/>.
416
Ralf Baechle5e83d432005-10-29 19:32:41 +0100417config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200418 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100419 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420 select HW_HAS_PCI
421 select IRQ_CPU
422 select IRQ_CPU_RM7K
Ralf Baechle5e83d432005-10-29 19:32:41 +0100423 select MIPS_GT64120
424 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100426 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700427 select SYS_SUPPORTS_32BIT_KERNEL
428 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100429 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100431 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
432 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433
Ralf Baechle5e83d432005-10-29 19:32:41 +0100434config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200435 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100436 select BOOT_ELF32
437 select DMA_NONCOHERENT
438 select HW_HAS_PCI
439 select IRQ_CPU
440 select IRQ_CPU_RM7K
441 select IRQ_MV64340
442 select PCI_MARVELL
443 select RM7000_CPU_SCACHE
444 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100445 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100446 select SYS_SUPPORTS_32BIT_KERNEL
447 select SYS_SUPPORTS_64BIT_KERNEL
448 select SYS_SUPPORTS_BIG_ENDIAN
449 help
450 The Ocelot-3 is based off Discovery III System Controller and
451 PMC-Sierra Rm79000 core.
452
453config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200454 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100455 select DMA_NONCOHERENT
456 select HW_HAS_PCI
457 select IRQ_CPU
458 select IRQ_MV64340
459 select PCI_MARVELL
460 select RM7000_CPU_SCACHE
461 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100462 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100463 select SYS_SUPPORTS_32BIT_KERNEL
464 select SYS_SUPPORTS_64BIT_KERNEL
465 select SYS_SUPPORTS_BIG_ENDIAN
466 help
467 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
468 Momentum Computer <http://www.momenco.com/>.
469
470config MOMENCO_OCELOT_G
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200471 bool "Momentum Ocelot-G board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100472 select DMA_NONCOHERENT
473 select HW_HAS_PCI
474 select IRQ_CPU
475 select IRQ_CPU_RM7K
476 select PCI_MARVELL
477 select RM7000_CPU_SCACHE
478 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100479 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100480 select SYS_SUPPORTS_32BIT_KERNEL
481 select SYS_SUPPORTS_64BIT_KERNEL
482 select SYS_SUPPORTS_BIG_ENDIAN
Atsushi Nemoto31473742006-07-03 00:09:47 +0900483 select ARCH_SPARSEMEM_ENABLE
Ralf Baechle5e83d432005-10-29 19:32:41 +0100484 help
485 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
486 Momentum Computer <http://www.momenco.com/>.
487
488config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200489 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100490 select DMA_NONCOHERENT
491 select SOC_AU1500
492 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493
Pete Popovbdf21b12005-07-14 17:47:57 +0000494config PNX8550_V2PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200495 bool "Philips PNX8550 based Viper2-PCI board"
Ralf Baechle4b29f602006-06-07 15:24:44 +0100496 depends on BROKEN
Pete Popovbdf21b12005-07-14 17:47:57 +0000497 select PNX8550
498 select SYS_SUPPORTS_LITTLE_ENDIAN
499
500config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200501 bool "Philips PNX8550 based JBS board"
Ralf Baechle4b29f602006-06-07 15:24:44 +0100502 depends on BROKEN
Pete Popovbdf21b12005-07-14 17:47:57 +0000503 select PNX8550
504 select SYS_SUPPORTS_LITTLE_ENDIAN
505
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200507 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100508 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 select DMA_NONCOHERENT
510 select HW_HAS_PCI
511 select I8259
512 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100513 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700514 select SYS_SUPPORTS_32BIT_KERNEL
515 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100516 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 help
518 This enables support for the R5432-based NEC DDB Vrc-5477,
519 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
520
521 Features : kernel debugging, serial terminal, NFS root fs, on-board
522 ether port USB, AC97, PCI, etc.
523
Ralf Baechle5e83d432005-10-29 19:32:41 +0100524config MACH_VR41XX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200525 bool "NEC VR41XX-based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100526 select SYS_HAS_CPU_VR41XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100527 select SYS_SUPPORTS_32BIT_KERNEL
528 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
529
530config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200531 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100532 select DMA_COHERENT
533 select HW_HAS_PCI
534 select IRQ_CPU
535 select IRQ_CPU_RM7K
536 select IRQ_CPU_RM9K
537 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100538 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100539 select SYS_SUPPORTS_32BIT_KERNEL
540 select SYS_SUPPORTS_64BIT_KERNEL
541 select SYS_SUPPORTS_BIG_ENDIAN
542 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlee73ea272006-06-04 11:51:46 +0100543 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100544 help
545 Yosemite is an evaluation board for the RM9000x2 processor
546 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547
Ralf Baechle07119622005-09-03 15:56:11 -0700548config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200549 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700550 select DMA_COHERENT
551 select GENERIC_ISA_DMA
552 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500553 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700554 select I8259
555 select ISA
556 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100557 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700558 select SYS_SUPPORTS_32BIT_KERNEL
559 select SYS_SUPPORTS_BIG_ENDIAN
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +0900560 select ARCH_SPARSEMEM_ENABLE
Ralf Baechle07119622005-09-03 15:56:11 -0700561 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100562 Qemu is a software emulator which among other architectures also
563 can simulate a MIPS32 4Kc system. This patch adds support for the
564 system architecture that currently is being simulated by Qemu. It
565 will eventually be removed again when Qemu has the capability to
566 simulate actual MIPS hardware platforms. More information on Qemu
567 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700568
dmitry pervushin355c4712006-05-21 14:53:06 +0400569config MARKEINS
570 bool "Support for NEC EMMA2RH Mark-eins"
571 select DMA_NONCOHERENT
572 select HW_HAS_PCI
573 select IRQ_CPU
574 select SWAP_IO_SPACE
575 select SYS_SUPPORTS_32BIT_KERNEL
576 select SYS_SUPPORTS_BIG_ENDIAN
577 select SYS_SUPPORTS_LITTLE_ENDIAN
578 select SYS_HAS_CPU_R5000
579 help
580 This enables support for the R5432-based NEC Mark-eins
581 boards with R5500 CPU.
582
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200584 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 select ARC
586 select ARC32
587 select BOOT_ELF32
588 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100589 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590 select IP22_CPU_SCACHE
591 select IRQ_CPU
Ralf Baechleaac076f2006-06-07 12:53:17 +0100592 select NO_ISA if ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100594 select SYS_HAS_CPU_R4X00
595 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700596 select SYS_SUPPORTS_32BIT_KERNEL
597 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100598 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 help
600 This are the SGI Indy, Challenge S and Indigo2, as well as certain
601 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
602 that runs on these, say Y here.
603
604config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200605 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606 select ARC
607 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100608 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 select DMA_IP27
Ralf Baechlea3d45392006-06-22 20:09:04 +0100610 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 select HW_HAS_PCI
612 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100613 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700614 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100615 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100616 select SYS_SUPPORTS_NUMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 help
618 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
619 workstations. To compile a Linux kernel that runs on these, say Y
620 here.
621
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200623 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700624 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 select ARC
626 select ARC32
627 select BOOT_ELF32
628 select OWN_DMA
629 select DMA_IP32
630 select DMA_NONCOHERENT
631 select HW_HAS_PCI
632 select R5000_CPU_SCACHE
633 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100634 select SYS_HAS_CPU_R5000
635 select SYS_HAS_CPU_R10000 if BROKEN
636 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000637 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700638 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100639 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640 help
641 If you want this kernel to run on SGI O2 workstation, say Y here.
642
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700643config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200644 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700645 select BOOT_ELF32
646 select DMA_COHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +0100647 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700648 select SIBYTE_BCM1x80
649 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100650 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700651 select SYS_SUPPORTS_BIG_ENDIAN
652 select SYS_SUPPORTS_LITTLE_ENDIAN
653
Ralf Baechle5e83d432005-10-29 19:32:41 +0100654config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200655 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100656 select BOOT_ELF32
657 select DMA_COHERENT
658 select SIBYTE_SB1250
659 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100660 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100661 select SYS_SUPPORTS_BIG_ENDIAN
662 select SYS_SUPPORTS_HIGHMEM
663 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000664
Ralf Baechle5e83d432005-10-29 19:32:41 +0100665config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200666 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100667 depends on EXPERIMENTAL
668 select BOOT_ELF32
669 select DMA_COHERENT
670 select SIBYTE_SB1250
671 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100672 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100673 select SYS_SUPPORTS_BIG_ENDIAN
674 select SYS_SUPPORTS_LITTLE_ENDIAN
675
676config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200677 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100678 depends on EXPERIMENTAL
679 select BOOT_ELF32
680 select DMA_COHERENT
681 select SIBYTE_BCM1125H
682 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100683 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100684 select SYS_SUPPORTS_BIG_ENDIAN
685 select SYS_SUPPORTS_LITTLE_ENDIAN
686
687config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200688 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100689 depends on EXPERIMENTAL
690 select BOOT_ELF32
691 select DMA_COHERENT
692 select SIBYTE_BCM1120
693 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100694 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100695 select SYS_SUPPORTS_BIG_ENDIAN
696 select SYS_SUPPORTS_LITTLE_ENDIAN
697
698config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200699 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100700 depends on EXPERIMENTAL
701 select BOOT_ELF32
702 select DMA_COHERENT
703 select SIBYTE_SB1250
704 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100705 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100706 select SYS_SUPPORTS_BIG_ENDIAN
707 select SYS_SUPPORTS_HIGHMEM
708 select SYS_SUPPORTS_LITTLE_ENDIAN
709
710config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200711 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100712 depends on EXPERIMENTAL
713 select BOOT_ELF32
714 select DMA_COHERENT
715 select SIBYTE_SB1250
716 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100717 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100718 select SYS_SUPPORTS_BIG_ENDIAN
719 select SYS_SUPPORTS_HIGHMEM
720 select SYS_SUPPORTS_LITTLE_ENDIAN
721
722config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200723 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100724 depends on EXPERIMENTAL
725 select BOOT_ELF32
726 select DMA_COHERENT
727 select SIBYTE_BCM1120
728 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100729 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100730 select SYS_SUPPORTS_BIG_ENDIAN
731 select SYS_SUPPORTS_LITTLE_ENDIAN
732
733config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200734 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100735 depends on EXPERIMENTAL
736 select BOOT_ELF32
737 select DMA_COHERENT
738 select SIBYTE_BCM1125
739 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100740 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100741 select SYS_SUPPORTS_BIG_ENDIAN
742 select SYS_SUPPORTS_HIGHMEM
743 select SYS_SUPPORTS_LITTLE_ENDIAN
744
745config SNI_RM200_PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200746 bool "SNI RM200 PCI"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200747 select ARC if CPU_LITTLE_ENDIAN
748 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100749 select ARCH_MAY_HAVE_PC_FDC
750 select BOOT_ELF32
751 select DMA_NONCOHERENT
752 select GENERIC_ISA_DMA
753 select HAVE_STD_PC_SERIAL_PORT
754 select HW_HAS_EISA
755 select HW_HAS_PCI
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500756 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100757 select I8259
758 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200759 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100760 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200761 select SYS_HAS_CPU_R5000
762 select R5000_CPU_SCACHE
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700763 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100764 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200765 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100766 select SYS_SUPPORTS_HIGHMEM
767 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100769 The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
770 Nixdorf Informationssysteme (SNI), parent company of Pyramid
771 Technology and now in turn merged with Fujitsu. Say Y here to
772 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773
Ralf Baechle5e83d432005-10-29 19:32:41 +0100774config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200775 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100776 select DMA_NONCOHERENT
777 select HW_HAS_PCI
778 select MIPS_TX3927
779 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100780 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100781 select SYS_SUPPORTS_32BIT_KERNEL
782 select SYS_SUPPORTS_BIG_ENDIAN
783 select TOSHIBA_BOARDS
784
785config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200786 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100787 select DMA_NONCOHERENT
788 select HAS_TXX9_SERIAL
789 select HW_HAS_PCI
790 select I8259
791 select ISA
792 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100793 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100794 select SYS_SUPPORTS_32BIT_KERNEL
795 select SYS_SUPPORTS_64BIT_KERNEL
796 select SYS_SUPPORTS_BIG_ENDIAN
797 select TOSHIBA_BOARDS
798 help
799 This Toshiba board is based on the TX4927 processor. Say Y here to
800 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801
Ralf Baechle23fbee92005-07-25 22:45:45 +0000802config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200803 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000804 select HAVE_STD_PC_SERIAL_PORT
805 select DMA_NONCOHERENT
806 select GENERIC_ISA_DMA
807 select HAS_TXX9_SERIAL
808 select HW_HAS_PCI
809 select I8259
810 select ISA
811 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100812 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000813 select SYS_SUPPORTS_32BIT_KERNEL
814 select SYS_SUPPORTS_LITTLE_ENDIAN
815 select SYS_SUPPORTS_BIG_ENDIAN
816 select TOSHIBA_BOARDS
817 help
818 This Toshiba board is based on the TX4938 processor. Say Y here to
819 support this machine type
820
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821endchoice
822
Ralf Baechle5e83d432005-10-29 19:32:41 +0100823source "arch/mips/ddb5xxx/Kconfig"
824source "arch/mips/gt64120/ev64120/Kconfig"
825source "arch/mips/jazz/Kconfig"
826source "arch/mips/ite-boards/Kconfig"
827source "arch/mips/lasat/Kconfig"
828source "arch/mips/momentum/Kconfig"
829source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000830source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000831source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100832source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000833source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100834source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000835source "arch/mips/philips/pnx8550/common/Kconfig"
Peter Hortone87ddde2006-02-12 17:10:25 +0000836source "arch/mips/cobalt/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000837
Ralf Baechle5e83d432005-10-29 19:32:41 +0100838endmenu
839
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840config RWSEM_GENERIC_SPINLOCK
841 bool
842 default y
843
844config RWSEM_XCHGADD_ALGORITHM
845 bool
846
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800847config GENERIC_FIND_NEXT_BIT
848 bool
849 default y
850
851config GENERIC_HWEIGHT
852 bool
853 default y
854
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855config GENERIC_CALIBRATE_DELAY
856 bool
857 default y
858
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900859config SCHED_NO_NO_OMIT_FRAME_POINTER
860 bool
861 default y
862
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863#
864# Select some configuration options automatically based on user selections.
865#
866config ARC
867 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868
Ralf Baechle61ed2422005-09-15 08:52:34 +0000869config ARCH_MAY_HAVE_PC_FDC
870 bool
871
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700872config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 bool
874
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700875config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876 bool
877
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700878config DMA_IP32
879 bool
880 select DMA_NEED_PCI_MAP_STATE
881
882config DMA_NONCOHERENT
883 bool
884 select DMA_NEED_PCI_MAP_STATE
885
886config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887 bool
888
Ralf Baechle5e83d432005-10-29 19:32:41 +0100889config OWN_DMA
890 bool
891
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892config EARLY_PRINTK
893 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
895config GENERIC_ISA_DMA
896 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897
898config I8259
899 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900
901config LIMITED_DMA
902 bool
903 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000904 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905
906config MIPS_BONITO64
907 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908
909config MIPS_MSC
910 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911
912config MIPS_NILE4
913 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914
915config MIPS_DISABLE_OBSOLETE_IDE
916 bool
917
Ralf Baechle5e83d432005-10-29 19:32:41 +0100918#
919# Endianess selection. Suffiently obscure so many users don't know what to
920# answer,so we try hard to limit the available choices. Also the use of a
921# choice statement should be more obvious to the user.
922#
923choice
924 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 help
926 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100927 byte order. These modes require different kernels and a different
928 Linux distribution. In general there is one prefered byteorder for a
929 particular system but some systems are just as commonly used in the
930 one or the other endianess.
931
932config CPU_BIG_ENDIAN
933 bool "Big endian"
934 depends on SYS_SUPPORTS_BIG_ENDIAN
935
936config CPU_LITTLE_ENDIAN
937 bool "Little endian"
938 depends on SYS_SUPPORTS_LITTLE_ENDIAN
939 help
940
941endchoice
942
943config SYS_SUPPORTS_BIG_ENDIAN
944 bool
945
946config SYS_SUPPORTS_LITTLE_ENDIAN
947 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948
949config IRQ_CPU
950 bool
951
952config IRQ_CPU_RM7K
953 bool
954
Ralf Baechle5e83d432005-10-29 19:32:41 +0100955config IRQ_CPU_RM9K
956 bool
957
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958config IRQ_MV64340
959 bool
960
961config DDB5XXX_COMMON
962 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963
964config MIPS_BOARDS_GEN
965 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966
967config MIPS_GT64111
968 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969
970config MIPS_GT64120
971 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972
973config MIPS_TX3927
974 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200977config MIPS_RM9122
978 bool
979 select SERIAL_RM9000
980 select GPI_RM9000
981 select WDT_RM9000
982
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983config PCI_MARVELL
984 bool
985
986config ITE_BOARD_GEN
987 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +0100988
989config SOC_AU1000
990 bool
991 select SOC_AU1X00
992
993config SOC_AU1100
994 bool
995 select SOC_AU1X00
996
997config SOC_AU1500
998 bool
999 select SOC_AU1X00
1000
1001config SOC_AU1550
1002 bool
1003 select SOC_AU1X00
1004
1005config SOC_AU1200
1006 bool
1007 select SOC_AU1X00
1008
1009config SOC_AU1X00
1010 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +01001011 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +01001012 select SYS_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013
Pete Popovbdf21b12005-07-14 17:47:57 +00001014config PNX8550
1015 bool
1016 select SOC_PNX8550
1017
1018config SOC_PNX8550
1019 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001020 select DMA_NONCOHERENT
1021 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001022 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle7cf80532005-10-20 22:33:09 +01001023 select SYS_SUPPORTS_32BIT_KERNEL
Pete Popovbdf21b12005-07-14 17:47:57 +00001024
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025config SWAP_IO_SPACE
1026 bool
1027
dmitry pervushin355c4712006-05-21 14:53:06 +04001028config EMMA2RH
1029 bool
1030 depends on MARKEINS
1031 default y
1032
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001033config SERIAL_RM9000
1034 bool
1035
1036config GPI_RM9000
1037 bool
1038
1039config WDT_RM9000
1040 bool
1041
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042#
1043# Unfortunately not all GT64120 systems run the chip at the same clock.
1044# As the user for the clock rate and try to minimize the available options.
1045#
1046choice
1047 prompt "Galileo Chip Clock"
1048 #default SYSCLK_83 if MIPS_EV64120
1049 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1050 default SYSCLK_83 if MIPS_EV64120
1051 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
1052
1053config SYSCLK_75
1054 bool "75" if MIPS_EV64120
1055
1056config SYSCLK_83
1057 bool "83.3" if MIPS_EV64120
1058
1059config SYSCLK_100
1060 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1061
1062endchoice
1063
Ralf Baechle5e83d432005-10-29 19:32:41 +01001064config ARC32
1065 bool
1066
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067config AU1X00_USB_DEVICE
1068 bool
1069 depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
1070 default n
1071
1072config MIPS_GT96100
1073 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001074 select MIPS_GT64120
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075
1076config IT8172_CIR
1077 bool
1078 depends on MIPS_ITE8172 || MIPS_IVR
1079 default y
1080
1081config IT8712
1082 bool
1083 depends on MIPS_ITE8172
1084 default y
1085
1086config BOOT_ELF32
1087 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088
1089config MIPS_L1_CACHE_SHIFT
1090 int
1091 default "4" if MACH_DECSTATION
1092 default "7" if SGI_IP27
1093 default "5"
1094
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095config HAVE_STD_PC_SERIAL_PORT
1096 bool
1097
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098config ARC_CONSOLE
1099 bool "ARC console support"
1100 depends on SGI_IP22 || SNI_RM200_PCI
1101
1102config ARC_MEMORY
1103 bool
1104 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
1105 default y
1106
1107config ARC_PROMLIB
1108 bool
1109 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
1110 default y
1111
1112config ARC64
1113 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114
1115config BOOT_ELF64
1116 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118config TOSHIBA_BOARDS
1119 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120
1121menu "CPU selection"
1122
1123choice
1124 prompt "CPU type"
1125 default CPU_R4X00
1126
Ralf Baechle6e760c82005-07-06 12:08:11 +00001127config CPU_MIPS32_R1
1128 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001129 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001130 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001131 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001132 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001133 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001134 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001135 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001136 MIPS32 architecture. Most modern embedded systems with a 32-bit
1137 MIPS processor are based on a MIPS32 processor. If you know the
1138 specific type of processor in your system, choose those that one
1139 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1140 Release 2 of the MIPS32 architecture is available since several
1141 years so chances are you even have a MIPS32 Release 2 processor
1142 in which case you should choose CPU_MIPS32_R2 instead for better
1143 performance.
1144
1145config CPU_MIPS32_R2
1146 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001147 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001148 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001149 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001150 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001151 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001152 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001153 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001154 MIPS32 architecture. Most modern embedded systems with a 32-bit
1155 MIPS processor are based on a MIPS32 processor. If you know the
1156 specific type of processor in your system, choose those that one
1157 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158
Ralf Baechle6e760c82005-07-06 12:08:11 +00001159config CPU_MIPS64_R1
1160 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001161 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001162 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001163 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001164 select CPU_SUPPORTS_32BIT_KERNEL
1165 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001166 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001167 help
1168 Choose this option to build a kernel for release 1 or later of the
1169 MIPS64 architecture. Many modern embedded systems with a 64-bit
1170 MIPS processor are based on a MIPS64 processor. If you know the
1171 specific type of processor in your system, choose those that one
1172 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001173 Release 2 of the MIPS64 architecture is available since several
1174 years so chances are you even have a MIPS64 Release 2 processor
1175 in which case you should choose CPU_MIPS64_R2 instead for better
1176 performance.
1177
1178config CPU_MIPS64_R2
1179 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001180 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001181 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001182 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001183 select CPU_SUPPORTS_32BIT_KERNEL
1184 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001185 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001186 help
1187 Choose this option to build a kernel for release 2 or later of the
1188 MIPS64 architecture. Many modern embedded systems with a 64-bit
1189 MIPS processor are based on a MIPS64 processor. If you know the
1190 specific type of processor in your system, choose those that one
1191 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
1193config CPU_R3000
1194 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001195 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001196 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001197 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001198 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 help
1200 Please make sure to pick the right CPU type. Linux/MIPS is not
1201 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1202 *not* work on R4000 machines and vice versa. However, since most
1203 of the supported machines have an R4000 (or similar) CPU, R4x00
1204 might be a safe bet. If the resulting kernel does not work,
1205 try to recompile with R3000.
1206
1207config CPU_TX39XX
1208 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001209 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001210 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211
1212config CPU_VR41XX
1213 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001214 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001215 select CPU_SUPPORTS_32BIT_KERNEL
1216 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001218 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219 Only choose this option if you have one of these processors as a
1220 kernel built with this option will not run on any other type of
1221 processor or vice versa.
1222
1223config CPU_R4300
1224 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001225 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001226 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001227 select CPU_SUPPORTS_32BIT_KERNEL
1228 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229 help
1230 MIPS Technologies R4300-series processors.
1231
1232config CPU_R4X00
1233 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001234 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001235 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001236 select CPU_SUPPORTS_32BIT_KERNEL
1237 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238 help
1239 MIPS Technologies R4000-series processors other than 4300, including
1240 the R4000, R4400, R4600, and 4700.
1241
1242config CPU_TX49XX
1243 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001244 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001245 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001246 select CPU_HAS_PREFETCH
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
1250config CPU_R5000
1251 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001252 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001253 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001254 select CPU_SUPPORTS_32BIT_KERNEL
1255 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256 help
1257 MIPS Technologies R5000-series processors other than the Nevada.
1258
1259config CPU_R5432
1260 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001261 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001262 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001263 select CPU_SUPPORTS_32BIT_KERNEL
1264 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265
1266config CPU_R6000
1267 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001268 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001269 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001270 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001271 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272 help
1273 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001274 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275
1276config CPU_NEVADA
1277 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001278 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001279 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001280 select CPU_SUPPORTS_32BIT_KERNEL
1281 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282 help
1283 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1284
1285config CPU_R8000
1286 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001287 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001288 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001289 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001290 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001291 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292 help
1293 MIPS Technologies R8000 processors. Note these processors are
1294 uncommon and the support for them is incomplete.
1295
1296config CPU_R10000
1297 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001298 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001299 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001300 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001301 select CPU_SUPPORTS_32BIT_KERNEL
1302 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001303 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304 help
1305 MIPS Technologies R10000-series processors.
1306
1307config CPU_RM7000
1308 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001309 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001310 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001311 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001312 select CPU_SUPPORTS_32BIT_KERNEL
1313 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001314 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315
1316config CPU_RM9000
1317 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001318 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001319 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001320 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001321 select CPU_SUPPORTS_32BIT_KERNEL
1322 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001323 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324
1325config CPU_SB1
1326 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001327 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001328 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001329 select CPU_SUPPORTS_32BIT_KERNEL
1330 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001331 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332
1333endchoice
1334
Ralf Baechle7cf80532005-10-20 22:33:09 +01001335config SYS_HAS_CPU_MIPS32_R1
1336 bool
1337
1338config SYS_HAS_CPU_MIPS32_R2
1339 bool
1340
1341config SYS_HAS_CPU_MIPS64_R1
1342 bool
1343
1344config SYS_HAS_CPU_MIPS64_R2
1345 bool
1346
1347config SYS_HAS_CPU_R3000
1348 bool
1349
1350config SYS_HAS_CPU_TX39XX
1351 bool
1352
1353config SYS_HAS_CPU_VR41XX
1354 bool
1355
1356config SYS_HAS_CPU_R4300
1357 bool
1358
1359config SYS_HAS_CPU_R4X00
1360 bool
1361
1362config SYS_HAS_CPU_TX49XX
1363 bool
1364
1365config SYS_HAS_CPU_R5000
1366 bool
1367
1368config SYS_HAS_CPU_R5432
1369 bool
1370
1371config SYS_HAS_CPU_R6000
1372 bool
1373
1374config SYS_HAS_CPU_NEVADA
1375 bool
1376
1377config SYS_HAS_CPU_R8000
1378 bool
1379
1380config SYS_HAS_CPU_R10000
1381 bool
1382
1383config SYS_HAS_CPU_RM7000
1384 bool
1385
1386config SYS_HAS_CPU_RM9000
1387 bool
1388
1389config SYS_HAS_CPU_SB1
1390 bool
1391
Ralf Baechle5e83d432005-10-29 19:32:41 +01001392endmenu
1393
1394#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001395# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001396#
1397config CPU_MIPS32
1398 bool
1399 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1400
1401config CPU_MIPS64
1402 bool
1403 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1404
1405#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001406# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001407#
1408config CPU_MIPSR1
1409 bool
1410 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1411
1412config CPU_MIPSR2
1413 bool
1414 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1415
1416config SYS_SUPPORTS_32BIT_KERNEL
1417 bool
1418config SYS_SUPPORTS_64BIT_KERNEL
1419 bool
1420config CPU_SUPPORTS_32BIT_KERNEL
1421 bool
1422config CPU_SUPPORTS_64BIT_KERNEL
1423 bool
1424
1425menu "Kernel type"
1426
1427choice
1428
1429 prompt "Kernel code model"
1430 help
1431 You should only select this option if you have a workload that
1432 actually benefits from 64-bit processing or if your machine has
1433 large memory. You will only be presented a single option in this
1434 menu if your system does not support both 32-bit and 64-bit kernels.
1435
1436config 32BIT
1437 bool "32-bit kernel"
1438 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1439 select TRAD_SIGNALS
1440 help
1441 Select this option if you want to build a 32-bit kernel.
1442config 64BIT
1443 bool "64-bit kernel"
1444 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1445 help
1446 Select this option if you want to build a 64-bit kernel.
1447
1448endchoice
1449
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450choice
1451 prompt "Kernel page size"
1452 default PAGE_SIZE_4KB
1453
1454config PAGE_SIZE_4KB
1455 bool "4kB"
1456 help
1457 This option select the standard 4kB Linux page size. On some
1458 R3000-family processors this is the only available page size. Using
1459 4kB page size will minimize memory consumption and is therefore
1460 recommended for low memory systems.
1461
1462config PAGE_SIZE_8KB
1463 bool "8kB"
1464 depends on EXPERIMENTAL && CPU_R8000
1465 help
1466 Using 8kB page size will result in higher performance kernel at
1467 the price of higher memory consumption. This option is available
1468 only on the R8000 processor. Not that at the time of this writing
1469 this option is still high experimental; there are also issues with
1470 compatibility of user applications.
1471
1472config PAGE_SIZE_16KB
1473 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001474 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475 help
1476 Using 16kB page size will result in higher performance kernel at
1477 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001478 all non-R3000 family processors. Note that you will need a suitable
1479 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480
1481config PAGE_SIZE_64KB
1482 bool "64kB"
1483 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1484 help
1485 Using 64kB page size will result in higher performance kernel at
1486 the price of higher memory consumption. This option is available on
1487 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001488 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489
1490endchoice
1491
1492config BOARD_SCACHE
1493 bool
1494
1495config IP22_CPU_SCACHE
1496 bool
1497 select BOARD_SCACHE
1498
Chris Dearman9318c512006-06-20 17:15:20 +01001499#
1500# Support for a MIPS32 / MIPS64 style S-caches
1501#
1502config MIPS_CPU_SCACHE
1503 bool
1504 select BOARD_SCACHE
1505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506config R5000_CPU_SCACHE
1507 bool
1508 select BOARD_SCACHE
1509
1510config RM7000_CPU_SCACHE
1511 bool
1512 select BOARD_SCACHE
1513
1514config SIBYTE_DMA_PAGEOPS
1515 bool "Use DMA to clear/copy pages"
1516 depends on CPU_SB1
1517 help
1518 Instead of using the CPU to zero and copy pages, use a Data Mover
1519 channel. These DMA channels are otherwise unused by the standard
1520 SiByte Linux port. Seems to give a small performance benefit.
1521
1522config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001523 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001525choice
1526 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001527
1528config MIPS_MT_DISABLED
1529 bool "Disable multithreading support."
1530 help
1531 Use this option if your workload can't take advantage of
1532 MIPS hardware multithreading support. On systems that don't have
1533 the option of an MT-enabled processor this option will be the only
1534 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001535
Ralf Baechle41c594a2006-04-05 09:45:45 +01001536config MIPS_MT_SMTC
1537 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001538 depends on CPU_MIPS32_R2
1539 #depends on CPU_MIPS64_R2 # once there is hardware ...
1540 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001541 select CPU_MIPSR2_IRQ_VI
1542 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001543 select MIPS_MT
Ralf Baechle41c594a2006-04-05 09:45:45 +01001544 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001545 select SYS_SUPPORTS_SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001546 help
1547 This is a kernel model which is known a SMTC or lately has been
1548 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001549
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001550config MIPS_MT_SMP
1551 bool "Use 1 TC on each available VPE for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001552 depends on SYS_SUPPORTS_MULTITHREADING
1553 select CPU_MIPSR2_IRQ_VI
1554 select CPU_MIPSR2_SRS
1555 select MIPS_MT
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001556 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001557 select SYS_SUPPORTS_SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001558 help
1559 This is a kernel model which is also known a VSMP or lately
1560 has been marketesed into SMVP.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001561
Ralf Baechlee01402b2005-07-14 15:57:16 +00001562config MIPS_VPE_LOADER
1563 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001564 depends on SYS_SUPPORTS_MULTITHREADING
1565 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001566 help
1567 Includes a loader for loading an elf relocatable object
1568 onto another VPE and running it.
1569
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001570endchoice
1571
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001572config MIPS_MT
1573 bool
1574
1575config SYS_SUPPORTS_MULTITHREADING
1576 bool
1577
Ralf Baechlef088fc82006-04-05 09:45:47 +01001578config MIPS_MT_FPAFF
1579 bool "Dynamic FPU affinity for FP-intensive threads"
1580 depends on MIPS_MT
1581 default y
1582
Ralf Baechlee01402b2005-07-14 15:57:16 +00001583config MIPS_VPE_LOADER_TOM
1584 bool "Load VPE program into memory hidden from linux"
1585 depends on MIPS_VPE_LOADER
1586 default y
1587 help
1588 The loader can use memory that is present but has been hidden from
1589 Linux using the kernel command line option "mem=xxMB". It's up to
1590 you to ensure the amount you put in the option and the space your
1591 program requires is less or equal to the amount physically present.
1592
1593# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1594config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001595 bool "Enable support for AP/SP API (RTLX)"
1596 depends on MIPS_VPE_LOADER
1597 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001598
Ralf Baechle26009902006-04-05 09:45:45 +01001599config MIPS_APSP_KSPD
1600 bool "Enable KSPD"
1601 depends on MIPS_VPE_APSP_API
1602 default y
1603 help
1604 KSPD is a kernel daemon that accepts syscall requests from the SP
1605 side, actions them and returns the results. It also handles the
1606 "exit" syscall notifying other kernel modules the SP program is
1607 exiting. You probably want to say yes here.
1608
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609config SB1_PASS_1_WORKAROUNDS
1610 bool
1611 depends on CPU_SB1_PASS_1
1612 default y
1613
1614config SB1_PASS_2_WORKAROUNDS
1615 bool
1616 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1617 default y
1618
1619config SB1_PASS_2_1_WORKAROUNDS
1620 bool
1621 depends on CPU_SB1 && CPU_SB1_PASS_2
1622 default y
1623
1624config 64BIT_PHYS_ADDR
1625 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001626 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 -07001627
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001629 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001632 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001633
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001634#
1635# Vectored interrupt mode is an R2 feature
1636#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001637config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001638 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001639
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001640#
1641# Extended interrupt mode is an R2 feature
1642#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001643config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001644 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001645
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001646#
1647# Shadow registers are an R2 feature
1648#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001649config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001650 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001651
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652config CPU_HAS_SYNC
1653 bool
1654 depends on !CPU_R3000
1655 default y
1656
1657#
Ralf Baechle797798c2005-08-10 15:17:11 +00001658# Use the generic interrupt handling code in kernel/irq/:
1659#
1660config GENERIC_HARDIRQS
1661 bool
1662 default y
1663
1664config GENERIC_IRQ_PROBE
1665 bool
1666 default y
1667
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001668config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001669 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001670
Ralf Baechle797798c2005-08-10 15:17:11 +00001671#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672# - Highmem only makes sense for the 32-bit kernel.
1673# - The current highmem code will only work properly on physically indexed
1674# caches such as R3000, SB1, R7000 or those that look like they're virtually
1675# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1676# moment we protect the user and offer the highmem option only on machines
1677# where it's known to be safe. This will not offer highmem on a few systems
1678# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1679# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001680# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1681# know they might have memory configurations that could make use of highmem
1682# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683#
1684config HIGHMEM
1685 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001686 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1687
1688config CPU_SUPPORTS_HIGHMEM
1689 bool
1690
1691config SYS_SUPPORTS_HIGHMEM
1692 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001694config ARCH_FLATMEM_ENABLE
1695 def_bool y
1696 depends on !NUMA
1697
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001698config ARCH_DISCONTIGMEM_ENABLE
1699 bool
1700 default y if SGI_IP27
1701 help
1702 Say Y to upport efficient handling of discontiguous physical memory,
1703 for architectures which are either NUMA (Non-Uniform Memory Access)
1704 or have huge holes in the physical address space for other reasons.
1705 See <file:Documentation/vm/numa> for more.
1706
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001707config ARCH_SPARSEMEM_ENABLE
1708 bool
1709
Atsushi Nemoto31473742006-07-03 00:09:47 +09001710config ARCH_SPARSEMEM_ENABLE
1711 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001712 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001713
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001714config NUMA
1715 bool "NUMA Support"
1716 depends on SYS_SUPPORTS_NUMA
1717 help
1718 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1719 Access). This option improves performance on systems with more
1720 than two nodes; on two node systems it is generally better to
1721 leave it disabled; on single node systems disable this option
1722 disabled.
1723
1724config SYS_SUPPORTS_NUMA
1725 bool
1726
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001727config NODES_SHIFT
1728 int
1729 default "6"
1730 depends on NEED_MULTIPLE_NODES
1731
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001732source "mm/Kconfig"
1733
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734config SMP
1735 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001736 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001737 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001738 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739 This enables support for systems with more than one CPU. If you have
1740 a system with only one CPU, like most personal computers, say N. If
1741 you have a system with more than one CPU, say Y.
1742
1743 If you say N here, the kernel will run on single and multiprocessor
1744 machines, but will use only one CPU of a multiprocessor machine. If
1745 you say Y here, the kernel will run on many, but not all,
1746 singleprocessor machines. On a singleprocessor machine, the kernel
1747 will run faster if you say N here.
1748
1749 People using multiprocessor machines who say Y here should also say
1750 Y to "Enhanced Real Time Clock Support", below.
1751
1752 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1753 available at <http://www.tldp.org/docs.html#howto>.
1754
1755 If you don't know what to do here, say N.
1756
Ralf Baechlee73ea272006-06-04 11:51:46 +01001757config SYS_SUPPORTS_SMP
1758 bool
1759
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760config NR_CPUS
1761 int "Maximum number of CPUs (2-64)"
1762 range 2 64
1763 depends on SMP
1764 default "64" if SGI_IP27
1765 default "2"
1766 help
1767 This allows you to specify the maximum number of CPUs which this
1768 kernel will support. The maximum supported value is 32 for 32-bit
1769 kernel and 64 for 64-bit kernels; the minimum value which makes
1770 sense is 2.
1771
1772 This is purely to save memory - each supported CPU adds
1773 approximately eight kilobytes to the kernel image.
1774
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001775#
1776# Timer Interrupt Frequency Configuration
1777#
1778
1779choice
1780 prompt "Timer frequency"
1781 default HZ_250
1782 help
1783 Allows the configuration of the timer frequency.
1784
1785 config HZ_48
1786 bool "48 HZ" if SYS_SUPPORTS_48HZ
1787
1788 config HZ_100
1789 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1790
1791 config HZ_128
1792 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1793
1794 config HZ_250
1795 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1796
1797 config HZ_256
1798 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1799
1800 config HZ_1000
1801 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1802
1803 config HZ_1024
1804 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1805
1806endchoice
1807
1808config SYS_SUPPORTS_48HZ
1809 bool
1810
1811config SYS_SUPPORTS_100HZ
1812 bool
1813
1814config SYS_SUPPORTS_128HZ
1815 bool
1816
1817config SYS_SUPPORTS_250HZ
1818 bool
1819
1820config SYS_SUPPORTS_256HZ
1821 bool
1822
1823config SYS_SUPPORTS_1000HZ
1824 bool
1825
1826config SYS_SUPPORTS_1024HZ
1827 bool
1828
1829config SYS_SUPPORTS_ARBIT_HZ
1830 bool
1831 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1832 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1833 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1834 !SYS_SUPPORTS_1024HZ
1835
1836config HZ
1837 int
1838 default 48 if HZ_48
1839 default 100 if HZ_100
1840 default 128 if HZ_128
1841 default 250 if HZ_250
1842 default 256 if HZ_256
1843 default 1000 if HZ_1000
1844 default 1024 if HZ_1024
1845
Ralf Baechlee80de852005-07-11 20:45:51 +00001846source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847
1848config RTC_DS1742
1849 bool "DS1742 BRAM/RTC support"
1850 depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
1851
1852config MIPS_INSANE_LARGE
1853 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001854 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855 help
1856 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1857 previous 64-bit processors which only supported 40 bit / 1TB. If you
1858 need processes of more than 1TB virtual address space, say Y here.
1859 This will result in additional memory usage, so it is not
1860 recommended for normal users.
1861
Ralf Baechle5e83d432005-10-29 19:32:41 +01001862endmenu
1863
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864config RWSEM_GENERIC_SPINLOCK
1865 bool
1866 default y
1867
Ralf Baechleb6c35392005-11-25 11:35:40 +00001868source "init/Kconfig"
1869
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1871
Ralf Baechle5e83d432005-10-29 19:32:41 +01001872config HW_HAS_EISA
1873 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874config HW_HAS_PCI
1875 bool
1876
1877config PCI
1878 bool "Support for PCI controller"
1879 depends on HW_HAS_PCI
1880 help
1881 Find out whether you have a PCI motherboard. PCI is the name of a
1882 bus system, i.e. the way the CPU talks to the other stuff inside
1883 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1884 say Y, otherwise N.
1885
1886 The PCI-HOWTO, available from
1887 <http://www.tldp.org/docs.html#howto>, contains valuable
1888 information about which PCI hardware does work under Linux and which
1889 doesn't.
1890
1891config PCI_DOMAINS
1892 bool
1893 depends on PCI
1894
1895source "drivers/pci/Kconfig"
1896
1897#
1898# ISA support is now enabled via select. Too many systems still have the one
1899# or other ISA chip on the board that users don't know about so don't expect
1900# users to choose the right thing ...
1901#
1902config ISA
1903 bool
1904
Ralf Baechleaac076f2006-06-07 12:53:17 +01001905config NO_ISA
1906 bool
1907
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908config EISA
1909 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001910 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911 select ISA
1912 ---help---
1913 The Extended Industry Standard Architecture (EISA) bus was
1914 developed as an open alternative to the IBM MicroChannel bus.
1915
1916 The EISA bus provided some of the features of the IBM MicroChannel
1917 bus while maintaining backward compatibility with cards made for
1918 the older ISA bus. The EISA bus saw limited use between 1988 and
1919 1995 when it was made obsolete by the PCI bus.
1920
1921 Say Y here if you are building a kernel for an EISA-based machine.
1922
1923 Otherwise, say N.
1924
1925source "drivers/eisa/Kconfig"
1926
1927config TC
1928 bool "TURBOchannel support"
1929 depends on MACH_DECSTATION
1930 help
1931 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
1932 processors. Documentation on writing device drivers for TurboChannel
1933 is available at:
1934 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
1935
1936#config ACCESSBUS
1937# bool "Access.Bus support"
1938# depends on TC
1939
1940config MMU
1941 bool
1942 default y
1943
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05001944config I8253
1945 bool
1946
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947source "drivers/pcmcia/Kconfig"
1948
1949source "drivers/pci/hotplug/Kconfig"
1950
1951endmenu
1952
1953menu "Executable file formats"
1954
1955source "fs/Kconfig.binfmt"
1956
1957config TRAD_SIGNALS
1958 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959
1960config BUILD_ELF64
1961 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001962 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963 help
1964 A 64-bit kernel is usually built using the 64-bit ELF binary object
1965 format as it's one that allows arbitrary 64-bit constructs. For
1966 kernels that are loaded within the KSEG compatibility segments the
1967 32-bit ELF format can optionally be used resulting in a somewhat
1968 smaller binary, but this option is not explicitly supported by the
1969 toolchain and since binutils 2.14 it does not even work at all.
1970
1971 Say Y to use the 64-bit format or N to use the 32-bit one.
1972
1973 If unsure say Y.
1974
1975config BINFMT_IRIX
1976 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001977 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978
1979config MIPS32_COMPAT
1980 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001981 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 help
1983 Select this option if you want Linux/MIPS 32-bit binary
1984 compatibility. Since all software available for Linux/MIPS is
1985 currently 32-bit you should say Y here.
1986
1987config COMPAT
1988 bool
1989 depends on MIPS32_COMPAT
1990 default y
1991
1992config MIPS32_O32
1993 bool "Kernel support for o32 binaries"
1994 depends on MIPS32_COMPAT
1995 help
1996 Select this option if you want to run o32 binaries. These are pure
1997 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
1998 existing binaries are in this format.
1999
2000 If unsure, say Y.
2001
2002config MIPS32_N32
2003 bool "Kernel support for n32 binaries"
2004 depends on MIPS32_COMPAT
2005 help
2006 Select this option if you want to run n32 binaries. These are
2007 64-bit binaries using 32-bit quantities for addressing and certain
2008 data that would normally be 64-bit. They are used in special
2009 cases.
2010
2011 If unsure, say N.
2012
2013config BINFMT_ELF32
2014 bool
2015 default y if MIPS32_O32 || MIPS32_N32
2016
Ralf Baechle127c6f62005-03-18 17:36:42 +00002017config SECCOMP
2018 bool "Enable seccomp to safely compute untrusted bytecode"
2019 depends on PROC_FS && BROKEN
2020 default y
2021 help
2022 This kernel feature is useful for number crunching applications
2023 that may need to compute untrusted bytecode during their
2024 execution. By using pipes or other transports made available to
2025 the process as file descriptors supporting the read/write
2026 syscalls, it's possible to isolate those applications in
2027 their own address space using seccomp. Once seccomp is
2028 enabled via /proc/<pid>/seccomp, it cannot be disabled
2029 and the task is only allowed to execute a few safe syscalls
2030 defined by each seccomp mode.
2031
2032 If unsure, say Y. Only embedded should say N here.
2033
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034config PM
2035 bool "Power Management support (EXPERIMENTAL)"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002036 depends on EXPERIMENTAL && SOC_AU1X00
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002038config APM
2039 tristate "Advanced Power Management Emulation"
2040 depends on PM
2041 ---help---
2042 APM is a BIOS specification for saving power using several different
2043 techniques. This is mostly useful for battery powered systems with
2044 APM compliant BIOSes. If you say Y here, the system time will be
2045 reset after a RESUME operation, the /proc/apm device will provide
2046 battery status information, and user-space programs will receive
2047 notification of APM "events" (e.g. battery status change).
2048
2049 In order to use APM, you will need supporting software. For location
2050 and more information, read <file:Documentation/pm.txt> and the
2051 Battery Powered Linux mini-HOWTO, available from
2052 <http://www.tldp.org/docs.html#howto>.
2053
2054 This driver does not spin down disk drives (see the hdparm(8)
2055 manpage ("man 8 hdparm") for that), and it doesn't turn off
2056 VESA-compliant "green" monitors.
2057
2058 Generally, if you don't have a battery in your machine, there isn't
2059 much point in using this driver and you should say N. If you get
2060 random kernel OOPSes or reboots that don't seem to be related to
2061 anything, try disabling/enabling this option (or disabling/enabling
2062 APM in your BIOS).
2063
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064endmenu
2065
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002066source "net/Kconfig"
2067
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068source "drivers/Kconfig"
2069
2070source "fs/Kconfig"
2071
Ralf Baechle5e83d432005-10-29 19:32:41 +01002072source "arch/mips/oprofile/Kconfig"
2073
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074source "arch/mips/Kconfig.debug"
2075
2076source "security/Kconfig"
2077
2078source "crypto/Kconfig"
2079
2080source "lib/Kconfig"