]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/mips/Kconfig
MIPS: BCM47XX: select BOOT_RAW
[mirror_ubuntu-zesty-kernel.git] / arch / mips / Kconfig
CommitLineData
1da177e4
LT
1config MIPS
2 bool
3 default y
f8ac0425 4 select HAVE_GENERIC_DMA_COHERENT
ec7748b5 5 select HAVE_IDE
42d4b839 6 select HAVE_OPROFILE
91f01737 7 select HAVE_IRQ_WORK
7f788d2d
DCZ
8 select HAVE_PERF_EVENTS
9 select PERF_USE_VMALLOC
88547001 10 select HAVE_ARCH_KGDB
7563bbf8 11 select ARCH_HAVE_CUSTOM_GPIO_H
d2bb0762 12 select HAVE_FUNCTION_TRACER
69a7d1b3 13 select HAVE_FUNCTION_TRACE_MCOUNT_TEST
538f1952
WZ
14 select HAVE_DYNAMIC_FTRACE
15 select HAVE_FTRACE_MCOUNT_RECORD
64575f91 16 select HAVE_C_RECORDMCOUNT
29c5d346 17 select HAVE_FUNCTION_GRAPH_TRACER
c1bf207d
DD
18 select HAVE_KPROBES
19 select HAVE_KRETPROBES
b69ec42b 20 select HAVE_DEBUG_KMEMLEAK
e26d196c 21 select ARCH_BINFMT_ELF_RANDOMIZE_PIE
970d032f 22 select HAVE_ARCH_TRANSPARENT_HUGEPAGE
21a41faa 23 select RTC_LIB if !MACH_LOONGSON
2b78920d 24 select GENERIC_ATOMIC64 if !64BIT
7463449b 25 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
48e1fd5a
DD
26 select HAVE_DMA_ATTRS
27 select HAVE_DMA_API_DEBUG
3bd27e32
DD
28 select HAVE_GENERIC_HARDIRQS
29 select GENERIC_IRQ_PROBE
f8396c17 30 select GENERIC_IRQ_SHOW
94bb0c1a 31 select HAVE_ARCH_JUMP_LABEL
c1d7e01d 32 select ARCH_WANT_IPC_PARSE_VERSION
0f462e3c 33 select IRQ_FORCED_THREADING
9d15ffc8
TH
34 select HAVE_MEMBLOCK
35 select HAVE_MEMBLOCK_NODE_MAP
36 select ARCH_DISCARD_MEMBLOCK
360014a3 37 select GENERIC_SMP_IDLE_THREAD
4b054495 38 select BUILDTIME_EXTABLE_SORT
cde1794b
AMG
39 select GENERIC_CLOCKEVENTS
40 select GENERIC_CMOS_UPDATE
786d35d4 41 select HAVE_MOD_ARCH_SPECIFIC
2f12fb20
JK
42 select MODULES_USE_ELF_REL if MODULES
43 select MODULES_USE_ELF_RELA if MODULES && 64BIT
1da177e4 44
1da177e4
LT
45menu "Machine selection"
46
5ac6da66
CL
47config ZONE_DMA
48 bool
5ac6da66 49
5e83d430
RB
50choice
51 prompt "System type"
52 default SGI_IP22
1da177e4 53
42a4f17d 54config MIPS_ALCHEMY
c3543e25 55 bool "Alchemy processor based machines"
42a4f17d 56 select 64BIT_PHYS_ADDR
f772cdb2 57 select CEVT_R4K
d7ea335c 58 select CSRC_R4K
42a4f17d
ML
59 select IRQ_CPU
60 select SYS_HAS_CPU_MIPS32_R1
61 select SYS_SUPPORTS_32BIT_KERNEL
62 select SYS_SUPPORTS_APM_EMULATION
63 select GENERIC_GPIO
64 select ARCH_WANT_OPTIONAL_GPIOLIB
1b93b3c3 65 select SYS_SUPPORTS_ZBOOT
37663860
ML
66 select USB_ARCH_HAS_OHCI
67 select USB_ARCH_HAS_EHCI
1da177e4 68
7ca5dc14
FF
69config AR7
70 bool "Texas Instruments AR7"
71 select BOOT_ELF32
72 select DMA_NONCOHERENT
73 select CEVT_R4K
74 select CSRC_R4K
75 select IRQ_CPU
76 select NO_EXCEPT_FILL
77 select SWAP_IO_SPACE
78 select SYS_HAS_CPU_MIPS32_R1
79 select SYS_HAS_EARLY_PRINTK
80 select SYS_SUPPORTS_32BIT_KERNEL
81 select SYS_SUPPORTS_LITTLE_ENDIAN
1b93b3c3 82 select SYS_SUPPORTS_ZBOOT_UART16550
5f3c9098 83 select ARCH_REQUIRE_GPIOLIB
7ca5dc14 84 select VLYNQ
8551fb64 85 select HAVE_CLK
7ca5dc14
FF
86 help
87 Support for the Texas Instruments AR7 System-on-a-Chip
88 family: TNETD7100, 7200 and 7300.
89
d4a67d9d
GJ
90config ATH79
91 bool "Atheros AR71XX/AR724X/AR913X based boards"
6eae43c5 92 select ARCH_REQUIRE_GPIOLIB
d4a67d9d
GJ
93 select BOOT_RAW
94 select CEVT_R4K
95 select CSRC_R4K
96 select DMA_NONCOHERENT
94638067 97 select HAVE_CLK
d4a67d9d 98 select IRQ_CPU
0aabf1a4 99 select MIPS_MACHINE
d4a67d9d
GJ
100 select SYS_HAS_CPU_MIPS32_R2
101 select SYS_HAS_EARLY_PRINTK
102 select SYS_SUPPORTS_32BIT_KERNEL
103 select SYS_SUPPORTS_BIG_ENDIAN
104 help
105 Support for the Atheros AR71XX/AR724X/AR913X SoCs.
106
1c0c13eb 107config BCM47XX
c619366e 108 bool "Broadcom BCM47XX based boards"
2da4c74d 109 select ARCH_WANT_OPTIONAL_GPIOLIB
fe08f8c2 110 select BOOT_RAW
42f77542 111 select CEVT_R4K
940f6b48 112 select CSRC_R4K
1c0c13eb 113 select DMA_NONCOHERENT
0e2794b0 114 select FW_CFE
1c0c13eb
AJ
115 select HW_HAS_PCI
116 select IRQ_CPU
1c0c13eb
AJ
117 select SYS_SUPPORTS_32BIT_KERNEL
118 select SYS_SUPPORTS_LITTLE_ENDIAN
25e5fb97 119 select SYS_HAS_EARLY_PRINTK
1c0c13eb
AJ
120 help
121 Support for BCM47XX based boards
122
e7300d04
MB
123config BCM63XX
124 bool "Broadcom BCM63XX based boards"
125 select CEVT_R4K
126 select CSRC_R4K
127 select DMA_NONCOHERENT
128 select IRQ_CPU
129 select SYS_HAS_CPU_MIPS32_R1
130 select SYS_SUPPORTS_32BIT_KERNEL
131 select SYS_SUPPORTS_BIG_ENDIAN
132 select SYS_HAS_EARLY_PRINTK
133 select SWAP_IO_SPACE
134 select ARCH_REQUIRE_GPIOLIB
3e82eeeb 135 select HAVE_CLK
e7300d04
MB
136 help
137 Support for BCM63XX based boards
138
1da177e4 139config MIPS_COBALT
3fa986fa 140 bool "Cobalt Server"
42f77542 141 select CEVT_R4K
940f6b48 142 select CSRC_R4K
1097c6ac 143 select CEVT_GT641XX
1da177e4
LT
144 select DMA_NONCOHERENT
145 select HW_HAS_PCI
d865bea4 146 select I8253
1da177e4
LT
147 select I8259
148 select IRQ_CPU
d5ab1a69 149 select IRQ_GT641XX
252161ec 150 select PCI_GT64XXX_PCI0
e25bfc92 151 select PCI
7cf8053b 152 select SYS_HAS_CPU_NEVADA
0a22e0d4 153 select SYS_HAS_EARLY_PRINTK
ed5ba2fb 154 select SYS_SUPPORTS_32BIT_KERNEL
0e8774b6 155 select SYS_SUPPORTS_64BIT_KERNEL
5e83d430 156 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4
LT
157
158config MACH_DECSTATION
3fa986fa 159 bool "DECstations"
1da177e4 160 select BOOT_ELF32
6457d9fc 161 select CEVT_DS1287
42f77542 162 select CEVT_R4K
4247417d 163 select CSRC_IOASIC
940f6b48 164 select CSRC_R4K
20d60d99
MR
165 select CPU_DADDI_WORKAROUNDS if 64BIT
166 select CPU_R4000_WORKAROUNDS if 64BIT
167 select CPU_R4400_WORKAROUNDS if 64BIT
1da177e4 168 select DMA_NONCOHERENT
d388d685 169 select NO_IOPORT
1da177e4 170 select IRQ_CPU
7cf8053b
RB
171 select SYS_HAS_CPU_R3000
172 select SYS_HAS_CPU_R4X00
ed5ba2fb
YY
173 select SYS_SUPPORTS_32BIT_KERNEL
174 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5e83d430 175 select SYS_SUPPORTS_LITTLE_ENDIAN
1723b4a3
AN
176 select SYS_SUPPORTS_128HZ
177 select SYS_SUPPORTS_256HZ
178 select SYS_SUPPORTS_1024HZ
5e83d430 179 help
1da177e4
LT
180 This enables support for DEC's MIPS based workstations. For details
181 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
182 DECstation porting pages on <http://decstation.unix-ag.org/>.
183
184 If you have one of the following DECstation Models you definitely
185 want to choose R4xx0 for the CPU Type:
186
9308816c
RB
187 DECstation 5000/50
188 DECstation 5000/150
189 DECstation 5000/260
190 DECsystem 5900/260
1da177e4
LT
191
192 otherwise choose R3000.
193
5e83d430 194config MACH_JAZZ
3fa986fa 195 bool "Jazz family of machines"
0e2794b0
RB
196 select FW_ARC
197 select FW_ARC32
5e83d430 198 select ARCH_MAY_HAVE_PC_FDC
42f77542 199 select CEVT_R4K
940f6b48 200 select CSRC_R4K
e2defae5 201 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
5e83d430 202 select GENERIC_ISA_DMA
8a118c38 203 select HAVE_PCSPKR_PLATFORM
ea202c63 204 select IRQ_CPU
d865bea4 205 select I8253
5e83d430
RB
206 select I8259
207 select ISA
7cf8053b 208 select SYS_HAS_CPU_R4X00
5e83d430
RB
209 select SYS_SUPPORTS_32BIT_KERNEL
210 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1723b4a3 211 select SYS_SUPPORTS_100HZ
1da177e4 212 help
5e83d430
RB
213 This a family of machines based on the MIPS R4030 chipset which was
214 used by several vendors to build RISC/os and Windows NT workstations.
692105b8 215 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
5e83d430
RB
216 Olivetti M700-10 workstations.
217
5ebabe59
LPC
218config MACH_JZ4740
219 bool "Ingenic JZ4740 based machines"
220 select SYS_HAS_CPU_MIPS32_R1
221 select SYS_SUPPORTS_32BIT_KERNEL
222 select SYS_SUPPORTS_LITTLE_ENDIAN
f9c9affc 223 select SYS_SUPPORTS_ZBOOT_UART16550
5ebabe59
LPC
224 select DMA_NONCOHERENT
225 select IRQ_CPU
226 select GENERIC_GPIO
227 select ARCH_REQUIRE_GPIOLIB
228 select SYS_HAS_EARLY_PRINTK
229 select HAVE_PWM
ab5330eb 230 select HAVE_CLK
83bc7692 231 select GENERIC_IRQ_CHIP
5ebabe59 232
171bb2f1
JC
233config LANTIQ
234 bool "Lantiq based platforms"
235 select DMA_NONCOHERENT
236 select IRQ_CPU
237 select CEVT_R4K
238 select CSRC_R4K
239 select SYS_HAS_CPU_MIPS32_R1
240 select SYS_HAS_CPU_MIPS32_R2
241 select SYS_SUPPORTS_BIG_ENDIAN
242 select SYS_SUPPORTS_32BIT_KERNEL
243 select SYS_SUPPORTS_MULTITHREADING
244 select SYS_HAS_EARLY_PRINTK
245 select ARCH_REQUIRE_GPIOLIB
246 select SWAP_IO_SPACE
247 select BOOT_RAW
287e3f3f
JC
248 select HAVE_MACH_CLKDEV
249 select CLKDEV_LOOKUP
a0392222 250 select USE_OF
3f8c50c9
JC
251 select PINCTRL
252 select PINCTRL_LANTIQ
171bb2f1 253
1f21d2bd
BM
254config LASAT
255 bool "LASAT Networks platforms"
42f77542 256 select CEVT_R4K
940f6b48 257 select CSRC_R4K
1f21d2bd
BM
258 select DMA_NONCOHERENT
259 select SYS_HAS_EARLY_PRINTK
260 select HW_HAS_PCI
a5ccfe5c 261 select IRQ_CPU
1f21d2bd
BM
262 select PCI_GT64XXX_PCI0
263 select MIPS_NILE4
264 select R5000_CPU_SCACHE
265 select SYS_HAS_CPU_R5000
266 select SYS_SUPPORTS_32BIT_KERNEL
267 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
268 select SYS_SUPPORTS_LITTLE_ENDIAN
1f21d2bd 269
85749d24
WZ
270config MACH_LOONGSON
271 bool "Loongson family of machines"
c7e8c668 272 select SYS_SUPPORTS_ZBOOT
ade299d8 273 help
85749d24
WZ
274 This enables the support of Loongson family of machines.
275
276 Loongson is a family of general-purpose MIPS-compatible CPUs.
277 developed at Institute of Computing Technology (ICT),
278 Chinese Academy of Sciences (CAS) in the People's Republic
279 of China. The chief architect is Professor Weiwu Hu.
ade299d8 280
ca585cf9
KC
281config MACH_LOONGSON1
282 bool "Loongson 1 family of machines"
283 select SYS_SUPPORTS_ZBOOT
284 help
285 This enables support for the Loongson 1 based machines.
286
287 Loongson 1 is a family of 32-bit MIPS-compatible SoCs developed by
288 the ICT (Institute of Computing Technology) and the Chinese Academy
289 of Sciences.
290
1da177e4 291config MIPS_MALTA
3fa986fa 292 bool "MIPS Malta board"
61ed242d 293 select ARCH_MAY_HAVE_PC_FDC
1da177e4 294 select BOOT_ELF32
fa71c960 295 select BOOT_RAW
42f77542 296 select CEVT_R4K
940f6b48 297 select CSRC_R4K
1da177e4
LT
298 select DMA_NONCOHERENT
299 select GENERIC_ISA_DMA
8a118c38 300 select HAVE_PCSPKR_PLATFORM
aa414dff 301 select IRQ_CPU
39b8d525 302 select IRQ_GIC
1da177e4 303 select HW_HAS_PCI
d865bea4 304 select I8253
1da177e4 305 select I8259
5e83d430
RB
306 select MIPS_BOARDS_GEN
307 select MIPS_BONITO64
9318c51a 308 select MIPS_CPU_SCACHE
252161ec 309 select PCI_GT64XXX_PCI0
5e83d430 310 select MIPS_MSC
1da177e4 311 select SWAP_IO_SPACE
7cf8053b
RB
312 select SYS_HAS_CPU_MIPS32_R1
313 select SYS_HAS_CPU_MIPS32_R2
314 select SYS_HAS_CPU_MIPS64_R1
5d9fbed1 315 select SYS_HAS_CPU_MIPS64_R2
7cf8053b
RB
316 select SYS_HAS_CPU_NEVADA
317 select SYS_HAS_CPU_RM7000
36a88530 318 select SYS_HAS_EARLY_PRINTK
ed5ba2fb
YY
319 select SYS_SUPPORTS_32BIT_KERNEL
320 select SYS_SUPPORTS_64BIT_KERNEL
5e83d430
RB
321 select SYS_SUPPORTS_BIG_ENDIAN
322 select SYS_SUPPORTS_LITTLE_ENDIAN
0365070f 323 select SYS_SUPPORTS_MIPS_CMP
f41ae0b2 324 select SYS_SUPPORTS_MULTITHREADING
9693a853 325 select SYS_SUPPORTS_SMARTMIPS
1b93b3c3 326 select SYS_SUPPORTS_ZBOOT
1da177e4 327 help
f638d197 328 This enables support for the MIPS Technologies Malta evaluation
1da177e4
LT
329 board.
330
ec47b274
SH
331config MIPS_SEAD3
332 bool "MIPS SEAD3 board"
333 select BOOT_ELF32
334 select BOOT_RAW
335 select CEVT_R4K
336 select CSRC_R4K
337 select CPU_MIPSR2_IRQ_VI
338 select CPU_MIPSR2_IRQ_EI
339 select DMA_NONCOHERENT
340 select IRQ_CPU
341 select IRQ_GIC
342 select MIPS_BOARDS_GEN
343 select MIPS_CPU_SCACHE
344 select MIPS_MSC
345 select SYS_HAS_CPU_MIPS32_R1
346 select SYS_HAS_CPU_MIPS32_R2
347 select SYS_HAS_CPU_MIPS64_R1
348 select SYS_HAS_EARLY_PRINTK
349 select SYS_SUPPORTS_32BIT_KERNEL
350 select SYS_SUPPORTS_64BIT_KERNEL
351 select SYS_SUPPORTS_BIG_ENDIAN
352 select SYS_SUPPORTS_LITTLE_ENDIAN
353 select SYS_SUPPORTS_SMARTMIPS
354 select USB_ARCH_HAS_EHCI
355 select USB_EHCI_BIG_ENDIAN_DESC
356 select USB_EHCI_BIG_ENDIAN_MMIO
357 help
358 This enables support for the MIPS Technologies SEAD3 evaluation
359 board.
360
a83860c2
RB
361config NEC_MARKEINS
362 bool "NEC EMMA2RH Mark-eins board"
363 select SOC_EMMA2RH
364 select HW_HAS_PCI
365 help
366 This enables support for the NEC Electronics Mark-eins boards.
ade299d8 367
5e83d430 368config MACH_VR41XX
74142d65 369 bool "NEC VR4100 series based machines"
42f77542 370 select CEVT_R4K
940f6b48 371 select CSRC_R4K
7cf8053b 372 select SYS_HAS_CPU_VR41XX
27fdd325 373 select ARCH_REQUIRE_GPIOLIB
5e83d430 374
edb6310a
DL
375config NXP_STB220
376 bool "NXP STB220 board"
377 select SOC_PNX833X
378 help
379 Support for NXP Semiconductors STB220 Development Board.
380
381config NXP_STB225
382 bool "NXP 225 board"
383 select SOC_PNX833X
384 select SOC_PNX8335
385 help
386 Support for NXP Semiconductors STB225 Development Board.
387
ade299d8 388config PNX8550_JBS
a92b0588 389 bool "NXP PNX8550 based JBS board"
ade299d8
YY
390 select PNX8550
391 select SYS_SUPPORTS_LITTLE_ENDIAN
392
393config PNX8550_STB810
a92b0588 394 bool "NXP PNX8550 based STB810 board"
ade299d8
YY
395 select PNX8550
396 select SYS_SUPPORTS_LITTLE_ENDIAN
397
9267a30d
MSJ
398config PMC_MSP
399 bool "PMC-Sierra MSP chipsets"
400 depends on EXPERIMENTAL
39d30c13
A
401 select CEVT_R4K
402 select CSRC_R4K
9267a30d
MSJ
403 select DMA_NONCOHERENT
404 select SWAP_IO_SPACE
405 select NO_EXCEPT_FILL
406 select BOOT_RAW
407 select SYS_HAS_CPU_MIPS32_R1
408 select SYS_HAS_CPU_MIPS32_R2
409 select SYS_SUPPORTS_32BIT_KERNEL
410 select SYS_SUPPORTS_BIG_ENDIAN
9267a30d
MSJ
411 select IRQ_CPU
412 select SERIAL_8250
413 select SERIAL_8250_CONSOLE
414 help
415 This adds support for the PMC-Sierra family of Multi-Service
416 Processor System-On-A-Chips. These parts include a number
417 of integrated peripherals, interfaces and DSPs in addition to
418 a variety of MIPS cores.
419
a3a0f8c8
DV
420config POWERTV
421 bool "Cisco PowerTV"
422 select BOOT_ELF32
423 select CEVT_R4K
424 select CPU_MIPSR2_IRQ_VI
425 select CPU_MIPSR2_IRQ_EI
426 select CSRC_POWERTV
427 select DMA_NONCOHERENT
428 select HW_HAS_PCI
429 select SYS_HAS_EARLY_PRINTK
430 select SYS_HAS_CPU_MIPS32_R2
431 select SYS_SUPPORTS_32BIT_KERNEL
432 select SYS_SUPPORTS_BIG_ENDIAN
433 select SYS_SUPPORTS_HIGHMEM
434 select USB_OHCI_LITTLE_ENDIAN
435 help
436 This enables support for the Cisco PowerTV Platform.
437
1da177e4 438config SGI_IP22
3fa986fa 439 bool "SGI IP22 (Indy/Indigo2)"
0e2794b0
RB
440 select FW_ARC
441 select FW_ARC32
1da177e4 442 select BOOT_ELF32
42f77542 443 select CEVT_R4K
940f6b48 444 select CSRC_R4K
e2defae5 445 select DEFAULT_SGI_PARTITION
1da177e4 446 select DMA_NONCOHERENT
5e83d430 447 select HW_HAS_EISA
d865bea4 448 select I8253
68de4803 449 select I8259
1da177e4
LT
450 select IP22_CPU_SCACHE
451 select IRQ_CPU
aa414dff 452 select GENERIC_ISA_DMA_SUPPORT_BROKEN
e2defae5
TB
453 select SGI_HAS_I8042
454 select SGI_HAS_INDYDOG
36e5c21d 455 select SGI_HAS_HAL2
e2defae5
TB
456 select SGI_HAS_SEEQ
457 select SGI_HAS_WD93
458 select SGI_HAS_ZILOG
1da177e4 459 select SWAP_IO_SPACE
7cf8053b
RB
460 select SYS_HAS_CPU_R4X00
461 select SYS_HAS_CPU_R5000
2b5e63f6
MM
462 #
463 # Disable EARLY_PRINTK for now since it leads to overwritten prom
464 # memory during early boot on some machines.
465 #
466 # See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecation.cyrius.com
467 # for a more details discussion
468 #
469 # select SYS_HAS_EARLY_PRINTK
ed5ba2fb
YY
470 select SYS_SUPPORTS_32BIT_KERNEL
471 select SYS_SUPPORTS_64BIT_KERNEL
5e83d430 472 select SYS_SUPPORTS_BIG_ENDIAN
1da177e4
LT
473 help
474 This are the SGI Indy, Challenge S and Indigo2, as well as certain
475 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
476 that runs on these, say Y here.
477
478config SGI_IP27
3fa986fa 479 bool "SGI IP27 (Origin200/2000)"
0e2794b0
RB
480 select FW_ARC
481 select FW_ARC64
5e83d430 482 select BOOT_ELF64
e2defae5 483 select DEFAULT_SGI_PARTITION
634286f1 484 select DMA_COHERENT
36a88530 485 select SYS_HAS_EARLY_PRINTK
1da177e4 486 select HW_HAS_PCI
130e2fb7 487 select NR_CPUS_DEFAULT_64
7cf8053b 488 select SYS_HAS_CPU_R10000
ed5ba2fb 489 select SYS_SUPPORTS_64BIT_KERNEL
5e83d430 490 select SYS_SUPPORTS_BIG_ENDIAN
d8cb4e11 491 select SYS_SUPPORTS_NUMA
1a5c5de1 492 select SYS_SUPPORTS_SMP
1da177e4
LT
493 help
494 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
495 workstations. To compile a Linux kernel that runs on these, say Y
496 here.
497
e2defae5
TB
498config SGI_IP28
499 bool "SGI IP28 (Indigo2 R10k) (EXPERIMENTAL)"
500 depends on EXPERIMENTAL
0e2794b0
RB
501 select FW_ARC
502 select FW_ARC64
e2defae5
TB
503 select BOOT_ELF64
504 select CEVT_R4K
505 select CSRC_R4K
506 select DEFAULT_SGI_PARTITION
507 select DMA_NONCOHERENT
508 select GENERIC_ISA_DMA_SUPPORT_BROKEN
509 select IRQ_CPU
510 select HW_HAS_EISA
511 select I8253
512 select I8259
e2defae5
TB
513 select SGI_HAS_I8042
514 select SGI_HAS_INDYDOG
5b438c44 515 select SGI_HAS_HAL2
e2defae5
TB
516 select SGI_HAS_SEEQ
517 select SGI_HAS_WD93
518 select SGI_HAS_ZILOG
519 select SWAP_IO_SPACE
520 select SYS_HAS_CPU_R10000
2b5e63f6
MM
521 #
522 # Disable EARLY_PRINTK for now since it leads to overwritten prom
523 # memory during early boot on some machines.
524 #
525 # See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecation.cyrius.com
526 # for a more details discussion
527 #
528 # select SYS_HAS_EARLY_PRINTK
e2defae5
TB
529 select SYS_SUPPORTS_64BIT_KERNEL
530 select SYS_SUPPORTS_BIG_ENDIAN
531 help
532 This is the SGI Indigo2 with R10000 processor. To compile a Linux
533 kernel that runs on these, say Y here.
534
1da177e4 535config SGI_IP32
cfd2afc0 536 bool "SGI IP32 (O2)"
0e2794b0
RB
537 select FW_ARC
538 select FW_ARC32
1da177e4 539 select BOOT_ELF32
42f77542 540 select CEVT_R4K
940f6b48 541 select CSRC_R4K
1da177e4
LT
542 select DMA_NONCOHERENT
543 select HW_HAS_PCI
dd67b155 544 select IRQ_CPU
1da177e4
LT
545 select R5000_CPU_SCACHE
546 select RM7000_CPU_SCACHE
7cf8053b
RB
547 select SYS_HAS_CPU_R5000
548 select SYS_HAS_CPU_R10000 if BROKEN
549 select SYS_HAS_CPU_RM7000
dd2f18fe 550 select SYS_HAS_CPU_NEVADA
ed5ba2fb 551 select SYS_SUPPORTS_64BIT_KERNEL
23fbee9d 552 select SYS_SUPPORTS_BIG_ENDIAN
23fbee9d 553 help
5e83d430 554 If you want this kernel to run on SGI O2 workstation, say Y here.
1da177e4 555
ade299d8
YY
556config SIBYTE_CRHINE
557 bool "Sibyte BCM91120C-CRhine"
558 depends on EXPERIMENTAL
9a6dcea1
AI
559 select BOOT_ELF32
560 select DMA_COHERENT
ade299d8 561 select SIBYTE_BCM1120
9a6dcea1 562 select SWAP_IO_SPACE
7cf8053b 563 select SYS_HAS_CPU_SB1
9a6dcea1
AI
564 select SYS_SUPPORTS_BIG_ENDIAN
565 select SYS_SUPPORTS_LITTLE_ENDIAN
566
ade299d8
YY
567config SIBYTE_CARMEL
568 bool "Sibyte BCM91120x-Carmel"
569 depends on EXPERIMENTAL
5e83d430 570 select BOOT_ELF32
1da177e4 571 select DMA_COHERENT
ade299d8 572 select SIBYTE_BCM1120
5e83d430 573 select SWAP_IO_SPACE
7cf8053b 574 select SYS_HAS_CPU_SB1
81731f79 575 select SYS_SUPPORTS_BIG_ENDIAN
5e83d430 576 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 577
ade299d8
YY
578config SIBYTE_CRHONE
579 bool "Sibyte BCM91125C-CRhone"
5e83d430
RB
580 depends on EXPERIMENTAL
581 select BOOT_ELF32
582 select DMA_COHERENT
ade299d8 583 select SIBYTE_BCM1125
5e83d430 584 select SWAP_IO_SPACE
7cf8053b 585 select SYS_HAS_CPU_SB1
5e83d430 586 select SYS_SUPPORTS_BIG_ENDIAN
ade299d8 587 select SYS_SUPPORTS_HIGHMEM
5e83d430 588 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 589
5e83d430 590config SIBYTE_RHONE
3fa986fa 591 bool "Sibyte BCM91125E-Rhone"
5e83d430
RB
592 depends on EXPERIMENTAL
593 select BOOT_ELF32
594 select DMA_COHERENT
595 select SIBYTE_BCM1125H
596 select SWAP_IO_SPACE
7cf8053b 597 select SYS_HAS_CPU_SB1
5e83d430
RB
598 select SYS_SUPPORTS_BIG_ENDIAN
599 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 600
ade299d8
YY
601config SIBYTE_SWARM
602 bool "Sibyte BCM91250A-SWARM"
5e83d430 603 select BOOT_ELF32
26a940e2 604 select DMA_COHERENT
fcf3ca4c 605 select HAVE_PATA_PLATFORM
ade299d8
YY
606 select NR_CPUS_DEFAULT_2
607 select SIBYTE_SB1250
5e83d430 608 select SWAP_IO_SPACE
7cf8053b 609 select SYS_HAS_CPU_SB1
5e83d430 610 select SYS_SUPPORTS_BIG_ENDIAN
ade299d8 611 select SYS_SUPPORTS_HIGHMEM
e3ad1c23 612 select SYS_SUPPORTS_LITTLE_ENDIAN
cce335ae 613 select ZONE_DMA32 if 64BIT
e3ad1c23 614
ade299d8
YY
615config SIBYTE_LITTLESUR
616 bool "Sibyte BCM91250C2-LittleSur"
5e83d430
RB
617 depends on EXPERIMENTAL
618 select BOOT_ELF32
619 select DMA_COHERENT
fcf3ca4c 620 select HAVE_PATA_PLATFORM
130e2fb7 621 select NR_CPUS_DEFAULT_2
5e83d430
RB
622 select SIBYTE_SB1250
623 select SWAP_IO_SPACE
7cf8053b 624 select SYS_HAS_CPU_SB1
5e83d430
RB
625 select SYS_SUPPORTS_BIG_ENDIAN
626 select SYS_SUPPORTS_HIGHMEM
627 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 628
ade299d8
YY
629config SIBYTE_SENTOSA
630 bool "Sibyte BCM91250E-Sentosa"
5e83d430
RB
631 depends on EXPERIMENTAL
632 select BOOT_ELF32
633 select DMA_COHERENT
130e2fb7 634 select NR_CPUS_DEFAULT_2
5e83d430
RB
635 select SIBYTE_SB1250
636 select SWAP_IO_SPACE
7cf8053b 637 select SYS_HAS_CPU_SB1
5e83d430 638 select SYS_SUPPORTS_BIG_ENDIAN
5e83d430 639 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 640
ade299d8
YY
641config SIBYTE_BIGSUR
642 bool "Sibyte BCM91480B-BigSur"
5e83d430
RB
643 select BOOT_ELF32
644 select DMA_COHERENT
ade299d8 645 select NR_CPUS_DEFAULT_4
ade299d8 646 select SIBYTE_BCM1x80
5e83d430 647 select SWAP_IO_SPACE
7cf8053b 648 select SYS_HAS_CPU_SB1
5e83d430 649 select SYS_SUPPORTS_BIG_ENDIAN
651194f8 650 select SYS_SUPPORTS_HIGHMEM
5e83d430 651 select SYS_SUPPORTS_LITTLE_ENDIAN
cce335ae 652 select ZONE_DMA32 if 64BIT
1da177e4 653
14b36af4
TB
654config SNI_RM
655 bool "SNI RM200/300/400"
0e2794b0
RB
656 select FW_ARC if CPU_LITTLE_ENDIAN
657 select FW_ARC32 if CPU_LITTLE_ENDIAN
231a35d3 658 select SNIPROM if CPU_BIG_ENDIAN
61ed242d 659 select ARCH_MAY_HAVE_PC_FDC
1da177e4 660 select BOOT_ELF32
42f77542 661 select CEVT_R4K
940f6b48 662 select CSRC_R4K
e2defae5 663 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
1da177e4
LT
664 select DMA_NONCOHERENT
665 select GENERIC_ISA_DMA
8a118c38 666 select HAVE_PCSPKR_PLATFORM
5e83d430 667 select HW_HAS_EISA
1da177e4 668 select HW_HAS_PCI
c066a32a 669 select IRQ_CPU
d865bea4 670 select I8253
1da177e4
LT
671 select I8259
672 select ISA
4a0312fc 673 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
7cf8053b 674 select SYS_HAS_CPU_R4X00
4a0312fc 675 select SYS_HAS_CPU_R5000
c066a32a 676 select SYS_HAS_CPU_R10000
4a0312fc 677 select R5000_CPU_SCACHE
36a88530 678 select SYS_HAS_EARLY_PRINTK
ed5ba2fb
YY
679 select SYS_SUPPORTS_32BIT_KERNEL
680 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
4a0312fc 681 select SYS_SUPPORTS_BIG_ENDIAN
797798c1 682 select SYS_SUPPORTS_HIGHMEM
5e83d430 683 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 684 help
14b36af4
TB
685 The SNI RM200/300/400 are MIPS-based machines manufactured by
686 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
1da177e4
LT
687 Technology and now in turn merged with Fujitsu. Say Y here to
688 support this machine type.
689
edcaf1a6
AN
690config MACH_TX39XX
691 bool "Toshiba TX39 series based machines"
5e83d430 692
edcaf1a6
AN
693config MACH_TX49XX
694 bool "Toshiba TX49 series based machines"
5e83d430 695
73b4390f
RB
696config MIKROTIK_RB532
697 bool "Mikrotik RB532 boards"
698 select CEVT_R4K
699 select CSRC_R4K
700 select DMA_NONCOHERENT
73b4390f
RB
701 select HW_HAS_PCI
702 select IRQ_CPU
703 select SYS_HAS_CPU_MIPS32_R1
704 select SYS_SUPPORTS_32BIT_KERNEL
705 select SYS_SUPPORTS_LITTLE_ENDIAN
706 select SWAP_IO_SPACE
707 select BOOT_RAW
d888e25b 708 select ARCH_REQUIRE_GPIOLIB
73b4390f
RB
709 help
710 Support the Mikrotik(tm) RouterBoard 532 series,
711 based on the IDT RC32434 SoC.
712
ade299d8
YY
713config WR_PPMC
714 bool "Wind River PPMC board"
42f77542 715 select CEVT_R4K
940f6b48 716 select CSRC_R4K
ade299d8
YY
717 select IRQ_CPU
718 select BOOT_ELF32
719 select DMA_NONCOHERENT
720 select HW_HAS_PCI
721 select PCI_GT64XXX_PCI0
722 select SWAP_IO_SPACE
723 select SYS_HAS_CPU_MIPS32_R1
724 select SYS_HAS_CPU_MIPS32_R2
725 select SYS_HAS_CPU_MIPS64_R1
726 select SYS_HAS_CPU_NEVADA
727 select SYS_HAS_CPU_RM7000
728 select SYS_SUPPORTS_32BIT_KERNEL
729 select SYS_SUPPORTS_64BIT_KERNEL
730 select SYS_SUPPORTS_BIG_ENDIAN
731 select SYS_SUPPORTS_LITTLE_ENDIAN
732 help
733 This enables support for the Wind River MIPS32 4KC PPMC evaluation
734 board, which is based on GT64120 bridge chip.
735
a86c7f72 736config CAVIUM_OCTEON_SIMULATOR
c9d89d97 737 bool "Cavium Networks Octeon Simulator"
a86c7f72
DD
738 select CEVT_R4K
739 select 64BIT_PHYS_ADDR
740 select DMA_COHERENT
741 select SYS_SUPPORTS_64BIT_KERNEL
742 select SYS_SUPPORTS_BIG_ENDIAN
773cb77d 743 select SYS_SUPPORTS_HOTPLUG_CPU
5e683389 744 select SYS_HAS_CPU_CAVIUM_OCTEON
465aaed0 745 select HOLES_IN_ZONE
a86c7f72
DD
746 help
747 The Octeon simulator is software performance model of the Cavium
748 Octeon Processor. It supports simulating Octeon processors on x86
749 hardware.
750
751config CAVIUM_OCTEON_REFERENCE_BOARD
c9d89d97 752 bool "Cavium Networks Octeon reference board"
a86c7f72
DD
753 select CEVT_R4K
754 select 64BIT_PHYS_ADDR
755 select DMA_COHERENT
756 select SYS_SUPPORTS_64BIT_KERNEL
757 select SYS_SUPPORTS_BIG_ENDIAN
f65aad41 758 select EDAC_SUPPORT
773cb77d 759 select SYS_SUPPORTS_HOTPLUG_CPU
a86c7f72 760 select SYS_HAS_EARLY_PRINTK
5e683389 761 select SYS_HAS_CPU_CAVIUM_OCTEON
a86c7f72 762 select SWAP_IO_SPACE
e8635b48
DD
763 select HW_HAS_PCI
764 select ARCH_SUPPORTS_MSI
f00e001e 765 select ZONE_DMA32
340fbb8b
DD
766 select USB_ARCH_HAS_OHCI
767 select USB_ARCH_HAS_EHCI
465aaed0 768 select HOLES_IN_ZONE
a86c7f72
DD
769 help
770 This option supports all of the Octeon reference boards from Cavium
771 Networks. It builds a kernel that dynamically determines the Octeon
772 CPU type and supports all known board reference implementations.
773 Some of the supported boards are:
774 EBT3000
775 EBH3000
776 EBH3100
777 Thunder
778 Kodama
779 Hikari
780 Say Y here for most Octeon reference boards.
781
7f058e85
J
782config NLM_XLR_BOARD
783 bool "Netlogic XLR/XLS based systems"
784 depends on EXPERIMENTAL
785 select BOOT_ELF32
786 select NLM_COMMON
7f058e85
J
787 select SYS_HAS_CPU_XLR
788 select SYS_SUPPORTS_SMP
789 select HW_HAS_PCI
790 select SWAP_IO_SPACE
791 select SYS_SUPPORTS_32BIT_KERNEL
792 select SYS_SUPPORTS_64BIT_KERNEL
793 select 64BIT_PHYS_ADDR
794 select SYS_SUPPORTS_BIG_ENDIAN
795 select SYS_SUPPORTS_HIGHMEM
796 select DMA_COHERENT
797 select NR_CPUS_DEFAULT_32
798 select CEVT_R4K
799 select CSRC_R4K
800 select IRQ_CPU
f32671a8 801 select ARCH_SUPPORTS_MSI
b97215fd 802 select ZONE_DMA32 if 64BIT
7f058e85
J
803 select SYNC_R4K
804 select SYS_HAS_EARLY_PRINTK
f35574a3
J
805 select USB_ARCH_HAS_OHCI if USB_SUPPORT
806 select USB_ARCH_HAS_EHCI if USB_SUPPORT
7f058e85
J
807 help
808 Support for systems based on Netlogic XLR and XLS processors.
809 Say Y here if you have a XLR or XLS based board.
810
1c773ea4
J
811config NLM_XLP_BOARD
812 bool "Netlogic XLP based systems"
813 depends on EXPERIMENTAL
814 select BOOT_ELF32
815 select NLM_COMMON
816 select SYS_HAS_CPU_XLP
817 select SYS_SUPPORTS_SMP
818 select HW_HAS_PCI
1c773ea4
J
819 select SYS_SUPPORTS_32BIT_KERNEL
820 select SYS_SUPPORTS_64BIT_KERNEL
821 select 64BIT_PHYS_ADDR
822 select SYS_SUPPORTS_BIG_ENDIAN
823 select SYS_SUPPORTS_LITTLE_ENDIAN
824 select SYS_SUPPORTS_HIGHMEM
825 select DMA_COHERENT
826 select NR_CPUS_DEFAULT_32
827 select CEVT_R4K
828 select CSRC_R4K
829 select IRQ_CPU
b97215fd 830 select ZONE_DMA32 if 64BIT
1c773ea4
J
831 select SYNC_R4K
832 select SYS_HAS_EARLY_PRINTK
2f6528e1 833 select USE_OF
1c773ea4
J
834 help
835 This board is based on Netlogic XLP Processor.
836 Say Y here if you have a XLP based board.
837
5e83d430 838endchoice
1da177e4 839
e8c7c482 840source "arch/mips/alchemy/Kconfig"
d4a67d9d 841source "arch/mips/ath79/Kconfig"
a656ffcb 842source "arch/mips/bcm47xx/Kconfig"
e7300d04 843source "arch/mips/bcm63xx/Kconfig"
5e83d430 844source "arch/mips/jazz/Kconfig"
5ebabe59 845source "arch/mips/jz4740/Kconfig"
8ec6d935 846source "arch/mips/lantiq/Kconfig"
1f21d2bd 847source "arch/mips/lasat/Kconfig"
5e83d430 848source "arch/mips/pmc-sierra/Kconfig"
a3a0f8c8 849source "arch/mips/powertv/Kconfig"
29c48699 850source "arch/mips/sgi-ip27/Kconfig"
38b18f72 851source "arch/mips/sibyte/Kconfig"
22b1d707 852source "arch/mips/txx9/Kconfig"
5e83d430 853source "arch/mips/vr41xx/Kconfig"
a86c7f72 854source "arch/mips/cavium-octeon/Kconfig"
85749d24 855source "arch/mips/loongson/Kconfig"
ca585cf9 856source "arch/mips/loongson1/Kconfig"
7f058e85 857source "arch/mips/netlogic/Kconfig"
38b18f72 858
5e83d430
RB
859endmenu
860
1da177e4
LT
861config RWSEM_GENERIC_SPINLOCK
862 bool
863 default y
864
865config RWSEM_XCHGADD_ALGORITHM
866 bool
867
f0d1b0b3
DH
868config ARCH_HAS_ILOG2_U32
869 bool
870 default n
871
872config ARCH_HAS_ILOG2_U64
873 bool
874 default n
875
3c9ee7ef
AM
876config GENERIC_HWEIGHT
877 bool
878 default y
879
1da177e4
LT
880config GENERIC_CALIBRATE_DELAY
881 bool
882 default y
883
ae1e9130 884config SCHED_OMIT_FRAME_POINTER
1cc89038
AN
885 bool
886 default y
887
1da177e4
LT
888#
889# Select some configuration options automatically based on user selections.
890#
0e2794b0 891config FW_ARC
1da177e4 892 bool
1da177e4 893
61ed242d
RB
894config ARCH_MAY_HAVE_PC_FDC
895 bool
896
9267a30d
MSJ
897config BOOT_RAW
898 bool
899
217dd11e
RB
900config CEVT_BCM1480
901 bool
902
6457d9fc
YY
903config CEVT_DS1287
904 bool
905
1097c6ac
YY
906config CEVT_GT641XX
907 bool
908
42f77542
RB
909config CEVT_R4K
910 bool
911
217dd11e
RB
912config CEVT_SB1250
913 bool
914
229f773e
AN
915config CEVT_TXX9
916 bool
917
217dd11e
RB
918config CSRC_BCM1480
919 bool
920
4247417d
YY
921config CSRC_IOASIC
922 bool
923
a3a0f8c8
DV
924config CSRC_POWERTV
925 bool
926
940f6b48
RB
927config CSRC_R4K
928 bool
929
217dd11e
RB
930config CSRC_SB1250
931 bool
932
a9aec7fe
AN
933config GPIO_TXX9
934 select GENERIC_GPIO
7444a72e 935 select ARCH_REQUIRE_GPIOLIB
a9aec7fe
AN
936 bool
937
0e2794b0 938config FW_CFE
df78b5c8
AJ
939 bool
940
4bafad92
FT
941config ARCH_DMA_ADDR_T_64BIT
942 def_bool (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT
943
4ce588cd 944config DMA_COHERENT
1da177e4
LT
945 bool
946
4ce588cd
RB
947config DMA_NONCOHERENT
948 bool
e1e02b32 949 select NEED_DMA_MAP_STATE
4ce588cd 950
e1e02b32 951config NEED_DMA_MAP_STATE
1da177e4
LT
952 bool
953
36a88530 954config SYS_HAS_EARLY_PRINTK
1da177e4 955 bool
1da177e4 956
dbb74540 957config HOTPLUG_CPU
1b2bc75c
RB
958 bool "Support for hot-pluggable CPUs"
959 depends on SMP && HOTPLUG && SYS_SUPPORTS_HOTPLUG_CPU
960 help
961 Say Y here to allow turning CPUs off and on. CPUs can be
962 controlled through /sys/devices/system/cpu.
963 (Note: power management support will enable this option
964 automatically on SMP systems. )
965 Say N if you want to disable CPU hotplug.
966
967config SYS_SUPPORTS_HOTPLUG_CPU
dbb74540 968 bool
dbb74540 969
1da177e4
LT
970config I8259
971 bool
1da177e4 972
1da177e4
LT
973config MIPS_BONITO64
974 bool
1da177e4
LT
975
976config MIPS_MSC
977 bool
1da177e4 978
1f21d2bd
BM
979config MIPS_NILE4
980 bool
981
1da177e4
LT
982config MIPS_DISABLE_OBSOLETE_IDE
983 bool
984
39b8d525
RB
985config SYNC_R4K
986 bool
987
487d70d0
GJ
988config MIPS_MACHINE
989 def_bool n
990
d388d685
MR
991config NO_IOPORT
992 def_bool n
993
8313da30
RB
994config GENERIC_ISA_DMA
995 bool
996 select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
a35bee8a 997 select ISA_DMA_API
8313da30 998
aa414dff
RB
999config GENERIC_ISA_DMA_SUPPORT_BROKEN
1000 bool
8313da30 1001 select GENERIC_ISA_DMA
aa414dff 1002
a35bee8a
NK
1003config ISA_DMA_API
1004 bool
1005
09663335
YY
1006config GENERIC_GPIO
1007 bool
1008
465aaed0
DD
1009config HOLES_IN_ZONE
1010 bool
1011
5e83d430 1012#
6b2aac42 1013# Endianness selection. Sufficiently obscure so many users don't know what to
5e83d430
RB
1014# answer,so we try hard to limit the available choices. Also the use of a
1015# choice statement should be more obvious to the user.
1016#
1017choice
6b2aac42 1018 prompt "Endianness selection"
1da177e4
LT
1019 help
1020 Some MIPS machines can be configured for either little or big endian
5e83d430 1021 byte order. These modes require different kernels and a different
3cb2fccc 1022 Linux distribution. In general there is one preferred byteorder for a
5e83d430 1023 particular system but some systems are just as commonly used in the
3dde6ad8 1024 one or the other endianness.
5e83d430
RB
1025
1026config CPU_BIG_ENDIAN
1027 bool "Big endian"
1028 depends on SYS_SUPPORTS_BIG_ENDIAN
1029
1030config CPU_LITTLE_ENDIAN
1031 bool "Little endian"
1032 depends on SYS_SUPPORTS_LITTLE_ENDIAN
1033 help
1034
1035endchoice
1036
22b0763a
DD
1037config EXPORT_UASM
1038 bool
1039
2116245e
RB
1040config SYS_SUPPORTS_APM_EMULATION
1041 bool
1042
5e83d430
RB
1043config SYS_SUPPORTS_BIG_ENDIAN
1044 bool
1045
1046config SYS_SUPPORTS_LITTLE_ENDIAN
1047 bool
1da177e4 1048
9cffd154
DD
1049config SYS_SUPPORTS_HUGETLBFS
1050 bool
1051 depends on CPU_SUPPORTS_HUGEPAGES && 64BIT
1052 default y
1053
aa1762f4
DD
1054config MIPS_HUGE_TLB_SUPPORT
1055 def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE
1056
1da177e4
LT
1057config IRQ_CPU
1058 bool
1059
1060config IRQ_CPU_RM7K
1061 bool
1062
9267a30d
MSJ
1063config IRQ_MSP_SLP
1064 bool
1065
1066config IRQ_MSP_CIC
1067 bool
1068
8420fd00
AN
1069config IRQ_TXX9
1070 bool
1071
d5ab1a69
YY
1072config IRQ_GT641XX
1073 bool
1074
39b8d525
RB
1075config IRQ_GIC
1076 bool
1077
1da177e4
LT
1078config MIPS_BOARDS_GEN
1079 bool
1da177e4 1080
252161ec 1081config PCI_GT64XXX_PCI0
1da177e4 1082 bool
1da177e4 1083
9267a30d
MSJ
1084config NO_EXCEPT_FILL
1085 bool
1086
a83860c2
RB
1087config SOC_EMMA2RH
1088 bool
1089 select CEVT_R4K
1090 select CSRC_R4K
1091 select DMA_NONCOHERENT
1092 select IRQ_CPU
1093 select SWAP_IO_SPACE
1094 select SYS_HAS_CPU_R5500
1095 select SYS_SUPPORTS_32BIT_KERNEL
1096 select SYS_SUPPORTS_64BIT_KERNEL
1097 select SYS_SUPPORTS_BIG_ENDIAN
1098
edb6310a
DL
1099config SOC_PNX833X
1100 bool
1101 select CEVT_R4K
1102 select CSRC_R4K
1103 select IRQ_CPU
1104 select DMA_NONCOHERENT
1105 select SYS_HAS_CPU_MIPS32_R2
1106 select SYS_SUPPORTS_32BIT_KERNEL
1107 select SYS_SUPPORTS_LITTLE_ENDIAN
1108 select SYS_SUPPORTS_BIG_ENDIAN
edb6310a
DL
1109 select GENERIC_GPIO
1110 select CPU_MIPSR2_IRQ_VI
1111
1112config SOC_PNX8335
1113 bool
1114 select SOC_PNX833X
1115
bdf21b18
PP
1116config PNX8550
1117 bool
1118 select SOC_PNX8550
1119
1120config SOC_PNX8550
1121 bool
bdf21b18
PP
1122 select DMA_NONCOHERENT
1123 select HW_HAS_PCI
b8c2a77c 1124 select SYS_HAS_CPU_MIPS32_R1
36a88530 1125 select SYS_HAS_EARLY_PRINTK
7cf8053b 1126 select SYS_SUPPORTS_32BIT_KERNEL
4ead1681 1127 select GENERIC_GPIO
bdf21b18 1128
1da177e4
LT
1129config SWAP_IO_SPACE
1130 bool
1131
e2defae5
TB
1132config SGI_HAS_INDYDOG
1133 bool
1134
5b438c44
TB
1135config SGI_HAS_HAL2
1136 bool
1137
e2defae5
TB
1138config SGI_HAS_SEEQ
1139 bool
1140
1141config SGI_HAS_WD93
1142 bool
1143
1144config SGI_HAS_ZILOG
1145 bool
1146
1147config SGI_HAS_I8042
1148 bool
1149
1150config DEFAULT_SGI_PARTITION
1151 bool
1152
0e2794b0 1153config FW_ARC32
5e83d430
RB
1154 bool
1155
231a35d3
TB
1156config SNIPROM
1157 bool
1158
1da177e4
LT
1159config BOOT_ELF32
1160 bool
1da177e4
LT
1161
1162config MIPS_L1_CACHE_SHIFT
1163 int
c7088755 1164 default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL
0db2b74e 1165 default "6" if MIPS_CPU_SCACHE
a86c7f72 1166 default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON
1da177e4
LT
1167 default "5"
1168
1da177e4
LT
1169config HAVE_STD_PC_SERIAL_PORT
1170 bool
1171
1da177e4
LT
1172config ARC_CONSOLE
1173 bool "ARC console support"
e2defae5 1174 depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN)
1da177e4
LT
1175
1176config ARC_MEMORY
1177 bool
14b36af4 1178 depends on MACH_JAZZ || SNI_RM || SGI_IP32
1da177e4
LT
1179 default y
1180
1181config ARC_PROMLIB
1182 bool
e2defae5 1183 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP28 || SGI_IP32
1da177e4
LT
1184 default y
1185
0e2794b0 1186config FW_ARC64
1da177e4 1187 bool
1da177e4
LT
1188
1189config BOOT_ELF64
1190 bool
1da177e4 1191
1da177e4
LT
1192menu "CPU selection"
1193
1194choice
1195 prompt "CPU type"
1196 default CPU_R4X00
1197
3702bba5
WZ
1198config CPU_LOONGSON2E
1199 bool "Loongson 2E"
1200 depends on SYS_HAS_CPU_LOONGSON2E
1201 select CPU_LOONGSON2
2a21c730
FZ
1202 help
1203 The Loongson 2E processor implements the MIPS III instruction set
1204 with many extensions.
1205
25985edc 1206 It has an internal FPGA northbridge, which is compatible to
6f7a251a
WZ
1207 bonito64.
1208
1209config CPU_LOONGSON2F
1210 bool "Loongson 2F"
1211 depends on SYS_HAS_CPU_LOONGSON2F
1212 select CPU_LOONGSON2
c197da91
AP
1213 select GENERIC_GPIO
1214 select ARCH_REQUIRE_GPIOLIB
6f7a251a
WZ
1215 help
1216 The Loongson 2F processor implements the MIPS III instruction set
1217 with many extensions.
1218
1219 Loongson2F have built-in DDR2 and PCIX controller. The PCIX controller
1220 have a similar programming interface with FPGA northbridge used in
1221 Loongson2E.
1222
ca585cf9
KC
1223config CPU_LOONGSON1B
1224 bool "Loongson 1B"
1225 depends on SYS_HAS_CPU_LOONGSON1B
1226 select CPU_LOONGSON1
1227 help
1228 The Loongson 1B is a 32-bit SoC, which implements the MIPS32
1229 release 2 instruction set.
1230
6e760c8d
RB
1231config CPU_MIPS32_R1
1232 bool "MIPS32 Release 1"
7cf8053b 1233 depends on SYS_HAS_CPU_MIPS32_R1
6e760c8d 1234 select CPU_HAS_PREFETCH
797798c1 1235 select CPU_SUPPORTS_32BIT_KERNEL
ec28f306 1236 select CPU_SUPPORTS_HIGHMEM
1e5f1caa 1237 help
5e83d430 1238 Choose this option to build a kernel for release 1 or later of the
1e5f1caa
RB
1239 MIPS32 architecture. Most modern embedded systems with a 32-bit
1240 MIPS processor are based on a MIPS32 processor. If you know the
1241 specific type of processor in your system, choose those that one
1242 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1243 Release 2 of the MIPS32 architecture is available since several
1244 years so chances are you even have a MIPS32 Release 2 processor
1245 in which case you should choose CPU_MIPS32_R2 instead for better
1246 performance.
1247
1248config CPU_MIPS32_R2
1249 bool "MIPS32 Release 2"
7cf8053b 1250 depends on SYS_HAS_CPU_MIPS32_R2
1e5f1caa 1251 select CPU_HAS_PREFETCH
797798c1 1252 select CPU_SUPPORTS_32BIT_KERNEL
ec28f306 1253 select CPU_SUPPORTS_HIGHMEM
6e760c8d 1254 help
5e83d430 1255 Choose this option to build a kernel for release 2 or later of the
6e760c8d
RB
1256 MIPS32 architecture. Most modern embedded systems with a 32-bit
1257 MIPS processor are based on a MIPS32 processor. If you know the
1258 specific type of processor in your system, choose those that one
1259 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1260
1261config CPU_MIPS64_R1
1262 bool "MIPS64 Release 1"
7cf8053b 1263 depends on SYS_HAS_CPU_MIPS64_R1
797798c1 1264 select CPU_HAS_PREFETCH
ed5ba2fb
YY
1265 select CPU_SUPPORTS_32BIT_KERNEL
1266 select CPU_SUPPORTS_64BIT_KERNEL
ec28f306 1267 select CPU_SUPPORTS_HIGHMEM
9cffd154 1268 select CPU_SUPPORTS_HUGEPAGES
6e760c8d
RB
1269 help
1270 Choose this option to build a kernel for release 1 or later of the
1271 MIPS64 architecture. Many modern embedded systems with a 64-bit
1272 MIPS processor are based on a MIPS64 processor. If you know the
1273 specific type of processor in your system, choose those that one
1274 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1e5f1caa
RB
1275 Release 2 of the MIPS64 architecture is available since several
1276 years so chances are you even have a MIPS64 Release 2 processor
1277 in which case you should choose CPU_MIPS64_R2 instead for better
1278 performance.
1279
1280config CPU_MIPS64_R2
1281 bool "MIPS64 Release 2"
7cf8053b 1282 depends on SYS_HAS_CPU_MIPS64_R2
797798c1 1283 select CPU_HAS_PREFETCH
1e5f1caa
RB
1284 select CPU_SUPPORTS_32BIT_KERNEL
1285 select CPU_SUPPORTS_64BIT_KERNEL
ec28f306 1286 select CPU_SUPPORTS_HIGHMEM
9cffd154 1287 select CPU_SUPPORTS_HUGEPAGES
1e5f1caa
RB
1288 help
1289 Choose this option to build a kernel for release 2 or later of the
1290 MIPS64 architecture. Many modern embedded systems with a 64-bit
1291 MIPS processor are based on a MIPS64 processor. If you know the
1292 specific type of processor in your system, choose those that one
1293 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1da177e4
LT
1294
1295config CPU_R3000
1296 bool "R3000"
7cf8053b 1297 depends on SYS_HAS_CPU_R3000
f7062ddb 1298 select CPU_HAS_WB
ed5ba2fb 1299 select CPU_SUPPORTS_32BIT_KERNEL
797798c1 1300 select CPU_SUPPORTS_HIGHMEM
1da177e4
LT
1301 help
1302 Please make sure to pick the right CPU type. Linux/MIPS is not
1303 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1304 *not* work on R4000 machines and vice versa. However, since most
1305 of the supported machines have an R4000 (or similar) CPU, R4x00
1306 might be a safe bet. If the resulting kernel does not work,
1307 try to recompile with R3000.
1308
1309config CPU_TX39XX
1310 bool "R39XX"
7cf8053b 1311 depends on SYS_HAS_CPU_TX39XX
ed5ba2fb 1312 select CPU_SUPPORTS_32BIT_KERNEL
1da177e4
LT
1313
1314config CPU_VR41XX
1315 bool "R41xx"
7cf8053b 1316 depends on SYS_HAS_CPU_VR41XX
ed5ba2fb
YY
1317 select CPU_SUPPORTS_32BIT_KERNEL
1318 select CPU_SUPPORTS_64BIT_KERNEL
1da177e4 1319 help
5e83d430 1320 The options selects support for the NEC VR4100 series of processors.
1da177e4
LT
1321 Only choose this option if you have one of these processors as a
1322 kernel built with this option will not run on any other type of
1323 processor or vice versa.
1324
1325config CPU_R4300
1326 bool "R4300"
7cf8053b 1327 depends on SYS_HAS_CPU_R4300
ed5ba2fb
YY
1328 select CPU_SUPPORTS_32BIT_KERNEL
1329 select CPU_SUPPORTS_64BIT_KERNEL
1da177e4
LT
1330 help
1331 MIPS Technologies R4300-series processors.
1332
1333config CPU_R4X00
1334 bool "R4x00"
7cf8053b 1335 depends on SYS_HAS_CPU_R4X00
ed5ba2fb
YY
1336 select CPU_SUPPORTS_32BIT_KERNEL
1337 select CPU_SUPPORTS_64BIT_KERNEL
970d032f 1338 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1339 help
1340 MIPS Technologies R4000-series processors other than 4300, including
1341 the R4000, R4400, R4600, and 4700.
1342
1343config CPU_TX49XX
1344 bool "R49XX"
7cf8053b 1345 depends on SYS_HAS_CPU_TX49XX
de862b48 1346 select CPU_HAS_PREFETCH
ed5ba2fb
YY
1347 select CPU_SUPPORTS_32BIT_KERNEL
1348 select CPU_SUPPORTS_64BIT_KERNEL
970d032f 1349 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1350
1351config CPU_R5000
1352 bool "R5000"
7cf8053b 1353 depends on SYS_HAS_CPU_R5000
ed5ba2fb
YY
1354 select CPU_SUPPORTS_32BIT_KERNEL
1355 select CPU_SUPPORTS_64BIT_KERNEL
970d032f 1356 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1357 help
1358 MIPS Technologies R5000-series processors other than the Nevada.
1359
1360config CPU_R5432
1361 bool "R5432"
7cf8053b 1362 depends on SYS_HAS_CPU_R5432
5e83d430
RB
1363 select CPU_SUPPORTS_32BIT_KERNEL
1364 select CPU_SUPPORTS_64BIT_KERNEL
970d032f 1365 select CPU_SUPPORTS_HUGEPAGES
1da177e4 1366
542c1020
SK
1367config CPU_R5500
1368 bool "R5500"
1369 depends on SYS_HAS_CPU_R5500
542c1020
SK
1370 select CPU_SUPPORTS_32BIT_KERNEL
1371 select CPU_SUPPORTS_64BIT_KERNEL
9cffd154 1372 select CPU_SUPPORTS_HUGEPAGES
542c1020
SK
1373 help
1374 NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
1375 instruction set.
1376
1da177e4
LT
1377config CPU_R6000
1378 bool "R6000"
ed5ba2fb 1379 depends on EXPERIMENTAL
7cf8053b 1380 depends on SYS_HAS_CPU_R6000
ed5ba2fb 1381 select CPU_SUPPORTS_32BIT_KERNEL
1da177e4
LT
1382 help
1383 MIPS Technologies R6000 and R6000A series processors. Note these
c09b47d8 1384 processors are extremely rare and the support for them is incomplete.
1da177e4
LT
1385
1386config CPU_NEVADA
1387 bool "RM52xx"
7cf8053b 1388 depends on SYS_HAS_CPU_NEVADA
ed5ba2fb
YY
1389 select CPU_SUPPORTS_32BIT_KERNEL
1390 select CPU_SUPPORTS_64BIT_KERNEL
970d032f 1391 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1392 help
1393 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1394
1395config CPU_R8000
1396 bool "R8000"
ed5ba2fb 1397 depends on EXPERIMENTAL
7cf8053b 1398 depends on SYS_HAS_CPU_R8000
5e83d430 1399 select CPU_HAS_PREFETCH
ed5ba2fb 1400 select CPU_SUPPORTS_64BIT_KERNEL
1da177e4
LT
1401 help
1402 MIPS Technologies R8000 processors. Note these processors are
1403 uncommon and the support for them is incomplete.
1404
1405config CPU_R10000
1406 bool "R10000"
7cf8053b 1407 depends on SYS_HAS_CPU_R10000
5e83d430 1408 select CPU_HAS_PREFETCH
ed5ba2fb
YY
1409 select CPU_SUPPORTS_32BIT_KERNEL
1410 select CPU_SUPPORTS_64BIT_KERNEL
797798c1 1411 select CPU_SUPPORTS_HIGHMEM
970d032f 1412 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1413 help
1414 MIPS Technologies R10000-series processors.
1415
1416config CPU_RM7000
1417 bool "RM7000"
7cf8053b 1418 depends on SYS_HAS_CPU_RM7000
5e83d430 1419 select CPU_HAS_PREFETCH
ed5ba2fb
YY
1420 select CPU_SUPPORTS_32BIT_KERNEL
1421 select CPU_SUPPORTS_64BIT_KERNEL
797798c1 1422 select CPU_SUPPORTS_HIGHMEM
970d032f 1423 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1424
1425config CPU_SB1
1426 bool "SB1"
7cf8053b 1427 depends on SYS_HAS_CPU_SB1
ed5ba2fb
YY
1428 select CPU_SUPPORTS_32BIT_KERNEL
1429 select CPU_SUPPORTS_64BIT_KERNEL
797798c1 1430 select CPU_SUPPORTS_HIGHMEM
970d032f 1431 select CPU_SUPPORTS_HUGEPAGES
0004a9df 1432 select WEAK_ORDERING
1da177e4 1433
a86c7f72
DD
1434config CPU_CAVIUM_OCTEON
1435 bool "Cavium Octeon processor"
5e683389 1436 depends on SYS_HAS_CPU_CAVIUM_OCTEON
7ee91de4 1437 select ARCH_SPARSEMEM_ENABLE
a86c7f72
DD
1438 select CPU_HAS_PREFETCH
1439 select CPU_SUPPORTS_64BIT_KERNEL
1440 select SYS_SUPPORTS_SMP
1441 select NR_CPUS_DEFAULT_16
1442 select WEAK_ORDERING
a86c7f72 1443 select CPU_SUPPORTS_HIGHMEM
9cffd154 1444 select CPU_SUPPORTS_HUGEPAGES
7ed18152
DD
1445 select LIBFDT
1446 select USE_OF
a86c7f72
DD
1447 help
1448 The Cavium Octeon processor is a highly integrated chip containing
1449 many ethernet hardware widgets for networking tasks. The processor
1450 can have up to 16 Mips64v2 cores and 8 integrated gigabit ethernets.
1451 Full details can be found at http://www.caviumnetworks.com.
1452
c1c0c461
KC
1453config CPU_BMIPS3300
1454 bool "BMIPS3300"
1455 depends on SYS_HAS_CPU_BMIPS3300
1bbb6c1b 1456 select CPU_BMIPS
c1c0c461
KC
1457 help
1458 Broadcom BMIPS3300 processors.
1459
1460config CPU_BMIPS4350
1461 bool "BMIPS4350"
1462 depends on SYS_HAS_CPU_BMIPS4350
1bbb6c1b 1463 select CPU_BMIPS
c1c0c461
KC
1464 select SYS_SUPPORTS_SMP
1465 select SYS_SUPPORTS_HOTPLUG_CPU
c1c0c461
KC
1466 help
1467 Broadcom BMIPS4350 ("VIPER") processors.
1468
1469config CPU_BMIPS4380
1470 bool "BMIPS4380"
1471 depends on SYS_HAS_CPU_BMIPS4380
1bbb6c1b 1472 select CPU_BMIPS
c1c0c461
KC
1473 select SYS_SUPPORTS_SMP
1474 select SYS_SUPPORTS_HOTPLUG_CPU
c1c0c461
KC
1475 help
1476 Broadcom BMIPS4380 processors.
1477
1478config CPU_BMIPS5000
1479 bool "BMIPS5000"
1480 depends on SYS_HAS_CPU_BMIPS5000
1bbb6c1b 1481 select CPU_BMIPS
c1c0c461 1482 select CPU_SUPPORTS_HIGHMEM
1bbb6c1b 1483 select MIPS_CPU_SCACHE
c1c0c461
KC
1484 select SYS_SUPPORTS_SMP
1485 select SYS_SUPPORTS_HOTPLUG_CPU
c1c0c461
KC
1486 help
1487 Broadcom BMIPS5000 processors.
1488
7f058e85
J
1489config CPU_XLR
1490 bool "Netlogic XLR SoC"
1491 depends on SYS_HAS_CPU_XLR
1492 select CPU_SUPPORTS_32BIT_KERNEL
1493 select CPU_SUPPORTS_64BIT_KERNEL
1494 select CPU_SUPPORTS_HIGHMEM
970d032f 1495 select CPU_SUPPORTS_HUGEPAGES
7f058e85
J
1496 select WEAK_ORDERING
1497 select WEAK_REORDERING_BEYOND_LLSC
7f058e85
J
1498 help
1499 Netlogic Microsystems XLR/XLS processors.
1c773ea4
J
1500
1501config CPU_XLP
1502 bool "Netlogic XLP SoC"
1503 depends on SYS_HAS_CPU_XLP
1504 select CPU_SUPPORTS_32BIT_KERNEL
1505 select CPU_SUPPORTS_64BIT_KERNEL
1506 select CPU_SUPPORTS_HIGHMEM
1507 select CPU_HAS_LLSC
1508 select WEAK_ORDERING
1509 select WEAK_REORDERING_BEYOND_LLSC
1510 select CPU_HAS_PREFETCH
d6504846 1511 select CPU_MIPSR2
1c773ea4
J
1512 help
1513 Netlogic Microsystems XLP processors.
1da177e4
LT
1514endchoice
1515
622844bf
WZ
1516if CPU_LOONGSON2F
1517config CPU_NOP_WORKAROUNDS
1518 bool
1519
1520config CPU_JUMP_WORKAROUNDS
1521 bool
1522
1523config CPU_LOONGSON2F_WORKAROUNDS
1524 bool "Loongson 2F Workarounds"
1525 default y
1526 select CPU_NOP_WORKAROUNDS
1527 select CPU_JUMP_WORKAROUNDS
1528 help
1529 Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which
1530 require workarounds. Without workarounds the system may hang
1531 unexpectedly. For more information please refer to the gas
1532 -mfix-loongson2f-nop and -mfix-loongson2f-jump options.
1533
1534 Loongson 2F03 and later have fixed these issues and no workarounds
1535 are needed. The workarounds have no significant side effect on them
1536 but may decrease the performance of the system so this option should
1537 be disabled unless the kernel is intended to be run on 2F01 or 2F02
1538 systems.
1539
1540 If unsure, please say Y.
1541endif # CPU_LOONGSON2F
1542
1b93b3c3
WZ
1543config SYS_SUPPORTS_ZBOOT
1544 bool
1545 select HAVE_KERNEL_GZIP
1546 select HAVE_KERNEL_BZIP2
1547 select HAVE_KERNEL_LZMA
fe1d45e0 1548 select HAVE_KERNEL_LZO
1b93b3c3
WZ
1549
1550config SYS_SUPPORTS_ZBOOT_UART16550
1551 bool
1552 select SYS_SUPPORTS_ZBOOT
1553
3702bba5
WZ
1554config CPU_LOONGSON2
1555 bool
1556 select CPU_SUPPORTS_32BIT_KERNEL
1557 select CPU_SUPPORTS_64BIT_KERNEL
1558 select CPU_SUPPORTS_HIGHMEM
970d032f 1559 select CPU_SUPPORTS_HUGEPAGES
3702bba5 1560
ca585cf9
KC
1561config CPU_LOONGSON1
1562 bool
1563 select CPU_MIPS32
1564 select CPU_MIPSR2
1565 select CPU_HAS_PREFETCH
1566 select CPU_SUPPORTS_32BIT_KERNEL
1567 select CPU_SUPPORTS_HIGHMEM
1568
1bbb6c1b
KC
1569config CPU_BMIPS
1570 bool
1571 select CPU_MIPS32
1572 select CPU_SUPPORTS_32BIT_KERNEL
1573 select DMA_NONCOHERENT
1574 select IRQ_CPU
1575 select SWAP_IO_SPACE
1576 select WEAK_ORDERING
1577
3702bba5 1578config SYS_HAS_CPU_LOONGSON2E
2a21c730
FZ
1579 bool
1580
6f7a251a
WZ
1581config SYS_HAS_CPU_LOONGSON2F
1582 bool
55045ff5
WZ
1583 select CPU_SUPPORTS_CPUFREQ
1584 select CPU_SUPPORTS_ADDRWINCFG if 64BIT
22f1fdfd 1585 select CPU_SUPPORTS_UNCACHED_ACCELERATED
6f7a251a 1586
ca585cf9
KC
1587config SYS_HAS_CPU_LOONGSON1B
1588 bool
1589
7cf8053b
RB
1590config SYS_HAS_CPU_MIPS32_R1
1591 bool
1592
1593config SYS_HAS_CPU_MIPS32_R2
1594 bool
1595
1596config SYS_HAS_CPU_MIPS64_R1
1597 bool
1598
1599config SYS_HAS_CPU_MIPS64_R2
1600 bool
1601
1602config SYS_HAS_CPU_R3000
1603 bool
1604
1605config SYS_HAS_CPU_TX39XX
1606 bool
1607
1608config SYS_HAS_CPU_VR41XX
1609 bool
1610
1611config SYS_HAS_CPU_R4300
1612 bool
1613
1614config SYS_HAS_CPU_R4X00
1615 bool
1616
1617config SYS_HAS_CPU_TX49XX
1618 bool
1619
1620config SYS_HAS_CPU_R5000
1621 bool
1622
1623config SYS_HAS_CPU_R5432
1624 bool
1625
542c1020
SK
1626config SYS_HAS_CPU_R5500
1627 bool
1628
7cf8053b
RB
1629config SYS_HAS_CPU_R6000
1630 bool
1631
1632config SYS_HAS_CPU_NEVADA
1633 bool
1634
1635config SYS_HAS_CPU_R8000
1636 bool
1637
1638config SYS_HAS_CPU_R10000
1639 bool
1640
1641config SYS_HAS_CPU_RM7000
1642 bool
1643
7cf8053b
RB
1644config SYS_HAS_CPU_SB1
1645 bool
1646
5e683389
DD
1647config SYS_HAS_CPU_CAVIUM_OCTEON
1648 bool
1649
c1c0c461
KC
1650config SYS_HAS_CPU_BMIPS3300
1651 bool
1652
1653config SYS_HAS_CPU_BMIPS4350
1654 bool
1655
1656config SYS_HAS_CPU_BMIPS4380
1657 bool
1658
1659config SYS_HAS_CPU_BMIPS5000
1660 bool
1661
7f058e85
J
1662config SYS_HAS_CPU_XLR
1663 bool
1664
1c773ea4
J
1665config SYS_HAS_CPU_XLP
1666 bool
1667
17099b11
RB
1668#
1669# CPU may reorder R->R, R->W, W->R, W->W
1670# Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
1671#
0004a9df
RB
1672config WEAK_ORDERING
1673 bool
17099b11
RB
1674
1675#
1676# CPU may reorder reads and writes beyond LL/SC
1677# CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
1678#
1679config WEAK_REORDERING_BEYOND_LLSC
1680 bool
5e83d430
RB
1681endmenu
1682
1683#
c09b47d8 1684# These two indicate any level of the MIPS32 and MIPS64 architecture
5e83d430
RB
1685#
1686config CPU_MIPS32
1687 bool
1688 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1689
1690config CPU_MIPS64
1691 bool
1692 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1693
1694#
c09b47d8 1695# These two indicate the revision of the architecture, either Release 1 or Release 2
5e83d430
RB
1696#
1697config CPU_MIPSR1
1698 bool
1699 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1700
1701config CPU_MIPSR2
1702 bool
a86c7f72 1703 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON
5e83d430
RB
1704
1705config SYS_SUPPORTS_32BIT_KERNEL
1706 bool
1707config SYS_SUPPORTS_64BIT_KERNEL
1708 bool
1709config CPU_SUPPORTS_32BIT_KERNEL
1710 bool
1711config CPU_SUPPORTS_64BIT_KERNEL
1712 bool
55045ff5
WZ
1713config CPU_SUPPORTS_CPUFREQ
1714 bool
1715config CPU_SUPPORTS_ADDRWINCFG
1716 bool
9cffd154
DD
1717config CPU_SUPPORTS_HUGEPAGES
1718 bool
22f1fdfd
WZ
1719config CPU_SUPPORTS_UNCACHED_ACCELERATED
1720 bool
82622284
DD
1721config MIPS_PGD_C0_CONTEXT
1722 bool
d6504846 1723 default y if 64BIT && CPU_MIPSR2 && !CPU_XLP
5e83d430 1724
8192c9ea
DD
1725#
1726# Set to y for ptrace access to watch registers.
1727#
1728config HARDWARE_WATCHPOINTS
1729 bool
f839490a 1730 default y if CPU_MIPSR1 || CPU_MIPSR2
8192c9ea 1731
5e83d430
RB
1732menu "Kernel type"
1733
1734choice
5e83d430
RB
1735 prompt "Kernel code model"
1736 help
1737 You should only select this option if you have a workload that
1738 actually benefits from 64-bit processing or if your machine has
1739 large memory. You will only be presented a single option in this
1740 menu if your system does not support both 32-bit and 64-bit kernels.
1741
1742config 32BIT
1743 bool "32-bit kernel"
1744 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1745 select TRAD_SIGNALS
1746 help
1747 Select this option if you want to build a 32-bit kernel.
1748config 64BIT
1749 bool "64-bit kernel"
1750 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
dbda6ac0 1751 select HAVE_SYSCALL_WRAPPERS
5e83d430
RB
1752 help
1753 Select this option if you want to build a 64-bit kernel.
1754
1755endchoice
1756
1da177e4
LT
1757choice
1758 prompt "Kernel page size"
1759 default PAGE_SIZE_4KB
1760
1761config PAGE_SIZE_4KB
1762 bool "4kB"
315fe625 1763 depends on !CPU_LOONGSON2
1da177e4
LT
1764 help
1765 This option select the standard 4kB Linux page size. On some
1766 R3000-family processors this is the only available page size. Using
1767 4kB page size will minimize memory consumption and is therefore
1768 recommended for low memory systems.
1769
1770config PAGE_SIZE_8KB
1771 bool "8kB"
c52399be 1772 depends on (EXPERIMENTAL && CPU_R8000) || CPU_CAVIUM_OCTEON
1da177e4
LT
1773 help
1774 Using 8kB page size will result in higher performance kernel at
1775 the price of higher memory consumption. This option is available
c52399be
RB
1776 only on R8000 and cnMIPS processors. Note that you will need a
1777 suitable Linux distribution to support this.
1da177e4
LT
1778
1779config PAGE_SIZE_16KB
1780 bool "16kB"
714bfad6 1781 depends on !CPU_R3000 && !CPU_TX39XX
1da177e4
LT
1782 help
1783 Using 16kB page size will result in higher performance kernel at
1784 the price of higher memory consumption. This option is available on
714bfad6
RB
1785 all non-R3000 family processors. Note that you will need a suitable
1786 Linux distribution to support this.
1da177e4 1787
c52399be
RB
1788config PAGE_SIZE_32KB
1789 bool "32kB"
1790 depends on CPU_CAVIUM_OCTEON
1791 help
1792 Using 32kB page size will result in higher performance kernel at
1793 the price of higher memory consumption. This option is available
1794 only on cnMIPS cores. Note that you will need a suitable Linux
1795 distribution to support this.
1796
1da177e4
LT
1797config PAGE_SIZE_64KB
1798 bool "64kB"
1799 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1800 help
1801 Using 64kB page size will result in higher performance kernel at
1802 the price of higher memory consumption. This option is available on
1803 all non-R3000 family processor. Not that at the time of this
714bfad6 1804 writing this option is still high experimental.
1da177e4
LT
1805
1806endchoice
1807
c9bace7c
DD
1808config FORCE_MAX_ZONEORDER
1809 int "Maximum zone order"
85f993b8
DD
1810 range 14 64 if HUGETLB_PAGE && PAGE_SIZE_64KB
1811 default "14" if HUGETLB_PAGE && PAGE_SIZE_64KB
1812 range 13 64 if HUGETLB_PAGE && PAGE_SIZE_32KB
1813 default "13" if HUGETLB_PAGE && PAGE_SIZE_32KB
1814 range 12 64 if HUGETLB_PAGE && PAGE_SIZE_16KB
1815 default "12" if HUGETLB_PAGE && PAGE_SIZE_16KB
c9bace7c
DD
1816 range 11 64
1817 default "11"
1818 help
1819 The kernel memory allocator divides physically contiguous memory
1820 blocks into "zones", where each zone is a power of two number of
1821 pages. This option selects the largest power of two that the kernel
1822 keeps in the memory allocator. If you need to allocate very large
1823 blocks of physically contiguous memory, then you may need to
1824 increase this value.
1825
1826 This config option is actually maximum order plus one. For example,
1827 a value of 11 means that the largest free memory block is 2^10 pages.
1828
1829 The page size is not necessarily 4KB. Keep this in mind
1830 when choosing a value for this option.
1831
1da177e4
LT
1832config BOARD_SCACHE
1833 bool
1834
1835config IP22_CPU_SCACHE
1836 bool
1837 select BOARD_SCACHE
1838
9318c51a
CD
1839#
1840# Support for a MIPS32 / MIPS64 style S-caches
1841#
1842config MIPS_CPU_SCACHE
1843 bool
1844 select BOARD_SCACHE
1845
1da177e4
LT
1846config R5000_CPU_SCACHE
1847 bool
1848 select BOARD_SCACHE
1849
1850config RM7000_CPU_SCACHE
1851 bool
1852 select BOARD_SCACHE
1853
1854config SIBYTE_DMA_PAGEOPS
1855 bool "Use DMA to clear/copy pages"
1856 depends on CPU_SB1
1857 help
1858 Instead of using the CPU to zero and copy pages, use a Data Mover
1859 channel. These DMA channels are otherwise unused by the standard
1860 SiByte Linux port. Seems to give a small performance benefit.
1861
1862config CPU_HAS_PREFETCH
c8094b53 1863 bool
1da177e4 1864
3165c846
FF
1865config CPU_GENERIC_DUMP_TLB
1866 bool
1867 default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX)
1868
91405eb6
FF
1869config CPU_R4K_FPU
1870 bool
1871 default y if !(CPU_R3000 || CPU_R6000 || CPU_TX39XX || CPU_CAVIUM_OCTEON)
1872
62cedc4f
FF
1873config CPU_R4K_CACHE_TLB
1874 bool
1875 default y if !(CPU_R3000 || CPU_R8000 || CPU_SB1 || CPU_TX39XX || CPU_CAVIUM_OCTEON)
1876
340ee4b9
RB
1877choice
1878 prompt "MIPS MT options"
f41ae0b2
RB
1879
1880config MIPS_MT_DISABLED
1881 bool "Disable multithreading support."
1882 help
1883 Use this option if your workload can't take advantage of
1884 MIPS hardware multithreading support. On systems that don't have
1885 the option of an MT-enabled processor this option will be the only
1886 option in this menu.
340ee4b9 1887
59d6ab86
RB
1888config MIPS_MT_SMP
1889 bool "Use 1 TC on each available VPE for SMP"
f41ae0b2 1890 depends on SYS_SUPPORTS_MULTITHREADING
f7062ddb 1891 select CPU_MIPSR2_IRQ_VI
d725cf38 1892 select CPU_MIPSR2_IRQ_EI
f41ae0b2 1893 select MIPS_MT
f510aa3b 1894 select NR_CPUS_DEFAULT_2
41c594ab 1895 select SMP
0ab7aefc 1896 select SYS_SUPPORTS_SCHED_SMT if SMP
73b76c78 1897 select SYS_SUPPORTS_SMP
87353d8a 1898 select SMP_UP
399aaa25 1899 select MIPS_PERF_SHARED_TC_COUNTERS
f41ae0b2 1900 help
25f12b33
RB
1901 This is a kernel model which is known a VSMP but lately has been
1902 marketesed into SMVP.
1903 Virtual SMP uses the processor's VPEs to implement virtual
1904 processors. In currently available configuration of the 34K processor
1905 this allows for a dual processor. Both processors will share the same
1906 primary caches; each will obtain the half of the TLB for it's own
1907 exclusive use. For a layman this model can be described as similar to
1908 what Intel calls Hyperthreading.
1909
1910 For further information see http://www.linux-mips.org/wiki/34K#VSMP
41c594ab 1911
59d6ab86
RB
1912config MIPS_MT_SMTC
1913 bool "SMTC: Use all TCs on all VPEs for SMP"
1914 depends on CPU_MIPS32_R2
1915 #depends on CPU_MIPS64_R2 # once there is hardware ...
f41ae0b2
RB
1916 depends on SYS_SUPPORTS_MULTITHREADING
1917 select CPU_MIPSR2_IRQ_VI
d725cf38 1918 select CPU_MIPSR2_IRQ_EI
f41ae0b2 1919 select MIPS_MT
130e2fb7 1920 select NR_CPUS_DEFAULT_8
340ee4b9 1921 select SMP
73b76c78 1922 select SYS_SUPPORTS_SMP
87353d8a 1923 select SMP_UP
f41ae0b2 1924 help
59d6ab86
RB
1925 This is a kernel model which is known a SMTC or lately has been
1926 marketesed into SMVP.
25f12b33
RB
1927 is presenting the available TC's of the core as processors to Linux.
1928 On currently available 34K processors this means a Linux system will
1929 see up to 5 processors. The implementation of the SMTC kernel differs
1930 significantly from VSMP and cannot efficiently coexist in the same
1931 kernel binary so the choice between VSMP and SMTC is a compile time
1932 decision.
1933
1934 For further information see http://www.linux-mips.org/wiki/34K#SMTC
340ee4b9 1935
340ee4b9
RB
1936endchoice
1937
f41ae0b2
RB
1938config MIPS_MT
1939 bool
1940
0ab7aefc
RB
1941config SCHED_SMT
1942 bool "SMT (multithreading) scheduler support"
1943 depends on SYS_SUPPORTS_SCHED_SMT
1944 default n
1945 help
1946 SMT scheduler support improves the CPU scheduler's decision making
1947 when dealing with MIPS MT enabled cores at a cost of slightly
1948 increased overhead in some places. If unsure say N here.
1949
1950config SYS_SUPPORTS_SCHED_SMT
1951 bool
1952
f41ae0b2
RB
1953config SYS_SUPPORTS_MULTITHREADING
1954 bool
1955
f088fc84
RB
1956config MIPS_MT_FPAFF
1957 bool "Dynamic FPU affinity for FP-intensive threads"
f088fc84 1958 default y
07cc0c9e
RB
1959 depends on MIPS_MT_SMP || MIPS_MT_SMTC
1960
1961config MIPS_VPE_LOADER
1962 bool "VPE loader support."
1963 depends on SYS_SUPPORTS_MULTITHREADING
1964 select CPU_MIPSR2_IRQ_VI
1965 select CPU_MIPSR2_IRQ_EI
07cc0c9e
RB
1966 select MIPS_MT
1967 help
1968 Includes a loader for loading an elf relocatable object
1969 onto another VPE and running it.
f088fc84 1970
0db34215
KK
1971config MIPS_MT_SMTC_IM_BACKSTOP
1972 bool "Use per-TC register bits as backstop for inhibited IM bits"
1973 depends on MIPS_MT_SMTC
8531a35e 1974 default n
0db34215
KK
1975 help
1976 To support multiple TC microthreads acting as "CPUs" within
1977 a VPE, VPE-wide interrupt mask bits must be specially manipulated
1978 during interrupt handling. To support legacy drivers and interrupt
1979 controller management code, SMTC has a "backstop" to track and
1980 if necessary restore the interrupt mask. This has some performance
8531a35e 1981 impact on interrupt service overhead.
0db34215 1982
f571eff0
KK
1983config MIPS_MT_SMTC_IRQAFF
1984 bool "Support IRQ affinity API"
1985 depends on MIPS_MT_SMTC
1986 default n
1987 help
1988 Enables SMP IRQ affinity API (/proc/irq/*/smp_affinity, etc.)
1989 for SMTC Linux kernel. Requires platform support, of which
1990 an example can be found in the MIPS kernel i8259 and Malta
8531a35e
KK
1991 platform code. Adds some overhead to interrupt dispatch, and
1992 should be used only if you know what you are doing.
f571eff0 1993
e01402b1
RB
1994config MIPS_VPE_LOADER_TOM
1995 bool "Load VPE program into memory hidden from linux"
1996 depends on MIPS_VPE_LOADER
1997 default y
1998 help
1999 The loader can use memory that is present but has been hidden from
2000 Linux using the kernel command line option "mem=xxMB". It's up to
2001 you to ensure the amount you put in the option and the space your
2002 program requires is less or equal to the amount physically present.
2003
2004# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
2005config MIPS_VPE_APSP_API
5e83d430
RB
2006 bool "Enable support for AP/SP API (RTLX)"
2007 depends on MIPS_VPE_LOADER
2008 help
e01402b1 2009
4a16ff4c
RB
2010config MIPS_CMP
2011 bool "MIPS CMP framework support"
2012 depends on SYS_SUPPORTS_MIPS_CMP
eb9b5141 2013 select SYNC_R4K
4a16ff4c
RB
2014 select SYS_SUPPORTS_SMP
2015 select SYS_SUPPORTS_SCHED_SMT if SMP
2016 select WEAK_ORDERING
2017 default n
2018 help
2019 This is a placeholder option for the GCMP work. It will need to
2020 be handled differently...
2021
1da177e4
LT
2022config SB1_PASS_1_WORKAROUNDS
2023 bool
2024 depends on CPU_SB1_PASS_1
2025 default y
2026
2027config SB1_PASS_2_WORKAROUNDS
2028 bool
2029 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
2030 default y
2031
2032config SB1_PASS_2_1_WORKAROUNDS
2033 bool
2034 depends on CPU_SB1 && CPU_SB1_PASS_2
2035 default y
2036
2037config 64BIT_PHYS_ADDR
d806cb2b 2038 bool
1da177e4 2039
60ec6571 2040config ARCH_PHYS_ADDR_T_64BIT
2041 def_bool 64BIT_PHYS_ADDR
2042
9693a853
FBH
2043config CPU_HAS_SMARTMIPS
2044 depends on SYS_SUPPORTS_SMARTMIPS
2045 bool "Support for the SmartMIPS ASE"
2046 help
2047 SmartMIPS is a extension of the MIPS32 architecture aimed at
2048 increased security at both hardware and software level for
2049 smartcards. Enabling this option will allow proper use of the
2050 SmartMIPS instructions by Linux applications. However a kernel with
2051 this option will not work on a MIPS core without SmartMIPS core. If
2052 you don't know you probably don't have SmartMIPS and should say N
2053 here.
2054
1da177e4 2055config CPU_HAS_WB
f7062ddb 2056 bool
e01402b1 2057
df0ac8a4
KC
2058config XKS01
2059 bool
2060
f41ae0b2
RB
2061#
2062# Vectored interrupt mode is an R2 feature
2063#
e01402b1 2064config CPU_MIPSR2_IRQ_VI
f41ae0b2 2065 bool
e01402b1 2066
f41ae0b2
RB
2067#
2068# Extended interrupt mode is an R2 feature
2069#
e01402b1 2070config CPU_MIPSR2_IRQ_EI
f41ae0b2 2071 bool
e01402b1 2072
1da177e4
LT
2073config CPU_HAS_SYNC
2074 bool
2075 depends on !CPU_R3000
2076 default y
2077
20d60d99
MR
2078#
2079# CPU non-features
2080#
2081config CPU_DADDI_WORKAROUNDS
2082 bool
2083
2084config CPU_R4000_WORKAROUNDS
2085 bool
2086 select CPU_R4400_WORKAROUNDS
2087
2088config CPU_R4400_WORKAROUNDS
2089 bool
2090
1da177e4
LT
2091#
2092# - Highmem only makes sense for the 32-bit kernel.
2093# - The current highmem code will only work properly on physically indexed
2094# caches such as R3000, SB1, R7000 or those that look like they're virtually
2095# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
2096# moment we protect the user and offer the highmem option only on machines
2097# where it's known to be safe. This will not offer highmem on a few systems
2098# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
2099# indexed CPUs but we're playing safe.
797798c1
RB
2100# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
2101# know they might have memory configurations that could make use of highmem
2102# support.
1da177e4
LT
2103#
2104config HIGHMEM
2105 bool "High Memory Support"
797798c1
RB
2106 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
2107
2108config CPU_SUPPORTS_HIGHMEM
2109 bool
2110
2111config SYS_SUPPORTS_HIGHMEM
2112 bool
1da177e4 2113
9693a853
FBH
2114config SYS_SUPPORTS_SMARTMIPS
2115 bool
2116
b4819b59
YY
2117config ARCH_FLATMEM_ENABLE
2118 def_bool y
f133f22d 2119 depends on !NUMA && !CPU_LOONGSON2
b4819b59 2120
d8cb4e11
RB
2121config ARCH_DISCONTIGMEM_ENABLE
2122 bool
2123 default y if SGI_IP27
2124 help
3dde6ad8 2125 Say Y to support efficient handling of discontiguous physical memory,
d8cb4e11
RB
2126 for architectures which are either NUMA (Non-Uniform Memory Access)
2127 or have huge holes in the physical address space for other reasons.
2128 See <file:Documentation/vm/numa> for more.
2129
31473747
AN
2130config ARCH_SPARSEMEM_ENABLE
2131 bool
7de58fab 2132 select SPARSEMEM_STATIC
31473747 2133
d8cb4e11
RB
2134config NUMA
2135 bool "NUMA Support"
2136 depends on SYS_SUPPORTS_NUMA
2137 help
2138 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
2139 Access). This option improves performance on systems with more
2140 than two nodes; on two node systems it is generally better to
2141 leave it disabled; on single node systems disable this option
2142 disabled.
2143
2144config SYS_SUPPORTS_NUMA
2145 bool
2146
c80d79d7
YG
2147config NODES_SHIFT
2148 int
2149 default "6"
2150 depends on NEED_MULTIPLE_NODES
2151
14f70012
DCZ
2152config HW_PERF_EVENTS
2153 bool "Enable hardware performance counter support for perf events"
4be3d2f3 2154 depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_XLP)
14f70012
DCZ
2155 default y
2156 help
2157 Enable hardware performance counter support for perf events. If
2158 disabled, perf events will use software events only.
2159
b4819b59
YY
2160source "mm/Kconfig"
2161
1da177e4
LT
2162config SMP
2163 bool "Multi-Processing support"
e73ea273 2164 depends on SYS_SUPPORTS_SMP
b4b30a5a 2165 select IRQ_PER_CPU
2f304c0a 2166 select USE_GENERIC_SMP_HELPERS
e73ea273 2167 help
1da177e4
LT
2168 This enables support for systems with more than one CPU. If you have
2169 a system with only one CPU, like most personal computers, say N. If
2170 you have a system with more than one CPU, say Y.
2171
2172 If you say N here, the kernel will run on single and multiprocessor
2173 machines, but will use only one CPU of a multiprocessor machine. If
2174 you say Y here, the kernel will run on many, but not all,
2175 singleprocessor machines. On a singleprocessor machine, the kernel
2176 will run faster if you say N here.
2177
2178 People using multiprocessor machines who say Y here should also say
2179 Y to "Enhanced Real Time Clock Support", below.
2180
03502faa
AB
2181 See also the SMP-HOWTO available at
2182 <http://www.tldp.org/docs.html#howto>.
1da177e4
LT
2183
2184 If you don't know what to do here, say N.
2185
87353d8a
RB
2186config SMP_UP
2187 bool
2188
4a16ff4c
RB
2189config SYS_SUPPORTS_MIPS_CMP
2190 bool
2191
e73ea273
RB
2192config SYS_SUPPORTS_SMP
2193 bool
2194
72ede9b1
AN
2195config NR_CPUS_DEFAULT_1
2196 bool
2197
130e2fb7
RB
2198config NR_CPUS_DEFAULT_2
2199 bool
2200
2201config NR_CPUS_DEFAULT_4
2202 bool
2203
2204config NR_CPUS_DEFAULT_8
2205 bool
2206
2207config NR_CPUS_DEFAULT_16
2208 bool
2209
2210config NR_CPUS_DEFAULT_32
2211 bool
2212
2213config NR_CPUS_DEFAULT_64
2214 bool
2215
1da177e4
LT
2216config NR_CPUS
2217 int "Maximum number of CPUs (2-64)"
72ede9b1 2218 range 1 64 if NR_CPUS_DEFAULT_1
1da177e4 2219 depends on SMP
72ede9b1 2220 default "1" if NR_CPUS_DEFAULT_1
130e2fb7
RB
2221 default "2" if NR_CPUS_DEFAULT_2
2222 default "4" if NR_CPUS_DEFAULT_4
2223 default "8" if NR_CPUS_DEFAULT_8
2224 default "16" if NR_CPUS_DEFAULT_16
2225 default "32" if NR_CPUS_DEFAULT_32
2226 default "64" if NR_CPUS_DEFAULT_64
1da177e4
LT
2227 help
2228 This allows you to specify the maximum number of CPUs which this
2229 kernel will support. The maximum supported value is 32 for 32-bit
2230 kernel and 64 for 64-bit kernels; the minimum value which makes
72ede9b1
AN
2231 sense is 1 for Qemu (useful only for kernel debugging purposes)
2232 and 2 for all others.
1da177e4
LT
2233
2234 This is purely to save memory - each supported CPU adds
72ede9b1
AN
2235 approximately eight kilobytes to the kernel image. For best
2236 performance should round up your number of processors to the next
2237 power of two.
1da177e4 2238
399aaa25
AC
2239config MIPS_PERF_SHARED_TC_COUNTERS
2240 bool
2241
1723b4a3
AN
2242#
2243# Timer Interrupt Frequency Configuration
2244#
2245
2246choice
2247 prompt "Timer frequency"
2248 default HZ_250
2249 help
2250 Allows the configuration of the timer frequency.
2251
2252 config HZ_48
0f873585 2253 bool "48 HZ" if SYS_SUPPORTS_48HZ || SYS_SUPPORTS_ARBIT_HZ
1723b4a3
AN
2254
2255 config HZ_100
2256 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
2257
2258 config HZ_128
2259 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
2260
2261 config HZ_250
2262 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
2263
2264 config HZ_256
2265 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
2266
2267 config HZ_1000
2268 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
2269
2270 config HZ_1024
2271 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
2272
2273endchoice
2274
2275config SYS_SUPPORTS_48HZ
2276 bool
2277
2278config SYS_SUPPORTS_100HZ
2279 bool
2280
2281config SYS_SUPPORTS_128HZ
2282 bool
2283
2284config SYS_SUPPORTS_250HZ
2285 bool
2286
2287config SYS_SUPPORTS_256HZ
2288 bool
2289
2290config SYS_SUPPORTS_1000HZ
2291 bool
2292
2293config SYS_SUPPORTS_1024HZ
2294 bool
2295
2296config SYS_SUPPORTS_ARBIT_HZ
2297 bool
2298 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
2299 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
2300 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
2301 !SYS_SUPPORTS_1024HZ
2302
2303config HZ
2304 int
2305 default 48 if HZ_48
2306 default 100 if HZ_100
2307 default 128 if HZ_128
2308 default 250 if HZ_250
2309 default 256 if HZ_256
2310 default 1000 if HZ_1000
2311 default 1024 if HZ_1024
2312
e80de850 2313source "kernel/Kconfig.preempt"
1da177e4 2314
ea6e942b
AN
2315config KEXEC
2316 bool "Kexec system call (EXPERIMENTAL)"
2317 depends on EXPERIMENTAL
2318 help
2319 kexec is a system call that implements the ability to shutdown your
2320 current kernel, and to start another kernel. It is like a reboot
3dde6ad8 2321 but it is independent of the system firmware. And like a reboot
ea6e942b
AN
2322 you can start any kernel with it, not just Linux.
2323
01dd2fbf 2324 The name comes from the similarity to the exec system call.
ea6e942b
AN
2325
2326 It is an ongoing process to be certain the hardware in a machine
2327 is properly shutdown, so do not be surprised if this code does not
2328 initially work for you. It may help to enable device hotplugging
2329 support. As of this writing the exact hardware interface is
2330 strongly in flux, so no good recommendation can be made.
2331
7aa1c8f4
RB
2332config CRASH_DUMP
2333 bool "Kernel crash dumps"
2334 help
2335 Generate crash dump after being started by kexec.
2336 This should be normally only set in special crash dump kernels
2337 which are loaded in the main kernel with kexec-tools into
2338 a specially reserved region and then later executed after
2339 a crash by kdump/kexec. The crash dump kernel must be compiled
2340 to a memory address not used by the main kernel or firmware using
2341 PHYSICAL_START.
2342
2343config PHYSICAL_START
2344 hex "Physical address where the kernel is loaded"
2345 default "0xffffffff84000000" if 64BIT
2346 default "0x84000000" if 32BIT
2347 depends on CRASH_DUMP
2348 help
2349 This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
2350 If you plan to use kernel for capturing the crash dump change
2351 this value to start of the reserved region (the "X" value as
2352 specified in the "crashkernel=YM@XM" command line boot parameter
2353 passed to the panic-ed kernel).
2354
ea6e942b
AN
2355config SECCOMP
2356 bool "Enable seccomp to safely compute untrusted bytecode"
293c5bd1 2357 depends on PROC_FS
ea6e942b
AN
2358 default y
2359 help
2360 This kernel feature is useful for number crunching applications
2361 that may need to compute untrusted bytecode during their
2362 execution. By using pipes or other transports made available to
2363 the process as file descriptors supporting the read/write
2364 syscalls, it's possible to isolate those applications in
2365 their own address space using seccomp. Once seccomp is
2366 enabled via /proc/<pid>/seccomp, it cannot be disabled
2367 and the task is only allowed to execute a few safe syscalls
2368 defined by each seccomp mode.
2369
2370 If unsure, say Y. Only embedded should say N here.
2371
f2ffa5ab 2372config USE_OF
0b3e06fd 2373 bool
f2ffa5ab 2374 select OF
e6ce1324 2375 select OF_EARLY_FLATTREE
abd2363f 2376 select IRQ_DOMAIN
f2ffa5ab 2377
5e83d430
RB
2378endmenu
2379
1df0f0ff
AN
2380config LOCKDEP_SUPPORT
2381 bool
2382 default y
2383
2384config STACKTRACE_SUPPORT
2385 bool
2386 default y
2387
b6c3539b
RB
2388source "init/Kconfig"
2389
dc52ddc0
MH
2390source "kernel/Kconfig.freezer"
2391
1da177e4
LT
2392menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
2393
5e83d430
RB
2394config HW_HAS_EISA
2395 bool
1da177e4
LT
2396config HW_HAS_PCI
2397 bool
2398
2399config PCI
2400 bool "Support for PCI controller"
2401 depends on HW_HAS_PCI
abb4ae46 2402 select PCI_DOMAINS
eab90291 2403 select GENERIC_PCI_IOMAP
0f3b3956 2404 select NO_GENERIC_PCI_IOPORT_MAP
1da177e4
LT
2405 help
2406 Find out whether you have a PCI motherboard. PCI is the name of a
2407 bus system, i.e. the way the CPU talks to the other stuff inside
2408 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
2409 say Y, otherwise N.
2410
1da177e4
LT
2411config PCI_DOMAINS
2412 bool
1da177e4
LT
2413
2414source "drivers/pci/Kconfig"
2415
3f787ca4
JG
2416source "drivers/pci/pcie/Kconfig"
2417
1da177e4
LT
2418#
2419# ISA support is now enabled via select. Too many systems still have the one
2420# or other ISA chip on the board that users don't know about so don't expect
2421# users to choose the right thing ...
2422#
2423config ISA
2424 bool
2425
2426config EISA
2427 bool "EISA support"
5e83d430 2428 depends on HW_HAS_EISA
1da177e4 2429 select ISA
aa414dff 2430 select GENERIC_ISA_DMA
1da177e4
LT
2431 ---help---
2432 The Extended Industry Standard Architecture (EISA) bus was
2433 developed as an open alternative to the IBM MicroChannel bus.
2434
2435 The EISA bus provided some of the features of the IBM MicroChannel
2436 bus while maintaining backward compatibility with cards made for
2437 the older ISA bus. The EISA bus saw limited use between 1988 and
2438 1995 when it was made obsolete by the PCI bus.
2439
2440 Say Y here if you are building a kernel for an EISA-based machine.
2441
2442 Otherwise, say N.
2443
2444source "drivers/eisa/Kconfig"
2445
2446config TC
2447 bool "TURBOchannel support"
2448 depends on MACH_DECSTATION
2449 help
50a23e6e
JM
2450 TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
2451 processors. TURBOchannel programming specifications are available
2452 at:
2453 <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
2454 and:
2455 <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
2456 Linux driver support status is documented at:
2457 <http://www.linux-mips.org/wiki/DECstation>
1da177e4 2458
1da177e4
LT
2459config MMU
2460 bool
2461 default y
2462
d865bea4
RB
2463config I8253
2464 bool
798778b8 2465 select CLKSRC_I8253
2d02612f 2466 select CLKEVT_I8253
9726b43a 2467 select MIPS_EXTERNAL_TIMER
d865bea4 2468
cce335ae
RB
2469config ZONE_DMA32
2470 bool
2471
1da177e4
LT
2472source "drivers/pcmcia/Kconfig"
2473
2474source "drivers/pci/hotplug/Kconfig"
2475
388b78ad
AB
2476config RAPIDIO
2477 bool "RapidIO support"
2478 depends on PCI
2479 default n
2480 help
2481 If you say Y here, the kernel will include drivers and
2482 infrastructure code to support RapidIO interconnect devices.
2483
2484source "drivers/rapidio/Kconfig"
2485
1da177e4
LT
2486endmenu
2487
2488menu "Executable file formats"
2489
2490source "fs/Kconfig.binfmt"
2491
2492config TRAD_SIGNALS
2493 bool
1da177e4 2494
1da177e4
LT
2495config MIPS32_COMPAT
2496 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
875d43e7 2497 depends on 64BIT
1da177e4
LT
2498 help
2499 Select this option if you want Linux/MIPS 32-bit binary
2500 compatibility. Since all software available for Linux/MIPS is
2501 currently 32-bit you should say Y here.
2502
2503config COMPAT
2504 bool
2505 depends on MIPS32_COMPAT
48b25c43 2506 select ARCH_WANT_OLD_COMPAT_IPC
1da177e4
LT
2507 default y
2508
05e43966
AN
2509config SYSVIPC_COMPAT
2510 bool
2511 depends on COMPAT && SYSVIPC
2512 default y
2513
1da177e4
LT
2514config MIPS32_O32
2515 bool "Kernel support for o32 binaries"
2516 depends on MIPS32_COMPAT
2517 help
2518 Select this option if you want to run o32 binaries. These are pure
2519 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
2520 existing binaries are in this format.
2521
2522 If unsure, say Y.
2523
2524config MIPS32_N32
2525 bool "Kernel support for n32 binaries"
2526 depends on MIPS32_COMPAT
2527 help
2528 Select this option if you want to run n32 binaries. These are
2529 64-bit binaries using 32-bit quantities for addressing and certain
2530 data that would normally be 64-bit. They are used in special
2531 cases.
2532
2533 If unsure, say N.
2534
2535config BINFMT_ELF32
2536 bool
2537 default y if MIPS32_O32 || MIPS32_N32
2538
2116245e
RB
2539endmenu
2540
2541menu "Power management options"
2542
363c55ca
WZ
2543config ARCH_HIBERNATION_POSSIBLE
2544 def_bool y
3f5b3e17 2545 depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
363c55ca 2546
f4cb5700
JB
2547config ARCH_SUSPEND_POSSIBLE
2548 def_bool y
3f5b3e17 2549 depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
f4cb5700 2550
2116245e 2551source "kernel/power/Kconfig"
952fa954 2552
1da177e4
LT
2553endmenu
2554
9726b43a
WZ
2555source "arch/mips/kernel/cpufreq/Kconfig"
2556
d5950b43
SR
2557source "net/Kconfig"
2558
1da177e4
LT
2559source "drivers/Kconfig"
2560
98cdee0e
RB
2561source "drivers/firmware/Kconfig"
2562
1da177e4
LT
2563source "fs/Kconfig"
2564
2565source "arch/mips/Kconfig.debug"
2566
2567source "security/Kconfig"
2568
2569source "crypto/Kconfig"
2570
2571source "lib/Kconfig"