blob: d8af858fe3f5eb2b319bfc2101e152e33b14b6c1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config MIPS
2 bool
3 default y
4 # Horrible source of confusion. Die, die, die ...
5 select EMBEDDED
6
Linus Torvalds1da177e2005-04-16 15:20:36 -07007mainmenu "Linux/MIPS Kernel Configuration"
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009menu "Machine selection"
10
Ralf Baechle5e83d432005-10-29 19:32:41 +010011choice
12 prompt "System type"
13 default SGI_IP22
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Ralf Baechle5e83d432005-10-29 19:32:41 +010015config MIPS_MTX1
Martin Michlmayr3fa986f2006-05-09 23:34:53 +020016 bool "4G Systems MTX-1 board"
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -070018 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000019 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010020 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +010021 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010022 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070023
Ralf Baechle5e83d432005-10-29 19:32:41 +010024config MIPS_BOSPORUS
25 bool "AMD Alchemy Bosporus board"
26 select SOC_AU1500
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010028 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010029 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070030
Ralf Baechle5e83d432005-10-29 19:32:41 +010031config MIPS_PB1000
32 bool "AMD Alchemy PB1000 board"
33 select SOC_AU1000
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 select DMA_NONCOHERENT
35 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000036 select RESOURCES_64BIT if PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010038 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010039 select SYS_SUPPORTS_LITTLE_ENDIAN
40
41config MIPS_PB1100
42 bool "AMD Alchemy PB1100 board"
43 select SOC_AU1100
44 select DMA_NONCOHERENT
45 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000046 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010047 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010048 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010049 select SYS_SUPPORTS_LITTLE_ENDIAN
50
51config MIPS_PB1500
52 bool "AMD Alchemy PB1500 board"
53 select SOC_AU1500
54 select DMA_NONCOHERENT
55 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000056 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010057 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010058 select SYS_SUPPORTS_LITTLE_ENDIAN
59
60config MIPS_PB1550
61 bool "AMD Alchemy PB1550 board"
62 select SOC_AU1550
63 select DMA_NONCOHERENT
64 select HW_HAS_PCI
65 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000066 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010067 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010068 select SYS_SUPPORTS_LITTLE_ENDIAN
69
70config MIPS_PB1200
71 bool "AMD Alchemy PB1200 board"
72 select SOC_AU1200
73 select DMA_NONCOHERENT
74 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000075 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010076 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010077 select SYS_SUPPORTS_LITTLE_ENDIAN
78
79config MIPS_DB1000
80 bool "AMD Alchemy DB1000 board"
81 select SOC_AU1000
82 select DMA_NONCOHERENT
83 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000084 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010085 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010086 select SYS_SUPPORTS_LITTLE_ENDIAN
87
88config MIPS_DB1100
89 bool "AMD Alchemy DB1100 board"
90 select SOC_AU1100
91 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010092 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010093 select SYS_SUPPORTS_LITTLE_ENDIAN
94
95config MIPS_DB1500
96 bool "AMD Alchemy DB1500 board"
97 select SOC_AU1500
98 select DMA_NONCOHERENT
99 select HW_HAS_PCI
100 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000101 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100102 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100103 select SYS_SUPPORTS_BIG_ENDIAN
104 select SYS_SUPPORTS_LITTLE_ENDIAN
105
106config MIPS_DB1550
107 bool "AMD Alchemy DB1550 board"
108 select SOC_AU1550
109 select HW_HAS_PCI
110 select DMA_NONCOHERENT
111 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000112 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100113 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100114 select SYS_SUPPORTS_LITTLE_ENDIAN
115
116config MIPS_DB1200
117 bool "AMD Alchemy DB1200 board"
118 select SOC_AU1200
119 select DMA_COHERENT
120 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100121 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100122 select SYS_SUPPORTS_LITTLE_ENDIAN
123
124config MIPS_MIRAGE
125 bool "AMD Alchemy Mirage board"
126 select DMA_NONCOHERENT
127 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +0100128 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100129 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130
Ralf Baechle35189fa2006-06-18 16:39:46 +0100131config BASLER_EXCITE
132 bool "Basler eXcite smart camera support"
133 select DMA_COHERENT
134 select HW_HAS_PCI
135 select IRQ_CPU
136 select IRQ_CPU_RM7K
137 select IRQ_CPU_RM9K
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200138 select MIPS_RM9122
Ralf Baechle35189fa2006-06-18 16:39:46 +0100139 select SYS_HAS_CPU_RM9000
140 select SYS_SUPPORTS_32BIT_KERNEL
141 select SYS_SUPPORTS_64BIT_KERNEL
142 select SYS_SUPPORTS_BIG_ENDIAN
143 help
144 The eXcite is a smart camera platform manufactured by
145 Basler Vision Technologies AG
146
147config BASLER_EXCITE_PROTOTYPE
148 bool "Support for pre-release units"
149 depends on BASLER_EXCITE
150 default n
151 help
152 Pre-series (prototype) units are different from later ones in
153 some ways. Select this option if you have one of these. Please
154 note that a kernel built with this option selected will not be
155 able to run on normal units.
156
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157config MIPS_COBALT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200158 bool "Cobalt Server"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159 select DMA_NONCOHERENT
160 select HW_HAS_PCI
161 select I8259
162 select IRQ_CPU
Ralf Baechle5e83d432005-10-29 19:32:41 +0100163 select MIPS_GT64111
Ralf Baechle7cf80532005-10-20 22:33:09 +0100164 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700165 select SYS_SUPPORTS_32BIT_KERNEL
166 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100167 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
169config MACH_DECSTATION
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200170 bool "DECstations"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171 select BOOT_ELF32
172 select DMA_NONCOHERENT
Maciej W. Rozyckib6d468e2005-02-02 20:36:21 +0000173 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100175 select SYS_HAS_CPU_R3000
176 select SYS_HAS_CPU_R4X00
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700177 select SYS_SUPPORTS_32BIT_KERNEL
178 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100179 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900180 select SYS_SUPPORTS_128HZ
181 select SYS_SUPPORTS_256HZ
182 select SYS_SUPPORTS_1024HZ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100183 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184 This enables support for DEC's MIPS based workstations. For details
185 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
186 DECstation porting pages on <http://decstation.unix-ag.org/>.
187
188 If you have one of the following DECstation Models you definitely
189 want to choose R4xx0 for the CPU Type:
190
191 DECstation 5000/50
192 DECstation 5000/150
193 DECstation 5000/260
194 DECsystem 5900/260
195
196 otherwise choose R3000.
197
198config MIPS_EV64120
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200199 bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 depends on EXPERIMENTAL
201 select DMA_NONCOHERENT
202 select HW_HAS_PCI
203 select MIPS_GT64120
Ralf Baechle7cf80532005-10-20 22:33:09 +0100204 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700205 select SYS_SUPPORTS_32BIT_KERNEL
206 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100207 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 help
209 This is an evaluation board based on the Galileo GT-64120
210 single-chip system controller that contains a MIPS R5000 compatible
211 core running at 75/100MHz. Their website is located at
212 <http://www.marvell.com/>. Say Y here if you wish to build a
213 kernel for this platform.
214
Ralf Baechle5e83d432005-10-29 19:32:41 +0100215config MACH_JAZZ
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200216 bool "Jazz family of machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100217 select ARC
218 select ARC32
219 select ARCH_MAY_HAVE_PC_FDC
220 select GENERIC_ISA_DMA
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500221 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100222 select I8259
223 select ISA
Ralf Baechle7cf80532005-10-20 22:33:09 +0100224 select SYS_HAS_CPU_R4X00
Ralf Baechle5e83d432005-10-29 19:32:41 +0100225 select SYS_SUPPORTS_32BIT_KERNEL
226 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900227 select SYS_SUPPORTS_100HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100229 This a family of machines based on the MIPS R4030 chipset which was
230 used by several vendors to build RISC/os and Windows NT workstations.
231 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
232 Olivetti M700-10 workstations.
233
234config LASAT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200235 bool "LASAT Networks platforms"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100236 select DMA_NONCOHERENT
237 select HW_HAS_PCI
238 select MIPS_GT64120
239 select MIPS_NILE4
240 select R5000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100241 select SYS_HAS_CPU_R5000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100242 select SYS_SUPPORTS_32BIT_KERNEL
243 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
244 select SYS_SUPPORTS_LITTLE_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100245 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246
247config MIPS_ATLAS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200248 bool "MIPS Atlas board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 select BOOT_ELF32
250 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100251 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100253 select MIPS_BOARDS_GEN
254 select MIPS_BONITO64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100256 select MIPS_MSC
Maciej W. Rozyckif4b7cdb2005-02-12 04:31:49 +0000257 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100259 select SYS_HAS_CPU_MIPS32_R1
260 select SYS_HAS_CPU_MIPS32_R2
261 select SYS_HAS_CPU_MIPS64_R1
262 select SYS_HAS_CPU_NEVADA
263 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700264 select SYS_SUPPORTS_32BIT_KERNEL
265 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100266 select SYS_SUPPORTS_BIG_ENDIAN
267 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100268 select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100269 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000271 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 board.
273
274config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200275 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000276 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 select BOOT_ELF32
278 select HAVE_STD_PC_SERIAL_PORT
279 select DMA_NONCOHERENT
280 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000281 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 select HW_HAS_PCI
283 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100284 select MIPS_BOARDS_GEN
285 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100286 select MIPS_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100288 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100290 select SYS_HAS_CPU_MIPS32_R1
291 select SYS_HAS_CPU_MIPS32_R2
292 select SYS_HAS_CPU_MIPS64_R1
293 select SYS_HAS_CPU_NEVADA
294 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700295 select SYS_SUPPORTS_32BIT_KERNEL
296 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100297 select SYS_SUPPORTS_BIG_ENDIAN
298 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100299 select SYS_SUPPORTS_MULTITHREADING
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000301 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302 board.
303
304config MIPS_SEAD
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200305 bool "MIPS SEAD board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306 depends on EXPERIMENTAL
307 select IRQ_CPU
308 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100309 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100310 select SYS_HAS_CPU_MIPS32_R1
311 select SYS_HAS_CPU_MIPS32_R2
312 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700313 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100314 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
315 select SYS_SUPPORTS_BIG_ENDIAN
316 select SYS_SUPPORTS_LITTLE_ENDIAN
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000317 help
318 This enables support for the MIPS Technologies SEAD evaluation
319 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320
Mark.Zhana240a462006-05-06 17:04:20 +0800321config WR_PPMC
Mark.Zhan92478572006-06-20 18:15:02 +0800322 bool "Wind River PPMC board"
Mark.Zhana240a462006-05-06 17:04:20 +0800323 select IRQ_CPU
324 select BOOT_ELF32
325 select DMA_NONCOHERENT
326 select HW_HAS_PCI
327 select MIPS_GT64120
328 select SWAP_IO_SPACE
329 select SYS_HAS_CPU_MIPS32_R1
330 select SYS_HAS_CPU_MIPS32_R2
331 select SYS_HAS_CPU_MIPS64_R1
332 select SYS_HAS_CPU_NEVADA
333 select SYS_HAS_CPU_RM7000
334 select SYS_SUPPORTS_32BIT_KERNEL
335 select SYS_SUPPORTS_64BIT_KERNEL
336 select SYS_SUPPORTS_BIG_ENDIAN
337 select SYS_SUPPORTS_LITTLE_ENDIAN
338 help
339 This enables support for the Wind River MIPS32 4KC PPMC evaluation
340 board, which is based on GT64120 bridge chip.
341
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100342config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200343 bool 'MIPS simulator (MIPSsim)'
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100344 select DMA_NONCOHERENT
345 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100346 select SYS_HAS_CPU_MIPS32_R1
347 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100348 select SYS_SUPPORTS_32BIT_KERNEL
349 select SYS_SUPPORTS_BIG_ENDIAN
350 select SYS_SUPPORTS_LITTLE_ENDIAN
351 help
352 This option enables support for MIPS Technologies MIPSsim software
353 emulator.
354
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355config MOMENCO_JAGUAR_ATX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200356 bool "Momentum Jaguar board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 select BOOT_ELF32
358 select DMA_NONCOHERENT
359 select HW_HAS_PCI
360 select IRQ_CPU
361 select IRQ_CPU_RM7K
362 select IRQ_MV64340
363 select LIMITED_DMA
364 select PCI_MARVELL
365 select RM7000_CPU_SCACHE
366 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100367 select SYS_HAS_CPU_RM9000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700368 select SYS_SUPPORTS_32BIT_KERNEL
369 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100370 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371 help
372 The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
373 Momentum Computer <http://www.momenco.com/>.
374
Ralf Baechle5e83d432005-10-29 19:32:41 +0100375config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200376 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100377 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378 select HW_HAS_PCI
379 select IRQ_CPU
380 select IRQ_CPU_RM7K
Ralf Baechle5e83d432005-10-29 19:32:41 +0100381 select MIPS_GT64120
382 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100384 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700385 select SYS_SUPPORTS_32BIT_KERNEL
386 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100387 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100389 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
390 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391
Ralf Baechle5e83d432005-10-29 19:32:41 +0100392config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200393 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100394 select BOOT_ELF32
395 select DMA_NONCOHERENT
396 select HW_HAS_PCI
397 select IRQ_CPU
398 select IRQ_CPU_RM7K
399 select IRQ_MV64340
400 select PCI_MARVELL
401 select RM7000_CPU_SCACHE
402 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100403 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100404 select SYS_SUPPORTS_32BIT_KERNEL
405 select SYS_SUPPORTS_64BIT_KERNEL
406 select SYS_SUPPORTS_BIG_ENDIAN
407 help
408 The Ocelot-3 is based off Discovery III System Controller and
409 PMC-Sierra Rm79000 core.
410
411config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200412 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100413 select DMA_NONCOHERENT
414 select HW_HAS_PCI
415 select IRQ_CPU
416 select IRQ_MV64340
417 select PCI_MARVELL
418 select RM7000_CPU_SCACHE
419 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100420 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100421 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000422 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100423 select SYS_SUPPORTS_BIG_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100424 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100425 help
426 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
427 Momentum Computer <http://www.momenco.com/>.
428
429config MOMENCO_OCELOT_G
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200430 bool "Momentum Ocelot-G board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100431 select DMA_NONCOHERENT
432 select HW_HAS_PCI
433 select IRQ_CPU
434 select IRQ_CPU_RM7K
435 select PCI_MARVELL
436 select RM7000_CPU_SCACHE
437 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100438 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100439 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000440 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100441 select SYS_SUPPORTS_BIG_ENDIAN
442 help
443 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
444 Momentum Computer <http://www.momenco.com/>.
445
446config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200447 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100448 select DMA_NONCOHERENT
449 select SOC_AU1500
450 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451
Pete Popovbdf21b12005-07-14 17:47:57 +0000452config PNX8550_V2PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200453 bool "Philips PNX8550 based Viper2-PCI board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000454 select PNX8550
455 select SYS_SUPPORTS_LITTLE_ENDIAN
456
457config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200458 bool "Philips PNX8550 based JBS board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000459 select PNX8550
460 select SYS_SUPPORTS_LITTLE_ENDIAN
461
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200463 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100464 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 select DMA_NONCOHERENT
466 select HW_HAS_PCI
467 select I8259
468 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100469 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700470 select SYS_SUPPORTS_32BIT_KERNEL
471 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100472 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 help
474 This enables support for the R5432-based NEC DDB Vrc-5477,
475 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
476
477 Features : kernel debugging, serial terminal, NFS root fs, on-board
478 ether port USB, AC97, PCI, etc.
479
Ralf Baechle5e83d432005-10-29 19:32:41 +0100480config MACH_VR41XX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200481 bool "NEC VR41XX-based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100482 select SYS_HAS_CPU_VR41XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100483 select SYS_SUPPORTS_32BIT_KERNEL
484 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
485
486config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200487 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100488 select DMA_COHERENT
489 select HW_HAS_PCI
490 select IRQ_CPU
491 select IRQ_CPU_RM7K
492 select IRQ_CPU_RM9K
493 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100494 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100495 select SYS_SUPPORTS_32BIT_KERNEL
496 select SYS_SUPPORTS_64BIT_KERNEL
497 select SYS_SUPPORTS_BIG_ENDIAN
498 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlee73ea272006-06-04 11:51:46 +0100499 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100500 help
501 Yosemite is an evaluation board for the RM9000x2 processor
502 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503
Ralf Baechle07119622005-09-03 15:56:11 -0700504config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200505 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700506 select DMA_COHERENT
507 select GENERIC_ISA_DMA
508 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500509 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700510 select I8259
511 select ISA
512 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100513 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700514 select SYS_SUPPORTS_32BIT_KERNEL
515 select SYS_SUPPORTS_BIG_ENDIAN
Aurelien Jarnoc8cc9612006-09-27 23:07:25 +0200516 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +0900517 select ARCH_SPARSEMEM_ENABLE
Ralf Baechle07119622005-09-03 15:56:11 -0700518 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100519 Qemu is a software emulator which among other architectures also
520 can simulate a MIPS32 4Kc system. This patch adds support for the
521 system architecture that currently is being simulated by Qemu. It
522 will eventually be removed again when Qemu has the capability to
523 simulate actual MIPS hardware platforms. More information on Qemu
524 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700525
dmitry pervushin355c4712006-05-21 14:53:06 +0400526config MARKEINS
527 bool "Support for NEC EMMA2RH Mark-eins"
528 select DMA_NONCOHERENT
529 select HW_HAS_PCI
530 select IRQ_CPU
531 select SWAP_IO_SPACE
532 select SYS_SUPPORTS_32BIT_KERNEL
533 select SYS_SUPPORTS_BIG_ENDIAN
534 select SYS_SUPPORTS_LITTLE_ENDIAN
535 select SYS_HAS_CPU_R5000
536 help
537 This enables support for the R5432-based NEC Mark-eins
538 boards with R5500 CPU.
539
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200541 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 select ARC
543 select ARC32
544 select BOOT_ELF32
545 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100546 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 select IP22_CPU_SCACHE
548 select IRQ_CPU
Ralf Baechleaa414df2006-11-30 01:14:51 +0000549 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100551 select SYS_HAS_CPU_R4X00
552 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700553 select SYS_SUPPORTS_32BIT_KERNEL
554 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100555 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 help
557 This are the SGI Indy, Challenge S and Indigo2, as well as certain
558 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
559 that runs on these, say Y here.
560
561config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200562 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 select ARC
564 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100565 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 select DMA_IP27
Ralf Baechlea3d45392006-06-22 20:09:04 +0100567 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 select HW_HAS_PCI
569 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100570 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700571 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100572 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100573 select SYS_SUPPORTS_NUMA
Ralf Baechle1a5c5de2006-11-02 17:23:33 +0000574 select SYS_SUPPORTS_SMP
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100575 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 help
577 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
578 workstations. To compile a Linux kernel that runs on these, say Y
579 here.
580
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200582 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700583 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584 select ARC
585 select ARC32
586 select BOOT_ELF32
587 select OWN_DMA
588 select DMA_IP32
589 select DMA_NONCOHERENT
590 select HW_HAS_PCI
591 select R5000_CPU_SCACHE
592 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100593 select SYS_HAS_CPU_R5000
594 select SYS_HAS_CPU_R10000 if BROKEN
595 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000596 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700597 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100598 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 help
600 If you want this kernel to run on SGI O2 workstation, say Y here.
601
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700602config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200603 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700604 select BOOT_ELF32
605 select DMA_COHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +0100606 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700607 select SIBYTE_BCM1x80
608 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100609 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700610 select SYS_SUPPORTS_BIG_ENDIAN
611 select SYS_SUPPORTS_LITTLE_ENDIAN
612
Ralf Baechle5e83d432005-10-29 19:32:41 +0100613config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200614 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100615 select BOOT_ELF32
616 select DMA_COHERENT
617 select SIBYTE_SB1250
618 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100619 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100620 select SYS_SUPPORTS_BIG_ENDIAN
621 select SYS_SUPPORTS_HIGHMEM
622 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000623
Ralf Baechle5e83d432005-10-29 19:32:41 +0100624config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200625 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100626 depends on EXPERIMENTAL
627 select BOOT_ELF32
628 select DMA_COHERENT
629 select SIBYTE_SB1250
630 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100631 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100632 select SYS_SUPPORTS_BIG_ENDIAN
633 select SYS_SUPPORTS_LITTLE_ENDIAN
634
635config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200636 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100637 depends on EXPERIMENTAL
638 select BOOT_ELF32
639 select DMA_COHERENT
640 select SIBYTE_BCM1125H
641 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100642 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100643 select SYS_SUPPORTS_BIG_ENDIAN
644 select SYS_SUPPORTS_LITTLE_ENDIAN
645
646config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200647 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100648 depends on EXPERIMENTAL
649 select BOOT_ELF32
650 select DMA_COHERENT
651 select SIBYTE_BCM1120
652 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100653 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100654 select SYS_SUPPORTS_BIG_ENDIAN
655 select SYS_SUPPORTS_LITTLE_ENDIAN
656
657config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200658 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100659 depends on EXPERIMENTAL
660 select BOOT_ELF32
661 select DMA_COHERENT
662 select SIBYTE_SB1250
663 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100664 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100665 select SYS_SUPPORTS_BIG_ENDIAN
666 select SYS_SUPPORTS_HIGHMEM
667 select SYS_SUPPORTS_LITTLE_ENDIAN
668
669config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200670 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100671 depends on EXPERIMENTAL
672 select BOOT_ELF32
673 select DMA_COHERENT
674 select SIBYTE_SB1250
675 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100676 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100677 select SYS_SUPPORTS_BIG_ENDIAN
678 select SYS_SUPPORTS_HIGHMEM
679 select SYS_SUPPORTS_LITTLE_ENDIAN
680
681config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200682 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100683 depends on EXPERIMENTAL
684 select BOOT_ELF32
685 select DMA_COHERENT
686 select SIBYTE_BCM1120
687 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100688 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100689 select SYS_SUPPORTS_BIG_ENDIAN
690 select SYS_SUPPORTS_LITTLE_ENDIAN
691
692config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200693 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100694 depends on EXPERIMENTAL
695 select BOOT_ELF32
696 select DMA_COHERENT
697 select SIBYTE_BCM1125
698 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100699 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100700 select SYS_SUPPORTS_BIG_ENDIAN
701 select SYS_SUPPORTS_HIGHMEM
702 select SYS_SUPPORTS_LITTLE_ENDIAN
703
704config SNI_RM200_PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200705 bool "SNI RM200 PCI"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200706 select ARC if CPU_LITTLE_ENDIAN
707 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100708 select ARCH_MAY_HAVE_PC_FDC
709 select BOOT_ELF32
710 select DMA_NONCOHERENT
711 select GENERIC_ISA_DMA
712 select HAVE_STD_PC_SERIAL_PORT
713 select HW_HAS_EISA
714 select HW_HAS_PCI
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500715 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100716 select I8259
717 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200718 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100719 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200720 select SYS_HAS_CPU_R5000
721 select R5000_CPU_SCACHE
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700722 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100723 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200724 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100725 select SYS_SUPPORTS_HIGHMEM
726 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100728 The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
729 Nixdorf Informationssysteme (SNI), parent company of Pyramid
730 Technology and now in turn merged with Fujitsu. Say Y here to
731 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732
Ralf Baechle5e83d432005-10-29 19:32:41 +0100733config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200734 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100735 select DMA_NONCOHERENT
736 select HW_HAS_PCI
737 select MIPS_TX3927
738 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100739 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100740 select SYS_SUPPORTS_32BIT_KERNEL
741 select SYS_SUPPORTS_BIG_ENDIAN
742 select TOSHIBA_BOARDS
743
744config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200745 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100746 select DMA_NONCOHERENT
747 select HAS_TXX9_SERIAL
748 select HW_HAS_PCI
749 select I8259
750 select ISA
751 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100752 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100753 select SYS_SUPPORTS_32BIT_KERNEL
754 select SYS_SUPPORTS_64BIT_KERNEL
755 select SYS_SUPPORTS_BIG_ENDIAN
756 select TOSHIBA_BOARDS
757 help
758 This Toshiba board is based on the TX4927 processor. Say Y here to
759 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760
Ralf Baechle23fbee92005-07-25 22:45:45 +0000761config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200762 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000763 select HAVE_STD_PC_SERIAL_PORT
764 select DMA_NONCOHERENT
765 select GENERIC_ISA_DMA
766 select HAS_TXX9_SERIAL
767 select HW_HAS_PCI
768 select I8259
769 select ISA
770 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100771 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000772 select SYS_SUPPORTS_32BIT_KERNEL
773 select SYS_SUPPORTS_LITTLE_ENDIAN
774 select SYS_SUPPORTS_BIG_ENDIAN
775 select TOSHIBA_BOARDS
776 help
777 This Toshiba board is based on the TX4938 processor. Say Y here to
778 support this machine type
779
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780endchoice
781
Nicolas Schichan583bb862006-10-18 15:14:55 +0200782config KEXEC
783 bool "Kexec system call (EXPERIMENTAL)"
784 depends on EXPERIMENTAL
785 help
786 kexec is a system call that implements the ability to shutdown your
787 current kernel, and to start another kernel. It is like a reboot
788 but it is indepedent of the system firmware. And like a reboot
789 you can start any kernel with it, not just Linux.
790
791 The name comes from the similiarity to the exec system call.
792
793 It is an ongoing process to be certain the hardware in a machine
794 is properly shutdown, so do not be surprised if this code does not
795 initially work for you. It may help to enable device hotplugging
796 support. As of this writing the exact hardware interface is
797 strongly in flux, so no good recommendation can be made.
798
Ralf Baechle5e83d432005-10-29 19:32:41 +0100799source "arch/mips/ddb5xxx/Kconfig"
800source "arch/mips/gt64120/ev64120/Kconfig"
801source "arch/mips/jazz/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100802source "arch/mips/lasat/Kconfig"
803source "arch/mips/momentum/Kconfig"
804source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000805source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000806source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100807source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000808source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100809source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000810source "arch/mips/philips/pnx8550/common/Kconfig"
Peter Hortone87ddde2006-02-12 17:10:25 +0000811source "arch/mips/cobalt/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000812
Ralf Baechle5e83d432005-10-29 19:32:41 +0100813endmenu
814
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815config RWSEM_GENERIC_SPINLOCK
816 bool
817 default y
818
819config RWSEM_XCHGADD_ALGORITHM
820 bool
821
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800822config GENERIC_FIND_NEXT_BIT
823 bool
824 default y
825
826config GENERIC_HWEIGHT
827 bool
828 default y
829
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830config GENERIC_CALIBRATE_DELAY
831 bool
832 default y
833
Ralf Baechle8db02012006-10-02 16:54:48 +0100834config GENERIC_TIME
835 bool
836 default y
837
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900838config SCHED_NO_NO_OMIT_FRAME_POINTER
839 bool
840 default y
841
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100842config GENERIC_HARDIRQS_NO__DO_IRQ
843 bool
844 default n
845
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846#
847# Select some configuration options automatically based on user selections.
848#
849config ARC
850 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851
Ralf Baechle61ed2422005-09-15 08:52:34 +0000852config ARCH_MAY_HAVE_PC_FDC
853 bool
854
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700855config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 bool
857
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700858config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859 bool
860
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700861config DMA_IP32
862 bool
863 select DMA_NEED_PCI_MAP_STATE
864
865config DMA_NONCOHERENT
866 bool
867 select DMA_NEED_PCI_MAP_STATE
868
869config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 bool
871
Ralf Baechle5e83d432005-10-29 19:32:41 +0100872config OWN_DMA
873 bool
874
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875config EARLY_PRINTK
876 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877
878config GENERIC_ISA_DMA
879 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880
881config I8259
882 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883
884config LIMITED_DMA
885 bool
886 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000887 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888
889config MIPS_BONITO64
890 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891
892config MIPS_MSC
893 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
895config MIPS_NILE4
896 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897
898config MIPS_DISABLE_OBSOLETE_IDE
899 bool
900
Ralf Baechleaa414df2006-11-30 01:14:51 +0000901config GENERIC_ISA_DMA_SUPPORT_BROKEN
902 bool
903
Ralf Baechle5e83d432005-10-29 19:32:41 +0100904#
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100905# Endianess selection. Sufficiently obscure so many users don't know what to
Ralf Baechle5e83d432005-10-29 19:32:41 +0100906# answer,so we try hard to limit the available choices. Also the use of a
907# choice statement should be more obvious to the user.
908#
909choice
910 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 help
912 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100913 byte order. These modes require different kernels and a different
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100914 Linux distribution. In general there is one preferred byteorder for a
Ralf Baechle5e83d432005-10-29 19:32:41 +0100915 particular system but some systems are just as commonly used in the
916 one or the other endianess.
917
918config CPU_BIG_ENDIAN
919 bool "Big endian"
920 depends on SYS_SUPPORTS_BIG_ENDIAN
921
922config CPU_LITTLE_ENDIAN
923 bool "Little endian"
924 depends on SYS_SUPPORTS_LITTLE_ENDIAN
925 help
926
927endchoice
928
929config SYS_SUPPORTS_BIG_ENDIAN
930 bool
931
932config SYS_SUPPORTS_LITTLE_ENDIAN
933 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934
935config IRQ_CPU
936 bool
937
938config IRQ_CPU_RM7K
939 bool
940
Ralf Baechle5e83d432005-10-29 19:32:41 +0100941config IRQ_CPU_RM9K
942 bool
943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944config IRQ_MV64340
945 bool
946
947config DDB5XXX_COMMON
948 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949
950config MIPS_BOARDS_GEN
951 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952
953config MIPS_GT64111
954 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955
956config MIPS_GT64120
957 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958
959config MIPS_TX3927
960 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200963config MIPS_RM9122
964 bool
965 select SERIAL_RM9000
966 select GPI_RM9000
967 select WDT_RM9000
968
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969config PCI_MARVELL
970 bool
971
Ralf Baechle5e83d432005-10-29 19:32:41 +0100972config SOC_AU1000
973 bool
974 select SOC_AU1X00
975
976config SOC_AU1100
977 bool
978 select SOC_AU1X00
979
980config SOC_AU1500
981 bool
982 select SOC_AU1X00
983
984config SOC_AU1550
985 bool
986 select SOC_AU1X00
987
988config SOC_AU1200
989 bool
990 select SOC_AU1X00
991
992config SOC_AU1X00
993 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +0100994 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100995 select SYS_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996
Pete Popovbdf21b12005-07-14 17:47:57 +0000997config PNX8550
998 bool
999 select SOC_PNX8550
1000
1001config SOC_PNX8550
1002 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001003 select DMA_NONCOHERENT
1004 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001005 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle7cf80532005-10-20 22:33:09 +01001006 select SYS_SUPPORTS_32BIT_KERNEL
Franck Bui-Huue77c2322006-12-01 18:22:27 +01001007 select GENERIC_HARDIRQS_NO__DO_IRQ
Pete Popovbdf21b12005-07-14 17:47:57 +00001008
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009config SWAP_IO_SPACE
1010 bool
1011
dmitry pervushin355c4712006-05-21 14:53:06 +04001012config EMMA2RH
1013 bool
1014 depends on MARKEINS
1015 default y
1016
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001017config SERIAL_RM9000
1018 bool
1019
1020config GPI_RM9000
1021 bool
1022
1023config WDT_RM9000
1024 bool
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 BOOT_ELF32
1052 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053
1054config MIPS_L1_CACHE_SHIFT
1055 int
1056 default "4" if MACH_DECSTATION
1057 default "7" if SGI_IP27
1058 default "5"
1059
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060config HAVE_STD_PC_SERIAL_PORT
1061 bool
1062
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063config ARC_CONSOLE
1064 bool "ARC console support"
1065 depends on SGI_IP22 || SNI_RM200_PCI
1066
1067config ARC_MEMORY
1068 bool
1069 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
1070 default y
1071
1072config ARC_PROMLIB
1073 bool
1074 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
1075 default y
1076
1077config ARC64
1078 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079
1080config BOOT_ELF64
1081 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083config TOSHIBA_BOARDS
1084 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085
1086menu "CPU selection"
1087
1088choice
1089 prompt "CPU type"
1090 default CPU_R4X00
1091
Ralf Baechle6e760c82005-07-06 12:08:11 +00001092config CPU_MIPS32_R1
1093 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001094 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001095 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001096 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001097 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001098 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001099 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001100 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001101 MIPS32 architecture. Most modern embedded systems with a 32-bit
1102 MIPS processor are based on a MIPS32 processor. If you know the
1103 specific type of processor in your system, choose those that one
1104 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1105 Release 2 of the MIPS32 architecture is available since several
1106 years so chances are you even have a MIPS32 Release 2 processor
1107 in which case you should choose CPU_MIPS32_R2 instead for better
1108 performance.
1109
1110config CPU_MIPS32_R2
1111 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001112 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001113 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001114 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001115 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001116 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001117 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001118 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001119 MIPS32 architecture. Most modern embedded systems with a 32-bit
1120 MIPS processor are based on a MIPS32 processor. If you know the
1121 specific type of processor in your system, choose those that one
1122 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123
Ralf Baechle6e760c82005-07-06 12:08:11 +00001124config CPU_MIPS64_R1
1125 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001126 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001127 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001128 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001129 select CPU_SUPPORTS_32BIT_KERNEL
1130 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001131 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001132 help
1133 Choose this option to build a kernel for release 1 or later of the
1134 MIPS64 architecture. Many modern embedded systems with a 64-bit
1135 MIPS processor are based on a MIPS64 processor. If you know the
1136 specific type of processor in your system, choose those that one
1137 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001138 Release 2 of the MIPS64 architecture is available since several
1139 years so chances are you even have a MIPS64 Release 2 processor
1140 in which case you should choose CPU_MIPS64_R2 instead for better
1141 performance.
1142
1143config CPU_MIPS64_R2
1144 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001145 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001146 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001147 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001148 select CPU_SUPPORTS_32BIT_KERNEL
1149 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001150 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001151 help
1152 Choose this option to build a kernel for release 2 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.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157
1158config CPU_R3000
1159 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001160 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001161 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001162 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001163 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164 help
1165 Please make sure to pick the right CPU type. Linux/MIPS is not
1166 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1167 *not* work on R4000 machines and vice versa. However, since most
1168 of the supported machines have an R4000 (or similar) CPU, R4x00
1169 might be a safe bet. If the resulting kernel does not work,
1170 try to recompile with R3000.
1171
1172config CPU_TX39XX
1173 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001174 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001175 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176
1177config CPU_VR41XX
1178 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001179 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001180 select CPU_SUPPORTS_32BIT_KERNEL
1181 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001183 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184 Only choose this option if you have one of these processors as a
1185 kernel built with this option will not run on any other type of
1186 processor or vice versa.
1187
1188config CPU_R4300
1189 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001190 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001191 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001192 select CPU_SUPPORTS_32BIT_KERNEL
1193 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194 help
1195 MIPS Technologies R4300-series processors.
1196
1197config CPU_R4X00
1198 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001199 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001200 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001201 select CPU_SUPPORTS_32BIT_KERNEL
1202 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203 help
1204 MIPS Technologies R4000-series processors other than 4300, including
1205 the R4000, R4400, R4600, and 4700.
1206
1207config CPU_TX49XX
1208 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001209 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001210 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001211 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001212 select CPU_SUPPORTS_32BIT_KERNEL
1213 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214
1215config CPU_R5000
1216 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001217 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001218 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001219 select CPU_SUPPORTS_32BIT_KERNEL
1220 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 help
1222 MIPS Technologies R5000-series processors other than the Nevada.
1223
1224config CPU_R5432
1225 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001226 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001227 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001228 select CPU_SUPPORTS_32BIT_KERNEL
1229 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230
1231config CPU_R6000
1232 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001233 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001234 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001235 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001236 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 help
1238 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001239 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240
1241config CPU_NEVADA
1242 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001243 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001244 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001245 select CPU_SUPPORTS_32BIT_KERNEL
1246 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247 help
1248 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1249
1250config CPU_R8000
1251 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001252 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001253 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001254 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001255 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001256 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257 help
1258 MIPS Technologies R8000 processors. Note these processors are
1259 uncommon and the support for them is incomplete.
1260
1261config CPU_R10000
1262 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001263 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001264 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001265 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001266 select CPU_SUPPORTS_32BIT_KERNEL
1267 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001268 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269 help
1270 MIPS Technologies R10000-series processors.
1271
1272config CPU_RM7000
1273 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001274 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001275 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001276 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001277 select CPU_SUPPORTS_32BIT_KERNEL
1278 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001279 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280
1281config CPU_RM9000
1282 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001283 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001284 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001285 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001286 select CPU_SUPPORTS_32BIT_KERNEL
1287 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001288 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001289 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290
1291config CPU_SB1
1292 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001293 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001294 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001295 select CPU_SUPPORTS_32BIT_KERNEL
1296 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001297 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001298 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299
1300endchoice
1301
Ralf Baechle7cf80532005-10-20 22:33:09 +01001302config SYS_HAS_CPU_MIPS32_R1
1303 bool
1304
1305config SYS_HAS_CPU_MIPS32_R2
1306 bool
1307
1308config SYS_HAS_CPU_MIPS64_R1
1309 bool
1310
1311config SYS_HAS_CPU_MIPS64_R2
1312 bool
1313
1314config SYS_HAS_CPU_R3000
1315 bool
1316
1317config SYS_HAS_CPU_TX39XX
1318 bool
1319
1320config SYS_HAS_CPU_VR41XX
1321 bool
1322
1323config SYS_HAS_CPU_R4300
1324 bool
1325
1326config SYS_HAS_CPU_R4X00
1327 bool
1328
1329config SYS_HAS_CPU_TX49XX
1330 bool
1331
1332config SYS_HAS_CPU_R5000
1333 bool
1334
1335config SYS_HAS_CPU_R5432
1336 bool
1337
1338config SYS_HAS_CPU_R6000
1339 bool
1340
1341config SYS_HAS_CPU_NEVADA
1342 bool
1343
1344config SYS_HAS_CPU_R8000
1345 bool
1346
1347config SYS_HAS_CPU_R10000
1348 bool
1349
1350config SYS_HAS_CPU_RM7000
1351 bool
1352
1353config SYS_HAS_CPU_RM9000
1354 bool
1355
1356config SYS_HAS_CPU_SB1
1357 bool
1358
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001359config WEAK_ORDERING
1360 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001361endmenu
1362
1363#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001364# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001365#
1366config CPU_MIPS32
1367 bool
1368 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1369
1370config CPU_MIPS64
1371 bool
1372 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1373
1374#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001375# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001376#
1377config CPU_MIPSR1
1378 bool
1379 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1380
1381config CPU_MIPSR2
1382 bool
1383 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1384
1385config SYS_SUPPORTS_32BIT_KERNEL
1386 bool
1387config SYS_SUPPORTS_64BIT_KERNEL
1388 bool
1389config CPU_SUPPORTS_32BIT_KERNEL
1390 bool
1391config CPU_SUPPORTS_64BIT_KERNEL
1392 bool
1393
1394menu "Kernel type"
1395
1396choice
1397
1398 prompt "Kernel code model"
1399 help
1400 You should only select this option if you have a workload that
1401 actually benefits from 64-bit processing or if your machine has
1402 large memory. You will only be presented a single option in this
1403 menu if your system does not support both 32-bit and 64-bit kernels.
1404
1405config 32BIT
1406 bool "32-bit kernel"
1407 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1408 select TRAD_SIGNALS
1409 help
1410 Select this option if you want to build a 32-bit kernel.
1411config 64BIT
1412 bool "64-bit kernel"
1413 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1414 help
1415 Select this option if you want to build a 64-bit kernel.
1416
1417endchoice
1418
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419choice
1420 prompt "Kernel page size"
1421 default PAGE_SIZE_4KB
1422
1423config PAGE_SIZE_4KB
1424 bool "4kB"
1425 help
1426 This option select the standard 4kB Linux page size. On some
1427 R3000-family processors this is the only available page size. Using
1428 4kB page size will minimize memory consumption and is therefore
1429 recommended for low memory systems.
1430
1431config PAGE_SIZE_8KB
1432 bool "8kB"
1433 depends on EXPERIMENTAL && CPU_R8000
1434 help
1435 Using 8kB page size will result in higher performance kernel at
1436 the price of higher memory consumption. This option is available
1437 only on the R8000 processor. Not that at the time of this writing
1438 this option is still high experimental; there are also issues with
1439 compatibility of user applications.
1440
1441config PAGE_SIZE_16KB
1442 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001443 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444 help
1445 Using 16kB page size will result in higher performance kernel at
1446 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001447 all non-R3000 family processors. Note that you will need a suitable
1448 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449
1450config PAGE_SIZE_64KB
1451 bool "64kB"
1452 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1453 help
1454 Using 64kB page size will result in higher performance kernel at
1455 the price of higher memory consumption. This option is available on
1456 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001457 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458
1459endchoice
1460
1461config BOARD_SCACHE
1462 bool
1463
1464config IP22_CPU_SCACHE
1465 bool
1466 select BOARD_SCACHE
1467
Chris Dearman9318c512006-06-20 17:15:20 +01001468#
1469# Support for a MIPS32 / MIPS64 style S-caches
1470#
1471config MIPS_CPU_SCACHE
1472 bool
1473 select BOARD_SCACHE
1474
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475config R5000_CPU_SCACHE
1476 bool
1477 select BOARD_SCACHE
1478
1479config RM7000_CPU_SCACHE
1480 bool
1481 select BOARD_SCACHE
1482
1483config SIBYTE_DMA_PAGEOPS
1484 bool "Use DMA to clear/copy pages"
1485 depends on CPU_SB1
1486 help
1487 Instead of using the CPU to zero and copy pages, use a Data Mover
1488 channel. These DMA channels are otherwise unused by the standard
1489 SiByte Linux port. Seems to give a small performance benefit.
1490
1491config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001492 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001494choice
1495 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001496
1497config MIPS_MT_DISABLED
1498 bool "Disable multithreading support."
1499 help
1500 Use this option if your workload can't take advantage of
1501 MIPS hardware multithreading support. On systems that don't have
1502 the option of an MT-enabled processor this option will be the only
1503 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001504
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001505config MIPS_MT_SMP
1506 bool "Use 1 TC on each available VPE for SMP"
1507 depends on SYS_SUPPORTS_MULTITHREADING
1508 select CPU_MIPSR2_IRQ_VI
1509 select CPU_MIPSR2_SRS
1510 select MIPS_MT
1511 select SMP
1512 select SYS_SUPPORTS_SMP
1513 help
1514 This is a kernel model which is also known a VSMP or lately
1515 has been marketesed into SMVP.
1516
Ralf Baechle41c594a2006-04-05 09:45:45 +01001517config MIPS_MT_SMTC
1518 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001519 depends on CPU_MIPS32_R2
1520 #depends on CPU_MIPS64_R2 # once there is hardware ...
1521 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001522 select CPU_MIPSR2_IRQ_VI
1523 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001524 select MIPS_MT
Ralf Baechle41c594a2006-04-05 09:45:45 +01001525 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001526 select SYS_SUPPORTS_SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001527 help
1528 This is a kernel model which is known a SMTC or lately has been
1529 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001530
Ralf Baechlee01402b2005-07-14 15:57:16 +00001531config MIPS_VPE_LOADER
1532 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001533 depends on SYS_SUPPORTS_MULTITHREADING
1534 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001535 help
1536 Includes a loader for loading an elf relocatable object
1537 onto another VPE and running it.
1538
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001539endchoice
1540
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001541config MIPS_MT
1542 bool
1543
1544config SYS_SUPPORTS_MULTITHREADING
1545 bool
1546
Ralf Baechlef088fc82006-04-05 09:45:47 +01001547config MIPS_MT_FPAFF
1548 bool "Dynamic FPU affinity for FP-intensive threads"
1549 depends on MIPS_MT
1550 default y
1551
Ralf Baechlee01402b2005-07-14 15:57:16 +00001552config MIPS_VPE_LOADER_TOM
1553 bool "Load VPE program into memory hidden from linux"
1554 depends on MIPS_VPE_LOADER
1555 default y
1556 help
1557 The loader can use memory that is present but has been hidden from
1558 Linux using the kernel command line option "mem=xxMB". It's up to
1559 you to ensure the amount you put in the option and the space your
1560 program requires is less or equal to the amount physically present.
1561
1562# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1563config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001564 bool "Enable support for AP/SP API (RTLX)"
1565 depends on MIPS_VPE_LOADER
1566 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001567
Ralf Baechle26009902006-04-05 09:45:45 +01001568config MIPS_APSP_KSPD
1569 bool "Enable KSPD"
1570 depends on MIPS_VPE_APSP_API
1571 default y
1572 help
1573 KSPD is a kernel daemon that accepts syscall requests from the SP
1574 side, actions them and returns the results. It also handles the
1575 "exit" syscall notifying other kernel modules the SP program is
1576 exiting. You probably want to say yes here.
1577
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578config SB1_PASS_1_WORKAROUNDS
1579 bool
1580 depends on CPU_SB1_PASS_1
1581 default y
1582
1583config SB1_PASS_2_WORKAROUNDS
1584 bool
1585 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1586 default y
1587
1588config SB1_PASS_2_1_WORKAROUNDS
1589 bool
1590 depends on CPU_SB1 && CPU_SB1_PASS_2
1591 default y
1592
1593config 64BIT_PHYS_ADDR
1594 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001595 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 -07001596
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001598 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001601 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001602
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001603#
1604# Vectored interrupt mode is an R2 feature
1605#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001606config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001607 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001608
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001609#
1610# Extended interrupt mode is an R2 feature
1611#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001612config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001613 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001614
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001615#
1616# Shadow registers are an R2 feature
1617#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001618config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001619 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001620
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621config CPU_HAS_SYNC
1622 bool
1623 depends on !CPU_R3000
1624 default y
1625
1626#
Ralf Baechle797798c2005-08-10 15:17:11 +00001627# Use the generic interrupt handling code in kernel/irq/:
1628#
1629config GENERIC_HARDIRQS
1630 bool
1631 default y
1632
1633config GENERIC_IRQ_PROBE
1634 bool
1635 default y
1636
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001637config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001638 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001639
Ralf Baechle797798c2005-08-10 15:17:11 +00001640#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641# - Highmem only makes sense for the 32-bit kernel.
1642# - The current highmem code will only work properly on physically indexed
1643# caches such as R3000, SB1, R7000 or those that look like they're virtually
1644# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1645# moment we protect the user and offer the highmem option only on machines
1646# where it's known to be safe. This will not offer highmem on a few systems
1647# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1648# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001649# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1650# know they might have memory configurations that could make use of highmem
1651# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652#
1653config HIGHMEM
1654 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001655 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1656
1657config CPU_SUPPORTS_HIGHMEM
1658 bool
1659
1660config SYS_SUPPORTS_HIGHMEM
1661 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001663config ARCH_FLATMEM_ENABLE
1664 def_bool y
1665 depends on !NUMA
1666
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001667config ARCH_DISCONTIGMEM_ENABLE
1668 bool
1669 default y if SGI_IP27
1670 help
1671 Say Y to upport efficient handling of discontiguous physical memory,
1672 for architectures which are either NUMA (Non-Uniform Memory Access)
1673 or have huge holes in the physical address space for other reasons.
1674 See <file:Documentation/vm/numa> for more.
1675
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001676config ARCH_SPARSEMEM_ENABLE
1677 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001678 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001679
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001680config NUMA
1681 bool "NUMA Support"
1682 depends on SYS_SUPPORTS_NUMA
1683 help
1684 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1685 Access). This option improves performance on systems with more
1686 than two nodes; on two node systems it is generally better to
1687 leave it disabled; on single node systems disable this option
1688 disabled.
1689
1690config SYS_SUPPORTS_NUMA
1691 bool
1692
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001693config NODES_SHIFT
1694 int
1695 default "6"
1696 depends on NEED_MULTIPLE_NODES
1697
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001698source "mm/Kconfig"
1699
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700config SMP
1701 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001702 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001703 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001704 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705 This enables support for systems with more than one CPU. If you have
1706 a system with only one CPU, like most personal computers, say N. If
1707 you have a system with more than one CPU, say Y.
1708
1709 If you say N here, the kernel will run on single and multiprocessor
1710 machines, but will use only one CPU of a multiprocessor machine. If
1711 you say Y here, the kernel will run on many, but not all,
1712 singleprocessor machines. On a singleprocessor machine, the kernel
1713 will run faster if you say N here.
1714
1715 People using multiprocessor machines who say Y here should also say
1716 Y to "Enhanced Real Time Clock Support", below.
1717
1718 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1719 available at <http://www.tldp.org/docs.html#howto>.
1720
1721 If you don't know what to do here, say N.
1722
Ralf Baechlee73ea272006-06-04 11:51:46 +01001723config SYS_SUPPORTS_SMP
1724 bool
1725
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726config NR_CPUS
1727 int "Maximum number of CPUs (2-64)"
1728 range 2 64
1729 depends on SMP
1730 default "64" if SGI_IP27
1731 default "2"
Ralf Baechle8cde4a32006-10-26 14:29:01 +01001732 default "8" if MIPS_MT_SMTC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733 help
1734 This allows you to specify the maximum number of CPUs which this
1735 kernel will support. The maximum supported value is 32 for 32-bit
1736 kernel and 64 for 64-bit kernels; the minimum value which makes
1737 sense is 2.
1738
1739 This is purely to save memory - each supported CPU adds
1740 approximately eight kilobytes to the kernel image.
1741
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001742#
1743# Timer Interrupt Frequency Configuration
1744#
1745
1746choice
1747 prompt "Timer frequency"
1748 default HZ_250
1749 help
1750 Allows the configuration of the timer frequency.
1751
1752 config HZ_48
1753 bool "48 HZ" if SYS_SUPPORTS_48HZ
1754
1755 config HZ_100
1756 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1757
1758 config HZ_128
1759 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1760
1761 config HZ_250
1762 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1763
1764 config HZ_256
1765 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1766
1767 config HZ_1000
1768 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1769
1770 config HZ_1024
1771 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1772
1773endchoice
1774
1775config SYS_SUPPORTS_48HZ
1776 bool
1777
1778config SYS_SUPPORTS_100HZ
1779 bool
1780
1781config SYS_SUPPORTS_128HZ
1782 bool
1783
1784config SYS_SUPPORTS_250HZ
1785 bool
1786
1787config SYS_SUPPORTS_256HZ
1788 bool
1789
1790config SYS_SUPPORTS_1000HZ
1791 bool
1792
1793config SYS_SUPPORTS_1024HZ
1794 bool
1795
1796config SYS_SUPPORTS_ARBIT_HZ
1797 bool
1798 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1799 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1800 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1801 !SYS_SUPPORTS_1024HZ
1802
1803config HZ
1804 int
1805 default 48 if HZ_48
1806 default 100 if HZ_100
1807 default 128 if HZ_128
1808 default 250 if HZ_250
1809 default 256 if HZ_256
1810 default 1000 if HZ_1000
1811 default 1024 if HZ_1024
1812
Ralf Baechlee80de852005-07-11 20:45:51 +00001813source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814
1815config RTC_DS1742
1816 bool "DS1742 BRAM/RTC support"
1817 depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
1818
1819config MIPS_INSANE_LARGE
1820 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001821 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822 help
1823 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1824 previous 64-bit processors which only supported 40 bit / 1TB. If you
1825 need processes of more than 1TB virtual address space, say Y here.
1826 This will result in additional memory usage, so it is not
1827 recommended for normal users.
1828
Ralf Baechle5e83d432005-10-29 19:32:41 +01001829endmenu
1830
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831config RWSEM_GENERIC_SPINLOCK
1832 bool
1833 default y
1834
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +09001835config LOCKDEP_SUPPORT
1836 bool
1837 default y
1838
1839config STACKTRACE_SUPPORT
1840 bool
1841 default y
1842
Ralf Baechleb6c35392005-11-25 11:35:40 +00001843source "init/Kconfig"
1844
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1846
Ralf Baechle5e83d432005-10-29 19:32:41 +01001847config HW_HAS_EISA
1848 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849config HW_HAS_PCI
1850 bool
1851
1852config PCI
1853 bool "Support for PCI controller"
1854 depends on HW_HAS_PCI
1855 help
1856 Find out whether you have a PCI motherboard. PCI is the name of a
1857 bus system, i.e. the way the CPU talks to the other stuff inside
1858 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1859 say Y, otherwise N.
1860
1861 The PCI-HOWTO, available from
1862 <http://www.tldp.org/docs.html#howto>, contains valuable
1863 information about which PCI hardware does work under Linux and which
1864 doesn't.
1865
1866config PCI_DOMAINS
1867 bool
1868 depends on PCI
1869
1870source "drivers/pci/Kconfig"
1871
1872#
1873# ISA support is now enabled via select. Too many systems still have the one
1874# or other ISA chip on the board that users don't know about so don't expect
1875# users to choose the right thing ...
1876#
1877config ISA
1878 bool
1879
1880config EISA
1881 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001882 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883 select ISA
Ralf Baechleaa414df2006-11-30 01:14:51 +00001884 select GENERIC_ISA_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 ---help---
1886 The Extended Industry Standard Architecture (EISA) bus was
1887 developed as an open alternative to the IBM MicroChannel bus.
1888
1889 The EISA bus provided some of the features of the IBM MicroChannel
1890 bus while maintaining backward compatibility with cards made for
1891 the older ISA bus. The EISA bus saw limited use between 1988 and
1892 1995 when it was made obsolete by the PCI bus.
1893
1894 Say Y here if you are building a kernel for an EISA-based machine.
1895
1896 Otherwise, say N.
1897
1898source "drivers/eisa/Kconfig"
1899
1900config TC
1901 bool "TURBOchannel support"
1902 depends on MACH_DECSTATION
1903 help
1904 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
1905 processors. Documentation on writing device drivers for TurboChannel
1906 is available at:
1907 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
1908
1909#config ACCESSBUS
1910# bool "Access.Bus support"
1911# depends on TC
1912
1913config MMU
1914 bool
1915 default y
1916
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05001917config I8253
1918 bool
1919
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920source "drivers/pcmcia/Kconfig"
1921
1922source "drivers/pci/hotplug/Kconfig"
1923
1924endmenu
1925
1926menu "Executable file formats"
1927
1928source "fs/Kconfig.binfmt"
1929
1930config TRAD_SIGNALS
1931 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932
1933config BUILD_ELF64
1934 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001935 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936 help
1937 A 64-bit kernel is usually built using the 64-bit ELF binary object
1938 format as it's one that allows arbitrary 64-bit constructs. For
1939 kernels that are loaded within the KSEG compatibility segments the
1940 32-bit ELF format can optionally be used resulting in a somewhat
1941 smaller binary, but this option is not explicitly supported by the
1942 toolchain and since binutils 2.14 it does not even work at all.
1943
1944 Say Y to use the 64-bit format or N to use the 32-bit one.
1945
1946 If unsure say Y.
1947
1948config BINFMT_IRIX
1949 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001950 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951
1952config MIPS32_COMPAT
1953 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001954 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 help
1956 Select this option if you want Linux/MIPS 32-bit binary
1957 compatibility. Since all software available for Linux/MIPS is
1958 currently 32-bit you should say Y here.
1959
1960config COMPAT
1961 bool
1962 depends on MIPS32_COMPAT
1963 default y
1964
Atsushi Nemoto05e43962006-11-07 18:02:44 +09001965config SYSVIPC_COMPAT
1966 bool
1967 depends on COMPAT && SYSVIPC
1968 default y
1969
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970config MIPS32_O32
1971 bool "Kernel support for o32 binaries"
1972 depends on MIPS32_COMPAT
1973 help
1974 Select this option if you want to run o32 binaries. These are pure
1975 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
1976 existing binaries are in this format.
1977
1978 If unsure, say Y.
1979
1980config MIPS32_N32
1981 bool "Kernel support for n32 binaries"
1982 depends on MIPS32_COMPAT
1983 help
1984 Select this option if you want to run n32 binaries. These are
1985 64-bit binaries using 32-bit quantities for addressing and certain
1986 data that would normally be 64-bit. They are used in special
1987 cases.
1988
1989 If unsure, say N.
1990
1991config BINFMT_ELF32
1992 bool
1993 default y if MIPS32_O32 || MIPS32_N32
1994
Ralf Baechle127c6f62005-03-18 17:36:42 +00001995config SECCOMP
1996 bool "Enable seccomp to safely compute untrusted bytecode"
1997 depends on PROC_FS && BROKEN
1998 default y
1999 help
2000 This kernel feature is useful for number crunching applications
2001 that may need to compute untrusted bytecode during their
2002 execution. By using pipes or other transports made available to
2003 the process as file descriptors supporting the read/write
2004 syscalls, it's possible to isolate those applications in
2005 their own address space using seccomp. Once seccomp is
2006 enabled via /proc/<pid>/seccomp, it cannot be disabled
2007 and the task is only allowed to execute a few safe syscalls
2008 defined by each seccomp mode.
2009
2010 If unsure, say Y. Only embedded should say N here.
2011
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012config PM
2013 bool "Power Management support (EXPERIMENTAL)"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002014 depends on EXPERIMENTAL && SOC_AU1X00
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002016config APM
2017 tristate "Advanced Power Management Emulation"
2018 depends on PM
2019 ---help---
2020 APM is a BIOS specification for saving power using several different
2021 techniques. This is mostly useful for battery powered systems with
2022 APM compliant BIOSes. If you say Y here, the system time will be
2023 reset after a RESUME operation, the /proc/apm device will provide
2024 battery status information, and user-space programs will receive
2025 notification of APM "events" (e.g. battery status change).
2026
2027 In order to use APM, you will need supporting software. For location
2028 and more information, read <file:Documentation/pm.txt> and the
2029 Battery Powered Linux mini-HOWTO, available from
2030 <http://www.tldp.org/docs.html#howto>.
2031
2032 This driver does not spin down disk drives (see the hdparm(8)
2033 manpage ("man 8 hdparm") for that), and it doesn't turn off
2034 VESA-compliant "green" monitors.
2035
2036 Generally, if you don't have a battery in your machine, there isn't
2037 much point in using this driver and you should say N. If you get
2038 random kernel OOPSes or reboots that don't seem to be related to
2039 anything, try disabling/enabling this option (or disabling/enabling
2040 APM in your BIOS).
2041
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042endmenu
2043
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002044source "net/Kconfig"
2045
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046source "drivers/Kconfig"
2047
2048source "fs/Kconfig"
2049
Ralf Baechle5e83d432005-10-29 19:32:41 +01002050source "arch/mips/oprofile/Kconfig"
2051
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052source "arch/mips/Kconfig.debug"
2053
2054source "security/Kconfig"
2055
2056source "crypto/Kconfig"
2057
2058source "lib/Kconfig"