blob: 05663e5ddd39757190f5e9316808ad3a3d8c1092 [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
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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100329 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100331 select SYS_HAS_CPU_MIPS32_R1
332 select SYS_HAS_CPU_MIPS32_R2
333 select SYS_HAS_CPU_MIPS64_R1
334 select SYS_HAS_CPU_NEVADA
335 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700336 select SYS_SUPPORTS_32BIT_KERNEL
337 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100338 select SYS_SUPPORTS_BIG_ENDIAN
339 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100340 select SYS_SUPPORTS_MULTITHREADING
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000342 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343 board.
344
345config MIPS_SEAD
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200346 bool "MIPS SEAD board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 depends on EXPERIMENTAL
348 select IRQ_CPU
349 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100350 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100351 select SYS_HAS_CPU_MIPS32_R1
352 select SYS_HAS_CPU_MIPS32_R2
353 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700354 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100355 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
356 select SYS_SUPPORTS_BIG_ENDIAN
357 select SYS_SUPPORTS_LITTLE_ENDIAN
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000358 help
359 This enables support for the MIPS Technologies SEAD evaluation
360 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361
Mark.Zhana240a462006-05-06 17:04:20 +0800362config WR_PPMC
Mark.Zhan92478572006-06-20 18:15:02 +0800363 bool "Wind River PPMC board"
Mark.Zhana240a462006-05-06 17:04:20 +0800364 select IRQ_CPU
365 select BOOT_ELF32
366 select DMA_NONCOHERENT
367 select HW_HAS_PCI
368 select MIPS_GT64120
369 select SWAP_IO_SPACE
370 select SYS_HAS_CPU_MIPS32_R1
371 select SYS_HAS_CPU_MIPS32_R2
372 select SYS_HAS_CPU_MIPS64_R1
373 select SYS_HAS_CPU_NEVADA
374 select SYS_HAS_CPU_RM7000
375 select SYS_SUPPORTS_32BIT_KERNEL
376 select SYS_SUPPORTS_64BIT_KERNEL
377 select SYS_SUPPORTS_BIG_ENDIAN
378 select SYS_SUPPORTS_LITTLE_ENDIAN
379 help
380 This enables support for the Wind River MIPS32 4KC PPMC evaluation
381 board, which is based on GT64120 bridge chip.
382
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100383config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200384 bool 'MIPS simulator (MIPSsim)'
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100385 select DMA_NONCOHERENT
386 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100387 select SYS_HAS_CPU_MIPS32_R1
388 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100389 select SYS_SUPPORTS_32BIT_KERNEL
390 select SYS_SUPPORTS_BIG_ENDIAN
391 select SYS_SUPPORTS_LITTLE_ENDIAN
392 help
393 This option enables support for MIPS Technologies MIPSsim software
394 emulator.
395
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396config MOMENCO_JAGUAR_ATX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200397 bool "Momentum Jaguar board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 select BOOT_ELF32
399 select DMA_NONCOHERENT
400 select HW_HAS_PCI
401 select IRQ_CPU
402 select IRQ_CPU_RM7K
403 select IRQ_MV64340
404 select LIMITED_DMA
405 select PCI_MARVELL
406 select RM7000_CPU_SCACHE
407 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100408 select SYS_HAS_CPU_RM9000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700409 select SYS_SUPPORTS_32BIT_KERNEL
410 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100411 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412 help
413 The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
414 Momentum Computer <http://www.momenco.com/>.
415
Ralf Baechle5e83d432005-10-29 19:32:41 +0100416config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200417 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100418 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419 select HW_HAS_PCI
420 select IRQ_CPU
421 select IRQ_CPU_RM7K
Ralf Baechle5e83d432005-10-29 19:32:41 +0100422 select MIPS_GT64120
423 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100425 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700426 select SYS_SUPPORTS_32BIT_KERNEL
427 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100428 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100430 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
431 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432
Ralf Baechle5e83d432005-10-29 19:32:41 +0100433config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200434 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100435 select BOOT_ELF32
436 select DMA_NONCOHERENT
437 select HW_HAS_PCI
438 select IRQ_CPU
439 select IRQ_CPU_RM7K
440 select IRQ_MV64340
441 select PCI_MARVELL
442 select RM7000_CPU_SCACHE
443 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100444 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100445 select SYS_SUPPORTS_32BIT_KERNEL
446 select SYS_SUPPORTS_64BIT_KERNEL
447 select SYS_SUPPORTS_BIG_ENDIAN
448 help
449 The Ocelot-3 is based off Discovery III System Controller and
450 PMC-Sierra Rm79000 core.
451
452config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200453 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100454 select DMA_NONCOHERENT
455 select HW_HAS_PCI
456 select IRQ_CPU
457 select IRQ_MV64340
458 select PCI_MARVELL
459 select RM7000_CPU_SCACHE
460 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100461 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100462 select SYS_SUPPORTS_32BIT_KERNEL
463 select SYS_SUPPORTS_64BIT_KERNEL
464 select SYS_SUPPORTS_BIG_ENDIAN
465 help
466 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
467 Momentum Computer <http://www.momenco.com/>.
468
469config MOMENCO_OCELOT_G
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200470 bool "Momentum Ocelot-G board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100471 select DMA_NONCOHERENT
472 select HW_HAS_PCI
473 select IRQ_CPU
474 select IRQ_CPU_RM7K
475 select PCI_MARVELL
476 select RM7000_CPU_SCACHE
477 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100478 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100479 select SYS_SUPPORTS_32BIT_KERNEL
480 select SYS_SUPPORTS_64BIT_KERNEL
481 select SYS_SUPPORTS_BIG_ENDIAN
482 help
483 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
484 Momentum Computer <http://www.momenco.com/>.
485
486config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200487 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100488 select DMA_NONCOHERENT
489 select SOC_AU1500
490 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491
Pete Popovbdf21b12005-07-14 17:47:57 +0000492config PNX8550_V2PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200493 bool "Philips PNX8550 based Viper2-PCI 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
498config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200499 bool "Philips PNX8550 based JBS board"
Ralf Baechle4b29f602006-06-07 15:24:44 +0100500 depends on BROKEN
Pete Popovbdf21b12005-07-14 17:47:57 +0000501 select PNX8550
502 select SYS_SUPPORTS_LITTLE_ENDIAN
503
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200505 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100506 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507 select DMA_NONCOHERENT
508 select HW_HAS_PCI
509 select I8259
510 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100511 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700512 select SYS_SUPPORTS_32BIT_KERNEL
513 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100514 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 help
516 This enables support for the R5432-based NEC DDB Vrc-5477,
517 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
518
519 Features : kernel debugging, serial terminal, NFS root fs, on-board
520 ether port USB, AC97, PCI, etc.
521
Ralf Baechle5e83d432005-10-29 19:32:41 +0100522config MACH_VR41XX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200523 bool "NEC VR41XX-based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100524 select SYS_HAS_CPU_VR41XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100525 select SYS_SUPPORTS_32BIT_KERNEL
526 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
527
528config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200529 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100530 select DMA_COHERENT
531 select HW_HAS_PCI
532 select IRQ_CPU
533 select IRQ_CPU_RM7K
534 select IRQ_CPU_RM9K
535 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100536 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100537 select SYS_SUPPORTS_32BIT_KERNEL
538 select SYS_SUPPORTS_64BIT_KERNEL
539 select SYS_SUPPORTS_BIG_ENDIAN
540 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlee73ea272006-06-04 11:51:46 +0100541 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100542 help
543 Yosemite is an evaluation board for the RM9000x2 processor
544 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545
Ralf Baechle07119622005-09-03 15:56:11 -0700546config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200547 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700548 select DMA_COHERENT
549 select GENERIC_ISA_DMA
550 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500551 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700552 select I8259
553 select ISA
554 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100555 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700556 select SYS_SUPPORTS_32BIT_KERNEL
557 select SYS_SUPPORTS_BIG_ENDIAN
558 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100559 Qemu is a software emulator which among other architectures also
560 can simulate a MIPS32 4Kc system. This patch adds support for the
561 system architecture that currently is being simulated by Qemu. It
562 will eventually be removed again when Qemu has the capability to
563 simulate actual MIPS hardware platforms. More information on Qemu
564 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700565
dmitry pervushin355c4712006-05-21 14:53:06 +0400566config MARKEINS
567 bool "Support for NEC EMMA2RH Mark-eins"
568 select DMA_NONCOHERENT
569 select HW_HAS_PCI
570 select IRQ_CPU
571 select SWAP_IO_SPACE
572 select SYS_SUPPORTS_32BIT_KERNEL
573 select SYS_SUPPORTS_BIG_ENDIAN
574 select SYS_SUPPORTS_LITTLE_ENDIAN
575 select SYS_HAS_CPU_R5000
576 help
577 This enables support for the R5432-based NEC Mark-eins
578 boards with R5500 CPU.
579
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200581 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 select ARC
583 select ARC32
584 select BOOT_ELF32
585 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100586 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587 select IP22_CPU_SCACHE
588 select IRQ_CPU
Ralf Baechleaac076f2006-06-07 12:53:17 +0100589 select NO_ISA if ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100591 select SYS_HAS_CPU_R4X00
592 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700593 select SYS_SUPPORTS_32BIT_KERNEL
594 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100595 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlee73ea272006-06-04 11:51:46 +0100596 select SYS_SUPPORTS_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 help
598 This are the SGI Indy, Challenge S and Indigo2, as well as certain
599 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
600 that runs on these, say Y here.
601
602config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200603 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604 select ARC
605 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100606 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607 select DMA_IP27
608 select HW_HAS_PCI
609 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100610 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700611 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100612 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100613 select SYS_SUPPORTS_NUMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 help
615 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
616 workstations. To compile a Linux kernel that runs on these, say Y
617 here.
618
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200620 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700621 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 select ARC
623 select ARC32
624 select BOOT_ELF32
625 select OWN_DMA
626 select DMA_IP32
627 select DMA_NONCOHERENT
628 select HW_HAS_PCI
629 select R5000_CPU_SCACHE
630 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100631 select SYS_HAS_CPU_R5000
632 select SYS_HAS_CPU_R10000 if BROKEN
633 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000634 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700635 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100636 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637 help
638 If you want this kernel to run on SGI O2 workstation, say Y here.
639
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700640config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200641 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700642 select BOOT_ELF32
643 select DMA_COHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +0100644 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700645 select SIBYTE_BCM1x80
646 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100647 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700648 select SYS_SUPPORTS_BIG_ENDIAN
649 select SYS_SUPPORTS_LITTLE_ENDIAN
650
Ralf Baechle5e83d432005-10-29 19:32:41 +0100651config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200652 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100653 select BOOT_ELF32
654 select DMA_COHERENT
655 select SIBYTE_SB1250
656 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100657 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100658 select SYS_SUPPORTS_BIG_ENDIAN
659 select SYS_SUPPORTS_HIGHMEM
660 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000661
Ralf Baechle5e83d432005-10-29 19:32:41 +0100662config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200663 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100664 depends on EXPERIMENTAL
665 select BOOT_ELF32
666 select DMA_COHERENT
667 select SIBYTE_SB1250
668 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100669 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100670 select SYS_SUPPORTS_BIG_ENDIAN
671 select SYS_SUPPORTS_LITTLE_ENDIAN
672
673config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200674 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100675 depends on EXPERIMENTAL
676 select BOOT_ELF32
677 select DMA_COHERENT
678 select SIBYTE_BCM1125H
679 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100680 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100681 select SYS_SUPPORTS_BIG_ENDIAN
682 select SYS_SUPPORTS_LITTLE_ENDIAN
683
684config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200685 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100686 depends on EXPERIMENTAL
687 select BOOT_ELF32
688 select DMA_COHERENT
689 select SIBYTE_BCM1120
690 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100691 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100692 select SYS_SUPPORTS_BIG_ENDIAN
693 select SYS_SUPPORTS_LITTLE_ENDIAN
694
695config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200696 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100697 depends on EXPERIMENTAL
698 select BOOT_ELF32
699 select DMA_COHERENT
700 select SIBYTE_SB1250
701 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100702 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100703 select SYS_SUPPORTS_BIG_ENDIAN
704 select SYS_SUPPORTS_HIGHMEM
705 select SYS_SUPPORTS_LITTLE_ENDIAN
706
707config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200708 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100709 depends on EXPERIMENTAL
710 select BOOT_ELF32
711 select DMA_COHERENT
712 select SIBYTE_SB1250
713 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100714 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100715 select SYS_SUPPORTS_BIG_ENDIAN
716 select SYS_SUPPORTS_HIGHMEM
717 select SYS_SUPPORTS_LITTLE_ENDIAN
718
719config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200720 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100721 depends on EXPERIMENTAL
722 select BOOT_ELF32
723 select DMA_COHERENT
724 select SIBYTE_BCM1120
725 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100726 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100727 select SYS_SUPPORTS_BIG_ENDIAN
728 select SYS_SUPPORTS_LITTLE_ENDIAN
729
730config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200731 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100732 depends on EXPERIMENTAL
733 select BOOT_ELF32
734 select DMA_COHERENT
735 select SIBYTE_BCM1125
736 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100737 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100738 select SYS_SUPPORTS_BIG_ENDIAN
739 select SYS_SUPPORTS_HIGHMEM
740 select SYS_SUPPORTS_LITTLE_ENDIAN
741
742config SNI_RM200_PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200743 bool "SNI RM200 PCI"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200744 select ARC if CPU_LITTLE_ENDIAN
745 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100746 select ARCH_MAY_HAVE_PC_FDC
747 select BOOT_ELF32
748 select DMA_NONCOHERENT
749 select GENERIC_ISA_DMA
750 select HAVE_STD_PC_SERIAL_PORT
751 select HW_HAS_EISA
752 select HW_HAS_PCI
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500753 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100754 select I8259
755 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200756 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100757 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200758 select SYS_HAS_CPU_R5000
759 select R5000_CPU_SCACHE
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700760 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100761 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200762 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100763 select SYS_SUPPORTS_HIGHMEM
764 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100766 The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
767 Nixdorf Informationssysteme (SNI), parent company of Pyramid
768 Technology and now in turn merged with Fujitsu. Say Y here to
769 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770
Ralf Baechle5e83d432005-10-29 19:32:41 +0100771config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200772 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100773 select DMA_NONCOHERENT
774 select HW_HAS_PCI
775 select MIPS_TX3927
776 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100777 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100778 select SYS_SUPPORTS_32BIT_KERNEL
779 select SYS_SUPPORTS_BIG_ENDIAN
780 select TOSHIBA_BOARDS
781
782config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200783 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100784 select DMA_NONCOHERENT
785 select HAS_TXX9_SERIAL
786 select HW_HAS_PCI
787 select I8259
788 select ISA
789 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100790 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100791 select SYS_SUPPORTS_32BIT_KERNEL
792 select SYS_SUPPORTS_64BIT_KERNEL
793 select SYS_SUPPORTS_BIG_ENDIAN
794 select TOSHIBA_BOARDS
795 help
796 This Toshiba board is based on the TX4927 processor. Say Y here to
797 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798
Ralf Baechle23fbee92005-07-25 22:45:45 +0000799config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200800 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000801 select HAVE_STD_PC_SERIAL_PORT
802 select DMA_NONCOHERENT
803 select GENERIC_ISA_DMA
804 select HAS_TXX9_SERIAL
805 select HW_HAS_PCI
806 select I8259
807 select ISA
808 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100809 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000810 select SYS_SUPPORTS_32BIT_KERNEL
811 select SYS_SUPPORTS_LITTLE_ENDIAN
812 select SYS_SUPPORTS_BIG_ENDIAN
813 select TOSHIBA_BOARDS
814 help
815 This Toshiba board is based on the TX4938 processor. Say Y here to
816 support this machine type
817
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818endchoice
819
Ralf Baechle5e83d432005-10-29 19:32:41 +0100820source "arch/mips/ddb5xxx/Kconfig"
821source "arch/mips/gt64120/ev64120/Kconfig"
822source "arch/mips/jazz/Kconfig"
823source "arch/mips/ite-boards/Kconfig"
824source "arch/mips/lasat/Kconfig"
825source "arch/mips/momentum/Kconfig"
826source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000827source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000828source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100829source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000830source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100831source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000832source "arch/mips/philips/pnx8550/common/Kconfig"
Peter Hortone87ddde2006-02-12 17:10:25 +0000833source "arch/mips/cobalt/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000834
Ralf Baechle5e83d432005-10-29 19:32:41 +0100835endmenu
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837config RWSEM_GENERIC_SPINLOCK
838 bool
839 default y
840
841config RWSEM_XCHGADD_ALGORITHM
842 bool
843
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800844config GENERIC_FIND_NEXT_BIT
845 bool
846 default y
847
848config GENERIC_HWEIGHT
849 bool
850 default y
851
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852config GENERIC_CALIBRATE_DELAY
853 bool
854 default y
855
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900856config SCHED_NO_NO_OMIT_FRAME_POINTER
857 bool
858 default y
859
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860#
861# Select some configuration options automatically based on user selections.
862#
863config ARC
864 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865
Ralf Baechle61ed2422005-09-15 08:52:34 +0000866config ARCH_MAY_HAVE_PC_FDC
867 bool
868
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700869config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 bool
871
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700872config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 bool
874
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700875config DMA_IP32
876 bool
877 select DMA_NEED_PCI_MAP_STATE
878
879config DMA_NONCOHERENT
880 bool
881 select DMA_NEED_PCI_MAP_STATE
882
883config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884 bool
885
Ralf Baechle5e83d432005-10-29 19:32:41 +0100886config OWN_DMA
887 bool
888
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889config EARLY_PRINTK
890 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891
892config GENERIC_ISA_DMA
893 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
895config I8259
896 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897
898config LIMITED_DMA
899 bool
900 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000901 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902
903config MIPS_BONITO64
904 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905
906config MIPS_MSC
907 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908
909config MIPS_NILE4
910 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911
912config MIPS_DISABLE_OBSOLETE_IDE
913 bool
914
Ralf Baechle5e83d432005-10-29 19:32:41 +0100915#
916# Endianess selection. Suffiently obscure so many users don't know what to
917# answer,so we try hard to limit the available choices. Also the use of a
918# choice statement should be more obvious to the user.
919#
920choice
921 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 help
923 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100924 byte order. These modes require different kernels and a different
925 Linux distribution. In general there is one prefered byteorder for a
926 particular system but some systems are just as commonly used in the
927 one or the other endianess.
928
929config CPU_BIG_ENDIAN
930 bool "Big endian"
931 depends on SYS_SUPPORTS_BIG_ENDIAN
932
933config CPU_LITTLE_ENDIAN
934 bool "Little endian"
935 depends on SYS_SUPPORTS_LITTLE_ENDIAN
936 help
937
938endchoice
939
940config SYS_SUPPORTS_BIG_ENDIAN
941 bool
942
943config SYS_SUPPORTS_LITTLE_ENDIAN
944 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945
946config IRQ_CPU
947 bool
948
949config IRQ_CPU_RM7K
950 bool
951
Ralf Baechle5e83d432005-10-29 19:32:41 +0100952config IRQ_CPU_RM9K
953 bool
954
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955config IRQ_MV64340
956 bool
957
958config DDB5XXX_COMMON
959 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960
961config MIPS_BOARDS_GEN
962 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963
964config MIPS_GT64111
965 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966
967config MIPS_GT64120
968 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969
970config MIPS_TX3927
971 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973
974config PCI_MARVELL
975 bool
976
977config ITE_BOARD_GEN
978 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +0100979
980config SOC_AU1000
981 bool
982 select SOC_AU1X00
983
984config SOC_AU1100
985 bool
986 select SOC_AU1X00
987
988config SOC_AU1500
989 bool
990 select SOC_AU1X00
991
992config SOC_AU1550
993 bool
994 select SOC_AU1X00
995
996config SOC_AU1200
997 bool
998 select SOC_AU1X00
999
1000config SOC_AU1X00
1001 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +01001002 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +01001003 select SYS_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004
Pete Popovbdf21b12005-07-14 17:47:57 +00001005config PNX8550
1006 bool
1007 select SOC_PNX8550
1008
1009config SOC_PNX8550
1010 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001011 select DMA_NONCOHERENT
1012 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001013 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle7cf80532005-10-20 22:33:09 +01001014 select SYS_SUPPORTS_32BIT_KERNEL
Pete Popovbdf21b12005-07-14 17:47:57 +00001015
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016config SWAP_IO_SPACE
1017 bool
1018
dmitry pervushin355c4712006-05-21 14:53:06 +04001019config EMMA2RH
1020 bool
1021 depends on MARKEINS
1022 default y
1023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024#
1025# Unfortunately not all GT64120 systems run the chip at the same clock.
1026# As the user for the clock rate and try to minimize the available options.
1027#
1028choice
1029 prompt "Galileo Chip Clock"
1030 #default SYSCLK_83 if MIPS_EV64120
1031 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1032 default SYSCLK_83 if MIPS_EV64120
1033 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
1034
1035config SYSCLK_75
1036 bool "75" if MIPS_EV64120
1037
1038config SYSCLK_83
1039 bool "83.3" if MIPS_EV64120
1040
1041config SYSCLK_100
1042 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1043
1044endchoice
1045
Ralf Baechle5e83d432005-10-29 19:32:41 +01001046config ARC32
1047 bool
1048
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049config AU1X00_USB_DEVICE
1050 bool
1051 depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
1052 default n
1053
1054config MIPS_GT96100
1055 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001056 select MIPS_GT64120
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057
1058config IT8172_CIR
1059 bool
1060 depends on MIPS_ITE8172 || MIPS_IVR
1061 default y
1062
1063config IT8712
1064 bool
1065 depends on MIPS_ITE8172
1066 default y
1067
1068config BOOT_ELF32
1069 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
1071config MIPS_L1_CACHE_SHIFT
1072 int
1073 default "4" if MACH_DECSTATION
1074 default "7" if SGI_IP27
1075 default "5"
1076
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077config HAVE_STD_PC_SERIAL_PORT
1078 bool
1079
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080config ARC_CONSOLE
1081 bool "ARC console support"
1082 depends on SGI_IP22 || SNI_RM200_PCI
1083
1084config ARC_MEMORY
1085 bool
1086 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
1087 default y
1088
1089config ARC_PROMLIB
1090 bool
1091 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
1092 default y
1093
1094config ARC64
1095 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096
1097config BOOT_ELF64
1098 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100config TOSHIBA_BOARDS
1101 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102
1103menu "CPU selection"
1104
1105choice
1106 prompt "CPU type"
1107 default CPU_R4X00
1108
Ralf Baechle6e760c82005-07-06 12:08:11 +00001109config CPU_MIPS32_R1
1110 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001111 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001112 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001113 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001114 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001115 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001116 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001117 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001118 MIPS32 architecture. Most modern embedded systems with a 32-bit
1119 MIPS processor are based on a MIPS32 processor. If you know the
1120 specific type of processor in your system, choose those that one
1121 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1122 Release 2 of the MIPS32 architecture is available since several
1123 years so chances are you even have a MIPS32 Release 2 processor
1124 in which case you should choose CPU_MIPS32_R2 instead for better
1125 performance.
1126
1127config CPU_MIPS32_R2
1128 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001129 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001130 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +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 Baechle1e5f1ca2005-07-12 14:51:22 +00001134 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001135 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +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.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140
Ralf Baechle6e760c82005-07-06 12:08:11 +00001141config CPU_MIPS64_R1
1142 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001143 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001144 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001145 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001146 select CPU_SUPPORTS_32BIT_KERNEL
1147 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001148 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001149 help
1150 Choose this option to build a kernel for release 1 or later of the
1151 MIPS64 architecture. Many modern embedded systems with a 64-bit
1152 MIPS processor are based on a MIPS64 processor. If you know the
1153 specific type of processor in your system, choose those that one
1154 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001155 Release 2 of the MIPS64 architecture is available since several
1156 years so chances are you even have a MIPS64 Release 2 processor
1157 in which case you should choose CPU_MIPS64_R2 instead for better
1158 performance.
1159
1160config CPU_MIPS64_R2
1161 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001162 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001163 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001164 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001165 select CPU_SUPPORTS_32BIT_KERNEL
1166 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001167 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001168 help
1169 Choose this option to build a kernel for release 2 or later of the
1170 MIPS64 architecture. Many modern embedded systems with a 64-bit
1171 MIPS processor are based on a MIPS64 processor. If you know the
1172 specific type of processor in your system, choose those that one
1173 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174
1175config CPU_R3000
1176 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001177 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001178 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001179 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001180 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181 help
1182 Please make sure to pick the right CPU type. Linux/MIPS is not
1183 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1184 *not* work on R4000 machines and vice versa. However, since most
1185 of the supported machines have an R4000 (or similar) CPU, R4x00
1186 might be a safe bet. If the resulting kernel does not work,
1187 try to recompile with R3000.
1188
1189config CPU_TX39XX
1190 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001191 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001192 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193
1194config CPU_VR41XX
1195 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001196 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001197 select CPU_SUPPORTS_32BIT_KERNEL
1198 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001200 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 Only choose this option if you have one of these processors as a
1202 kernel built with this option will not run on any other type of
1203 processor or vice versa.
1204
1205config CPU_R4300
1206 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001207 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001208 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001209 select CPU_SUPPORTS_32BIT_KERNEL
1210 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211 help
1212 MIPS Technologies R4300-series processors.
1213
1214config CPU_R4X00
1215 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001216 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001217 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001218 select CPU_SUPPORTS_32BIT_KERNEL
1219 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220 help
1221 MIPS Technologies R4000-series processors other than 4300, including
1222 the R4000, R4400, R4600, and 4700.
1223
1224config CPU_TX49XX
1225 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001226 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001227 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001228 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001229 select CPU_SUPPORTS_32BIT_KERNEL
1230 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231
1232config CPU_R5000
1233 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001234 depends on SYS_HAS_CPU_R5000
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 R5000-series processors other than the Nevada.
1240
1241config CPU_R5432
1242 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001243 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001244 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001245 select CPU_SUPPORTS_32BIT_KERNEL
1246 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247
1248config CPU_R6000
1249 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001250 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001251 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001252 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001253 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254 help
1255 MIPS Technologies R6000 and R6000A series processors. Note these
1256 processors are extremly rare and the support for them is incomplete.
1257
1258config CPU_NEVADA
1259 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001260 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001261 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001262 select CPU_SUPPORTS_32BIT_KERNEL
1263 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 help
1265 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1266
1267config CPU_R8000
1268 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001269 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001270 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001271 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001272 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001273 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274 help
1275 MIPS Technologies R8000 processors. Note these processors are
1276 uncommon and the support for them is incomplete.
1277
1278config CPU_R10000
1279 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001280 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001281 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001282 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001283 select CPU_SUPPORTS_32BIT_KERNEL
1284 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001285 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 help
1287 MIPS Technologies R10000-series processors.
1288
1289config CPU_RM7000
1290 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001291 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001292 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001293 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001294 select CPU_SUPPORTS_32BIT_KERNEL
1295 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001296 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297
1298config CPU_RM9000
1299 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001300 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001301 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001302 select CPU_HAS_PREFETCH
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
1307config CPU_SB1
1308 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001309 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001310 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001311 select CPU_SUPPORTS_32BIT_KERNEL
1312 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001313 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314
1315endchoice
1316
Ralf Baechle7cf80532005-10-20 22:33:09 +01001317config SYS_HAS_CPU_MIPS32_R1
1318 bool
1319
1320config SYS_HAS_CPU_MIPS32_R2
1321 bool
1322
1323config SYS_HAS_CPU_MIPS64_R1
1324 bool
1325
1326config SYS_HAS_CPU_MIPS64_R2
1327 bool
1328
1329config SYS_HAS_CPU_R3000
1330 bool
1331
1332config SYS_HAS_CPU_TX39XX
1333 bool
1334
1335config SYS_HAS_CPU_VR41XX
1336 bool
1337
1338config SYS_HAS_CPU_R4300
1339 bool
1340
1341config SYS_HAS_CPU_R4X00
1342 bool
1343
1344config SYS_HAS_CPU_TX49XX
1345 bool
1346
1347config SYS_HAS_CPU_R5000
1348 bool
1349
1350config SYS_HAS_CPU_R5432
1351 bool
1352
1353config SYS_HAS_CPU_R6000
1354 bool
1355
1356config SYS_HAS_CPU_NEVADA
1357 bool
1358
1359config SYS_HAS_CPU_R8000
1360 bool
1361
1362config SYS_HAS_CPU_R10000
1363 bool
1364
1365config SYS_HAS_CPU_RM7000
1366 bool
1367
1368config SYS_HAS_CPU_RM9000
1369 bool
1370
1371config SYS_HAS_CPU_SB1
1372 bool
1373
Ralf Baechle5e83d432005-10-29 19:32:41 +01001374endmenu
1375
1376#
1377# These two indicate any levelof the MIPS32 and MIPS64 architecture
1378#
1379config CPU_MIPS32
1380 bool
1381 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1382
1383config CPU_MIPS64
1384 bool
1385 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1386
1387#
1388# These two indicate the revision of the architecture, either 32 bot 64 bit.
1389#
1390config CPU_MIPSR1
1391 bool
1392 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1393
1394config CPU_MIPSR2
1395 bool
1396 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1397
1398config SYS_SUPPORTS_32BIT_KERNEL
1399 bool
1400config SYS_SUPPORTS_64BIT_KERNEL
1401 bool
1402config CPU_SUPPORTS_32BIT_KERNEL
1403 bool
1404config CPU_SUPPORTS_64BIT_KERNEL
1405 bool
1406
1407menu "Kernel type"
1408
1409choice
1410
1411 prompt "Kernel code model"
1412 help
1413 You should only select this option if you have a workload that
1414 actually benefits from 64-bit processing or if your machine has
1415 large memory. You will only be presented a single option in this
1416 menu if your system does not support both 32-bit and 64-bit kernels.
1417
1418config 32BIT
1419 bool "32-bit kernel"
1420 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1421 select TRAD_SIGNALS
1422 help
1423 Select this option if you want to build a 32-bit kernel.
1424config 64BIT
1425 bool "64-bit kernel"
1426 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1427 help
1428 Select this option if you want to build a 64-bit kernel.
1429
1430endchoice
1431
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432choice
1433 prompt "Kernel page size"
1434 default PAGE_SIZE_4KB
1435
1436config PAGE_SIZE_4KB
1437 bool "4kB"
1438 help
1439 This option select the standard 4kB Linux page size. On some
1440 R3000-family processors this is the only available page size. Using
1441 4kB page size will minimize memory consumption and is therefore
1442 recommended for low memory systems.
1443
1444config PAGE_SIZE_8KB
1445 bool "8kB"
1446 depends on EXPERIMENTAL && CPU_R8000
1447 help
1448 Using 8kB page size will result in higher performance kernel at
1449 the price of higher memory consumption. This option is available
1450 only on the R8000 processor. Not that at the time of this writing
1451 this option is still high experimental; there are also issues with
1452 compatibility of user applications.
1453
1454config PAGE_SIZE_16KB
1455 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001456 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457 help
1458 Using 16kB page size will result in higher performance kernel at
1459 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001460 all non-R3000 family processors. Note that you will need a suitable
1461 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462
1463config PAGE_SIZE_64KB
1464 bool "64kB"
1465 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1466 help
1467 Using 64kB page size will result in higher performance kernel at
1468 the price of higher memory consumption. This option is available on
1469 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001470 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471
1472endchoice
1473
1474config BOARD_SCACHE
1475 bool
1476
1477config IP22_CPU_SCACHE
1478 bool
1479 select BOARD_SCACHE
1480
1481config R5000_CPU_SCACHE
1482 bool
1483 select BOARD_SCACHE
1484
1485config RM7000_CPU_SCACHE
1486 bool
1487 select BOARD_SCACHE
1488
1489config SIBYTE_DMA_PAGEOPS
1490 bool "Use DMA to clear/copy pages"
1491 depends on CPU_SB1
1492 help
1493 Instead of using the CPU to zero and copy pages, use a Data Mover
1494 channel. These DMA channels are otherwise unused by the standard
1495 SiByte Linux port. Seems to give a small performance benefit.
1496
1497config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001498 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001500choice
1501 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001502
1503config MIPS_MT_DISABLED
1504 bool "Disable multithreading support."
1505 help
1506 Use this option if your workload can't take advantage of
1507 MIPS hardware multithreading support. On systems that don't have
1508 the option of an MT-enabled processor this option will be the only
1509 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001510
Ralf Baechle41c594a2006-04-05 09:45:45 +01001511config MIPS_MT_SMTC
1512 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001513 depends on CPU_MIPS32_R2
1514 #depends on CPU_MIPS64_R2 # once there is hardware ...
1515 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001516 select CPU_MIPSR2_IRQ_VI
1517 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001518 select MIPS_MT
Ralf Baechle41c594a2006-04-05 09:45:45 +01001519 select SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001520 help
1521 This is a kernel model which is known a SMTC or lately has been
1522 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001523
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001524config MIPS_MT_SMP
1525 bool "Use 1 TC on each available VPE for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001526 depends on SYS_SUPPORTS_MULTITHREADING
1527 select CPU_MIPSR2_IRQ_VI
1528 select CPU_MIPSR2_SRS
1529 select MIPS_MT
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001530 select SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001531 help
1532 This is a kernel model which is also known a VSMP or lately
1533 has been marketesed into SMVP.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001534
Ralf Baechlee01402b2005-07-14 15:57:16 +00001535config MIPS_VPE_LOADER
1536 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001537 depends on SYS_SUPPORTS_MULTITHREADING
1538 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001539 help
1540 Includes a loader for loading an elf relocatable object
1541 onto another VPE and running it.
1542
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001543endchoice
1544
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001545config MIPS_MT
1546 bool
1547
1548config SYS_SUPPORTS_MULTITHREADING
1549 bool
1550
Ralf Baechlef088fc82006-04-05 09:45:47 +01001551config MIPS_MT_FPAFF
1552 bool "Dynamic FPU affinity for FP-intensive threads"
1553 depends on MIPS_MT
1554 default y
1555
Ralf Baechlee01402b2005-07-14 15:57:16 +00001556config MIPS_VPE_LOADER_TOM
1557 bool "Load VPE program into memory hidden from linux"
1558 depends on MIPS_VPE_LOADER
1559 default y
1560 help
1561 The loader can use memory that is present but has been hidden from
1562 Linux using the kernel command line option "mem=xxMB". It's up to
1563 you to ensure the amount you put in the option and the space your
1564 program requires is less or equal to the amount physically present.
1565
1566# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1567config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001568 bool "Enable support for AP/SP API (RTLX)"
1569 depends on MIPS_VPE_LOADER
1570 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001571
Ralf Baechle26009902006-04-05 09:45:45 +01001572config MIPS_APSP_KSPD
1573 bool "Enable KSPD"
1574 depends on MIPS_VPE_APSP_API
1575 default y
1576 help
1577 KSPD is a kernel daemon that accepts syscall requests from the SP
1578 side, actions them and returns the results. It also handles the
1579 "exit" syscall notifying other kernel modules the SP program is
1580 exiting. You probably want to say yes here.
1581
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582config SB1_PASS_1_WORKAROUNDS
1583 bool
1584 depends on CPU_SB1_PASS_1
1585 default y
1586
1587config SB1_PASS_2_WORKAROUNDS
1588 bool
1589 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1590 default y
1591
1592config SB1_PASS_2_1_WORKAROUNDS
1593 bool
1594 depends on CPU_SB1 && CPU_SB1_PASS_2
1595 default y
1596
1597config 64BIT_PHYS_ADDR
1598 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001599 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 -07001600
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001602 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001605 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001606
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001607#
1608# Vectored interrupt mode is an R2 feature
1609#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001610config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001611 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001612
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001613#
1614# Extended interrupt mode is an R2 feature
1615#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001616config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001617 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001618
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001619#
1620# Shadow registers are an R2 feature
1621#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001622config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001623 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001624
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625config CPU_HAS_SYNC
1626 bool
1627 depends on !CPU_R3000
1628 default y
1629
1630#
Ralf Baechle797798c2005-08-10 15:17:11 +00001631# Use the generic interrupt handling code in kernel/irq/:
1632#
1633config GENERIC_HARDIRQS
1634 bool
1635 default y
1636
1637config GENERIC_IRQ_PROBE
1638 bool
1639 default y
1640
1641#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642# - Highmem only makes sense for the 32-bit kernel.
1643# - The current highmem code will only work properly on physically indexed
1644# caches such as R3000, SB1, R7000 or those that look like they're virtually
1645# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1646# moment we protect the user and offer the highmem option only on machines
1647# where it's known to be safe. This will not offer highmem on a few systems
1648# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1649# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001650# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1651# know they might have memory configurations that could make use of highmem
1652# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653#
1654config HIGHMEM
1655 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001656 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1657
1658config CPU_SUPPORTS_HIGHMEM
1659 bool
1660
1661config SYS_SUPPORTS_HIGHMEM
1662 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001664config ARCH_FLATMEM_ENABLE
1665 def_bool y
1666 depends on !NUMA
1667
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001668config ARCH_DISCONTIGMEM_ENABLE
1669 bool
1670 default y if SGI_IP27
1671 help
1672 Say Y to upport efficient handling of discontiguous physical memory,
1673 for architectures which are either NUMA (Non-Uniform Memory Access)
1674 or have huge holes in the physical address space for other reasons.
1675 See <file:Documentation/vm/numa> for more.
1676
1677config NUMA
1678 bool "NUMA Support"
1679 depends on SYS_SUPPORTS_NUMA
1680 help
1681 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1682 Access). This option improves performance on systems with more
1683 than two nodes; on two node systems it is generally better to
1684 leave it disabled; on single node systems disable this option
1685 disabled.
1686
1687config SYS_SUPPORTS_NUMA
1688 bool
1689
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001690config NODES_SHIFT
1691 int
1692 default "6"
1693 depends on NEED_MULTIPLE_NODES
1694
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001695source "mm/Kconfig"
1696
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697config SMP
1698 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001699 depends on SYS_SUPPORTS_SMP
1700 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701 This enables support for systems with more than one CPU. If you have
1702 a system with only one CPU, like most personal computers, say N. If
1703 you have a system with more than one CPU, say Y.
1704
1705 If you say N here, the kernel will run on single and multiprocessor
1706 machines, but will use only one CPU of a multiprocessor machine. If
1707 you say Y here, the kernel will run on many, but not all,
1708 singleprocessor machines. On a singleprocessor machine, the kernel
1709 will run faster if you say N here.
1710
1711 People using multiprocessor machines who say Y here should also say
1712 Y to "Enhanced Real Time Clock Support", below.
1713
1714 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1715 available at <http://www.tldp.org/docs.html#howto>.
1716
1717 If you don't know what to do here, say N.
1718
Ralf Baechlee73ea272006-06-04 11:51:46 +01001719config SYS_SUPPORTS_SMP
1720 bool
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722config NR_CPUS
1723 int "Maximum number of CPUs (2-64)"
1724 range 2 64
1725 depends on SMP
1726 default "64" if SGI_IP27
1727 default "2"
1728 help
1729 This allows you to specify the maximum number of CPUs which this
1730 kernel will support. The maximum supported value is 32 for 32-bit
1731 kernel and 64 for 64-bit kernels; the minimum value which makes
1732 sense is 2.
1733
1734 This is purely to save memory - each supported CPU adds
1735 approximately eight kilobytes to the kernel image.
1736
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001737#
1738# Timer Interrupt Frequency Configuration
1739#
1740
1741choice
1742 prompt "Timer frequency"
1743 default HZ_250
1744 help
1745 Allows the configuration of the timer frequency.
1746
1747 config HZ_48
1748 bool "48 HZ" if SYS_SUPPORTS_48HZ
1749
1750 config HZ_100
1751 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1752
1753 config HZ_128
1754 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1755
1756 config HZ_250
1757 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1758
1759 config HZ_256
1760 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1761
1762 config HZ_1000
1763 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1764
1765 config HZ_1024
1766 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1767
1768endchoice
1769
1770config SYS_SUPPORTS_48HZ
1771 bool
1772
1773config SYS_SUPPORTS_100HZ
1774 bool
1775
1776config SYS_SUPPORTS_128HZ
1777 bool
1778
1779config SYS_SUPPORTS_250HZ
1780 bool
1781
1782config SYS_SUPPORTS_256HZ
1783 bool
1784
1785config SYS_SUPPORTS_1000HZ
1786 bool
1787
1788config SYS_SUPPORTS_1024HZ
1789 bool
1790
1791config SYS_SUPPORTS_ARBIT_HZ
1792 bool
1793 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1794 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1795 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1796 !SYS_SUPPORTS_1024HZ
1797
1798config HZ
1799 int
1800 default 48 if HZ_48
1801 default 100 if HZ_100
1802 default 128 if HZ_128
1803 default 250 if HZ_250
1804 default 256 if HZ_256
1805 default 1000 if HZ_1000
1806 default 1024 if HZ_1024
1807
Ralf Baechlee80de852005-07-11 20:45:51 +00001808source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809
1810config RTC_DS1742
1811 bool "DS1742 BRAM/RTC support"
1812 depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
1813
1814config MIPS_INSANE_LARGE
1815 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001816 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 help
1818 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1819 previous 64-bit processors which only supported 40 bit / 1TB. If you
1820 need processes of more than 1TB virtual address space, say Y here.
1821 This will result in additional memory usage, so it is not
1822 recommended for normal users.
1823
Ralf Baechle5e83d432005-10-29 19:32:41 +01001824endmenu
1825
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826config RWSEM_GENERIC_SPINLOCK
1827 bool
1828 default y
1829
Ralf Baechleb6c35392005-11-25 11:35:40 +00001830source "init/Kconfig"
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1833
Ralf Baechle5e83d432005-10-29 19:32:41 +01001834config HW_HAS_EISA
1835 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836config HW_HAS_PCI
1837 bool
1838
1839config PCI
1840 bool "Support for PCI controller"
1841 depends on HW_HAS_PCI
1842 help
1843 Find out whether you have a PCI motherboard. PCI is the name of a
1844 bus system, i.e. the way the CPU talks to the other stuff inside
1845 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1846 say Y, otherwise N.
1847
1848 The PCI-HOWTO, available from
1849 <http://www.tldp.org/docs.html#howto>, contains valuable
1850 information about which PCI hardware does work under Linux and which
1851 doesn't.
1852
1853config PCI_DOMAINS
1854 bool
1855 depends on PCI
1856
1857source "drivers/pci/Kconfig"
1858
1859#
1860# ISA support is now enabled via select. Too many systems still have the one
1861# or other ISA chip on the board that users don't know about so don't expect
1862# users to choose the right thing ...
1863#
1864config ISA
1865 bool
1866
Ralf Baechleaac076f2006-06-07 12:53:17 +01001867config NO_ISA
1868 bool
1869
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870config EISA
1871 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001872 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873 select ISA
1874 ---help---
1875 The Extended Industry Standard Architecture (EISA) bus was
1876 developed as an open alternative to the IBM MicroChannel bus.
1877
1878 The EISA bus provided some of the features of the IBM MicroChannel
1879 bus while maintaining backward compatibility with cards made for
1880 the older ISA bus. The EISA bus saw limited use between 1988 and
1881 1995 when it was made obsolete by the PCI bus.
1882
1883 Say Y here if you are building a kernel for an EISA-based machine.
1884
1885 Otherwise, say N.
1886
1887source "drivers/eisa/Kconfig"
1888
1889config TC
1890 bool "TURBOchannel support"
1891 depends on MACH_DECSTATION
1892 help
1893 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
1894 processors. Documentation on writing device drivers for TurboChannel
1895 is available at:
1896 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
1897
1898#config ACCESSBUS
1899# bool "Access.Bus support"
1900# depends on TC
1901
1902config MMU
1903 bool
1904 default y
1905
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05001906config I8253
1907 bool
1908
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909source "drivers/pcmcia/Kconfig"
1910
1911source "drivers/pci/hotplug/Kconfig"
1912
1913endmenu
1914
1915menu "Executable file formats"
1916
1917source "fs/Kconfig.binfmt"
1918
1919config TRAD_SIGNALS
1920 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921
1922config BUILD_ELF64
1923 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001924 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925 help
1926 A 64-bit kernel is usually built using the 64-bit ELF binary object
1927 format as it's one that allows arbitrary 64-bit constructs. For
1928 kernels that are loaded within the KSEG compatibility segments the
1929 32-bit ELF format can optionally be used resulting in a somewhat
1930 smaller binary, but this option is not explicitly supported by the
1931 toolchain and since binutils 2.14 it does not even work at all.
1932
1933 Say Y to use the 64-bit format or N to use the 32-bit one.
1934
1935 If unsure say Y.
1936
1937config BINFMT_IRIX
1938 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001939 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940
1941config MIPS32_COMPAT
1942 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001943 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944 help
1945 Select this option if you want Linux/MIPS 32-bit binary
1946 compatibility. Since all software available for Linux/MIPS is
1947 currently 32-bit you should say Y here.
1948
1949config COMPAT
1950 bool
1951 depends on MIPS32_COMPAT
1952 default y
1953
1954config MIPS32_O32
1955 bool "Kernel support for o32 binaries"
1956 depends on MIPS32_COMPAT
1957 help
1958 Select this option if you want to run o32 binaries. These are pure
1959 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
1960 existing binaries are in this format.
1961
1962 If unsure, say Y.
1963
1964config MIPS32_N32
1965 bool "Kernel support for n32 binaries"
1966 depends on MIPS32_COMPAT
1967 help
1968 Select this option if you want to run n32 binaries. These are
1969 64-bit binaries using 32-bit quantities for addressing and certain
1970 data that would normally be 64-bit. They are used in special
1971 cases.
1972
1973 If unsure, say N.
1974
1975config BINFMT_ELF32
1976 bool
1977 default y if MIPS32_O32 || MIPS32_N32
1978
Ralf Baechle127c6f62005-03-18 17:36:42 +00001979config SECCOMP
1980 bool "Enable seccomp to safely compute untrusted bytecode"
1981 depends on PROC_FS && BROKEN
1982 default y
1983 help
1984 This kernel feature is useful for number crunching applications
1985 that may need to compute untrusted bytecode during their
1986 execution. By using pipes or other transports made available to
1987 the process as file descriptors supporting the read/write
1988 syscalls, it's possible to isolate those applications in
1989 their own address space using seccomp. Once seccomp is
1990 enabled via /proc/<pid>/seccomp, it cannot be disabled
1991 and the task is only allowed to execute a few safe syscalls
1992 defined by each seccomp mode.
1993
1994 If unsure, say Y. Only embedded should say N here.
1995
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996config PM
1997 bool "Power Management support (EXPERIMENTAL)"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001998 depends on EXPERIMENTAL && SOC_AU1X00
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002000config APM
2001 tristate "Advanced Power Management Emulation"
2002 depends on PM
2003 ---help---
2004 APM is a BIOS specification for saving power using several different
2005 techniques. This is mostly useful for battery powered systems with
2006 APM compliant BIOSes. If you say Y here, the system time will be
2007 reset after a RESUME operation, the /proc/apm device will provide
2008 battery status information, and user-space programs will receive
2009 notification of APM "events" (e.g. battery status change).
2010
2011 In order to use APM, you will need supporting software. For location
2012 and more information, read <file:Documentation/pm.txt> and the
2013 Battery Powered Linux mini-HOWTO, available from
2014 <http://www.tldp.org/docs.html#howto>.
2015
2016 This driver does not spin down disk drives (see the hdparm(8)
2017 manpage ("man 8 hdparm") for that), and it doesn't turn off
2018 VESA-compliant "green" monitors.
2019
2020 Generally, if you don't have a battery in your machine, there isn't
2021 much point in using this driver and you should say N. If you get
2022 random kernel OOPSes or reboots that don't seem to be related to
2023 anything, try disabling/enabling this option (or disabling/enabling
2024 APM in your BIOS).
2025
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026endmenu
2027
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002028source "net/Kconfig"
2029
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030source "drivers/Kconfig"
2031
2032source "fs/Kconfig"
2033
Ralf Baechle5e83d432005-10-29 19:32:41 +01002034source "arch/mips/oprofile/Kconfig"
2035
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036source "arch/mips/Kconfig.debug"
2037
2038source "security/Kconfig"
2039
2040source "crypto/Kconfig"
2041
2042source "lib/Kconfig"