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