blob: 50274fcacde082fdffca0a13a85aecfd04a35a8a [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
129 select SERIAL_RM9000
130 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
171 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 This enables support for DEC's MIPS based workstations. For details
173 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
174 DECstation porting pages on <http://decstation.unix-ag.org/>.
175
176 If you have one of the following DECstation Models you definitely
177 want to choose R4xx0 for the CPU Type:
178
179 DECstation 5000/50
180 DECstation 5000/150
181 DECstation 5000/260
182 DECsystem 5900/260
183
184 otherwise choose R3000.
185
186config MIPS_EV64120
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200187 bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188 depends on EXPERIMENTAL
189 select DMA_NONCOHERENT
190 select HW_HAS_PCI
191 select MIPS_GT64120
Ralf Baechle7cf80532005-10-20 22:33:09 +0100192 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700193 select SYS_SUPPORTS_32BIT_KERNEL
194 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100195 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 help
197 This is an evaluation board based on the Galileo GT-64120
198 single-chip system controller that contains a MIPS R5000 compatible
199 core running at 75/100MHz. Their website is located at
200 <http://www.marvell.com/>. Say Y here if you wish to build a
201 kernel for this platform.
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203config MIPS_EV96100
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200204 bool "Galileo EV96100 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 depends on EXPERIMENTAL
206 select DMA_NONCOHERENT
207 select HW_HAS_PCI
208 select IRQ_CPU
209 select MIPS_GT96100
210 select RM7000_CPU_SCACHE
211 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100212 select SYS_HAS_CPU_R5000
213 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700214 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100215 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
216 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217 help
218 This is an evaluation board based on the Galileo GT-96100 LAN/WAN
219 communications controllers containing a MIPS R5000 compatible core
220 running at 83MHz. Their website is <http://www.marvell.com/>. Say Y
221 here if you wish to build a kernel for this platform.
222
223config MIPS_IVR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200224 bool "Globespan IVR board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 select DMA_NONCOHERENT
226 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100227 select ITE_BOARD_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100228 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700229 select SYS_SUPPORTS_32BIT_KERNEL
230 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100231 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 help
233 This is an evaluation board built by Globespan to showcase thir
234 iVR (Internet Video Recorder) design. It utilizes a QED RM5231
235 R5000 MIPS core. More information can be found out their website
236 located at <http://www.globespan.net/>. Say Y here if you wish to
237 build a kernel for this platform.
238
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239config MIPS_ITE8172
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200240 bool "ITE 8172G board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241 select DMA_NONCOHERENT
242 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100243 select ITE_BOARD_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100244 select SYS_HAS_CPU_R5432
245 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700246 select SYS_SUPPORTS_32BIT_KERNEL
247 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100248 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 help
250 Ths is an evaluation board made by ITE <http://www.ite.com.tw/>
251 with ATX form factor that utilizes a MIPS R5000 to work with its
252 ITE8172G companion internet appliance chip. The MIPS core can be
253 either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build
254 a kernel for this platform.
255
Ralf Baechle5e83d432005-10-29 19:32:41 +0100256config MACH_JAZZ
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200257 bool "Jazz family of machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100258 select ARC
259 select ARC32
260 select ARCH_MAY_HAVE_PC_FDC
261 select GENERIC_ISA_DMA
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500262 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100263 select I8259
264 select ISA
Ralf Baechle7cf80532005-10-20 22:33:09 +0100265 select SYS_HAS_CPU_R4X00
Ralf Baechle5e83d432005-10-29 19:32:41 +0100266 select SYS_SUPPORTS_32BIT_KERNEL
267 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100269 This a family of machines based on the MIPS R4030 chipset which was
270 used by several vendors to build RISC/os and Windows NT workstations.
271 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
272 Olivetti M700-10 workstations.
273
274config LASAT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200275 bool "LASAT Networks platforms"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100276 select DMA_NONCOHERENT
277 select HW_HAS_PCI
278 select MIPS_GT64120
279 select MIPS_NILE4
280 select R5000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100281 select SYS_HAS_CPU_R5000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100282 select SYS_SUPPORTS_32BIT_KERNEL
283 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
284 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
286config MIPS_ATLAS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200287 bool "MIPS Atlas board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 select BOOT_ELF32
289 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100290 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100292 select MIPS_BOARDS_GEN
293 select MIPS_BONITO64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100295 select MIPS_MSC
Maciej W. Rozyckif4b7cdb2005-02-12 04:31:49 +0000296 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100298 select SYS_HAS_CPU_MIPS32_R1
299 select SYS_HAS_CPU_MIPS32_R2
300 select SYS_HAS_CPU_MIPS64_R1
301 select SYS_HAS_CPU_NEVADA
302 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700303 select SYS_SUPPORTS_32BIT_KERNEL
304 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100305 select SYS_SUPPORTS_BIG_ENDIAN
306 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000308 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 board.
310
311config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200312 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000313 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 select BOOT_ELF32
315 select HAVE_STD_PC_SERIAL_PORT
316 select DMA_NONCOHERENT
Ralf Baechlee01402b2005-07-14 15:57:16 +0000317 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318 select GENERIC_ISA_DMA
319 select HW_HAS_PCI
320 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100321 select MIPS_BOARDS_GEN
322 select MIPS_BONITO64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100324 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100326 select SYS_HAS_CPU_MIPS32_R1
327 select SYS_HAS_CPU_MIPS32_R2
328 select SYS_HAS_CPU_MIPS64_R1
329 select SYS_HAS_CPU_NEVADA
330 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700331 select SYS_SUPPORTS_32BIT_KERNEL
332 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100333 select SYS_SUPPORTS_BIG_ENDIAN
334 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000336 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 board.
338
339config MIPS_SEAD
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200340 bool "MIPS SEAD board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341 depends on EXPERIMENTAL
342 select IRQ_CPU
343 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100344 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100345 select SYS_HAS_CPU_MIPS32_R1
346 select SYS_HAS_CPU_MIPS32_R2
347 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700348 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100349 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
350 select SYS_SUPPORTS_BIG_ENDIAN
351 select SYS_SUPPORTS_LITTLE_ENDIAN
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000352 help
353 This enables support for the MIPS Technologies SEAD evaluation
354 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355
Mark.Zhana240a462006-05-06 17:04:20 +0800356config WR_PPMC
357 bool "Support for Wind River PPMC board"
358 select IRQ_CPU
359 select BOOT_ELF32
360 select DMA_NONCOHERENT
361 select HW_HAS_PCI
362 select MIPS_GT64120
363 select SWAP_IO_SPACE
364 select SYS_HAS_CPU_MIPS32_R1
365 select SYS_HAS_CPU_MIPS32_R2
366 select SYS_HAS_CPU_MIPS64_R1
367 select SYS_HAS_CPU_NEVADA
368 select SYS_HAS_CPU_RM7000
369 select SYS_SUPPORTS_32BIT_KERNEL
370 select SYS_SUPPORTS_64BIT_KERNEL
371 select SYS_SUPPORTS_BIG_ENDIAN
372 select SYS_SUPPORTS_LITTLE_ENDIAN
373 help
374 This enables support for the Wind River MIPS32 4KC PPMC evaluation
375 board, which is based on GT64120 bridge chip.
376
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100377config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200378 bool 'MIPS simulator (MIPSsim)'
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100379 select DMA_NONCOHERENT
380 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100381 select SYS_HAS_CPU_MIPS32_R1
382 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100383 select SYS_SUPPORTS_32BIT_KERNEL
384 select SYS_SUPPORTS_BIG_ENDIAN
385 select SYS_SUPPORTS_LITTLE_ENDIAN
386 help
387 This option enables support for MIPS Technologies MIPSsim software
388 emulator.
389
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390config MOMENCO_JAGUAR_ATX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200391 bool "Momentum Jaguar board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392 select BOOT_ELF32
393 select DMA_NONCOHERENT
394 select HW_HAS_PCI
395 select IRQ_CPU
396 select IRQ_CPU_RM7K
397 select IRQ_MV64340
398 select LIMITED_DMA
399 select PCI_MARVELL
400 select RM7000_CPU_SCACHE
401 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100402 select SYS_HAS_CPU_RM9000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700403 select SYS_SUPPORTS_32BIT_KERNEL
404 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100405 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406 help
407 The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
408 Momentum Computer <http://www.momenco.com/>.
409
Ralf Baechle5e83d432005-10-29 19:32:41 +0100410config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200411 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100412 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413 select HW_HAS_PCI
414 select IRQ_CPU
415 select IRQ_CPU_RM7K
Ralf Baechle5e83d432005-10-29 19:32:41 +0100416 select MIPS_GT64120
417 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100419 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700420 select SYS_SUPPORTS_32BIT_KERNEL
421 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100422 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100424 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
425 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426
Ralf Baechle5e83d432005-10-29 19:32:41 +0100427config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200428 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100429 select BOOT_ELF32
430 select DMA_NONCOHERENT
431 select HW_HAS_PCI
432 select IRQ_CPU
433 select IRQ_CPU_RM7K
434 select IRQ_MV64340
435 select PCI_MARVELL
436 select RM7000_CPU_SCACHE
437 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100438 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100439 select SYS_SUPPORTS_32BIT_KERNEL
440 select SYS_SUPPORTS_64BIT_KERNEL
441 select SYS_SUPPORTS_BIG_ENDIAN
442 help
443 The Ocelot-3 is based off Discovery III System Controller and
444 PMC-Sierra Rm79000 core.
445
446config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200447 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100448 select DMA_NONCOHERENT
449 select HW_HAS_PCI
450 select IRQ_CPU
451 select IRQ_MV64340
452 select PCI_MARVELL
453 select RM7000_CPU_SCACHE
454 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100455 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100456 select SYS_SUPPORTS_32BIT_KERNEL
457 select SYS_SUPPORTS_64BIT_KERNEL
458 select SYS_SUPPORTS_BIG_ENDIAN
459 help
460 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
461 Momentum Computer <http://www.momenco.com/>.
462
463config MOMENCO_OCELOT_G
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200464 bool "Momentum Ocelot-G board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100465 select DMA_NONCOHERENT
466 select HW_HAS_PCI
467 select IRQ_CPU
468 select IRQ_CPU_RM7K
469 select PCI_MARVELL
470 select RM7000_CPU_SCACHE
471 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100472 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100473 select SYS_SUPPORTS_32BIT_KERNEL
474 select SYS_SUPPORTS_64BIT_KERNEL
475 select SYS_SUPPORTS_BIG_ENDIAN
476 help
477 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
478 Momentum Computer <http://www.momenco.com/>.
479
480config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200481 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100482 select DMA_NONCOHERENT
483 select SOC_AU1500
484 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485
Pete Popovbdf21b12005-07-14 17:47:57 +0000486config PNX8550_V2PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200487 bool "Philips PNX8550 based Viper2-PCI board"
Ralf Baechle4b29f602006-06-07 15:24:44 +0100488 depends on BROKEN
Pete Popovbdf21b12005-07-14 17:47:57 +0000489 select PNX8550
490 select SYS_SUPPORTS_LITTLE_ENDIAN
491
492config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200493 bool "Philips PNX8550 based JBS board"
Ralf Baechle4b29f602006-06-07 15:24:44 +0100494 depends on BROKEN
Pete Popovbdf21b12005-07-14 17:47:57 +0000495 select PNX8550
496 select SYS_SUPPORTS_LITTLE_ENDIAN
497
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200499 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100500 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501 select DMA_NONCOHERENT
502 select HW_HAS_PCI
503 select I8259
504 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100505 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700506 select SYS_SUPPORTS_32BIT_KERNEL
507 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100508 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 help
510 This enables support for the R5432-based NEC DDB Vrc-5477,
511 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
512
513 Features : kernel debugging, serial terminal, NFS root fs, on-board
514 ether port USB, AC97, PCI, etc.
515
Ralf Baechle5e83d432005-10-29 19:32:41 +0100516config MACH_VR41XX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200517 bool "NEC VR41XX-based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100518 select SYS_HAS_CPU_VR41XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100519 select SYS_SUPPORTS_32BIT_KERNEL
520 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
521
522config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200523 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100524 select DMA_COHERENT
525 select HW_HAS_PCI
526 select IRQ_CPU
527 select IRQ_CPU_RM7K
528 select IRQ_CPU_RM9K
529 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100530 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100531 select SYS_SUPPORTS_32BIT_KERNEL
532 select SYS_SUPPORTS_64BIT_KERNEL
533 select SYS_SUPPORTS_BIG_ENDIAN
534 select SYS_SUPPORTS_HIGHMEM
535 help
536 Yosemite is an evaluation board for the RM9000x2 processor
537 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538
Ralf Baechle07119622005-09-03 15:56:11 -0700539config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200540 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700541 select DMA_COHERENT
542 select GENERIC_ISA_DMA
543 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500544 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700545 select I8259
546 select ISA
547 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100548 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700549 select SYS_SUPPORTS_32BIT_KERNEL
550 select SYS_SUPPORTS_BIG_ENDIAN
551 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100552 Qemu is a software emulator which among other architectures also
553 can simulate a MIPS32 4Kc system. This patch adds support for the
554 system architecture that currently is being simulated by Qemu. It
555 will eventually be removed again when Qemu has the capability to
556 simulate actual MIPS hardware platforms. More information on Qemu
557 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700558
dmitry pervushin355c4712006-05-21 14:53:06 +0400559config MARKEINS
560 bool "Support for NEC EMMA2RH Mark-eins"
561 select DMA_NONCOHERENT
562 select HW_HAS_PCI
563 select IRQ_CPU
564 select SWAP_IO_SPACE
565 select SYS_SUPPORTS_32BIT_KERNEL
566 select SYS_SUPPORTS_BIG_ENDIAN
567 select SYS_SUPPORTS_LITTLE_ENDIAN
568 select SYS_HAS_CPU_R5000
569 help
570 This enables support for the R5432-based NEC Mark-eins
571 boards with R5500 CPU.
572
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200574 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 select ARC
576 select ARC32
577 select BOOT_ELF32
578 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100579 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580 select IP22_CPU_SCACHE
581 select IRQ_CPU
Ralf Baechleaac076f2006-06-07 12:53:17 +0100582 select NO_ISA if ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100584 select SYS_HAS_CPU_R4X00
585 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700586 select SYS_SUPPORTS_32BIT_KERNEL
587 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100588 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 help
590 This are the SGI Indy, Challenge S and Indigo2, as well as certain
591 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
592 that runs on these, say Y here.
593
594config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200595 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 select ARC
597 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100598 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 select DMA_IP27
600 select HW_HAS_PCI
601 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100602 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700603 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100604 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100605 select SYS_SUPPORTS_NUMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606 help
607 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
608 workstations. To compile a Linux kernel that runs on these, say Y
609 here.
610
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200612 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700613 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 select ARC
615 select ARC32
616 select BOOT_ELF32
617 select OWN_DMA
618 select DMA_IP32
619 select DMA_NONCOHERENT
620 select HW_HAS_PCI
621 select R5000_CPU_SCACHE
622 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100623 select SYS_HAS_CPU_R5000
624 select SYS_HAS_CPU_R10000 if BROKEN
625 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000626 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700627 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100628 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629 help
630 If you want this kernel to run on SGI O2 workstation, say Y here.
631
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700632config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200633 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700634 select BOOT_ELF32
635 select DMA_COHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +0100636 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700637 select SIBYTE_BCM1x80
638 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100639 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700640 select SYS_SUPPORTS_BIG_ENDIAN
641 select SYS_SUPPORTS_LITTLE_ENDIAN
642
Ralf Baechle5e83d432005-10-29 19:32:41 +0100643config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200644 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100645 select BOOT_ELF32
646 select DMA_COHERENT
647 select SIBYTE_SB1250
648 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100649 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100650 select SYS_SUPPORTS_BIG_ENDIAN
651 select SYS_SUPPORTS_HIGHMEM
652 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000653
Ralf Baechle5e83d432005-10-29 19:32:41 +0100654config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200655 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100656 depends on EXPERIMENTAL
657 select BOOT_ELF32
658 select DMA_COHERENT
659 select SIBYTE_SB1250
660 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100661 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100662 select SYS_SUPPORTS_BIG_ENDIAN
663 select SYS_SUPPORTS_LITTLE_ENDIAN
664
665config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200666 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100667 depends on EXPERIMENTAL
668 select BOOT_ELF32
669 select DMA_COHERENT
670 select SIBYTE_BCM1125H
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_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200677 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100678 depends on EXPERIMENTAL
679 select BOOT_ELF32
680 select DMA_COHERENT
681 select SIBYTE_BCM1120
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_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200688 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100689 depends on EXPERIMENTAL
690 select BOOT_ELF32
691 select DMA_COHERENT
692 select SIBYTE_SB1250
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_HIGHMEM
697 select SYS_SUPPORTS_LITTLE_ENDIAN
698
699config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200700 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100701 depends on EXPERIMENTAL
702 select BOOT_ELF32
703 select DMA_COHERENT
704 select SIBYTE_SB1250
705 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100706 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100707 select SYS_SUPPORTS_BIG_ENDIAN
708 select SYS_SUPPORTS_HIGHMEM
709 select SYS_SUPPORTS_LITTLE_ENDIAN
710
711config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200712 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100713 depends on EXPERIMENTAL
714 select BOOT_ELF32
715 select DMA_COHERENT
716 select SIBYTE_BCM1120
717 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100718 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100719 select SYS_SUPPORTS_BIG_ENDIAN
720 select SYS_SUPPORTS_LITTLE_ENDIAN
721
722config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200723 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100724 depends on EXPERIMENTAL
725 select BOOT_ELF32
726 select DMA_COHERENT
727 select SIBYTE_BCM1125
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_HIGHMEM
732 select SYS_SUPPORTS_LITTLE_ENDIAN
733
734config SNI_RM200_PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200735 bool "SNI RM200 PCI"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200736 select ARC if CPU_LITTLE_ENDIAN
737 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100738 select ARCH_MAY_HAVE_PC_FDC
739 select BOOT_ELF32
740 select DMA_NONCOHERENT
741 select GENERIC_ISA_DMA
742 select HAVE_STD_PC_SERIAL_PORT
743 select HW_HAS_EISA
744 select HW_HAS_PCI
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500745 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100746 select I8259
747 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200748 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100749 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200750 select SYS_HAS_CPU_R5000
751 select R5000_CPU_SCACHE
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700752 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100753 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200754 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100755 select SYS_SUPPORTS_HIGHMEM
756 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100758 The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
759 Nixdorf Informationssysteme (SNI), parent company of Pyramid
760 Technology and now in turn merged with Fujitsu. Say Y here to
761 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762
Ralf Baechle5e83d432005-10-29 19:32:41 +0100763config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200764 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100765 select DMA_NONCOHERENT
766 select HW_HAS_PCI
767 select MIPS_TX3927
768 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100769 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100770 select SYS_SUPPORTS_32BIT_KERNEL
771 select SYS_SUPPORTS_BIG_ENDIAN
772 select TOSHIBA_BOARDS
773
774config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200775 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100776 select DMA_NONCOHERENT
777 select HAS_TXX9_SERIAL
778 select HW_HAS_PCI
779 select I8259
780 select ISA
781 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100782 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100783 select SYS_SUPPORTS_32BIT_KERNEL
784 select SYS_SUPPORTS_64BIT_KERNEL
785 select SYS_SUPPORTS_BIG_ENDIAN
786 select TOSHIBA_BOARDS
787 help
788 This Toshiba board is based on the TX4927 processor. Say Y here to
789 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790
Ralf Baechle23fbee92005-07-25 22:45:45 +0000791config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200792 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000793 select HAVE_STD_PC_SERIAL_PORT
794 select DMA_NONCOHERENT
795 select GENERIC_ISA_DMA
796 select HAS_TXX9_SERIAL
797 select HW_HAS_PCI
798 select I8259
799 select ISA
800 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100801 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000802 select SYS_SUPPORTS_32BIT_KERNEL
803 select SYS_SUPPORTS_LITTLE_ENDIAN
804 select SYS_SUPPORTS_BIG_ENDIAN
805 select TOSHIBA_BOARDS
806 help
807 This Toshiba board is based on the TX4938 processor. Say Y here to
808 support this machine type
809
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810endchoice
811
Ralf Baechle5e83d432005-10-29 19:32:41 +0100812source "arch/mips/ddb5xxx/Kconfig"
813source "arch/mips/gt64120/ev64120/Kconfig"
814source "arch/mips/jazz/Kconfig"
815source "arch/mips/ite-boards/Kconfig"
816source "arch/mips/lasat/Kconfig"
817source "arch/mips/momentum/Kconfig"
818source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000819source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000820source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100821source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000822source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100823source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000824source "arch/mips/philips/pnx8550/common/Kconfig"
Peter Hortone87ddde2006-02-12 17:10:25 +0000825source "arch/mips/cobalt/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000826
Ralf Baechle5e83d432005-10-29 19:32:41 +0100827endmenu
828
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829config RWSEM_GENERIC_SPINLOCK
830 bool
831 default y
832
833config RWSEM_XCHGADD_ALGORITHM
834 bool
835
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800836config GENERIC_FIND_NEXT_BIT
837 bool
838 default y
839
840config GENERIC_HWEIGHT
841 bool
842 default y
843
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844config GENERIC_CALIBRATE_DELAY
845 bool
846 default y
847
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900848config SCHED_NO_NO_OMIT_FRAME_POINTER
849 bool
850 default y
851
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852#
853# Select some configuration options automatically based on user selections.
854#
855config ARC
856 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857
Ralf Baechle61ed2422005-09-15 08:52:34 +0000858config ARCH_MAY_HAVE_PC_FDC
859 bool
860
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700861config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862 bool
863
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700864config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 bool
866
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700867config DMA_IP32
868 bool
869 select DMA_NEED_PCI_MAP_STATE
870
871config DMA_NONCOHERENT
872 bool
873 select DMA_NEED_PCI_MAP_STATE
874
875config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876 bool
877
Ralf Baechle5e83d432005-10-29 19:32:41 +0100878config OWN_DMA
879 bool
880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881config EARLY_PRINTK
882 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883
884config GENERIC_ISA_DMA
885 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886
887config I8259
888 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889
890config LIMITED_DMA
891 bool
892 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000893 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
895config MIPS_BONITO64
896 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897
898config MIPS_MSC
899 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900
901config MIPS_NILE4
902 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903
904config MIPS_DISABLE_OBSOLETE_IDE
905 bool
906
Ralf Baechle5e83d432005-10-29 19:32:41 +0100907#
908# Endianess selection. Suffiently obscure so many users don't know what to
909# answer,so we try hard to limit the available choices. Also the use of a
910# choice statement should be more obvious to the user.
911#
912choice
913 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914 help
915 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100916 byte order. These modes require different kernels and a different
917 Linux distribution. In general there is one prefered byteorder for a
918 particular system but some systems are just as commonly used in the
919 one or the other endianess.
920
921config CPU_BIG_ENDIAN
922 bool "Big endian"
923 depends on SYS_SUPPORTS_BIG_ENDIAN
924
925config CPU_LITTLE_ENDIAN
926 bool "Little endian"
927 depends on SYS_SUPPORTS_LITTLE_ENDIAN
928 help
929
930endchoice
931
932config SYS_SUPPORTS_BIG_ENDIAN
933 bool
934
935config SYS_SUPPORTS_LITTLE_ENDIAN
936 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937
938config IRQ_CPU
939 bool
940
941config IRQ_CPU_RM7K
942 bool
943
Ralf Baechle5e83d432005-10-29 19:32:41 +0100944config IRQ_CPU_RM9K
945 bool
946
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947config IRQ_MV64340
948 bool
949
950config DDB5XXX_COMMON
951 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952
953config MIPS_BOARDS_GEN
954 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955
956config MIPS_GT64111
957 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958
959config MIPS_GT64120
960 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961
962config MIPS_TX3927
963 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965
966config PCI_MARVELL
967 bool
968
969config ITE_BOARD_GEN
970 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +0100971
972config SOC_AU1000
973 bool
974 select SOC_AU1X00
975
976config SOC_AU1100
977 bool
978 select SOC_AU1X00
979
980config SOC_AU1500
981 bool
982 select SOC_AU1X00
983
984config SOC_AU1550
985 bool
986 select SOC_AU1X00
987
988config SOC_AU1200
989 bool
990 select SOC_AU1X00
991
992config SOC_AU1X00
993 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +0100994 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100995 select SYS_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996
Pete Popovbdf21b12005-07-14 17:47:57 +0000997config PNX8550
998 bool
999 select SOC_PNX8550
1000
1001config SOC_PNX8550
1002 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001003 select DMA_NONCOHERENT
1004 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001005 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle7cf80532005-10-20 22:33:09 +01001006 select SYS_SUPPORTS_32BIT_KERNEL
Pete Popovbdf21b12005-07-14 17:47:57 +00001007
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008config SWAP_IO_SPACE
1009 bool
1010
dmitry pervushin355c4712006-05-21 14:53:06 +04001011config EMMA2RH
1012 bool
1013 depends on MARKEINS
1014 default y
1015
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016#
1017# Unfortunately not all GT64120 systems run the chip at the same clock.
1018# As the user for the clock rate and try to minimize the available options.
1019#
1020choice
1021 prompt "Galileo Chip Clock"
1022 #default SYSCLK_83 if MIPS_EV64120
1023 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1024 default SYSCLK_83 if MIPS_EV64120
1025 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
1026
1027config SYSCLK_75
1028 bool "75" if MIPS_EV64120
1029
1030config SYSCLK_83
1031 bool "83.3" if MIPS_EV64120
1032
1033config SYSCLK_100
1034 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1035
1036endchoice
1037
Ralf Baechle5e83d432005-10-29 19:32:41 +01001038config ARC32
1039 bool
1040
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041config AU1X00_USB_DEVICE
1042 bool
1043 depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
1044 default n
1045
1046config MIPS_GT96100
1047 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001048 select MIPS_GT64120
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049
1050config IT8172_CIR
1051 bool
1052 depends on MIPS_ITE8172 || MIPS_IVR
1053 default y
1054
1055config IT8712
1056 bool
1057 depends on MIPS_ITE8172
1058 default y
1059
1060config BOOT_ELF32
1061 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062
1063config MIPS_L1_CACHE_SHIFT
1064 int
1065 default "4" if MACH_DECSTATION
1066 default "7" if SGI_IP27
1067 default "5"
1068
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069config HAVE_STD_PC_SERIAL_PORT
1070 bool
1071
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072config ARC_CONSOLE
1073 bool "ARC console support"
1074 depends on SGI_IP22 || SNI_RM200_PCI
1075
1076config ARC_MEMORY
1077 bool
1078 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
1079 default y
1080
1081config ARC_PROMLIB
1082 bool
1083 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
1084 default y
1085
1086config ARC64
1087 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088
1089config BOOT_ELF64
1090 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092config TOSHIBA_BOARDS
1093 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094
1095menu "CPU selection"
1096
1097choice
1098 prompt "CPU type"
1099 default CPU_R4X00
1100
Ralf Baechle6e760c82005-07-06 12:08:11 +00001101config CPU_MIPS32_R1
1102 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001103 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001104 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001105 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001106 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001107 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001108 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001109 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001110 MIPS32 architecture. Most modern embedded systems with a 32-bit
1111 MIPS processor are based on a MIPS32 processor. If you know the
1112 specific type of processor in your system, choose those that one
1113 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1114 Release 2 of the MIPS32 architecture is available since several
1115 years so chances are you even have a MIPS32 Release 2 processor
1116 in which case you should choose CPU_MIPS32_R2 instead for better
1117 performance.
1118
1119config CPU_MIPS32_R2
1120 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001121 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001122 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001123 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001124 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001125 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001126 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001127 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001128 MIPS32 architecture. Most modern embedded systems with a 32-bit
1129 MIPS processor are based on a MIPS32 processor. If you know the
1130 specific type of processor in your system, choose those that one
1131 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132
Ralf Baechle6e760c82005-07-06 12:08:11 +00001133config CPU_MIPS64_R1
1134 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001135 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001136 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001137 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001138 select CPU_SUPPORTS_32BIT_KERNEL
1139 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001140 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001141 help
1142 Choose this option to build a kernel for release 1 or later of the
1143 MIPS64 architecture. Many modern embedded systems with a 64-bit
1144 MIPS processor are based on a MIPS64 processor. If you know the
1145 specific type of processor in your system, choose those that one
1146 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001147 Release 2 of the MIPS64 architecture is available since several
1148 years so chances are you even have a MIPS64 Release 2 processor
1149 in which case you should choose CPU_MIPS64_R2 instead for better
1150 performance.
1151
1152config CPU_MIPS64_R2
1153 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001154 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001155 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001156 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001157 select CPU_SUPPORTS_32BIT_KERNEL
1158 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001159 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001160 help
1161 Choose this option to build a kernel for release 2 or later of the
1162 MIPS64 architecture. Many modern embedded systems with a 64-bit
1163 MIPS processor are based on a MIPS64 processor. If you know the
1164 specific type of processor in your system, choose those that one
1165 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166
1167config CPU_R3000
1168 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001169 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001170 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001171 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001172 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 help
1174 Please make sure to pick the right CPU type. Linux/MIPS is not
1175 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1176 *not* work on R4000 machines and vice versa. However, since most
1177 of the supported machines have an R4000 (or similar) CPU, R4x00
1178 might be a safe bet. If the resulting kernel does not work,
1179 try to recompile with R3000.
1180
1181config CPU_TX39XX
1182 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001183 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001184 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185
1186config CPU_VR41XX
1187 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001188 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001189 select CPU_SUPPORTS_32BIT_KERNEL
1190 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001192 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193 Only choose this option if you have one of these processors as a
1194 kernel built with this option will not run on any other type of
1195 processor or vice versa.
1196
1197config CPU_R4300
1198 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001199 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001200 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001201 select CPU_SUPPORTS_32BIT_KERNEL
1202 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203 help
1204 MIPS Technologies R4300-series processors.
1205
1206config CPU_R4X00
1207 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001208 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001209 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001210 select CPU_SUPPORTS_32BIT_KERNEL
1211 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212 help
1213 MIPS Technologies R4000-series processors other than 4300, including
1214 the R4000, R4400, R4600, and 4700.
1215
1216config CPU_TX49XX
1217 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001218 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001219 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001220 select CPU_HAS_PREFETCH
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
1224config CPU_R5000
1225 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001226 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001227 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001228 select CPU_SUPPORTS_32BIT_KERNEL
1229 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230 help
1231 MIPS Technologies R5000-series processors other than the Nevada.
1232
1233config CPU_R5432
1234 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001235 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001236 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001237 select CPU_SUPPORTS_32BIT_KERNEL
1238 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239
1240config CPU_R6000
1241 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001242 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001243 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001244 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001245 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246 help
1247 MIPS Technologies R6000 and R6000A series processors. Note these
1248 processors are extremly rare and the support for them is incomplete.
1249
1250config CPU_NEVADA
1251 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001252 depends on SYS_HAS_CPU_NEVADA
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 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1258
1259config CPU_R8000
1260 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001261 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001262 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001263 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001264 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001265 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 help
1267 MIPS Technologies R8000 processors. Note these processors are
1268 uncommon and the support for them is incomplete.
1269
1270config CPU_R10000
1271 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001272 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001273 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001274 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001275 select CPU_SUPPORTS_32BIT_KERNEL
1276 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001277 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278 help
1279 MIPS Technologies R10000-series processors.
1280
1281config CPU_RM7000
1282 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001283 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001284 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001285 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001286 select CPU_SUPPORTS_32BIT_KERNEL
1287 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001288 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289
1290config CPU_RM9000
1291 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001292 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001293 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001294 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001295 select CPU_SUPPORTS_32BIT_KERNEL
1296 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001297 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298
1299config CPU_SB1
1300 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001301 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001302 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001303 select CPU_SUPPORTS_32BIT_KERNEL
1304 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001305 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306
1307endchoice
1308
Ralf Baechle7cf80532005-10-20 22:33:09 +01001309config SYS_HAS_CPU_MIPS32_R1
1310 bool
1311
1312config SYS_HAS_CPU_MIPS32_R2
1313 bool
1314
1315config SYS_HAS_CPU_MIPS64_R1
1316 bool
1317
1318config SYS_HAS_CPU_MIPS64_R2
1319 bool
1320
1321config SYS_HAS_CPU_R3000
1322 bool
1323
1324config SYS_HAS_CPU_TX39XX
1325 bool
1326
1327config SYS_HAS_CPU_VR41XX
1328 bool
1329
1330config SYS_HAS_CPU_R4300
1331 bool
1332
1333config SYS_HAS_CPU_R4X00
1334 bool
1335
1336config SYS_HAS_CPU_TX49XX
1337 bool
1338
1339config SYS_HAS_CPU_R5000
1340 bool
1341
1342config SYS_HAS_CPU_R5432
1343 bool
1344
1345config SYS_HAS_CPU_R6000
1346 bool
1347
1348config SYS_HAS_CPU_NEVADA
1349 bool
1350
1351config SYS_HAS_CPU_R8000
1352 bool
1353
1354config SYS_HAS_CPU_R10000
1355 bool
1356
1357config SYS_HAS_CPU_RM7000
1358 bool
1359
1360config SYS_HAS_CPU_RM9000
1361 bool
1362
1363config SYS_HAS_CPU_SB1
1364 bool
1365
Ralf Baechle5e83d432005-10-29 19:32:41 +01001366endmenu
1367
1368#
1369# These two indicate any levelof the MIPS32 and MIPS64 architecture
1370#
1371config CPU_MIPS32
1372 bool
1373 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1374
1375config CPU_MIPS64
1376 bool
1377 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1378
1379#
1380# These two indicate the revision of the architecture, either 32 bot 64 bit.
1381#
1382config CPU_MIPSR1
1383 bool
1384 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1385
1386config CPU_MIPSR2
1387 bool
1388 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1389
1390config SYS_SUPPORTS_32BIT_KERNEL
1391 bool
1392config SYS_SUPPORTS_64BIT_KERNEL
1393 bool
1394config CPU_SUPPORTS_32BIT_KERNEL
1395 bool
1396config CPU_SUPPORTS_64BIT_KERNEL
1397 bool
1398
1399menu "Kernel type"
1400
1401choice
1402
1403 prompt "Kernel code model"
1404 help
1405 You should only select this option if you have a workload that
1406 actually benefits from 64-bit processing or if your machine has
1407 large memory. You will only be presented a single option in this
1408 menu if your system does not support both 32-bit and 64-bit kernels.
1409
1410config 32BIT
1411 bool "32-bit kernel"
1412 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1413 select TRAD_SIGNALS
1414 help
1415 Select this option if you want to build a 32-bit kernel.
1416config 64BIT
1417 bool "64-bit kernel"
1418 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1419 help
1420 Select this option if you want to build a 64-bit kernel.
1421
1422endchoice
1423
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424choice
1425 prompt "Kernel page size"
1426 default PAGE_SIZE_4KB
1427
1428config PAGE_SIZE_4KB
1429 bool "4kB"
1430 help
1431 This option select the standard 4kB Linux page size. On some
1432 R3000-family processors this is the only available page size. Using
1433 4kB page size will minimize memory consumption and is therefore
1434 recommended for low memory systems.
1435
1436config PAGE_SIZE_8KB
1437 bool "8kB"
1438 depends on EXPERIMENTAL && CPU_R8000
1439 help
1440 Using 8kB page size will result in higher performance kernel at
1441 the price of higher memory consumption. This option is available
1442 only on the R8000 processor. Not that at the time of this writing
1443 this option is still high experimental; there are also issues with
1444 compatibility of user applications.
1445
1446config PAGE_SIZE_16KB
1447 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001448 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449 help
1450 Using 16kB page size will result in higher performance kernel at
1451 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001452 all non-R3000 family processors. Note that you will need a suitable
1453 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454
1455config PAGE_SIZE_64KB
1456 bool "64kB"
1457 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1458 help
1459 Using 64kB page size will result in higher performance kernel at
1460 the price of higher memory consumption. This option is available on
1461 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001462 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463
1464endchoice
1465
1466config BOARD_SCACHE
1467 bool
1468
1469config IP22_CPU_SCACHE
1470 bool
1471 select BOARD_SCACHE
1472
1473config R5000_CPU_SCACHE
1474 bool
1475 select BOARD_SCACHE
1476
1477config RM7000_CPU_SCACHE
1478 bool
1479 select BOARD_SCACHE
1480
1481config SIBYTE_DMA_PAGEOPS
1482 bool "Use DMA to clear/copy pages"
1483 depends on CPU_SB1
1484 help
1485 Instead of using the CPU to zero and copy pages, use a Data Mover
1486 channel. These DMA channels are otherwise unused by the standard
1487 SiByte Linux port. Seems to give a small performance benefit.
1488
1489config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001490 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491
Ralf Baechlee01402b2005-07-14 15:57:16 +00001492config MIPS_MT
1493 bool "Enable MIPS MT"
1494
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001495choice
1496 prompt "MIPS MT options"
1497 depends on MIPS_MT
1498
Ralf Baechle41c594a2006-04-05 09:45:45 +01001499config MIPS_MT_SMTC
1500 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001501 select CPU_MIPSR2_IRQ_VI
1502 select CPU_MIPSR2_SRS
Ralf Baechle41c594a2006-04-05 09:45:45 +01001503 select SMP
1504
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001505config MIPS_MT_SMP
1506 bool "Use 1 TC on each available VPE for SMP"
1507 select SMP
1508
Ralf Baechlee01402b2005-07-14 15:57:16 +00001509config MIPS_VPE_LOADER
1510 bool "VPE loader support."
1511 depends on MIPS_MT
1512 help
1513 Includes a loader for loading an elf relocatable object
1514 onto another VPE and running it.
1515
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001516endchoice
1517
Ralf Baechlef088fc82006-04-05 09:45:47 +01001518config MIPS_MT_FPAFF
1519 bool "Dynamic FPU affinity for FP-intensive threads"
1520 depends on MIPS_MT
1521 default y
1522
Ralf Baechlee01402b2005-07-14 15:57:16 +00001523config MIPS_VPE_LOADER_TOM
1524 bool "Load VPE program into memory hidden from linux"
1525 depends on MIPS_VPE_LOADER
1526 default y
1527 help
1528 The loader can use memory that is present but has been hidden from
1529 Linux using the kernel command line option "mem=xxMB". It's up to
1530 you to ensure the amount you put in the option and the space your
1531 program requires is less or equal to the amount physically present.
1532
1533# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1534config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001535 bool "Enable support for AP/SP API (RTLX)"
1536 depends on MIPS_VPE_LOADER
1537 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001538
Ralf Baechle26009902006-04-05 09:45:45 +01001539config MIPS_APSP_KSPD
1540 bool "Enable KSPD"
1541 depends on MIPS_VPE_APSP_API
1542 default y
1543 help
1544 KSPD is a kernel daemon that accepts syscall requests from the SP
1545 side, actions them and returns the results. It also handles the
1546 "exit" syscall notifying other kernel modules the SP program is
1547 exiting. You probably want to say yes here.
1548
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549config SB1_PASS_1_WORKAROUNDS
1550 bool
1551 depends on CPU_SB1_PASS_1
1552 default y
1553
1554config SB1_PASS_2_WORKAROUNDS
1555 bool
1556 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1557 default y
1558
1559config SB1_PASS_2_1_WORKAROUNDS
1560 bool
1561 depends on CPU_SB1 && CPU_SB1_PASS_2
1562 default y
1563
1564config 64BIT_PHYS_ADDR
1565 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001566 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 -07001567
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001569 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001572 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001573
1574config CPU_MIPSR2_IRQ_VI
1575 bool "Vectored interrupt mode"
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001576 depends on CPU_MIPSR2
Ralf Baechlee01402b2005-07-14 15:57:16 +00001577 help
1578 Vectored interrupt mode allowing faster dispatching of interrupts.
1579 The board support code needs to be written to take advantage of this
1580 mode. Compatibility code is included to allow the kernel to run on
1581 a CPU that does not support vectored interrupts. It's safe to
1582 say Y here.
1583
1584config CPU_MIPSR2_IRQ_EI
1585 bool "External interrupt controller mode"
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001586 depends on CPU_MIPSR2
Ralf Baechlee01402b2005-07-14 15:57:16 +00001587 help
1588 Extended interrupt mode takes advantage of an external interrupt
1589 controller to allow fast dispatching from many possible interrupt
1590 sources. Say N unless you know that external interrupt support is
1591 required.
1592
1593config CPU_MIPSR2_SRS
1594 bool "Make shadow set registers available for interrupt handlers"
1595 depends on CPU_MIPSR2_IRQ_VI || CPU_MIPSR2_IRQ_EI
1596 help
1597 Allow the kernel to use shadow register sets for fast interrupts.
1598 Interrupt handlers must be specially written to use shadow sets.
1599 Say N unless you know that shadow register set upport is needed.
Ralf Baechlee01402b2005-07-14 15:57:16 +00001600
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601config CPU_HAS_SYNC
1602 bool
1603 depends on !CPU_R3000
1604 default y
1605
1606#
Ralf Baechle797798c2005-08-10 15:17:11 +00001607# Use the generic interrupt handling code in kernel/irq/:
1608#
1609config GENERIC_HARDIRQS
1610 bool
1611 default y
1612
1613config GENERIC_IRQ_PROBE
1614 bool
1615 default y
1616
1617#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618# - Highmem only makes sense for the 32-bit kernel.
1619# - The current highmem code will only work properly on physically indexed
1620# caches such as R3000, SB1, R7000 or those that look like they're virtually
1621# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1622# moment we protect the user and offer the highmem option only on machines
1623# where it's known to be safe. This will not offer highmem on a few systems
1624# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1625# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001626# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1627# know they might have memory configurations that could make use of highmem
1628# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629#
1630config HIGHMEM
1631 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001632 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1633
1634config CPU_SUPPORTS_HIGHMEM
1635 bool
1636
1637config SYS_SUPPORTS_HIGHMEM
1638 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001640config ARCH_FLATMEM_ENABLE
1641 def_bool y
1642 depends on !NUMA
1643
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001644config ARCH_DISCONTIGMEM_ENABLE
1645 bool
1646 default y if SGI_IP27
1647 help
1648 Say Y to upport efficient handling of discontiguous physical memory,
1649 for architectures which are either NUMA (Non-Uniform Memory Access)
1650 or have huge holes in the physical address space for other reasons.
1651 See <file:Documentation/vm/numa> for more.
1652
1653config NUMA
1654 bool "NUMA Support"
1655 depends on SYS_SUPPORTS_NUMA
1656 help
1657 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1658 Access). This option improves performance on systems with more
1659 than two nodes; on two node systems it is generally better to
1660 leave it disabled; on single node systems disable this option
1661 disabled.
1662
1663config SYS_SUPPORTS_NUMA
1664 bool
1665
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001666config NODES_SHIFT
1667 int
1668 default "6"
1669 depends on NEED_MULTIPLE_NODES
1670
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001671source "mm/Kconfig"
1672
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673config SMP
1674 bool "Multi-Processing support"
Ralf Baechle41c594a2006-04-05 09:45:45 +01001675 depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250 || QEMU) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP || MIPS_MT_SMTC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676 ---help---
1677 This enables support for systems with more than one CPU. If you have
1678 a system with only one CPU, like most personal computers, say N. If
1679 you have a system with more than one CPU, say Y.
1680
1681 If you say N here, the kernel will run on single and multiprocessor
1682 machines, but will use only one CPU of a multiprocessor machine. If
1683 you say Y here, the kernel will run on many, but not all,
1684 singleprocessor machines. On a singleprocessor machine, the kernel
1685 will run faster if you say N here.
1686
1687 People using multiprocessor machines who say Y here should also say
1688 Y to "Enhanced Real Time Clock Support", below.
1689
1690 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1691 available at <http://www.tldp.org/docs.html#howto>.
1692
1693 If you don't know what to do here, say N.
1694
1695config NR_CPUS
1696 int "Maximum number of CPUs (2-64)"
1697 range 2 64
1698 depends on SMP
1699 default "64" if SGI_IP27
1700 default "2"
1701 help
1702 This allows you to specify the maximum number of CPUs which this
1703 kernel will support. The maximum supported value is 32 for 32-bit
1704 kernel and 64 for 64-bit kernels; the minimum value which makes
1705 sense is 2.
1706
1707 This is purely to save memory - each supported CPU adds
1708 approximately eight kilobytes to the kernel image.
1709
Ralf Baechlee80de852005-07-11 20:45:51 +00001710source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711
1712config RTC_DS1742
1713 bool "DS1742 BRAM/RTC support"
1714 depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
1715
1716config MIPS_INSANE_LARGE
1717 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001718 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719 help
1720 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1721 previous 64-bit processors which only supported 40 bit / 1TB. If you
1722 need processes of more than 1TB virtual address space, say Y here.
1723 This will result in additional memory usage, so it is not
1724 recommended for normal users.
1725
Ralf Baechle5e83d432005-10-29 19:32:41 +01001726endmenu
1727
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728config RWSEM_GENERIC_SPINLOCK
1729 bool
1730 default y
1731
Ralf Baechleb6c35392005-11-25 11:35:40 +00001732source "init/Kconfig"
1733
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1735
Ralf Baechle5e83d432005-10-29 19:32:41 +01001736config HW_HAS_EISA
1737 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738config HW_HAS_PCI
1739 bool
1740
1741config PCI
1742 bool "Support for PCI controller"
1743 depends on HW_HAS_PCI
1744 help
1745 Find out whether you have a PCI motherboard. PCI is the name of a
1746 bus system, i.e. the way the CPU talks to the other stuff inside
1747 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1748 say Y, otherwise N.
1749
1750 The PCI-HOWTO, available from
1751 <http://www.tldp.org/docs.html#howto>, contains valuable
1752 information about which PCI hardware does work under Linux and which
1753 doesn't.
1754
1755config PCI_DOMAINS
1756 bool
1757 depends on PCI
1758
1759source "drivers/pci/Kconfig"
1760
1761#
1762# ISA support is now enabled via select. Too many systems still have the one
1763# or other ISA chip on the board that users don't know about so don't expect
1764# users to choose the right thing ...
1765#
1766config ISA
1767 bool
1768
Ralf Baechleaac076f2006-06-07 12:53:17 +01001769config NO_ISA
1770 bool
1771
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772config EISA
1773 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001774 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775 select ISA
1776 ---help---
1777 The Extended Industry Standard Architecture (EISA) bus was
1778 developed as an open alternative to the IBM MicroChannel bus.
1779
1780 The EISA bus provided some of the features of the IBM MicroChannel
1781 bus while maintaining backward compatibility with cards made for
1782 the older ISA bus. The EISA bus saw limited use between 1988 and
1783 1995 when it was made obsolete by the PCI bus.
1784
1785 Say Y here if you are building a kernel for an EISA-based machine.
1786
1787 Otherwise, say N.
1788
1789source "drivers/eisa/Kconfig"
1790
1791config TC
1792 bool "TURBOchannel support"
1793 depends on MACH_DECSTATION
1794 help
1795 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
1796 processors. Documentation on writing device drivers for TurboChannel
1797 is available at:
1798 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
1799
1800#config ACCESSBUS
1801# bool "Access.Bus support"
1802# depends on TC
1803
1804config MMU
1805 bool
1806 default y
1807
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05001808config I8253
1809 bool
1810
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811source "drivers/pcmcia/Kconfig"
1812
1813source "drivers/pci/hotplug/Kconfig"
1814
1815endmenu
1816
1817menu "Executable file formats"
1818
1819source "fs/Kconfig.binfmt"
1820
1821config TRAD_SIGNALS
1822 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823
1824config BUILD_ELF64
1825 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001826 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827 help
1828 A 64-bit kernel is usually built using the 64-bit ELF binary object
1829 format as it's one that allows arbitrary 64-bit constructs. For
1830 kernels that are loaded within the KSEG compatibility segments the
1831 32-bit ELF format can optionally be used resulting in a somewhat
1832 smaller binary, but this option is not explicitly supported by the
1833 toolchain and since binutils 2.14 it does not even work at all.
1834
1835 Say Y to use the 64-bit format or N to use the 32-bit one.
1836
1837 If unsure say Y.
1838
1839config BINFMT_IRIX
1840 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001841 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842
1843config MIPS32_COMPAT
1844 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001845 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846 help
1847 Select this option if you want Linux/MIPS 32-bit binary
1848 compatibility. Since all software available for Linux/MIPS is
1849 currently 32-bit you should say Y here.
1850
1851config COMPAT
1852 bool
1853 depends on MIPS32_COMPAT
1854 default y
1855
1856config MIPS32_O32
1857 bool "Kernel support for o32 binaries"
1858 depends on MIPS32_COMPAT
1859 help
1860 Select this option if you want to run o32 binaries. These are pure
1861 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
1862 existing binaries are in this format.
1863
1864 If unsure, say Y.
1865
1866config MIPS32_N32
1867 bool "Kernel support for n32 binaries"
1868 depends on MIPS32_COMPAT
1869 help
1870 Select this option if you want to run n32 binaries. These are
1871 64-bit binaries using 32-bit quantities for addressing and certain
1872 data that would normally be 64-bit. They are used in special
1873 cases.
1874
1875 If unsure, say N.
1876
1877config BINFMT_ELF32
1878 bool
1879 default y if MIPS32_O32 || MIPS32_N32
1880
Ralf Baechle127c6f62005-03-18 17:36:42 +00001881config SECCOMP
1882 bool "Enable seccomp to safely compute untrusted bytecode"
1883 depends on PROC_FS && BROKEN
1884 default y
1885 help
1886 This kernel feature is useful for number crunching applications
1887 that may need to compute untrusted bytecode during their
1888 execution. By using pipes or other transports made available to
1889 the process as file descriptors supporting the read/write
1890 syscalls, it's possible to isolate those applications in
1891 their own address space using seccomp. Once seccomp is
1892 enabled via /proc/<pid>/seccomp, it cannot be disabled
1893 and the task is only allowed to execute a few safe syscalls
1894 defined by each seccomp mode.
1895
1896 If unsure, say Y. Only embedded should say N here.
1897
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898config PM
1899 bool "Power Management support (EXPERIMENTAL)"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001900 depends on EXPERIMENTAL && SOC_AU1X00
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901
Rodolfo Giometti952fa952006-06-05 17:43:10 +02001902config APM
1903 tristate "Advanced Power Management Emulation"
1904 depends on PM
1905 ---help---
1906 APM is a BIOS specification for saving power using several different
1907 techniques. This is mostly useful for battery powered systems with
1908 APM compliant BIOSes. If you say Y here, the system time will be
1909 reset after a RESUME operation, the /proc/apm device will provide
1910 battery status information, and user-space programs will receive
1911 notification of APM "events" (e.g. battery status change).
1912
1913 In order to use APM, you will need supporting software. For location
1914 and more information, read <file:Documentation/pm.txt> and the
1915 Battery Powered Linux mini-HOWTO, available from
1916 <http://www.tldp.org/docs.html#howto>.
1917
1918 This driver does not spin down disk drives (see the hdparm(8)
1919 manpage ("man 8 hdparm") for that), and it doesn't turn off
1920 VESA-compliant "green" monitors.
1921
1922 Generally, if you don't have a battery in your machine, there isn't
1923 much point in using this driver and you should say N. If you get
1924 random kernel OOPSes or reboots that don't seem to be related to
1925 anything, try disabling/enabling this option (or disabling/enabling
1926 APM in your BIOS).
1927
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928endmenu
1929
Sam Ravnborgd5950b42005-07-11 21:03:49 -07001930source "net/Kconfig"
1931
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932source "drivers/Kconfig"
1933
1934source "fs/Kconfig"
1935
Ralf Baechle5e83d432005-10-29 19:32:41 +01001936source "arch/mips/oprofile/Kconfig"
1937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938source "arch/mips/Kconfig.debug"
1939
1940source "security/Kconfig"
1941
1942source "crypto/Kconfig"
1943
1944source "lib/Kconfig"