blob: 4bb813389e9ef45208e6945072854bc6f9a63b66 [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
Ralf Baechle35189fa2006-06-18 16:39:46 +0100129 select SYS_HAS_CPU_RM9000
130 select SYS_SUPPORTS_32BIT_KERNEL
131 select SYS_SUPPORTS_64BIT_KERNEL
132 select SYS_SUPPORTS_BIG_ENDIAN
133 help
134 The eXcite is a smart camera platform manufactured by
135 Basler Vision Technologies AG
136
137config BASLER_EXCITE_PROTOTYPE
138 bool "Support for pre-release units"
139 depends on BASLER_EXCITE
140 default n
141 help
142 Pre-series (prototype) units are different from later ones in
143 some ways. Select this option if you have one of these. Please
144 note that a kernel built with this option selected will not be
145 able to run on normal units.
146
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147config MIPS_COBALT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200148 bool "Cobalt Server"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149 select DMA_NONCOHERENT
150 select HW_HAS_PCI
151 select I8259
152 select IRQ_CPU
Ralf Baechle5e83d432005-10-29 19:32:41 +0100153 select MIPS_GT64111
Ralf Baechle7cf80532005-10-20 22:33:09 +0100154 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700155 select SYS_SUPPORTS_32BIT_KERNEL
156 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100157 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158
159config MACH_DECSTATION
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200160 bool "DECstations"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161 select BOOT_ELF32
162 select DMA_NONCOHERENT
Maciej W. Rozyckib6d468e2005-02-02 20:36:21 +0000163 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100165 select SYS_HAS_CPU_R3000
166 select SYS_HAS_CPU_R4X00
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700167 select SYS_SUPPORTS_32BIT_KERNEL
168 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100169 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900170 select SYS_SUPPORTS_128HZ
171 select SYS_SUPPORTS_256HZ
172 select SYS_SUPPORTS_1024HZ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100173 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174 This enables support for DEC's MIPS based workstations. For details
175 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
176 DECstation porting pages on <http://decstation.unix-ag.org/>.
177
178 If you have one of the following DECstation Models you definitely
179 want to choose R4xx0 for the CPU Type:
180
181 DECstation 5000/50
182 DECstation 5000/150
183 DECstation 5000/260
184 DECsystem 5900/260
185
186 otherwise choose R3000.
187
188config MIPS_EV64120
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200189 bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190 depends on EXPERIMENTAL
191 select DMA_NONCOHERENT
192 select HW_HAS_PCI
193 select MIPS_GT64120
Ralf Baechle7cf80532005-10-20 22:33:09 +0100194 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700195 select SYS_SUPPORTS_32BIT_KERNEL
196 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100197 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198 help
199 This is an evaluation board based on the Galileo GT-64120
200 single-chip system controller that contains a MIPS R5000 compatible
201 core running at 75/100MHz. Their website is located at
202 <http://www.marvell.com/>. Say Y here if you wish to build a
203 kernel for this platform.
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205config MIPS_EV96100
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200206 bool "Galileo EV96100 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 depends on EXPERIMENTAL
208 select DMA_NONCOHERENT
209 select HW_HAS_PCI
210 select IRQ_CPU
211 select MIPS_GT96100
212 select RM7000_CPU_SCACHE
213 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100214 select SYS_HAS_CPU_R5000
215 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700216 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100217 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
218 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219 help
220 This is an evaluation board based on the Galileo GT-96100 LAN/WAN
221 communications controllers containing a MIPS R5000 compatible core
222 running at 83MHz. Their website is <http://www.marvell.com/>. Say Y
223 here if you wish to build a kernel for this platform.
224
225config MIPS_IVR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200226 bool "Globespan IVR board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227 select DMA_NONCOHERENT
228 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100229 select ITE_BOARD_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100230 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700231 select SYS_SUPPORTS_32BIT_KERNEL
232 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100233 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 help
235 This is an evaluation board built by Globespan to showcase thir
236 iVR (Internet Video Recorder) design. It utilizes a QED RM5231
237 R5000 MIPS core. More information can be found out their website
238 located at <http://www.globespan.net/>. Say Y here if you wish to
239 build a kernel for this platform.
240
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241config MIPS_ITE8172
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200242 bool "ITE 8172G board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243 select DMA_NONCOHERENT
244 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100245 select ITE_BOARD_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100246 select SYS_HAS_CPU_R5432
247 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700248 select SYS_SUPPORTS_32BIT_KERNEL
249 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100250 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251 help
252 Ths is an evaluation board made by ITE <http://www.ite.com.tw/>
253 with ATX form factor that utilizes a MIPS R5000 to work with its
254 ITE8172G companion internet appliance chip. The MIPS core can be
255 either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build
256 a kernel for this platform.
257
Ralf Baechle5e83d432005-10-29 19:32:41 +0100258config MACH_JAZZ
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200259 bool "Jazz family of machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100260 select ARC
261 select ARC32
262 select ARCH_MAY_HAVE_PC_FDC
263 select GENERIC_ISA_DMA
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500264 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100265 select I8259
266 select ISA
Ralf Baechle7cf80532005-10-20 22:33:09 +0100267 select SYS_HAS_CPU_R4X00
Ralf Baechle5e83d432005-10-29 19:32:41 +0100268 select SYS_SUPPORTS_32BIT_KERNEL
269 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900270 select SYS_SUPPORTS_100HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100272 This a family of machines based on the MIPS R4030 chipset which was
273 used by several vendors to build RISC/os and Windows NT workstations.
274 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
275 Olivetti M700-10 workstations.
276
277config LASAT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200278 bool "LASAT Networks platforms"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100279 select DMA_NONCOHERENT
280 select HW_HAS_PCI
281 select MIPS_GT64120
282 select MIPS_NILE4
283 select R5000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100284 select SYS_HAS_CPU_R5000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100285 select SYS_SUPPORTS_32BIT_KERNEL
286 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
287 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288
289config MIPS_ATLAS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200290 bool "MIPS Atlas board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 select BOOT_ELF32
292 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100293 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100295 select MIPS_BOARDS_GEN
296 select MIPS_BONITO64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100298 select MIPS_MSC
Maciej W. Rozyckif4b7cdb2005-02-12 04:31:49 +0000299 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100301 select SYS_HAS_CPU_MIPS32_R1
302 select SYS_HAS_CPU_MIPS32_R2
303 select SYS_HAS_CPU_MIPS64_R1
304 select SYS_HAS_CPU_NEVADA
305 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700306 select SYS_SUPPORTS_32BIT_KERNEL
307 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100308 select SYS_SUPPORTS_BIG_ENDIAN
309 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100310 select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000312 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313 board.
314
315config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200316 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000317 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318 select BOOT_ELF32
319 select HAVE_STD_PC_SERIAL_PORT
320 select DMA_NONCOHERENT
Ralf Baechlee01402b2005-07-14 15:57:16 +0000321 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 select GENERIC_ISA_DMA
323 select HW_HAS_PCI
324 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100325 select MIPS_BOARDS_GEN
326 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100327 select MIPS_CPU_SCACHE
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
Atsushi Nemoto31473742006-07-03 00:09:47 +0900482 select ARCH_SPARSEMEM_ENABLE
Ralf Baechle5e83d432005-10-29 19:32:41 +0100483 help
484 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
485 Momentum Computer <http://www.momenco.com/>.
486
487config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200488 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100489 select DMA_NONCOHERENT
490 select SOC_AU1500
491 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492
Pete Popovbdf21b12005-07-14 17:47:57 +0000493config PNX8550_V2PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200494 bool "Philips PNX8550 based Viper2-PCI board"
Ralf Baechle4b29f602006-06-07 15:24:44 +0100495 depends on BROKEN
Pete Popovbdf21b12005-07-14 17:47:57 +0000496 select PNX8550
497 select SYS_SUPPORTS_LITTLE_ENDIAN
498
499config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200500 bool "Philips PNX8550 based JBS board"
Ralf Baechle4b29f602006-06-07 15:24:44 +0100501 depends on BROKEN
Pete Popovbdf21b12005-07-14 17:47:57 +0000502 select PNX8550
503 select SYS_SUPPORTS_LITTLE_ENDIAN
504
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200506 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100507 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 select DMA_NONCOHERENT
509 select HW_HAS_PCI
510 select I8259
511 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100512 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700513 select SYS_SUPPORTS_32BIT_KERNEL
514 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100515 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 help
517 This enables support for the R5432-based NEC DDB Vrc-5477,
518 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
519
520 Features : kernel debugging, serial terminal, NFS root fs, on-board
521 ether port USB, AC97, PCI, etc.
522
Ralf Baechle5e83d432005-10-29 19:32:41 +0100523config MACH_VR41XX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200524 bool "NEC VR41XX-based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100525 select SYS_HAS_CPU_VR41XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100526 select SYS_SUPPORTS_32BIT_KERNEL
527 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
528
529config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200530 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100531 select DMA_COHERENT
532 select HW_HAS_PCI
533 select IRQ_CPU
534 select IRQ_CPU_RM7K
535 select IRQ_CPU_RM9K
536 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100537 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100538 select SYS_SUPPORTS_32BIT_KERNEL
539 select SYS_SUPPORTS_64BIT_KERNEL
540 select SYS_SUPPORTS_BIG_ENDIAN
541 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlee73ea272006-06-04 11:51:46 +0100542 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100543 help
544 Yosemite is an evaluation board for the RM9000x2 processor
545 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546
Ralf Baechle07119622005-09-03 15:56:11 -0700547config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200548 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700549 select DMA_COHERENT
550 select GENERIC_ISA_DMA
551 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500552 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700553 select I8259
554 select ISA
555 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100556 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700557 select SYS_SUPPORTS_32BIT_KERNEL
558 select SYS_SUPPORTS_BIG_ENDIAN
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +0900559 select ARCH_SPARSEMEM_ENABLE
Ralf Baechle07119622005-09-03 15:56:11 -0700560 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100561 Qemu is a software emulator which among other architectures also
562 can simulate a MIPS32 4Kc system. This patch adds support for the
563 system architecture that currently is being simulated by Qemu. It
564 will eventually be removed again when Qemu has the capability to
565 simulate actual MIPS hardware platforms. More information on Qemu
566 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700567
dmitry pervushin355c4712006-05-21 14:53:06 +0400568config MARKEINS
569 bool "Support for NEC EMMA2RH Mark-eins"
570 select DMA_NONCOHERENT
571 select HW_HAS_PCI
572 select IRQ_CPU
573 select SWAP_IO_SPACE
574 select SYS_SUPPORTS_32BIT_KERNEL
575 select SYS_SUPPORTS_BIG_ENDIAN
576 select SYS_SUPPORTS_LITTLE_ENDIAN
577 select SYS_HAS_CPU_R5000
578 help
579 This enables support for the R5432-based NEC Mark-eins
580 boards with R5500 CPU.
581
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200583 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584 select ARC
585 select ARC32
586 select BOOT_ELF32
587 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100588 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 select IP22_CPU_SCACHE
590 select IRQ_CPU
Ralf Baechleaac076f2006-06-07 12:53:17 +0100591 select NO_ISA if ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100593 select SYS_HAS_CPU_R4X00
594 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700595 select SYS_SUPPORTS_32BIT_KERNEL
596 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100597 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 help
599 This are the SGI Indy, Challenge S and Indigo2, as well as certain
600 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
601 that runs on these, say Y here.
602
603config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200604 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 select ARC
606 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100607 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 select DMA_IP27
Ralf Baechlea3d45392006-06-22 20:09:04 +0100609 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 select HW_HAS_PCI
611 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100612 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700613 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100614 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100615 select SYS_SUPPORTS_NUMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616 help
617 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
618 workstations. To compile a Linux kernel that runs on these, say Y
619 here.
620
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200622 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700623 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 select ARC
625 select ARC32
626 select BOOT_ELF32
627 select OWN_DMA
628 select DMA_IP32
629 select DMA_NONCOHERENT
630 select HW_HAS_PCI
631 select R5000_CPU_SCACHE
632 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100633 select SYS_HAS_CPU_R5000
634 select SYS_HAS_CPU_R10000 if BROKEN
635 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000636 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700637 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100638 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 help
640 If you want this kernel to run on SGI O2 workstation, say Y here.
641
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700642config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200643 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700644 select BOOT_ELF32
645 select DMA_COHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +0100646 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700647 select SIBYTE_BCM1x80
648 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100649 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700650 select SYS_SUPPORTS_BIG_ENDIAN
651 select SYS_SUPPORTS_LITTLE_ENDIAN
652
Ralf Baechle5e83d432005-10-29 19:32:41 +0100653config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200654 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100655 select BOOT_ELF32
656 select DMA_COHERENT
657 select SIBYTE_SB1250
658 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100659 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100660 select SYS_SUPPORTS_BIG_ENDIAN
661 select SYS_SUPPORTS_HIGHMEM
662 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000663
Ralf Baechle5e83d432005-10-29 19:32:41 +0100664config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200665 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100666 depends on EXPERIMENTAL
667 select BOOT_ELF32
668 select DMA_COHERENT
669 select SIBYTE_SB1250
670 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100671 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100672 select SYS_SUPPORTS_BIG_ENDIAN
673 select SYS_SUPPORTS_LITTLE_ENDIAN
674
675config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200676 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100677 depends on EXPERIMENTAL
678 select BOOT_ELF32
679 select DMA_COHERENT
680 select SIBYTE_BCM1125H
681 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100682 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100683 select SYS_SUPPORTS_BIG_ENDIAN
684 select SYS_SUPPORTS_LITTLE_ENDIAN
685
686config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200687 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100688 depends on EXPERIMENTAL
689 select BOOT_ELF32
690 select DMA_COHERENT
691 select SIBYTE_BCM1120
692 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100693 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100694 select SYS_SUPPORTS_BIG_ENDIAN
695 select SYS_SUPPORTS_LITTLE_ENDIAN
696
697config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200698 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100699 depends on EXPERIMENTAL
700 select BOOT_ELF32
701 select DMA_COHERENT
702 select SIBYTE_SB1250
703 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100704 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100705 select SYS_SUPPORTS_BIG_ENDIAN
706 select SYS_SUPPORTS_HIGHMEM
707 select SYS_SUPPORTS_LITTLE_ENDIAN
708
709config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200710 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100711 depends on EXPERIMENTAL
712 select BOOT_ELF32
713 select DMA_COHERENT
714 select SIBYTE_SB1250
715 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100716 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100717 select SYS_SUPPORTS_BIG_ENDIAN
718 select SYS_SUPPORTS_HIGHMEM
719 select SYS_SUPPORTS_LITTLE_ENDIAN
720
721config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200722 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100723 depends on EXPERIMENTAL
724 select BOOT_ELF32
725 select DMA_COHERENT
726 select SIBYTE_BCM1120
727 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100728 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100729 select SYS_SUPPORTS_BIG_ENDIAN
730 select SYS_SUPPORTS_LITTLE_ENDIAN
731
732config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200733 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100734 depends on EXPERIMENTAL
735 select BOOT_ELF32
736 select DMA_COHERENT
737 select SIBYTE_BCM1125
738 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100739 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100740 select SYS_SUPPORTS_BIG_ENDIAN
741 select SYS_SUPPORTS_HIGHMEM
742 select SYS_SUPPORTS_LITTLE_ENDIAN
743
744config SNI_RM200_PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200745 bool "SNI RM200 PCI"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200746 select ARC if CPU_LITTLE_ENDIAN
747 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100748 select ARCH_MAY_HAVE_PC_FDC
749 select BOOT_ELF32
750 select DMA_NONCOHERENT
751 select GENERIC_ISA_DMA
752 select HAVE_STD_PC_SERIAL_PORT
753 select HW_HAS_EISA
754 select HW_HAS_PCI
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500755 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100756 select I8259
757 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200758 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100759 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200760 select SYS_HAS_CPU_R5000
761 select R5000_CPU_SCACHE
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700762 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100763 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200764 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100765 select SYS_SUPPORTS_HIGHMEM
766 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100768 The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
769 Nixdorf Informationssysteme (SNI), parent company of Pyramid
770 Technology and now in turn merged with Fujitsu. Say Y here to
771 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772
Ralf Baechle5e83d432005-10-29 19:32:41 +0100773config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200774 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100775 select DMA_NONCOHERENT
776 select HW_HAS_PCI
777 select MIPS_TX3927
778 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100779 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100780 select SYS_SUPPORTS_32BIT_KERNEL
781 select SYS_SUPPORTS_BIG_ENDIAN
782 select TOSHIBA_BOARDS
783
784config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200785 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100786 select DMA_NONCOHERENT
787 select HAS_TXX9_SERIAL
788 select HW_HAS_PCI
789 select I8259
790 select ISA
791 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100792 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100793 select SYS_SUPPORTS_32BIT_KERNEL
794 select SYS_SUPPORTS_64BIT_KERNEL
795 select SYS_SUPPORTS_BIG_ENDIAN
796 select TOSHIBA_BOARDS
797 help
798 This Toshiba board is based on the TX4927 processor. Say Y here to
799 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800
Ralf Baechle23fbee92005-07-25 22:45:45 +0000801config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200802 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000803 select HAVE_STD_PC_SERIAL_PORT
804 select DMA_NONCOHERENT
805 select GENERIC_ISA_DMA
806 select HAS_TXX9_SERIAL
807 select HW_HAS_PCI
808 select I8259
809 select ISA
810 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100811 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000812 select SYS_SUPPORTS_32BIT_KERNEL
813 select SYS_SUPPORTS_LITTLE_ENDIAN
814 select SYS_SUPPORTS_BIG_ENDIAN
815 select TOSHIBA_BOARDS
816 help
817 This Toshiba board is based on the TX4938 processor. Say Y here to
818 support this machine type
819
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820endchoice
821
Ralf Baechle5e83d432005-10-29 19:32:41 +0100822source "arch/mips/ddb5xxx/Kconfig"
823source "arch/mips/gt64120/ev64120/Kconfig"
824source "arch/mips/jazz/Kconfig"
825source "arch/mips/ite-boards/Kconfig"
826source "arch/mips/lasat/Kconfig"
827source "arch/mips/momentum/Kconfig"
828source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000829source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f72005-02-03 14:28:23 +0000830source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100831source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000832source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100833source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000834source "arch/mips/philips/pnx8550/common/Kconfig"
Peter Hortone87ddde2006-02-12 17:10:25 +0000835source "arch/mips/cobalt/Kconfig"
Ralf Baechle38b18f72005-02-03 14:28:23 +0000836
Ralf Baechle5e83d432005-10-29 19:32:41 +0100837endmenu
838
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839config RWSEM_GENERIC_SPINLOCK
840 bool
841 default y
842
843config RWSEM_XCHGADD_ALGORITHM
844 bool
845
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800846config GENERIC_FIND_NEXT_BIT
847 bool
848 default y
849
850config GENERIC_HWEIGHT
851 bool
852 default y
853
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854config GENERIC_CALIBRATE_DELAY
855 bool
856 default y
857
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900858config SCHED_NO_NO_OMIT_FRAME_POINTER
859 bool
860 default y
861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862#
863# Select some configuration options automatically based on user selections.
864#
865config ARC
866 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867
Ralf Baechle61ed2422005-09-15 08:52:34 +0000868config ARCH_MAY_HAVE_PC_FDC
869 bool
870
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700871config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 bool
873
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700874config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 bool
876
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700877config DMA_IP32
878 bool
879 select DMA_NEED_PCI_MAP_STATE
880
881config DMA_NONCOHERENT
882 bool
883 select DMA_NEED_PCI_MAP_STATE
884
885config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 bool
887
Ralf Baechle5e83d432005-10-29 19:32:41 +0100888config OWN_DMA
889 bool
890
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891config EARLY_PRINTK
892 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
894config GENERIC_ISA_DMA
895 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896
897config I8259
898 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899
900config LIMITED_DMA
901 bool
902 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000903 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904
905config MIPS_BONITO64
906 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907
908config MIPS_MSC
909 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910
911config MIPS_NILE4
912 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913
914config MIPS_DISABLE_OBSOLETE_IDE
915 bool
916
Ralf Baechle5e83d432005-10-29 19:32:41 +0100917#
918# Endianess selection. Suffiently obscure so many users don't know what to
919# answer,so we try hard to limit the available choices. Also the use of a
920# choice statement should be more obvious to the user.
921#
922choice
923 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924 help
925 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100926 byte order. These modes require different kernels and a different
927 Linux distribution. In general there is one prefered byteorder for a
928 particular system but some systems are just as commonly used in the
929 one or the other endianess.
930
931config CPU_BIG_ENDIAN
932 bool "Big endian"
933 depends on SYS_SUPPORTS_BIG_ENDIAN
934
935config CPU_LITTLE_ENDIAN
936 bool "Little endian"
937 depends on SYS_SUPPORTS_LITTLE_ENDIAN
938 help
939
940endchoice
941
942config SYS_SUPPORTS_BIG_ENDIAN
943 bool
944
945config SYS_SUPPORTS_LITTLE_ENDIAN
946 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
948config IRQ_CPU
949 bool
950
951config IRQ_CPU_RM7K
952 bool
953
Ralf Baechle5e83d432005-10-29 19:32:41 +0100954config IRQ_CPU_RM9K
955 bool
956
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957config IRQ_MV64340
958 bool
959
960config DDB5XXX_COMMON
961 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962
963config MIPS_BOARDS_GEN
964 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965
966config MIPS_GT64111
967 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968
969config MIPS_GT64120
970 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971
972config MIPS_TX3927
973 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975
976config PCI_MARVELL
977 bool
978
979config ITE_BOARD_GEN
980 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +0100981
982config SOC_AU1000
983 bool
984 select SOC_AU1X00
985
986config SOC_AU1100
987 bool
988 select SOC_AU1X00
989
990config SOC_AU1500
991 bool
992 select SOC_AU1X00
993
994config SOC_AU1550
995 bool
996 select SOC_AU1X00
997
998config SOC_AU1200
999 bool
1000 select SOC_AU1X00
1001
1002config SOC_AU1X00
1003 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +01001004 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +01001005 select SYS_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006
Pete Popovbdf21b12005-07-14 17:47:57 +00001007config PNX8550
1008 bool
1009 select SOC_PNX8550
1010
1011config SOC_PNX8550
1012 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001013 select DMA_NONCOHERENT
1014 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001015 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle7cf80532005-10-20 22:33:09 +01001016 select SYS_SUPPORTS_32BIT_KERNEL
Pete Popovbdf21b12005-07-14 17:47:57 +00001017
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018config SWAP_IO_SPACE
1019 bool
1020
dmitry pervushin355c4712006-05-21 14:53:06 +04001021config EMMA2RH
1022 bool
1023 depends on MARKEINS
1024 default y
1025
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026#
1027# Unfortunately not all GT64120 systems run the chip at the same clock.
1028# As the user for the clock rate and try to minimize the available options.
1029#
1030choice
1031 prompt "Galileo Chip Clock"
1032 #default SYSCLK_83 if MIPS_EV64120
1033 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1034 default SYSCLK_83 if MIPS_EV64120
1035 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
1036
1037config SYSCLK_75
1038 bool "75" if MIPS_EV64120
1039
1040config SYSCLK_83
1041 bool "83.3" if MIPS_EV64120
1042
1043config SYSCLK_100
1044 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1045
1046endchoice
1047
Ralf Baechle5e83d432005-10-29 19:32:41 +01001048config ARC32
1049 bool
1050
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051config AU1X00_USB_DEVICE
1052 bool
1053 depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
1054 default n
1055
1056config MIPS_GT96100
1057 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001058 select MIPS_GT64120
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059
1060config IT8172_CIR
1061 bool
1062 depends on MIPS_ITE8172 || MIPS_IVR
1063 default y
1064
1065config IT8712
1066 bool
1067 depends on MIPS_ITE8172
1068 default y
1069
1070config BOOT_ELF32
1071 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072
1073config MIPS_L1_CACHE_SHIFT
1074 int
1075 default "4" if MACH_DECSTATION
1076 default "7" if SGI_IP27
1077 default "5"
1078
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079config HAVE_STD_PC_SERIAL_PORT
1080 bool
1081
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082config ARC_CONSOLE
1083 bool "ARC console support"
1084 depends on SGI_IP22 || SNI_RM200_PCI
1085
1086config ARC_MEMORY
1087 bool
1088 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
1089 default y
1090
1091config ARC_PROMLIB
1092 bool
1093 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
1094 default y
1095
1096config ARC64
1097 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098
1099config BOOT_ELF64
1100 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102config TOSHIBA_BOARDS
1103 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104
1105menu "CPU selection"
1106
1107choice
1108 prompt "CPU type"
1109 default CPU_R4X00
1110
Ralf Baechle6e760c82005-07-06 12:08:11 +00001111config CPU_MIPS32_R1
1112 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001113 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001114 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001115 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001116 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001117 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001118 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001119 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001120 MIPS32 architecture. Most modern embedded systems with a 32-bit
1121 MIPS processor are based on a MIPS32 processor. If you know the
1122 specific type of processor in your system, choose those that one
1123 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1124 Release 2 of the MIPS32 architecture is available since several
1125 years so chances are you even have a MIPS32 Release 2 processor
1126 in which case you should choose CPU_MIPS32_R2 instead for better
1127 performance.
1128
1129config CPU_MIPS32_R2
1130 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001131 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001132 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001133 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001134 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001135 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001136 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001137 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001138 MIPS32 architecture. Most modern embedded systems with a 32-bit
1139 MIPS processor are based on a MIPS32 processor. If you know the
1140 specific type of processor in your system, choose those that one
1141 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142
Ralf Baechle6e760c82005-07-06 12:08:11 +00001143config CPU_MIPS64_R1
1144 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001145 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001146 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001147 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001148 select CPU_SUPPORTS_32BIT_KERNEL
1149 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001150 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001151 help
1152 Choose this option to build a kernel for release 1 or later of the
1153 MIPS64 architecture. Many modern embedded systems with a 64-bit
1154 MIPS processor are based on a MIPS64 processor. If you know the
1155 specific type of processor in your system, choose those that one
1156 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001157 Release 2 of the MIPS64 architecture is available since several
1158 years so chances are you even have a MIPS64 Release 2 processor
1159 in which case you should choose CPU_MIPS64_R2 instead for better
1160 performance.
1161
1162config CPU_MIPS64_R2
1163 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001164 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001165 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001166 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001167 select CPU_SUPPORTS_32BIT_KERNEL
1168 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001169 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001170 help
1171 Choose this option to build a kernel for release 2 or later of the
1172 MIPS64 architecture. Many modern embedded systems with a 64-bit
1173 MIPS processor are based on a MIPS64 processor. If you know the
1174 specific type of processor in your system, choose those that one
1175 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176
1177config CPU_R3000
1178 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001179 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001180 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001181 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001182 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183 help
1184 Please make sure to pick the right CPU type. Linux/MIPS is not
1185 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1186 *not* work on R4000 machines and vice versa. However, since most
1187 of the supported machines have an R4000 (or similar) CPU, R4x00
1188 might be a safe bet. If the resulting kernel does not work,
1189 try to recompile with R3000.
1190
1191config CPU_TX39XX
1192 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001193 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001194 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195
1196config CPU_VR41XX
1197 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001198 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001199 select CPU_SUPPORTS_32BIT_KERNEL
1200 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001202 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203 Only choose this option if you have one of these processors as a
1204 kernel built with this option will not run on any other type of
1205 processor or vice versa.
1206
1207config CPU_R4300
1208 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001209 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001210 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001211 select CPU_SUPPORTS_32BIT_KERNEL
1212 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 help
1214 MIPS Technologies R4300-series processors.
1215
1216config CPU_R4X00
1217 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001218 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001219 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001220 select CPU_SUPPORTS_32BIT_KERNEL
1221 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 help
1223 MIPS Technologies R4000-series processors other than 4300, including
1224 the R4000, R4400, R4600, and 4700.
1225
1226config CPU_TX49XX
1227 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001228 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001229 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001230 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001231 select CPU_SUPPORTS_32BIT_KERNEL
1232 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233
1234config CPU_R5000
1235 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001236 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001237 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001238 select CPU_SUPPORTS_32BIT_KERNEL
1239 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240 help
1241 MIPS Technologies R5000-series processors other than the Nevada.
1242
1243config CPU_R5432
1244 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001245 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001246 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001247 select CPU_SUPPORTS_32BIT_KERNEL
1248 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249
1250config CPU_R6000
1251 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001252 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001253 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001254 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001255 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256 help
1257 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001258 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259
1260config CPU_NEVADA
1261 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001262 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001263 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001264 select CPU_SUPPORTS_32BIT_KERNEL
1265 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 help
1267 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1268
1269config CPU_R8000
1270 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001271 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001272 depends on SYS_HAS_CPU_R8000
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_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276 help
1277 MIPS Technologies R8000 processors. Note these processors are
1278 uncommon and the support for them is incomplete.
1279
1280config CPU_R10000
1281 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001282 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001283 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001284 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001285 select CPU_SUPPORTS_32BIT_KERNEL
1286 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001287 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288 help
1289 MIPS Technologies R10000-series processors.
1290
1291config CPU_RM7000
1292 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001293 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001294 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001295 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001296 select CPU_SUPPORTS_32BIT_KERNEL
1297 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001298 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299
1300config CPU_RM9000
1301 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001302 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001303 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001304 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001305 select CPU_SUPPORTS_32BIT_KERNEL
1306 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001307 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308
1309config CPU_SB1
1310 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001311 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001312 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001313 select CPU_SUPPORTS_32BIT_KERNEL
1314 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001315 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316
1317endchoice
1318
Ralf Baechle7cf80532005-10-20 22:33:09 +01001319config SYS_HAS_CPU_MIPS32_R1
1320 bool
1321
1322config SYS_HAS_CPU_MIPS32_R2
1323 bool
1324
1325config SYS_HAS_CPU_MIPS64_R1
1326 bool
1327
1328config SYS_HAS_CPU_MIPS64_R2
1329 bool
1330
1331config SYS_HAS_CPU_R3000
1332 bool
1333
1334config SYS_HAS_CPU_TX39XX
1335 bool
1336
1337config SYS_HAS_CPU_VR41XX
1338 bool
1339
1340config SYS_HAS_CPU_R4300
1341 bool
1342
1343config SYS_HAS_CPU_R4X00
1344 bool
1345
1346config SYS_HAS_CPU_TX49XX
1347 bool
1348
1349config SYS_HAS_CPU_R5000
1350 bool
1351
1352config SYS_HAS_CPU_R5432
1353 bool
1354
1355config SYS_HAS_CPU_R6000
1356 bool
1357
1358config SYS_HAS_CPU_NEVADA
1359 bool
1360
1361config SYS_HAS_CPU_R8000
1362 bool
1363
1364config SYS_HAS_CPU_R10000
1365 bool
1366
1367config SYS_HAS_CPU_RM7000
1368 bool
1369
1370config SYS_HAS_CPU_RM9000
1371 bool
1372
1373config SYS_HAS_CPU_SB1
1374 bool
1375
Ralf Baechle5e83d432005-10-29 19:32:41 +01001376endmenu
1377
1378#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001379# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001380#
1381config CPU_MIPS32
1382 bool
1383 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1384
1385config CPU_MIPS64
1386 bool
1387 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1388
1389#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001390# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001391#
1392config CPU_MIPSR1
1393 bool
1394 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1395
1396config CPU_MIPSR2
1397 bool
1398 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1399
1400config SYS_SUPPORTS_32BIT_KERNEL
1401 bool
1402config SYS_SUPPORTS_64BIT_KERNEL
1403 bool
1404config CPU_SUPPORTS_32BIT_KERNEL
1405 bool
1406config CPU_SUPPORTS_64BIT_KERNEL
1407 bool
1408
1409menu "Kernel type"
1410
1411choice
1412
1413 prompt "Kernel code model"
1414 help
1415 You should only select this option if you have a workload that
1416 actually benefits from 64-bit processing or if your machine has
1417 large memory. You will only be presented a single option in this
1418 menu if your system does not support both 32-bit and 64-bit kernels.
1419
1420config 32BIT
1421 bool "32-bit kernel"
1422 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1423 select TRAD_SIGNALS
1424 help
1425 Select this option if you want to build a 32-bit kernel.
1426config 64BIT
1427 bool "64-bit kernel"
1428 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1429 help
1430 Select this option if you want to build a 64-bit kernel.
1431
1432endchoice
1433
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434choice
1435 prompt "Kernel page size"
1436 default PAGE_SIZE_4KB
1437
1438config PAGE_SIZE_4KB
1439 bool "4kB"
1440 help
1441 This option select the standard 4kB Linux page size. On some
1442 R3000-family processors this is the only available page size. Using
1443 4kB page size will minimize memory consumption and is therefore
1444 recommended for low memory systems.
1445
1446config PAGE_SIZE_8KB
1447 bool "8kB"
1448 depends on EXPERIMENTAL && CPU_R8000
1449 help
1450 Using 8kB page size will result in higher performance kernel at
1451 the price of higher memory consumption. This option is available
1452 only on the R8000 processor. Not that at the time of this writing
1453 this option is still high experimental; there are also issues with
1454 compatibility of user applications.
1455
1456config PAGE_SIZE_16KB
1457 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001458 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459 help
1460 Using 16kB page size will result in higher performance kernel at
1461 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001462 all non-R3000 family processors. Note that you will need a suitable
1463 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464
1465config PAGE_SIZE_64KB
1466 bool "64kB"
1467 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1468 help
1469 Using 64kB page size will result in higher performance kernel at
1470 the price of higher memory consumption. This option is available on
1471 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001472 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473
1474endchoice
1475
1476config BOARD_SCACHE
1477 bool
1478
1479config IP22_CPU_SCACHE
1480 bool
1481 select BOARD_SCACHE
1482
Chris Dearman9318c512006-06-20 17:15:20 +01001483#
1484# Support for a MIPS32 / MIPS64 style S-caches
1485#
1486config MIPS_CPU_SCACHE
1487 bool
1488 select BOARD_SCACHE
1489
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490config R5000_CPU_SCACHE
1491 bool
1492 select BOARD_SCACHE
1493
1494config RM7000_CPU_SCACHE
1495 bool
1496 select BOARD_SCACHE
1497
1498config SIBYTE_DMA_PAGEOPS
1499 bool "Use DMA to clear/copy pages"
1500 depends on CPU_SB1
1501 help
1502 Instead of using the CPU to zero and copy pages, use a Data Mover
1503 channel. These DMA channels are otherwise unused by the standard
1504 SiByte Linux port. Seems to give a small performance benefit.
1505
1506config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001507 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001509choice
1510 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001511
1512config MIPS_MT_DISABLED
1513 bool "Disable multithreading support."
1514 help
1515 Use this option if your workload can't take advantage of
1516 MIPS hardware multithreading support. On systems that don't have
1517 the option of an MT-enabled processor this option will be the only
1518 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001519
Ralf Baechle41c594a2006-04-05 09:45:45 +01001520config MIPS_MT_SMTC
1521 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001522 depends on CPU_MIPS32_R2
1523 #depends on CPU_MIPS64_R2 # once there is hardware ...
1524 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001525 select CPU_MIPSR2_IRQ_VI
1526 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001527 select MIPS_MT
Ralf Baechle41c594a2006-04-05 09:45:45 +01001528 select SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001529 help
1530 This is a kernel model which is known a SMTC or lately has been
1531 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001532
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001533config MIPS_MT_SMP
1534 bool "Use 1 TC on each available VPE for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001535 depends on SYS_SUPPORTS_MULTITHREADING
1536 select CPU_MIPSR2_IRQ_VI
1537 select CPU_MIPSR2_SRS
1538 select MIPS_MT
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001539 select SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001540 help
1541 This is a kernel model which is also known a VSMP or lately
1542 has been marketesed into SMVP.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001543
Ralf Baechlee01402b2005-07-14 15:57:16 +00001544config MIPS_VPE_LOADER
1545 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001546 depends on SYS_SUPPORTS_MULTITHREADING
1547 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001548 help
1549 Includes a loader for loading an elf relocatable object
1550 onto another VPE and running it.
1551
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001552endchoice
1553
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001554config MIPS_MT
1555 bool
1556
1557config SYS_SUPPORTS_MULTITHREADING
1558 bool
1559
Ralf Baechlef088fc82006-04-05 09:45:47 +01001560config MIPS_MT_FPAFF
1561 bool "Dynamic FPU affinity for FP-intensive threads"
1562 depends on MIPS_MT
1563 default y
1564
Ralf Baechlee01402b2005-07-14 15:57:16 +00001565config MIPS_VPE_LOADER_TOM
1566 bool "Load VPE program into memory hidden from linux"
1567 depends on MIPS_VPE_LOADER
1568 default y
1569 help
1570 The loader can use memory that is present but has been hidden from
1571 Linux using the kernel command line option "mem=xxMB". It's up to
1572 you to ensure the amount you put in the option and the space your
1573 program requires is less or equal to the amount physically present.
1574
1575# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1576config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001577 bool "Enable support for AP/SP API (RTLX)"
1578 depends on MIPS_VPE_LOADER
1579 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001580
Ralf Baechle26009902006-04-05 09:45:45 +01001581config MIPS_APSP_KSPD
1582 bool "Enable KSPD"
1583 depends on MIPS_VPE_APSP_API
1584 default y
1585 help
1586 KSPD is a kernel daemon that accepts syscall requests from the SP
1587 side, actions them and returns the results. It also handles the
1588 "exit" syscall notifying other kernel modules the SP program is
1589 exiting. You probably want to say yes here.
1590
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591config SB1_PASS_1_WORKAROUNDS
1592 bool
1593 depends on CPU_SB1_PASS_1
1594 default y
1595
1596config SB1_PASS_2_WORKAROUNDS
1597 bool
1598 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1599 default y
1600
1601config SB1_PASS_2_1_WORKAROUNDS
1602 bool
1603 depends on CPU_SB1 && CPU_SB1_PASS_2
1604 default y
1605
1606config 64BIT_PHYS_ADDR
1607 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001608 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 -07001609
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001611 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001614 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001615
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001616#
1617# Vectored interrupt mode is an R2 feature
1618#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001619config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001620 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001621
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001622#
1623# Extended interrupt mode is an R2 feature
1624#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001625config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001626 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001627
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001628#
1629# Shadow registers are an R2 feature
1630#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001631config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001632 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001633
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634config CPU_HAS_SYNC
1635 bool
1636 depends on !CPU_R3000
1637 default y
1638
1639#
Ralf Baechle797798c2005-08-10 15:17:11 +00001640# Use the generic interrupt handling code in kernel/irq/:
1641#
1642config GENERIC_HARDIRQS
1643 bool
1644 default y
1645
1646config GENERIC_IRQ_PROBE
1647 bool
1648 default y
1649
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001650config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001651 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001652
Ralf Baechle797798c2005-08-10 15:17:11 +00001653#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654# - Highmem only makes sense for the 32-bit kernel.
1655# - The current highmem code will only work properly on physically indexed
1656# caches such as R3000, SB1, R7000 or those that look like they're virtually
1657# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1658# moment we protect the user and offer the highmem option only on machines
1659# where it's known to be safe. This will not offer highmem on a few systems
1660# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1661# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001662# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1663# know they might have memory configurations that could make use of highmem
1664# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665#
1666config HIGHMEM
1667 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001668 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1669
1670config CPU_SUPPORTS_HIGHMEM
1671 bool
1672
1673config SYS_SUPPORTS_HIGHMEM
1674 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001676config ARCH_FLATMEM_ENABLE
1677 def_bool y
1678 depends on !NUMA
1679
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001680config ARCH_DISCONTIGMEM_ENABLE
1681 bool
1682 default y if SGI_IP27
1683 help
1684 Say Y to upport efficient handling of discontiguous physical memory,
1685 for architectures which are either NUMA (Non-Uniform Memory Access)
1686 or have huge holes in the physical address space for other reasons.
1687 See <file:Documentation/vm/numa> for more.
1688
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001689config ARCH_SPARSEMEM_ENABLE
1690 bool
1691
Atsushi Nemoto31473742006-07-03 00:09:47 +09001692config ARCH_SPARSEMEM_ENABLE
1693 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001694 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001695
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001696config NUMA
1697 bool "NUMA Support"
1698 depends on SYS_SUPPORTS_NUMA
1699 help
1700 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1701 Access). This option improves performance on systems with more
1702 than two nodes; on two node systems it is generally better to
1703 leave it disabled; on single node systems disable this option
1704 disabled.
1705
1706config SYS_SUPPORTS_NUMA
1707 bool
1708
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001709config NODES_SHIFT
1710 int
1711 default "6"
1712 depends on NEED_MULTIPLE_NODES
1713
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001714source "mm/Kconfig"
1715
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716config SMP
1717 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001718 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001719 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001720 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721 This enables support for systems with more than one CPU. If you have
1722 a system with only one CPU, like most personal computers, say N. If
1723 you have a system with more than one CPU, say Y.
1724
1725 If you say N here, the kernel will run on single and multiprocessor
1726 machines, but will use only one CPU of a multiprocessor machine. If
1727 you say Y here, the kernel will run on many, but not all,
1728 singleprocessor machines. On a singleprocessor machine, the kernel
1729 will run faster if you say N here.
1730
1731 People using multiprocessor machines who say Y here should also say
1732 Y to "Enhanced Real Time Clock Support", below.
1733
1734 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1735 available at <http://www.tldp.org/docs.html#howto>.
1736
1737 If you don't know what to do here, say N.
1738
Ralf Baechlee73ea272006-06-04 11:51:46 +01001739config SYS_SUPPORTS_SMP
1740 bool
1741
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742config NR_CPUS
1743 int "Maximum number of CPUs (2-64)"
1744 range 2 64
1745 depends on SMP
1746 default "64" if SGI_IP27
1747 default "2"
1748 help
1749 This allows you to specify the maximum number of CPUs which this
1750 kernel will support. The maximum supported value is 32 for 32-bit
1751 kernel and 64 for 64-bit kernels; the minimum value which makes
1752 sense is 2.
1753
1754 This is purely to save memory - each supported CPU adds
1755 approximately eight kilobytes to the kernel image.
1756
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001757#
1758# Timer Interrupt Frequency Configuration
1759#
1760
1761choice
1762 prompt "Timer frequency"
1763 default HZ_250
1764 help
1765 Allows the configuration of the timer frequency.
1766
1767 config HZ_48
1768 bool "48 HZ" if SYS_SUPPORTS_48HZ
1769
1770 config HZ_100
1771 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1772
1773 config HZ_128
1774 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1775
1776 config HZ_250
1777 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1778
1779 config HZ_256
1780 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1781
1782 config HZ_1000
1783 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1784
1785 config HZ_1024
1786 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1787
1788endchoice
1789
1790config SYS_SUPPORTS_48HZ
1791 bool
1792
1793config SYS_SUPPORTS_100HZ
1794 bool
1795
1796config SYS_SUPPORTS_128HZ
1797 bool
1798
1799config SYS_SUPPORTS_250HZ
1800 bool
1801
1802config SYS_SUPPORTS_256HZ
1803 bool
1804
1805config SYS_SUPPORTS_1000HZ
1806 bool
1807
1808config SYS_SUPPORTS_1024HZ
1809 bool
1810
1811config SYS_SUPPORTS_ARBIT_HZ
1812 bool
1813 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1814 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1815 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1816 !SYS_SUPPORTS_1024HZ
1817
1818config HZ
1819 int
1820 default 48 if HZ_48
1821 default 100 if HZ_100
1822 default 128 if HZ_128
1823 default 250 if HZ_250
1824 default 256 if HZ_256
1825 default 1000 if HZ_1000
1826 default 1024 if HZ_1024
1827
Ralf Baechlee80de852005-07-11 20:45:51 +00001828source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829
1830config RTC_DS1742
1831 bool "DS1742 BRAM/RTC support"
1832 depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
1833
1834config MIPS_INSANE_LARGE
1835 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001836 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837 help
1838 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1839 previous 64-bit processors which only supported 40 bit / 1TB. If you
1840 need processes of more than 1TB virtual address space, say Y here.
1841 This will result in additional memory usage, so it is not
1842 recommended for normal users.
1843
Ralf Baechle5e83d432005-10-29 19:32:41 +01001844endmenu
1845
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846config RWSEM_GENERIC_SPINLOCK
1847 bool
1848 default y
1849
Ralf Baechleb6c35392005-11-25 11:35:40 +00001850source "init/Kconfig"
1851
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1853
Ralf Baechle5e83d432005-10-29 19:32:41 +01001854config HW_HAS_EISA
1855 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856config HW_HAS_PCI
1857 bool
1858
1859config PCI
1860 bool "Support for PCI controller"
1861 depends on HW_HAS_PCI
1862 help
1863 Find out whether you have a PCI motherboard. PCI is the name of a
1864 bus system, i.e. the way the CPU talks to the other stuff inside
1865 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1866 say Y, otherwise N.
1867
1868 The PCI-HOWTO, available from
1869 <http://www.tldp.org/docs.html#howto>, contains valuable
1870 information about which PCI hardware does work under Linux and which
1871 doesn't.
1872
1873config PCI_DOMAINS
1874 bool
1875 depends on PCI
1876
1877source "drivers/pci/Kconfig"
1878
1879#
1880# ISA support is now enabled via select. Too many systems still have the one
1881# or other ISA chip on the board that users don't know about so don't expect
1882# users to choose the right thing ...
1883#
1884config ISA
1885 bool
1886
Ralf Baechleaac076f2006-06-07 12:53:17 +01001887config NO_ISA
1888 bool
1889
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890config EISA
1891 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001892 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 select ISA
1894 ---help---
1895 The Extended Industry Standard Architecture (EISA) bus was
1896 developed as an open alternative to the IBM MicroChannel bus.
1897
1898 The EISA bus provided some of the features of the IBM MicroChannel
1899 bus while maintaining backward compatibility with cards made for
1900 the older ISA bus. The EISA bus saw limited use between 1988 and
1901 1995 when it was made obsolete by the PCI bus.
1902
1903 Say Y here if you are building a kernel for an EISA-based machine.
1904
1905 Otherwise, say N.
1906
1907source "drivers/eisa/Kconfig"
1908
1909config TC
1910 bool "TURBOchannel support"
1911 depends on MACH_DECSTATION
1912 help
1913 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
1914 processors. Documentation on writing device drivers for TurboChannel
1915 is available at:
1916 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
1917
1918#config ACCESSBUS
1919# bool "Access.Bus support"
1920# depends on TC
1921
1922config MMU
1923 bool
1924 default y
1925
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05001926config I8253
1927 bool
1928
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929source "drivers/pcmcia/Kconfig"
1930
1931source "drivers/pci/hotplug/Kconfig"
1932
1933endmenu
1934
1935menu "Executable file formats"
1936
1937source "fs/Kconfig.binfmt"
1938
1939config TRAD_SIGNALS
1940 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941
1942config BUILD_ELF64
1943 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001944 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945 help
1946 A 64-bit kernel is usually built using the 64-bit ELF binary object
1947 format as it's one that allows arbitrary 64-bit constructs. For
1948 kernels that are loaded within the KSEG compatibility segments the
1949 32-bit ELF format can optionally be used resulting in a somewhat
1950 smaller binary, but this option is not explicitly supported by the
1951 toolchain and since binutils 2.14 it does not even work at all.
1952
1953 Say Y to use the 64-bit format or N to use the 32-bit one.
1954
1955 If unsure say Y.
1956
1957config BINFMT_IRIX
1958 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001959 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960
1961config MIPS32_COMPAT
1962 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001963 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964 help
1965 Select this option if you want Linux/MIPS 32-bit binary
1966 compatibility. Since all software available for Linux/MIPS is
1967 currently 32-bit you should say Y here.
1968
1969config COMPAT
1970 bool
1971 depends on MIPS32_COMPAT
1972 default y
1973
1974config MIPS32_O32
1975 bool "Kernel support for o32 binaries"
1976 depends on MIPS32_COMPAT
1977 help
1978 Select this option if you want to run o32 binaries. These are pure
1979 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
1980 existing binaries are in this format.
1981
1982 If unsure, say Y.
1983
1984config MIPS32_N32
1985 bool "Kernel support for n32 binaries"
1986 depends on MIPS32_COMPAT
1987 help
1988 Select this option if you want to run n32 binaries. These are
1989 64-bit binaries using 32-bit quantities for addressing and certain
1990 data that would normally be 64-bit. They are used in special
1991 cases.
1992
1993 If unsure, say N.
1994
1995config BINFMT_ELF32
1996 bool
1997 default y if MIPS32_O32 || MIPS32_N32
1998
Ralf Baechle127c6f62005-03-18 17:36:42 +00001999config SECCOMP
2000 bool "Enable seccomp to safely compute untrusted bytecode"
2001 depends on PROC_FS && BROKEN
2002 default y
2003 help
2004 This kernel feature is useful for number crunching applications
2005 that may need to compute untrusted bytecode during their
2006 execution. By using pipes or other transports made available to
2007 the process as file descriptors supporting the read/write
2008 syscalls, it's possible to isolate those applications in
2009 their own address space using seccomp. Once seccomp is
2010 enabled via /proc/<pid>/seccomp, it cannot be disabled
2011 and the task is only allowed to execute a few safe syscalls
2012 defined by each seccomp mode.
2013
2014 If unsure, say Y. Only embedded should say N here.
2015
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016config PM
2017 bool "Power Management support (EXPERIMENTAL)"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002018 depends on EXPERIMENTAL && SOC_AU1X00
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002020config APM
2021 tristate "Advanced Power Management Emulation"
2022 depends on PM
2023 ---help---
2024 APM is a BIOS specification for saving power using several different
2025 techniques. This is mostly useful for battery powered systems with
2026 APM compliant BIOSes. If you say Y here, the system time will be
2027 reset after a RESUME operation, the /proc/apm device will provide
2028 battery status information, and user-space programs will receive
2029 notification of APM "events" (e.g. battery status change).
2030
2031 In order to use APM, you will need supporting software. For location
2032 and more information, read <file:Documentation/pm.txt> and the
2033 Battery Powered Linux mini-HOWTO, available from
2034 <http://www.tldp.org/docs.html#howto>.
2035
2036 This driver does not spin down disk drives (see the hdparm(8)
2037 manpage ("man 8 hdparm") for that), and it doesn't turn off
2038 VESA-compliant "green" monitors.
2039
2040 Generally, if you don't have a battery in your machine, there isn't
2041 much point in using this driver and you should say N. If you get
2042 random kernel OOPSes or reboots that don't seem to be related to
2043 anything, try disabling/enabling this option (or disabling/enabling
2044 APM in your BIOS).
2045
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046endmenu
2047
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002048source "net/Kconfig"
2049
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050source "drivers/Kconfig"
2051
2052source "fs/Kconfig"
2053
Ralf Baechle5e83d432005-10-29 19:32:41 +01002054source "arch/mips/oprofile/Kconfig"
2055
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056source "arch/mips/Kconfig.debug"
2057
2058source "security/Kconfig"
2059
2060source "crypto/Kconfig"
2061
2062source "lib/Kconfig"