MIPS: Kconfig: Set default MIPS system type as generic
[linux-2.6-block.git] / arch / mips / Kconfig
1 config MIPS
2         bool
3         default y
4         select ARCH_BINFMT_ELF_STATE
5         select ARCH_CLOCKSOURCE_DATA
6         select ARCH_DISCARD_MEMBLOCK
7         select ARCH_HAS_ELF_RANDOMIZE
8         select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
9         select ARCH_MIGHT_HAVE_PC_PARPORT
10         select ARCH_MIGHT_HAVE_PC_SERIO
11         select ARCH_SUPPORTS_UPROBES
12         select ARCH_USE_BUILTIN_BSWAP
13         select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
14         select ARCH_USE_QUEUED_RWLOCKS
15         select ARCH_USE_QUEUED_SPINLOCKS
16         select ARCH_WANT_IPC_PARSE_VERSION
17         select BUILDTIME_EXTABLE_SORT
18         select CLONE_BACKWARDS
19         select CPU_PM if CPU_IDLE
20         select GENERIC_ATOMIC64 if !64BIT
21         select GENERIC_CLOCKEVENTS
22         select GENERIC_CMOS_UPDATE
23         select GENERIC_CPU_AUTOPROBE
24         select GENERIC_IRQ_PROBE
25         select GENERIC_IRQ_SHOW
26         select GENERIC_PCI_IOMAP
27         select GENERIC_SCHED_CLOCK if !CAVIUM_OCTEON_SOC
28         select GENERIC_SMP_IDLE_THREAD
29         select GENERIC_TIME_VSYSCALL
30         select HANDLE_DOMAIN_IRQ
31         select HAVE_ARCH_JUMP_LABEL
32         select HAVE_ARCH_KGDB
33         select HAVE_ARCH_MMAP_RND_BITS if MMU
34         select HAVE_ARCH_MMAP_RND_COMPAT_BITS if MMU && COMPAT
35         select HAVE_ARCH_SECCOMP_FILTER
36         select HAVE_ARCH_TRACEHOOK
37         select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES && 64BIT
38         select HAVE_CBPF_JIT if (!64BIT && !CPU_MICROMIPS)
39         select HAVE_EBPF_JIT if (64BIT && !CPU_MICROMIPS)
40         select HAVE_CC_STACKPROTECTOR
41         select HAVE_CONTEXT_TRACKING
42         select HAVE_COPY_THREAD_TLS
43         select HAVE_C_RECORDMCOUNT
44         select HAVE_DEBUG_KMEMLEAK
45         select HAVE_DEBUG_STACKOVERFLOW
46         select HAVE_DMA_API_DEBUG
47         select HAVE_DMA_CONTIGUOUS
48         select HAVE_DYNAMIC_FTRACE
49         select HAVE_EXIT_THREAD
50         select HAVE_FTRACE_MCOUNT_RECORD
51         select HAVE_FUNCTION_GRAPH_TRACER
52         select HAVE_FUNCTION_TRACER
53         select HAVE_GENERIC_DMA_COHERENT
54         select HAVE_IDE
55         select HAVE_IRQ_EXIT_ON_IRQ_STACK
56         select HAVE_IRQ_TIME_ACCOUNTING
57         select HAVE_KPROBES
58         select HAVE_KRETPROBES
59         select HAVE_MEMBLOCK
60         select HAVE_MEMBLOCK_NODE_MAP
61         select HAVE_MOD_ARCH_SPECIFIC
62         select HAVE_NMI
63         select HAVE_OPROFILE
64         select HAVE_PERF_EVENTS
65         select HAVE_REGS_AND_STACK_ACCESS_API
66         select HAVE_SYSCALL_TRACEPOINTS
67         select HAVE_VIRT_CPU_ACCOUNTING_GEN
68         select IRQ_FORCED_THREADING
69         select MODULES_USE_ELF_RELA if MODULES && 64BIT
70         select MODULES_USE_ELF_REL if MODULES
71         select PERF_USE_VMALLOC
72         select RTC_LIB if !MACH_LOONGSON64
73         select SYSCTL_EXCEPTION_TRACE
74         select VIRT_TO_BUS
75
76 menu "Machine selection"
77
78 choice
79         prompt "System type"
80         default MIPS_GENERIC
81
82 config MIPS_GENERIC
83         bool "Generic board-agnostic MIPS kernel"
84         select BOOT_RAW
85         select BUILTIN_DTB
86         select CEVT_R4K
87         select CLKSRC_MIPS_GIC
88         select COMMON_CLK
89         select CPU_MIPSR2_IRQ_VI
90         select CPU_MIPSR2_IRQ_EI
91         select CSRC_R4K
92         select DMA_PERDEV_COHERENT
93         select HW_HAS_PCI
94         select IRQ_MIPS_CPU
95         select LIBFDT
96         select MIPS_CPU_SCACHE
97         select MIPS_GIC
98         select MIPS_L1_CACHE_SHIFT_7
99         select NO_EXCEPT_FILL
100         select PCI_DRIVERS_GENERIC
101         select PINCTRL
102         select SMP_UP if SMP
103         select SWAP_IO_SPACE
104         select SYS_HAS_CPU_MIPS32_R1
105         select SYS_HAS_CPU_MIPS32_R2
106         select SYS_HAS_CPU_MIPS32_R6
107         select SYS_HAS_CPU_MIPS64_R1
108         select SYS_HAS_CPU_MIPS64_R2
109         select SYS_HAS_CPU_MIPS64_R6
110         select SYS_SUPPORTS_32BIT_KERNEL
111         select SYS_SUPPORTS_64BIT_KERNEL
112         select SYS_SUPPORTS_BIG_ENDIAN
113         select SYS_SUPPORTS_HIGHMEM
114         select SYS_SUPPORTS_LITTLE_ENDIAN
115         select SYS_SUPPORTS_MICROMIPS
116         select SYS_SUPPORTS_MIPS_CPS
117         select SYS_SUPPORTS_MIPS16
118         select SYS_SUPPORTS_MULTITHREADING
119         select SYS_SUPPORTS_RELOCATABLE
120         select SYS_SUPPORTS_SMARTMIPS
121         select USB_EHCI_BIG_ENDIAN_DESC if BIG_ENDIAN
122         select USB_EHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN
123         select USB_OHCI_BIG_ENDIAN_DESC if BIG_ENDIAN
124         select USB_OHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN
125         select USB_UHCI_BIG_ENDIAN_DESC if BIG_ENDIAN
126         select USB_UHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN
127         select USE_OF
128         help
129           Select this to build a kernel which aims to support multiple boards,
130           generally using a flattened device tree passed from the bootloader
131           using the boot protocol defined in the UHI (Unified Hosting
132           Interface) specification.
133
134 config MIPS_ALCHEMY
135         bool "Alchemy processor based machines"
136         select ARCH_PHYS_ADDR_T_64BIT
137         select CEVT_R4K
138         select CSRC_R4K
139         select IRQ_MIPS_CPU
140         select DMA_MAYBE_COHERENT       # Au1000,1500,1100 aren't, rest is
141         select SYS_HAS_CPU_MIPS32_R1
142         select SYS_SUPPORTS_32BIT_KERNEL
143         select SYS_SUPPORTS_APM_EMULATION
144         select GPIOLIB
145         select SYS_SUPPORTS_ZBOOT
146         select COMMON_CLK
147
148 config AR7
149         bool "Texas Instruments AR7"
150         select BOOT_ELF32
151         select DMA_NONCOHERENT
152         select CEVT_R4K
153         select CSRC_R4K
154         select IRQ_MIPS_CPU
155         select NO_EXCEPT_FILL
156         select SWAP_IO_SPACE
157         select SYS_HAS_CPU_MIPS32_R1
158         select SYS_HAS_EARLY_PRINTK
159         select SYS_SUPPORTS_32BIT_KERNEL
160         select SYS_SUPPORTS_LITTLE_ENDIAN
161         select SYS_SUPPORTS_MIPS16
162         select SYS_SUPPORTS_ZBOOT_UART16550
163         select GPIOLIB
164         select VLYNQ
165         select HAVE_CLK
166         help
167           Support for the Texas Instruments AR7 System-on-a-Chip
168           family: TNETD7100, 7200 and 7300.
169
170 config ATH25
171         bool "Atheros AR231x/AR531x SoC support"
172         select CEVT_R4K
173         select CSRC_R4K
174         select DMA_NONCOHERENT
175         select IRQ_MIPS_CPU
176         select IRQ_DOMAIN
177         select SYS_HAS_CPU_MIPS32_R1
178         select SYS_SUPPORTS_BIG_ENDIAN
179         select SYS_SUPPORTS_32BIT_KERNEL
180         select SYS_HAS_EARLY_PRINTK
181         help
182           Support for Atheros AR231x and Atheros AR531x based boards
183
184 config ATH79
185         bool "Atheros AR71XX/AR724X/AR913X based boards"
186         select ARCH_HAS_RESET_CONTROLLER
187         select BOOT_RAW
188         select CEVT_R4K
189         select CSRC_R4K
190         select DMA_NONCOHERENT
191         select GPIOLIB
192         select HAVE_CLK
193         select COMMON_CLK
194         select CLKDEV_LOOKUP
195         select IRQ_MIPS_CPU
196         select MIPS_MACHINE
197         select SYS_HAS_CPU_MIPS32_R2
198         select SYS_HAS_EARLY_PRINTK
199         select SYS_SUPPORTS_32BIT_KERNEL
200         select SYS_SUPPORTS_BIG_ENDIAN
201         select SYS_SUPPORTS_MIPS16
202         select SYS_SUPPORTS_ZBOOT_UART_PROM
203         select USE_OF
204         help
205           Support for the Atheros AR71XX/AR724X/AR913X SoCs.
206
207 config BMIPS_GENERIC
208         bool "Broadcom Generic BMIPS kernel"
209         select BOOT_RAW
210         select NO_EXCEPT_FILL
211         select USE_OF
212         select CEVT_R4K
213         select CSRC_R4K
214         select SYNC_R4K
215         select COMMON_CLK
216         select BCM6345_L1_IRQ
217         select BCM7038_L1_IRQ
218         select BCM7120_L2_IRQ
219         select BRCMSTB_L2_IRQ
220         select IRQ_MIPS_CPU
221         select DMA_NONCOHERENT
222         select SYS_SUPPORTS_32BIT_KERNEL
223         select SYS_SUPPORTS_LITTLE_ENDIAN
224         select SYS_SUPPORTS_BIG_ENDIAN
225         select SYS_SUPPORTS_HIGHMEM
226         select SYS_HAS_CPU_BMIPS32_3300
227         select SYS_HAS_CPU_BMIPS4350
228         select SYS_HAS_CPU_BMIPS4380
229         select SYS_HAS_CPU_BMIPS5000
230         select SWAP_IO_SPACE
231         select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
232         select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
233         select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
234         select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
235         help
236           Build a generic DT-based kernel image that boots on select
237           BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
238           box chips.  Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN
239           must be set appropriately for your board.
240
241 config BCM47XX
242         bool "Broadcom BCM47XX based boards"
243         select BOOT_RAW
244         select CEVT_R4K
245         select CSRC_R4K
246         select DMA_NONCOHERENT
247         select HW_HAS_PCI
248         select IRQ_MIPS_CPU
249         select SYS_HAS_CPU_MIPS32_R1
250         select NO_EXCEPT_FILL
251         select SYS_SUPPORTS_32BIT_KERNEL
252         select SYS_SUPPORTS_LITTLE_ENDIAN
253         select SYS_SUPPORTS_MIPS16
254         select SYS_HAS_EARLY_PRINTK
255         select USE_GENERIC_EARLY_PRINTK_8250
256         select GPIOLIB
257         select LEDS_GPIO_REGISTER
258         select BCM47XX_NVRAM
259         select BCM47XX_SPROM
260         help
261          Support for BCM47XX based boards
262
263 config BCM63XX
264         bool "Broadcom BCM63XX based boards"
265         select BOOT_RAW
266         select CEVT_R4K
267         select CSRC_R4K
268         select SYNC_R4K
269         select DMA_NONCOHERENT
270         select IRQ_MIPS_CPU
271         select SYS_SUPPORTS_32BIT_KERNEL
272         select SYS_SUPPORTS_BIG_ENDIAN
273         select SYS_HAS_EARLY_PRINTK
274         select SWAP_IO_SPACE
275         select GPIOLIB
276         select HAVE_CLK
277         select MIPS_L1_CACHE_SHIFT_4
278         select CLKDEV_LOOKUP
279         help
280          Support for BCM63XX based boards
281
282 config MIPS_COBALT
283         bool "Cobalt Server"
284         select CEVT_R4K
285         select CSRC_R4K
286         select CEVT_GT641XX
287         select DMA_NONCOHERENT
288         select HW_HAS_PCI
289         select I8253
290         select I8259
291         select IRQ_MIPS_CPU
292         select IRQ_GT641XX
293         select PCI_GT64XXX_PCI0
294         select PCI
295         select SYS_HAS_CPU_NEVADA
296         select SYS_HAS_EARLY_PRINTK
297         select SYS_SUPPORTS_32BIT_KERNEL
298         select SYS_SUPPORTS_64BIT_KERNEL
299         select SYS_SUPPORTS_LITTLE_ENDIAN
300         select USE_GENERIC_EARLY_PRINTK_8250
301
302 config MACH_DECSTATION
303         bool "DECstations"
304         select BOOT_ELF32
305         select CEVT_DS1287
306         select CEVT_R4K if CPU_R4X00
307         select CSRC_IOASIC
308         select CSRC_R4K if CPU_R4X00
309         select CPU_DADDI_WORKAROUNDS if 64BIT
310         select CPU_R4000_WORKAROUNDS if 64BIT
311         select CPU_R4400_WORKAROUNDS if 64BIT
312         select DMA_NONCOHERENT
313         select NO_IOPORT_MAP
314         select IRQ_MIPS_CPU
315         select SYS_HAS_CPU_R3000
316         select SYS_HAS_CPU_R4X00
317         select SYS_SUPPORTS_32BIT_KERNEL
318         select SYS_SUPPORTS_64BIT_KERNEL
319         select SYS_SUPPORTS_LITTLE_ENDIAN
320         select SYS_SUPPORTS_128HZ
321         select SYS_SUPPORTS_256HZ
322         select SYS_SUPPORTS_1024HZ
323         select MIPS_L1_CACHE_SHIFT_4
324         help
325           This enables support for DEC's MIPS based workstations.  For details
326           see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
327           DECstation porting pages on <http://decstation.unix-ag.org/>.
328
329           If you have one of the following DECstation Models you definitely
330           want to choose R4xx0 for the CPU Type:
331
332                 DECstation 5000/50
333                 DECstation 5000/150
334                 DECstation 5000/260
335                 DECsystem 5900/260
336
337           otherwise choose R3000.
338
339 config MACH_JAZZ
340         bool "Jazz family of machines"
341         select FW_ARC
342         select FW_ARC32
343         select ARCH_MAY_HAVE_PC_FDC
344         select CEVT_R4K
345         select CSRC_R4K
346         select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
347         select GENERIC_ISA_DMA
348         select HAVE_PCSPKR_PLATFORM
349         select IRQ_MIPS_CPU
350         select I8253
351         select I8259
352         select ISA
353         select SYS_HAS_CPU_R4X00
354         select SYS_SUPPORTS_32BIT_KERNEL
355         select SYS_SUPPORTS_64BIT_KERNEL
356         select SYS_SUPPORTS_100HZ
357         help
358          This a family of machines based on the MIPS R4030 chipset which was
359          used by several vendors to build RISC/os and Windows NT workstations.
360          Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
361          Olivetti M700-10 workstations.
362
363 config MACH_INGENIC
364         bool "Ingenic SoC based machines"
365         select SYS_SUPPORTS_32BIT_KERNEL
366         select SYS_SUPPORTS_LITTLE_ENDIAN
367         select SYS_SUPPORTS_ZBOOT_UART16550
368         select DMA_NONCOHERENT
369         select IRQ_MIPS_CPU
370         select PINCTRL
371         select GPIOLIB
372         select COMMON_CLK
373         select GENERIC_IRQ_CHIP
374         select BUILTIN_DTB
375         select USE_OF
376         select LIBFDT
377
378 config LANTIQ
379         bool "Lantiq based platforms"
380         select DMA_NONCOHERENT
381         select IRQ_MIPS_CPU
382         select CEVT_R4K
383         select CSRC_R4K
384         select SYS_HAS_CPU_MIPS32_R1
385         select SYS_HAS_CPU_MIPS32_R2
386         select SYS_SUPPORTS_BIG_ENDIAN
387         select SYS_SUPPORTS_32BIT_KERNEL
388         select SYS_SUPPORTS_MIPS16
389         select SYS_SUPPORTS_MULTITHREADING
390         select SYS_HAS_EARLY_PRINTK
391         select GPIOLIB
392         select SWAP_IO_SPACE
393         select BOOT_RAW
394         select CLKDEV_LOOKUP
395         select USE_OF
396         select PINCTRL
397         select PINCTRL_LANTIQ
398         select ARCH_HAS_RESET_CONTROLLER
399         select RESET_CONTROLLER
400
401 config LASAT
402         bool "LASAT Networks platforms"
403         select CEVT_R4K
404         select CRC32
405         select CSRC_R4K
406         select DMA_NONCOHERENT
407         select SYS_HAS_EARLY_PRINTK
408         select HW_HAS_PCI
409         select IRQ_MIPS_CPU
410         select PCI_GT64XXX_PCI0
411         select MIPS_NILE4
412         select R5000_CPU_SCACHE
413         select SYS_HAS_CPU_R5000
414         select SYS_SUPPORTS_32BIT_KERNEL
415         select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
416         select SYS_SUPPORTS_LITTLE_ENDIAN
417
418 config MACH_LOONGSON32
419         bool "Loongson-1 family of machines"
420         select SYS_SUPPORTS_ZBOOT
421         help
422           This enables support for the Loongson-1 family of machines.
423
424           Loongson-1 is a family of 32-bit MIPS-compatible SoCs developed by
425           the Institute of Computing Technology (ICT), Chinese Academy of
426           Sciences (CAS).
427
428 config MACH_LOONGSON64
429         bool "Loongson-2/3 family of machines"
430         select SYS_SUPPORTS_ZBOOT
431         help
432           This enables the support of Loongson-2/3 family of machines.
433
434           Loongson-2 is a family of single-core CPUs and Loongson-3 is a
435           family of multi-core CPUs. They are both 64-bit general-purpose
436           MIPS-compatible CPUs. Loongson-2/3 are developed by the Institute
437           of Computing Technology (ICT), Chinese Academy of Sciences (CAS)
438           in the People's Republic of China. The chief architect is Professor
439           Weiwu Hu.
440
441 config MACH_PISTACHIO
442         bool "IMG Pistachio SoC based boards"
443         select BOOT_ELF32
444         select BOOT_RAW
445         select CEVT_R4K
446         select CLKSRC_MIPS_GIC
447         select COMMON_CLK
448         select CSRC_R4K
449         select DMA_NONCOHERENT
450         select GPIOLIB
451         select IRQ_MIPS_CPU
452         select LIBFDT
453         select MFD_SYSCON
454         select MIPS_CPU_SCACHE
455         select MIPS_GIC
456         select PINCTRL
457         select REGULATOR
458         select SYS_HAS_CPU_MIPS32_R2
459         select SYS_SUPPORTS_32BIT_KERNEL
460         select SYS_SUPPORTS_LITTLE_ENDIAN
461         select SYS_SUPPORTS_MIPS_CPS
462         select SYS_SUPPORTS_MULTITHREADING
463         select SYS_SUPPORTS_RELOCATABLE
464         select SYS_SUPPORTS_ZBOOT
465         select SYS_HAS_EARLY_PRINTK
466         select USE_GENERIC_EARLY_PRINTK_8250
467         select USE_OF
468         help
469           This enables support for the IMG Pistachio SoC platform.
470
471 config MACH_XILFPGA
472         bool "MIPSfpga Xilinx based boards"
473         select BOOT_ELF32
474         select BOOT_RAW
475         select BUILTIN_DTB
476         select CEVT_R4K
477         select COMMON_CLK
478         select CSRC_R4K
479         select GPIOLIB
480         select IRQ_MIPS_CPU
481         select LIBFDT
482         select MIPS_CPU_SCACHE
483         select SYS_HAS_EARLY_PRINTK
484         select SYS_HAS_CPU_MIPS32_R2
485         select SYS_SUPPORTS_32BIT_KERNEL
486         select SYS_SUPPORTS_LITTLE_ENDIAN
487         select SYS_SUPPORTS_ZBOOT_UART16550
488         select USE_OF
489         select USE_GENERIC_EARLY_PRINTK_8250
490         select XILINX_INTC
491         help
492           This enables support for the IMG University Program MIPSfpga platform.
493
494 config MIPS_MALTA
495         bool "MIPS Malta board"
496         select ARCH_MAY_HAVE_PC_FDC
497         select BOOT_ELF32
498         select BOOT_RAW
499         select BUILTIN_DTB
500         select CEVT_R4K
501         select CSRC_R4K
502         select CLKSRC_MIPS_GIC
503         select COMMON_CLK
504         select DMA_MAYBE_COHERENT
505         select GENERIC_ISA_DMA
506         select HAVE_PCSPKR_PLATFORM
507         select IRQ_MIPS_CPU
508         select MIPS_GIC
509         select HW_HAS_PCI
510         select I8253
511         select I8259
512         select MIPS_BONITO64
513         select MIPS_CPU_SCACHE
514         select MIPS_L1_CACHE_SHIFT_6
515         select PCI_GT64XXX_PCI0
516         select MIPS_MSC
517         select SMP_UP if SMP
518         select SWAP_IO_SPACE
519         select SYS_HAS_CPU_MIPS32_R1
520         select SYS_HAS_CPU_MIPS32_R2
521         select SYS_HAS_CPU_MIPS32_R3_5
522         select SYS_HAS_CPU_MIPS32_R5
523         select SYS_HAS_CPU_MIPS32_R6
524         select SYS_HAS_CPU_MIPS64_R1
525         select SYS_HAS_CPU_MIPS64_R2
526         select SYS_HAS_CPU_MIPS64_R6
527         select SYS_HAS_CPU_NEVADA
528         select SYS_HAS_CPU_RM7000
529         select SYS_SUPPORTS_32BIT_KERNEL
530         select SYS_SUPPORTS_64BIT_KERNEL
531         select SYS_SUPPORTS_BIG_ENDIAN
532         select SYS_SUPPORTS_HIGHMEM
533         select SYS_SUPPORTS_LITTLE_ENDIAN
534         select SYS_SUPPORTS_MICROMIPS
535         select SYS_SUPPORTS_MIPS_CMP
536         select SYS_SUPPORTS_MIPS_CPS
537         select SYS_SUPPORTS_MIPS16
538         select SYS_SUPPORTS_MULTITHREADING
539         select SYS_SUPPORTS_SMARTMIPS
540         select SYS_SUPPORTS_ZBOOT
541         select SYS_SUPPORTS_RELOCATABLE
542         select USE_OF
543         select LIBFDT
544         select ZONE_DMA32 if 64BIT
545         select BUILTIN_DTB
546         select LIBFDT
547         help
548           This enables support for the MIPS Technologies Malta evaluation
549           board.
550
551 config MACH_PIC32
552         bool "Microchip PIC32 Family"
553         help
554           This enables support for the Microchip PIC32 family of platforms.
555
556           Microchip PIC32 is a family of general-purpose 32 bit MIPS core
557           microcontrollers.
558
559 config NEC_MARKEINS
560         bool "NEC EMMA2RH Mark-eins board"
561         select SOC_EMMA2RH
562         select HW_HAS_PCI
563         help
564           This enables support for the NEC Electronics Mark-eins boards.
565
566 config MACH_VR41XX
567         bool "NEC VR4100 series based machines"
568         select CEVT_R4K
569         select CSRC_R4K
570         select SYS_HAS_CPU_VR41XX
571         select SYS_SUPPORTS_MIPS16
572         select GPIOLIB
573
574 config NXP_STB220
575         bool "NXP STB220 board"
576         select SOC_PNX833X
577         help
578          Support for NXP Semiconductors STB220 Development Board.
579
580 config NXP_STB225
581         bool "NXP 225 board"
582         select SOC_PNX833X
583         select SOC_PNX8335
584         help
585          Support for NXP Semiconductors STB225 Development Board.
586
587 config PMC_MSP
588         bool "PMC-Sierra MSP chipsets"
589         select CEVT_R4K
590         select CSRC_R4K
591         select DMA_NONCOHERENT
592         select SWAP_IO_SPACE
593         select NO_EXCEPT_FILL
594         select BOOT_RAW
595         select SYS_HAS_CPU_MIPS32_R1
596         select SYS_HAS_CPU_MIPS32_R2
597         select SYS_SUPPORTS_32BIT_KERNEL
598         select SYS_SUPPORTS_BIG_ENDIAN
599         select SYS_SUPPORTS_MIPS16
600         select IRQ_MIPS_CPU
601         select SERIAL_8250
602         select SERIAL_8250_CONSOLE
603         select USB_EHCI_BIG_ENDIAN_MMIO
604         select USB_EHCI_BIG_ENDIAN_DESC
605         help
606           This adds support for the PMC-Sierra family of Multi-Service
607           Processor System-On-A-Chips.  These parts include a number
608           of integrated peripherals, interfaces and DSPs in addition to
609           a variety of MIPS cores.
610
611 config RALINK
612         bool "Ralink based machines"
613         select CEVT_R4K
614         select CSRC_R4K
615         select BOOT_RAW
616         select DMA_NONCOHERENT
617         select IRQ_MIPS_CPU
618         select USE_OF
619         select SYS_HAS_CPU_MIPS32_R1
620         select SYS_HAS_CPU_MIPS32_R2
621         select SYS_SUPPORTS_32BIT_KERNEL
622         select SYS_SUPPORTS_LITTLE_ENDIAN
623         select SYS_SUPPORTS_MIPS16
624         select SYS_HAS_EARLY_PRINTK
625         select CLKDEV_LOOKUP
626         select ARCH_HAS_RESET_CONTROLLER
627         select RESET_CONTROLLER
628
629 config SGI_IP22
630         bool "SGI IP22 (Indy/Indigo2)"
631         select FW_ARC
632         select FW_ARC32
633         select BOOT_ELF32
634         select CEVT_R4K
635         select CSRC_R4K
636         select DEFAULT_SGI_PARTITION
637         select DMA_NONCOHERENT
638         select HW_HAS_EISA
639         select I8253
640         select I8259
641         select IP22_CPU_SCACHE
642         select IRQ_MIPS_CPU
643         select GENERIC_ISA_DMA_SUPPORT_BROKEN
644         select SGI_HAS_I8042
645         select SGI_HAS_INDYDOG
646         select SGI_HAS_HAL2
647         select SGI_HAS_SEEQ
648         select SGI_HAS_WD93
649         select SGI_HAS_ZILOG
650         select SWAP_IO_SPACE
651         select SYS_HAS_CPU_R4X00
652         select SYS_HAS_CPU_R5000
653         #
654         # Disable EARLY_PRINTK for now since it leads to overwritten prom
655         # memory during early boot on some machines.
656         #
657         # See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecation.cyrius.com
658         # for a more details discussion
659         #
660         # select SYS_HAS_EARLY_PRINTK
661         select SYS_SUPPORTS_32BIT_KERNEL
662         select SYS_SUPPORTS_64BIT_KERNEL
663         select SYS_SUPPORTS_BIG_ENDIAN
664         select MIPS_L1_CACHE_SHIFT_7
665         help
666           This are the SGI Indy, Challenge S and Indigo2, as well as certain
667           OEM variants like the Tandem CMN B006S. To compile a Linux kernel
668           that runs on these, say Y here.
669
670 config SGI_IP27
671         bool "SGI IP27 (Origin200/2000)"
672         select FW_ARC
673         select FW_ARC64
674         select BOOT_ELF64
675         select DEFAULT_SGI_PARTITION
676         select DMA_COHERENT
677         select SYS_HAS_EARLY_PRINTK
678         select HW_HAS_PCI
679         select NR_CPUS_DEFAULT_64
680         select SYS_HAS_CPU_R10000
681         select SYS_SUPPORTS_64BIT_KERNEL
682         select SYS_SUPPORTS_BIG_ENDIAN
683         select SYS_SUPPORTS_NUMA
684         select SYS_SUPPORTS_SMP
685         select MIPS_L1_CACHE_SHIFT_7
686         help
687           This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
688           workstations.  To compile a Linux kernel that runs on these, say Y
689           here.
690
691 config SGI_IP28
692         bool "SGI IP28 (Indigo2 R10k)"
693         select FW_ARC
694         select FW_ARC64
695         select BOOT_ELF64
696         select CEVT_R4K
697         select CSRC_R4K
698         select DEFAULT_SGI_PARTITION
699         select DMA_NONCOHERENT
700         select GENERIC_ISA_DMA_SUPPORT_BROKEN
701         select IRQ_MIPS_CPU
702         select HW_HAS_EISA
703         select I8253
704         select I8259
705         select SGI_HAS_I8042
706         select SGI_HAS_INDYDOG
707         select SGI_HAS_HAL2
708         select SGI_HAS_SEEQ
709         select SGI_HAS_WD93
710         select SGI_HAS_ZILOG
711         select SWAP_IO_SPACE
712         select SYS_HAS_CPU_R10000
713         #
714         # Disable EARLY_PRINTK for now since it leads to overwritten prom
715         # memory during early boot on some machines.
716         #
717         # See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecation.cyrius.com
718         # for a more details discussion
719         #
720         # select SYS_HAS_EARLY_PRINTK
721         select SYS_SUPPORTS_64BIT_KERNEL
722         select SYS_SUPPORTS_BIG_ENDIAN
723         select MIPS_L1_CACHE_SHIFT_7
724       help
725         This is the SGI Indigo2 with R10000 processor.  To compile a Linux
726         kernel that runs on these, say Y here.
727
728 config SGI_IP32
729         bool "SGI IP32 (O2)"
730         select FW_ARC
731         select FW_ARC32
732         select BOOT_ELF32
733         select CEVT_R4K
734         select CSRC_R4K
735         select DMA_NONCOHERENT
736         select HW_HAS_PCI
737         select IRQ_MIPS_CPU
738         select R5000_CPU_SCACHE
739         select RM7000_CPU_SCACHE
740         select SYS_HAS_CPU_R5000
741         select SYS_HAS_CPU_R10000 if BROKEN
742         select SYS_HAS_CPU_RM7000
743         select SYS_HAS_CPU_NEVADA
744         select SYS_SUPPORTS_64BIT_KERNEL
745         select SYS_SUPPORTS_BIG_ENDIAN
746         help
747           If you want this kernel to run on SGI O2 workstation, say Y here.
748
749 config SIBYTE_CRHINE
750         bool "Sibyte BCM91120C-CRhine"
751         select BOOT_ELF32
752         select DMA_COHERENT
753         select SIBYTE_BCM1120
754         select SWAP_IO_SPACE
755         select SYS_HAS_CPU_SB1
756         select SYS_SUPPORTS_BIG_ENDIAN
757         select SYS_SUPPORTS_LITTLE_ENDIAN
758
759 config SIBYTE_CARMEL
760         bool "Sibyte BCM91120x-Carmel"
761         select BOOT_ELF32
762         select DMA_COHERENT
763         select SIBYTE_BCM1120
764         select SWAP_IO_SPACE
765         select SYS_HAS_CPU_SB1
766         select SYS_SUPPORTS_BIG_ENDIAN
767         select SYS_SUPPORTS_LITTLE_ENDIAN
768
769 config SIBYTE_CRHONE
770         bool "Sibyte BCM91125C-CRhone"
771         select BOOT_ELF32
772         select DMA_COHERENT
773         select SIBYTE_BCM1125
774         select SWAP_IO_SPACE
775         select SYS_HAS_CPU_SB1
776         select SYS_SUPPORTS_BIG_ENDIAN
777         select SYS_SUPPORTS_HIGHMEM
778         select SYS_SUPPORTS_LITTLE_ENDIAN
779
780 config SIBYTE_RHONE
781         bool "Sibyte BCM91125E-Rhone"
782         select BOOT_ELF32
783         select DMA_COHERENT
784         select SIBYTE_BCM1125H
785         select SWAP_IO_SPACE
786         select SYS_HAS_CPU_SB1
787         select SYS_SUPPORTS_BIG_ENDIAN
788         select SYS_SUPPORTS_LITTLE_ENDIAN
789
790 config SIBYTE_SWARM
791         bool "Sibyte BCM91250A-SWARM"
792         select BOOT_ELF32
793         select DMA_COHERENT
794         select HAVE_PATA_PLATFORM
795         select SIBYTE_SB1250
796         select SWAP_IO_SPACE
797         select SYS_HAS_CPU_SB1
798         select SYS_SUPPORTS_BIG_ENDIAN
799         select SYS_SUPPORTS_HIGHMEM
800         select SYS_SUPPORTS_LITTLE_ENDIAN
801         select ZONE_DMA32 if 64BIT
802
803 config SIBYTE_LITTLESUR
804         bool "Sibyte BCM91250C2-LittleSur"
805         select BOOT_ELF32
806         select DMA_COHERENT
807         select HAVE_PATA_PLATFORM
808         select SIBYTE_SB1250
809         select SWAP_IO_SPACE
810         select SYS_HAS_CPU_SB1
811         select SYS_SUPPORTS_BIG_ENDIAN
812         select SYS_SUPPORTS_HIGHMEM
813         select SYS_SUPPORTS_LITTLE_ENDIAN
814
815 config SIBYTE_SENTOSA
816         bool "Sibyte BCM91250E-Sentosa"
817         select BOOT_ELF32
818         select DMA_COHERENT
819         select SIBYTE_SB1250
820         select SWAP_IO_SPACE
821         select SYS_HAS_CPU_SB1
822         select SYS_SUPPORTS_BIG_ENDIAN
823         select SYS_SUPPORTS_LITTLE_ENDIAN
824
825 config SIBYTE_BIGSUR
826         bool "Sibyte BCM91480B-BigSur"
827         select BOOT_ELF32
828         select DMA_COHERENT
829         select NR_CPUS_DEFAULT_4
830         select SIBYTE_BCM1x80
831         select SWAP_IO_SPACE
832         select SYS_HAS_CPU_SB1
833         select SYS_SUPPORTS_BIG_ENDIAN
834         select SYS_SUPPORTS_HIGHMEM
835         select SYS_SUPPORTS_LITTLE_ENDIAN
836         select ZONE_DMA32 if 64BIT
837
838 config SNI_RM
839         bool "SNI RM200/300/400"
840         select FW_ARC if CPU_LITTLE_ENDIAN
841         select FW_ARC32 if CPU_LITTLE_ENDIAN
842         select FW_SNIPROM if CPU_BIG_ENDIAN
843         select ARCH_MAY_HAVE_PC_FDC
844         select BOOT_ELF32
845         select CEVT_R4K
846         select CSRC_R4K
847         select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
848         select DMA_NONCOHERENT
849         select GENERIC_ISA_DMA
850         select HAVE_PCSPKR_PLATFORM
851         select HW_HAS_EISA
852         select HW_HAS_PCI
853         select IRQ_MIPS_CPU
854         select I8253
855         select I8259
856         select ISA
857         select SWAP_IO_SPACE if CPU_BIG_ENDIAN
858         select SYS_HAS_CPU_R4X00
859         select SYS_HAS_CPU_R5000
860         select SYS_HAS_CPU_R10000
861         select R5000_CPU_SCACHE
862         select SYS_HAS_EARLY_PRINTK
863         select SYS_SUPPORTS_32BIT_KERNEL
864         select SYS_SUPPORTS_64BIT_KERNEL
865         select SYS_SUPPORTS_BIG_ENDIAN
866         select SYS_SUPPORTS_HIGHMEM
867         select SYS_SUPPORTS_LITTLE_ENDIAN
868         help
869           The SNI RM200/300/400 are MIPS-based machines manufactured by
870           Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
871           Technology and now in turn merged with Fujitsu.  Say Y here to
872           support this machine type.
873
874 config MACH_TX39XX
875         bool "Toshiba TX39 series based machines"
876
877 config MACH_TX49XX
878         bool "Toshiba TX49 series based machines"
879
880 config MIKROTIK_RB532
881         bool "Mikrotik RB532 boards"
882         select CEVT_R4K
883         select CSRC_R4K
884         select DMA_NONCOHERENT
885         select HW_HAS_PCI
886         select IRQ_MIPS_CPU
887         select SYS_HAS_CPU_MIPS32_R1
888         select SYS_SUPPORTS_32BIT_KERNEL
889         select SYS_SUPPORTS_LITTLE_ENDIAN
890         select SWAP_IO_SPACE
891         select BOOT_RAW
892         select GPIOLIB
893         select MIPS_L1_CACHE_SHIFT_4
894         help
895           Support the Mikrotik(tm) RouterBoard 532 series,
896           based on the IDT RC32434 SoC.
897
898 config CAVIUM_OCTEON_SOC
899         bool "Cavium Networks Octeon SoC based boards"
900         select CEVT_R4K
901         select ARCH_PHYS_ADDR_T_64BIT
902         select DMA_COHERENT
903         select SYS_SUPPORTS_64BIT_KERNEL
904         select SYS_SUPPORTS_BIG_ENDIAN
905         select EDAC_SUPPORT
906         select EDAC_ATOMIC_SCRUB
907         select SYS_SUPPORTS_LITTLE_ENDIAN
908         select SYS_SUPPORTS_HOTPLUG_CPU if CPU_BIG_ENDIAN
909         select SYS_HAS_EARLY_PRINTK
910         select SYS_HAS_CPU_CAVIUM_OCTEON
911         select HW_HAS_PCI
912         select ZONE_DMA32
913         select HOLES_IN_ZONE
914         select GPIOLIB
915         select LIBFDT
916         select USE_OF
917         select ARCH_SPARSEMEM_ENABLE
918         select SYS_SUPPORTS_SMP
919         select NR_CPUS_DEFAULT_64
920         select MIPS_NR_CPU_NR_MAP_1024
921         select BUILTIN_DTB
922         select MTD_COMPLEX_MAPPINGS
923         select SYS_SUPPORTS_RELOCATABLE
924         help
925           This option supports all of the Octeon reference boards from Cavium
926           Networks. It builds a kernel that dynamically determines the Octeon
927           CPU type and supports all known board reference implementations.
928           Some of the supported boards are:
929                 EBT3000
930                 EBH3000
931                 EBH3100
932                 Thunder
933                 Kodama
934                 Hikari
935           Say Y here for most Octeon reference boards.
936
937 config NLM_XLR_BOARD
938         bool "Netlogic XLR/XLS based systems"
939         select BOOT_ELF32
940         select NLM_COMMON
941         select SYS_HAS_CPU_XLR
942         select SYS_SUPPORTS_SMP
943         select HW_HAS_PCI
944         select SWAP_IO_SPACE
945         select SYS_SUPPORTS_32BIT_KERNEL
946         select SYS_SUPPORTS_64BIT_KERNEL
947         select ARCH_PHYS_ADDR_T_64BIT
948         select SYS_SUPPORTS_BIG_ENDIAN
949         select SYS_SUPPORTS_HIGHMEM
950         select DMA_COHERENT
951         select NR_CPUS_DEFAULT_32
952         select CEVT_R4K
953         select CSRC_R4K
954         select IRQ_MIPS_CPU
955         select ZONE_DMA32 if 64BIT
956         select SYNC_R4K
957         select SYS_HAS_EARLY_PRINTK
958         select SYS_SUPPORTS_ZBOOT
959         select SYS_SUPPORTS_ZBOOT_UART16550
960         help
961           Support for systems based on Netlogic XLR and XLS processors.
962           Say Y here if you have a XLR or XLS based board.
963
964 config NLM_XLP_BOARD
965         bool "Netlogic XLP based systems"
966         select BOOT_ELF32
967         select NLM_COMMON
968         select SYS_HAS_CPU_XLP
969         select SYS_SUPPORTS_SMP
970         select HW_HAS_PCI
971         select SYS_SUPPORTS_32BIT_KERNEL
972         select SYS_SUPPORTS_64BIT_KERNEL
973         select ARCH_PHYS_ADDR_T_64BIT
974         select GPIOLIB
975         select SYS_SUPPORTS_BIG_ENDIAN
976         select SYS_SUPPORTS_LITTLE_ENDIAN
977         select SYS_SUPPORTS_HIGHMEM
978         select DMA_COHERENT
979         select NR_CPUS_DEFAULT_32
980         select CEVT_R4K
981         select CSRC_R4K
982         select IRQ_MIPS_CPU
983         select ZONE_DMA32 if 64BIT
984         select SYNC_R4K
985         select SYS_HAS_EARLY_PRINTK
986         select USE_OF
987         select SYS_SUPPORTS_ZBOOT
988         select SYS_SUPPORTS_ZBOOT_UART16550
989         help
990           This board is based on Netlogic XLP Processor.
991           Say Y here if you have a XLP based board.
992
993 config MIPS_PARAVIRT
994         bool "Para-Virtualized guest system"
995         select CEVT_R4K
996         select CSRC_R4K
997         select DMA_COHERENT
998         select SYS_SUPPORTS_64BIT_KERNEL
999         select SYS_SUPPORTS_32BIT_KERNEL
1000         select SYS_SUPPORTS_BIG_ENDIAN
1001         select SYS_SUPPORTS_SMP
1002         select NR_CPUS_DEFAULT_4
1003         select SYS_HAS_EARLY_PRINTK
1004         select SYS_HAS_CPU_MIPS32_R2
1005         select SYS_HAS_CPU_MIPS64_R2
1006         select SYS_HAS_CPU_CAVIUM_OCTEON
1007         select HW_HAS_PCI
1008         select SWAP_IO_SPACE
1009         help
1010           This option supports guest running under ????
1011
1012 endchoice
1013
1014 source "arch/mips/alchemy/Kconfig"
1015 source "arch/mips/ath25/Kconfig"
1016 source "arch/mips/ath79/Kconfig"
1017 source "arch/mips/bcm47xx/Kconfig"
1018 source "arch/mips/bcm63xx/Kconfig"
1019 source "arch/mips/bmips/Kconfig"
1020 source "arch/mips/generic/Kconfig"
1021 source "arch/mips/jazz/Kconfig"
1022 source "arch/mips/jz4740/Kconfig"
1023 source "arch/mips/lantiq/Kconfig"
1024 source "arch/mips/lasat/Kconfig"
1025 source "arch/mips/pic32/Kconfig"
1026 source "arch/mips/pistachio/Kconfig"
1027 source "arch/mips/pmcs-msp71xx/Kconfig"
1028 source "arch/mips/ralink/Kconfig"
1029 source "arch/mips/sgi-ip27/Kconfig"
1030 source "arch/mips/sibyte/Kconfig"
1031 source "arch/mips/txx9/Kconfig"
1032 source "arch/mips/vr41xx/Kconfig"
1033 source "arch/mips/cavium-octeon/Kconfig"
1034 source "arch/mips/loongson32/Kconfig"
1035 source "arch/mips/loongson64/Kconfig"
1036 source "arch/mips/netlogic/Kconfig"
1037 source "arch/mips/paravirt/Kconfig"
1038 source "arch/mips/xilfpga/Kconfig"
1039
1040 endmenu
1041
1042 config RWSEM_GENERIC_SPINLOCK
1043         bool
1044         default y
1045
1046 config RWSEM_XCHGADD_ALGORITHM
1047         bool
1048
1049 config GENERIC_HWEIGHT
1050         bool
1051         default y
1052
1053 config GENERIC_CALIBRATE_DELAY
1054         bool
1055         default y
1056
1057 config SCHED_OMIT_FRAME_POINTER
1058         bool
1059         default y
1060
1061 #
1062 # Select some configuration options automatically based on user selections.
1063 #
1064 config FW_ARC
1065         bool
1066
1067 config ARCH_MAY_HAVE_PC_FDC
1068         bool
1069
1070 config BOOT_RAW
1071         bool
1072
1073 config CEVT_BCM1480
1074         bool
1075
1076 config CEVT_DS1287
1077         bool
1078
1079 config CEVT_GT641XX
1080         bool
1081
1082 config CEVT_R4K
1083         bool
1084
1085 config CEVT_SB1250
1086         bool
1087
1088 config CEVT_TXX9
1089         bool
1090
1091 config CSRC_BCM1480
1092         bool
1093
1094 config CSRC_IOASIC
1095         bool
1096
1097 config CSRC_R4K
1098         bool
1099
1100 config CSRC_SB1250
1101         bool
1102
1103 config MIPS_CLOCK_VSYSCALL
1104         def_bool CSRC_R4K || CLKSRC_MIPS_GIC
1105
1106 config GPIO_TXX9
1107         select GPIOLIB
1108         bool
1109
1110 config FW_CFE
1111         bool
1112
1113 config ARCH_DMA_ADDR_T_64BIT
1114         def_bool (HIGHMEM && ARCH_PHYS_ADDR_T_64BIT) || 64BIT
1115
1116 config ARCH_SUPPORTS_UPROBES
1117         bool
1118
1119 config DMA_MAYBE_COHERENT
1120         select DMA_NONCOHERENT
1121         bool
1122
1123 config DMA_PERDEV_COHERENT
1124         bool
1125         select DMA_MAYBE_COHERENT
1126
1127 config DMA_COHERENT
1128         bool
1129
1130 config DMA_NONCOHERENT
1131         bool
1132         select NEED_DMA_MAP_STATE
1133
1134 config NEED_DMA_MAP_STATE
1135         bool
1136
1137 config SYS_HAS_EARLY_PRINTK
1138         bool
1139
1140 config SYS_SUPPORTS_HOTPLUG_CPU
1141         bool
1142
1143 config MIPS_BONITO64
1144         bool
1145
1146 config MIPS_MSC
1147         bool
1148
1149 config MIPS_NILE4
1150         bool
1151
1152 config SYNC_R4K
1153         bool
1154
1155 config MIPS_MACHINE
1156         def_bool n
1157
1158 config NO_IOPORT_MAP
1159         def_bool n
1160
1161 config GENERIC_CSUM
1162         bool
1163
1164 config GENERIC_ISA_DMA
1165         bool
1166         select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
1167         select ISA_DMA_API
1168
1169 config GENERIC_ISA_DMA_SUPPORT_BROKEN
1170         bool
1171         select GENERIC_ISA_DMA
1172
1173 config ISA_DMA_API
1174         bool
1175
1176 config HOLES_IN_ZONE
1177         bool
1178
1179 config SYS_SUPPORTS_RELOCATABLE
1180         bool
1181         help
1182          Selected if the platform supports relocating the kernel.
1183          The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF
1184          to allow access to command line and entropy sources.
1185
1186 config MIPS_CBPF_JIT
1187         def_bool y
1188         depends on BPF_JIT && HAVE_CBPF_JIT
1189
1190 config MIPS_EBPF_JIT
1191         def_bool y
1192         depends on BPF_JIT && HAVE_EBPF_JIT
1193
1194
1195 #
1196 # Endianness selection.  Sufficiently obscure so many users don't know what to
1197 # answer,so we try hard to limit the available choices.  Also the use of a
1198 # choice statement should be more obvious to the user.
1199 #
1200 choice
1201         prompt "Endianness selection"
1202         help
1203           Some MIPS machines can be configured for either little or big endian
1204           byte order. These modes require different kernels and a different
1205           Linux distribution.  In general there is one preferred byteorder for a
1206           particular system but some systems are just as commonly used in the
1207           one or the other endianness.
1208
1209 config CPU_BIG_ENDIAN
1210         bool "Big endian"
1211         depends on SYS_SUPPORTS_BIG_ENDIAN
1212
1213 config CPU_LITTLE_ENDIAN
1214         bool "Little endian"
1215         depends on SYS_SUPPORTS_LITTLE_ENDIAN
1216
1217 endchoice
1218
1219 config EXPORT_UASM
1220         bool
1221
1222 config SYS_SUPPORTS_APM_EMULATION
1223         bool
1224
1225 config SYS_SUPPORTS_BIG_ENDIAN
1226         bool
1227
1228 config SYS_SUPPORTS_LITTLE_ENDIAN
1229         bool
1230
1231 config SYS_SUPPORTS_HUGETLBFS
1232         bool
1233         depends on CPU_SUPPORTS_HUGEPAGES && 64BIT
1234         default y
1235
1236 config MIPS_HUGE_TLB_SUPPORT
1237         def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE
1238
1239 config IRQ_CPU_RM7K
1240         bool
1241
1242 config IRQ_MSP_SLP
1243         bool
1244
1245 config IRQ_MSP_CIC
1246         bool
1247
1248 config IRQ_TXX9
1249         bool
1250
1251 config IRQ_GT641XX
1252         bool
1253
1254 config PCI_GT64XXX_PCI0
1255         bool
1256
1257 config NO_EXCEPT_FILL
1258         bool
1259
1260 config SOC_EMMA2RH
1261         bool
1262         select CEVT_R4K
1263         select CSRC_R4K
1264         select DMA_NONCOHERENT
1265         select IRQ_MIPS_CPU
1266         select SWAP_IO_SPACE
1267         select SYS_HAS_CPU_R5500
1268         select SYS_SUPPORTS_32BIT_KERNEL
1269         select SYS_SUPPORTS_64BIT_KERNEL
1270         select SYS_SUPPORTS_BIG_ENDIAN
1271
1272 config SOC_PNX833X
1273         bool
1274         select CEVT_R4K
1275         select CSRC_R4K
1276         select IRQ_MIPS_CPU
1277         select DMA_NONCOHERENT
1278         select SYS_HAS_CPU_MIPS32_R2
1279         select SYS_SUPPORTS_32BIT_KERNEL
1280         select SYS_SUPPORTS_LITTLE_ENDIAN
1281         select SYS_SUPPORTS_BIG_ENDIAN
1282         select SYS_SUPPORTS_MIPS16
1283         select CPU_MIPSR2_IRQ_VI
1284
1285 config SOC_PNX8335
1286         bool
1287         select SOC_PNX833X
1288
1289 config MIPS_SPRAM
1290         bool
1291
1292 config SWAP_IO_SPACE
1293         bool
1294
1295 config SGI_HAS_INDYDOG
1296         bool
1297
1298 config SGI_HAS_HAL2
1299         bool
1300
1301 config SGI_HAS_SEEQ
1302         bool
1303
1304 config SGI_HAS_WD93
1305         bool
1306
1307 config SGI_HAS_ZILOG
1308         bool
1309
1310 config SGI_HAS_I8042
1311         bool
1312
1313 config DEFAULT_SGI_PARTITION
1314         bool
1315
1316 config FW_ARC32
1317         bool
1318
1319 config FW_SNIPROM
1320         bool
1321
1322 config BOOT_ELF32
1323         bool
1324
1325 config MIPS_L1_CACHE_SHIFT_4
1326         bool
1327
1328 config MIPS_L1_CACHE_SHIFT_5
1329         bool
1330
1331 config MIPS_L1_CACHE_SHIFT_6
1332         bool
1333
1334 config MIPS_L1_CACHE_SHIFT_7
1335         bool
1336
1337 config MIPS_L1_CACHE_SHIFT
1338         int
1339         default "7" if MIPS_L1_CACHE_SHIFT_7
1340         default "6" if MIPS_L1_CACHE_SHIFT_6
1341         default "5" if MIPS_L1_CACHE_SHIFT_5
1342         default "4" if MIPS_L1_CACHE_SHIFT_4
1343         default "5"
1344
1345 config HAVE_STD_PC_SERIAL_PORT
1346         bool
1347
1348 config ARC_CONSOLE
1349         bool "ARC console support"
1350         depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN)
1351
1352 config ARC_MEMORY
1353         bool
1354         depends on MACH_JAZZ || SNI_RM || SGI_IP32
1355         default y
1356
1357 config ARC_PROMLIB
1358         bool
1359         depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP28 || SGI_IP32
1360         default y
1361
1362 config FW_ARC64
1363         bool
1364
1365 config BOOT_ELF64
1366         bool
1367
1368 menu "CPU selection"
1369
1370 choice
1371         prompt "CPU type"
1372         default CPU_R4X00
1373
1374 config CPU_LOONGSON3
1375         bool "Loongson 3 CPU"
1376         depends on SYS_HAS_CPU_LOONGSON3
1377         select CPU_SUPPORTS_64BIT_KERNEL
1378         select CPU_SUPPORTS_HIGHMEM
1379         select CPU_SUPPORTS_HUGEPAGES
1380         select WEAK_ORDERING
1381         select WEAK_REORDERING_BEYOND_LLSC
1382         select MIPS_PGD_C0_CONTEXT
1383         select MIPS_L1_CACHE_SHIFT_6
1384         select GPIOLIB
1385         help
1386                 The Loongson 3 processor implements the MIPS64R2 instruction
1387                 set with many extensions.
1388
1389 config LOONGSON3_ENHANCEMENT
1390         bool "New Loongson 3 CPU Enhancements"
1391         default n
1392         select CPU_MIPSR2
1393         select CPU_HAS_PREFETCH
1394         depends on CPU_LOONGSON3
1395         help
1396           New Loongson 3 CPU (since Loongson-3A R2, as opposed to Loongson-3A
1397           R1, Loongson-3B R1 and Loongson-3B R2) has many enhancements, such as
1398           FTLB, L1-VCache, EI/DI/Wait/Prefetch instruction, DSP/DSPv2 ASE, User
1399           Local register, Read-Inhibit/Execute-Inhibit, SFB (Store Fill Buffer),
1400           Fast TLB refill support, etc.
1401
1402           This option enable those enhancements which are not probed at run
1403           time. If you want a generic kernel to run on all Loongson 3 machines,
1404           please say 'N' here. If you want a high-performance kernel to run on
1405           new Loongson 3 machines only, please say 'Y' here.
1406
1407 config CPU_LOONGSON2E
1408         bool "Loongson 2E"
1409         depends on SYS_HAS_CPU_LOONGSON2E
1410         select CPU_LOONGSON2
1411         help
1412           The Loongson 2E processor implements the MIPS III instruction set
1413           with many extensions.
1414
1415           It has an internal FPGA northbridge, which is compatible to
1416           bonito64.
1417
1418 config CPU_LOONGSON2F
1419         bool "Loongson 2F"
1420         depends on SYS_HAS_CPU_LOONGSON2F
1421         select CPU_LOONGSON2
1422         select GPIOLIB
1423         help
1424           The Loongson 2F processor implements the MIPS III instruction set
1425           with many extensions.
1426
1427           Loongson2F have built-in DDR2 and PCIX controller. The PCIX controller
1428           have a similar programming interface with FPGA northbridge used in
1429           Loongson2E.
1430
1431 config CPU_LOONGSON1B
1432         bool "Loongson 1B"
1433         depends on SYS_HAS_CPU_LOONGSON1B
1434         select CPU_LOONGSON1
1435         select LEDS_GPIO_REGISTER
1436         help
1437           The Loongson 1B is a 32-bit SoC, which implements the MIPS32
1438           release 2 instruction set.
1439
1440 config CPU_LOONGSON1C
1441         bool "Loongson 1C"
1442         depends on SYS_HAS_CPU_LOONGSON1C
1443         select CPU_LOONGSON1
1444         select LEDS_GPIO_REGISTER
1445         help
1446           The Loongson 1C is a 32-bit SoC, which implements the MIPS32
1447           release 2 instruction set.
1448
1449 config CPU_MIPS32_R1
1450         bool "MIPS32 Release 1"
1451         depends on SYS_HAS_CPU_MIPS32_R1
1452         select CPU_HAS_PREFETCH
1453         select CPU_SUPPORTS_32BIT_KERNEL
1454         select CPU_SUPPORTS_HIGHMEM
1455         help
1456           Choose this option to build a kernel for release 1 or later of the
1457           MIPS32 architecture.  Most modern embedded systems with a 32-bit
1458           MIPS processor are based on a MIPS32 processor.  If you know the
1459           specific type of processor in your system, choose those that one
1460           otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1461           Release 2 of the MIPS32 architecture is available since several
1462           years so chances are you even have a MIPS32 Release 2 processor
1463           in which case you should choose CPU_MIPS32_R2 instead for better
1464           performance.
1465
1466 config CPU_MIPS32_R2
1467         bool "MIPS32 Release 2"
1468         depends on SYS_HAS_CPU_MIPS32_R2
1469         select CPU_HAS_PREFETCH
1470         select CPU_SUPPORTS_32BIT_KERNEL
1471         select CPU_SUPPORTS_HIGHMEM
1472         select CPU_SUPPORTS_MSA
1473         select HAVE_KVM
1474         help
1475           Choose this option to build a kernel for release 2 or later of the
1476           MIPS32 architecture.  Most modern embedded systems with a 32-bit
1477           MIPS processor are based on a MIPS32 processor.  If you know the
1478           specific type of processor in your system, choose those that one
1479           otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1480
1481 config CPU_MIPS32_R6
1482         bool "MIPS32 Release 6"
1483         depends on SYS_HAS_CPU_MIPS32_R6
1484         select CPU_HAS_PREFETCH
1485         select CPU_SUPPORTS_32BIT_KERNEL
1486         select CPU_SUPPORTS_HIGHMEM
1487         select CPU_SUPPORTS_MSA
1488         select GENERIC_CSUM
1489         select HAVE_KVM
1490         select MIPS_O32_FP64_SUPPORT
1491         help
1492           Choose this option to build a kernel for release 6 or later of the
1493           MIPS32 architecture.  New MIPS processors, starting with the Warrior
1494           family, are based on a MIPS32r6 processor. If you own an older
1495           processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
1496
1497 config CPU_MIPS64_R1
1498         bool "MIPS64 Release 1"
1499         depends on SYS_HAS_CPU_MIPS64_R1
1500         select CPU_HAS_PREFETCH
1501         select CPU_SUPPORTS_32BIT_KERNEL
1502         select CPU_SUPPORTS_64BIT_KERNEL
1503         select CPU_SUPPORTS_HIGHMEM
1504         select CPU_SUPPORTS_HUGEPAGES
1505         help
1506           Choose this option to build a kernel for release 1 or later of the
1507           MIPS64 architecture.  Many modern embedded systems with a 64-bit
1508           MIPS processor are based on a MIPS64 processor.  If you know the
1509           specific type of processor in your system, choose those that one
1510           otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1511           Release 2 of the MIPS64 architecture is available since several
1512           years so chances are you even have a MIPS64 Release 2 processor
1513           in which case you should choose CPU_MIPS64_R2 instead for better
1514           performance.
1515
1516 config CPU_MIPS64_R2
1517         bool "MIPS64 Release 2"
1518         depends on SYS_HAS_CPU_MIPS64_R2
1519         select CPU_HAS_PREFETCH
1520         select CPU_SUPPORTS_32BIT_KERNEL
1521         select CPU_SUPPORTS_64BIT_KERNEL
1522         select CPU_SUPPORTS_HIGHMEM
1523         select CPU_SUPPORTS_HUGEPAGES
1524         select CPU_SUPPORTS_MSA
1525         select HAVE_KVM
1526         help
1527           Choose this option to build a kernel for release 2 or later of the
1528           MIPS64 architecture.  Many modern embedded systems with a 64-bit
1529           MIPS processor are based on a MIPS64 processor.  If you know the
1530           specific type of processor in your system, choose those that one
1531           otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1532
1533 config CPU_MIPS64_R6
1534         bool "MIPS64 Release 6"
1535         depends on SYS_HAS_CPU_MIPS64_R6
1536         select CPU_HAS_PREFETCH
1537         select CPU_SUPPORTS_32BIT_KERNEL
1538         select CPU_SUPPORTS_64BIT_KERNEL
1539         select CPU_SUPPORTS_HIGHMEM
1540         select CPU_SUPPORTS_MSA
1541         select GENERIC_CSUM
1542         select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
1543         select HAVE_KVM
1544         help
1545           Choose this option to build a kernel for release 6 or later of the
1546           MIPS64 architecture.  New MIPS processors, starting with the Warrior
1547           family, are based on a MIPS64r6 processor. If you own an older
1548           processor, you probably need to select MIPS64r1 or MIPS64r2 instead.
1549
1550 config CPU_R3000
1551         bool "R3000"
1552         depends on SYS_HAS_CPU_R3000
1553         select CPU_HAS_WB
1554         select CPU_SUPPORTS_32BIT_KERNEL
1555         select CPU_SUPPORTS_HIGHMEM
1556         help
1557           Please make sure to pick the right CPU type. Linux/MIPS is not
1558           designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1559           *not* work on R4000 machines and vice versa.  However, since most
1560           of the supported machines have an R4000 (or similar) CPU, R4x00
1561           might be a safe bet.  If the resulting kernel does not work,
1562           try to recompile with R3000.
1563
1564 config CPU_TX39XX
1565         bool "R39XX"
1566         depends on SYS_HAS_CPU_TX39XX
1567         select CPU_SUPPORTS_32BIT_KERNEL
1568
1569 config CPU_VR41XX
1570         bool "R41xx"
1571         depends on SYS_HAS_CPU_VR41XX
1572         select CPU_SUPPORTS_32BIT_KERNEL
1573         select CPU_SUPPORTS_64BIT_KERNEL
1574         help
1575           The options selects support for the NEC VR4100 series of processors.
1576           Only choose this option if you have one of these processors as a
1577           kernel built with this option will not run on any other type of
1578           processor or vice versa.
1579
1580 config CPU_R4300
1581         bool "R4300"
1582         depends on SYS_HAS_CPU_R4300
1583         select CPU_SUPPORTS_32BIT_KERNEL
1584         select CPU_SUPPORTS_64BIT_KERNEL
1585         help
1586           MIPS Technologies R4300-series processors.
1587
1588 config CPU_R4X00
1589         bool "R4x00"
1590         depends on SYS_HAS_CPU_R4X00
1591         select CPU_SUPPORTS_32BIT_KERNEL
1592         select CPU_SUPPORTS_64BIT_KERNEL
1593         select CPU_SUPPORTS_HUGEPAGES
1594         help
1595           MIPS Technologies R4000-series processors other than 4300, including
1596           the R4000, R4400, R4600, and 4700.
1597
1598 config CPU_TX49XX
1599         bool "R49XX"
1600         depends on SYS_HAS_CPU_TX49XX
1601         select CPU_HAS_PREFETCH
1602         select CPU_SUPPORTS_32BIT_KERNEL
1603         select CPU_SUPPORTS_64BIT_KERNEL
1604         select CPU_SUPPORTS_HUGEPAGES
1605
1606 config CPU_R5000
1607         bool "R5000"
1608         depends on SYS_HAS_CPU_R5000
1609         select CPU_SUPPORTS_32BIT_KERNEL
1610         select CPU_SUPPORTS_64BIT_KERNEL
1611         select CPU_SUPPORTS_HUGEPAGES
1612         help
1613           MIPS Technologies R5000-series processors other than the Nevada.
1614
1615 config CPU_R5432
1616         bool "R5432"
1617         depends on SYS_HAS_CPU_R5432
1618         select CPU_SUPPORTS_32BIT_KERNEL
1619         select CPU_SUPPORTS_64BIT_KERNEL
1620         select CPU_SUPPORTS_HUGEPAGES
1621
1622 config CPU_R5500
1623         bool "R5500"
1624         depends on SYS_HAS_CPU_R5500
1625         select CPU_SUPPORTS_32BIT_KERNEL
1626         select CPU_SUPPORTS_64BIT_KERNEL
1627         select CPU_SUPPORTS_HUGEPAGES
1628         help
1629           NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
1630           instruction set.
1631
1632 config CPU_NEVADA
1633         bool "RM52xx"
1634         depends on SYS_HAS_CPU_NEVADA
1635         select CPU_SUPPORTS_32BIT_KERNEL
1636         select CPU_SUPPORTS_64BIT_KERNEL
1637         select CPU_SUPPORTS_HUGEPAGES
1638         help
1639           QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1640
1641 config CPU_R8000
1642         bool "R8000"
1643         depends on SYS_HAS_CPU_R8000
1644         select CPU_HAS_PREFETCH
1645         select CPU_SUPPORTS_64BIT_KERNEL
1646         help
1647           MIPS Technologies R8000 processors.  Note these processors are
1648           uncommon and the support for them is incomplete.
1649
1650 config CPU_R10000
1651         bool "R10000"
1652         depends on SYS_HAS_CPU_R10000
1653         select CPU_HAS_PREFETCH
1654         select CPU_SUPPORTS_32BIT_KERNEL
1655         select CPU_SUPPORTS_64BIT_KERNEL
1656         select CPU_SUPPORTS_HIGHMEM
1657         select CPU_SUPPORTS_HUGEPAGES
1658         help
1659           MIPS Technologies R10000-series processors.
1660
1661 config CPU_RM7000
1662         bool "RM7000"
1663         depends on SYS_HAS_CPU_RM7000
1664         select CPU_HAS_PREFETCH
1665         select CPU_SUPPORTS_32BIT_KERNEL
1666         select CPU_SUPPORTS_64BIT_KERNEL
1667         select CPU_SUPPORTS_HIGHMEM
1668         select CPU_SUPPORTS_HUGEPAGES
1669
1670 config CPU_SB1
1671         bool "SB1"
1672         depends on SYS_HAS_CPU_SB1
1673         select CPU_SUPPORTS_32BIT_KERNEL
1674         select CPU_SUPPORTS_64BIT_KERNEL
1675         select CPU_SUPPORTS_HIGHMEM
1676         select CPU_SUPPORTS_HUGEPAGES
1677         select WEAK_ORDERING
1678
1679 config CPU_CAVIUM_OCTEON
1680         bool "Cavium Octeon processor"
1681         depends on SYS_HAS_CPU_CAVIUM_OCTEON
1682         select CPU_HAS_PREFETCH
1683         select CPU_SUPPORTS_64BIT_KERNEL
1684         select WEAK_ORDERING
1685         select CPU_SUPPORTS_HIGHMEM
1686         select CPU_SUPPORTS_HUGEPAGES
1687         select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1688         select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1689         select MIPS_L1_CACHE_SHIFT_7
1690         select HAVE_KVM
1691         help
1692           The Cavium Octeon processor is a highly integrated chip containing
1693           many ethernet hardware widgets for networking tasks. The processor
1694           can have up to 16 Mips64v2 cores and 8 integrated gigabit ethernets.
1695           Full details can be found at http://www.caviumnetworks.com.
1696
1697 config CPU_BMIPS
1698         bool "Broadcom BMIPS"
1699         depends on SYS_HAS_CPU_BMIPS
1700         select CPU_MIPS32
1701         select CPU_BMIPS32_3300 if SYS_HAS_CPU_BMIPS32_3300
1702         select CPU_BMIPS4350 if SYS_HAS_CPU_BMIPS4350
1703         select CPU_BMIPS4380 if SYS_HAS_CPU_BMIPS4380
1704         select CPU_BMIPS5000 if SYS_HAS_CPU_BMIPS5000
1705         select CPU_SUPPORTS_32BIT_KERNEL
1706         select DMA_NONCOHERENT
1707         select IRQ_MIPS_CPU
1708         select SWAP_IO_SPACE
1709         select WEAK_ORDERING
1710         select CPU_SUPPORTS_HIGHMEM
1711         select CPU_HAS_PREFETCH
1712         select CPU_SUPPORTS_CPUFREQ
1713         select MIPS_EXTERNAL_TIMER
1714         help
1715           Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors.
1716
1717 config CPU_XLR
1718         bool "Netlogic XLR SoC"
1719         depends on SYS_HAS_CPU_XLR
1720         select CPU_SUPPORTS_32BIT_KERNEL
1721         select CPU_SUPPORTS_64BIT_KERNEL
1722         select CPU_SUPPORTS_HIGHMEM
1723         select CPU_SUPPORTS_HUGEPAGES
1724         select WEAK_ORDERING
1725         select WEAK_REORDERING_BEYOND_LLSC
1726         help
1727           Netlogic Microsystems XLR/XLS processors.
1728
1729 config CPU_XLP
1730         bool "Netlogic XLP SoC"
1731         depends on SYS_HAS_CPU_XLP
1732         select CPU_SUPPORTS_32BIT_KERNEL
1733         select CPU_SUPPORTS_64BIT_KERNEL
1734         select CPU_SUPPORTS_HIGHMEM
1735         select WEAK_ORDERING
1736         select WEAK_REORDERING_BEYOND_LLSC
1737         select CPU_HAS_PREFETCH
1738         select CPU_MIPSR2
1739         select CPU_SUPPORTS_HUGEPAGES
1740         select MIPS_ASID_BITS_VARIABLE
1741         help
1742           Netlogic Microsystems XLP processors.
1743 endchoice
1744
1745 config CPU_MIPS32_3_5_FEATURES
1746         bool "MIPS32 Release 3.5 Features"
1747         depends on SYS_HAS_CPU_MIPS32_R3_5
1748         depends on CPU_MIPS32_R2 || CPU_MIPS32_R6
1749         help
1750           Choose this option to build a kernel for release 2 or later of the
1751           MIPS32 architecture including features from the 3.5 release such as
1752           support for Enhanced Virtual Addressing (EVA).
1753
1754 config CPU_MIPS32_3_5_EVA
1755         bool "Enhanced Virtual Addressing (EVA)"
1756         depends on CPU_MIPS32_3_5_FEATURES
1757         select EVA
1758         default y
1759         help
1760           Choose this option if you want to enable the Enhanced Virtual
1761           Addressing (EVA) on your MIPS32 core (such as proAptiv).
1762           One of its primary benefits is an increase in the maximum size
1763           of lowmem (up to 3GB). If unsure, say 'N' here.
1764
1765 config CPU_MIPS32_R5_FEATURES
1766         bool "MIPS32 Release 5 Features"
1767         depends on SYS_HAS_CPU_MIPS32_R5
1768         depends on CPU_MIPS32_R2
1769         help
1770           Choose this option to build a kernel for release 2 or later of the
1771           MIPS32 architecture including features from release 5 such as
1772           support for Extended Physical Addressing (XPA).
1773
1774 config CPU_MIPS32_R5_XPA
1775         bool "Extended Physical Addressing (XPA)"
1776         depends on CPU_MIPS32_R5_FEATURES
1777         depends on !EVA
1778         depends on !PAGE_SIZE_4KB
1779         depends on SYS_SUPPORTS_HIGHMEM
1780         select XPA
1781         select HIGHMEM
1782         select ARCH_PHYS_ADDR_T_64BIT
1783         default n
1784         help
1785           Choose this option if you want to enable the Extended Physical
1786           Addressing (XPA) on your MIPS32 core (such as P5600 series). The
1787           benefit is to increase physical addressing equal to or greater
1788           than 40 bits. Note that this has the side effect of turning on
1789           64-bit addressing which in turn makes the PTEs 64-bit in size.
1790           If unsure, say 'N' here.
1791
1792 if CPU_LOONGSON2F
1793 config CPU_NOP_WORKAROUNDS
1794         bool
1795
1796 config CPU_JUMP_WORKAROUNDS
1797         bool
1798
1799 config CPU_LOONGSON2F_WORKAROUNDS
1800         bool "Loongson 2F Workarounds"
1801         default y
1802         select CPU_NOP_WORKAROUNDS
1803         select CPU_JUMP_WORKAROUNDS
1804         help
1805           Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which
1806           require workarounds.  Without workarounds the system may hang
1807           unexpectedly.  For more information please refer to the gas
1808           -mfix-loongson2f-nop and -mfix-loongson2f-jump options.
1809
1810           Loongson 2F03 and later have fixed these issues and no workarounds
1811           are needed.  The workarounds have no significant side effect on them
1812           but may decrease the performance of the system so this option should
1813           be disabled unless the kernel is intended to be run on 2F01 or 2F02
1814           systems.
1815
1816           If unsure, please say Y.
1817 endif # CPU_LOONGSON2F
1818
1819 config SYS_SUPPORTS_ZBOOT
1820         bool
1821         select HAVE_KERNEL_GZIP
1822         select HAVE_KERNEL_BZIP2
1823         select HAVE_KERNEL_LZ4
1824         select HAVE_KERNEL_LZMA
1825         select HAVE_KERNEL_LZO
1826         select HAVE_KERNEL_XZ
1827
1828 config SYS_SUPPORTS_ZBOOT_UART16550
1829         bool
1830         select SYS_SUPPORTS_ZBOOT
1831
1832 config SYS_SUPPORTS_ZBOOT_UART_PROM
1833         bool
1834         select SYS_SUPPORTS_ZBOOT
1835
1836 config CPU_LOONGSON2
1837         bool
1838         select CPU_SUPPORTS_32BIT_KERNEL
1839         select CPU_SUPPORTS_64BIT_KERNEL
1840         select CPU_SUPPORTS_HIGHMEM
1841         select CPU_SUPPORTS_HUGEPAGES
1842
1843 config CPU_LOONGSON1
1844         bool
1845         select CPU_MIPS32
1846         select CPU_MIPSR2
1847         select CPU_HAS_PREFETCH
1848         select CPU_SUPPORTS_32BIT_KERNEL
1849         select CPU_SUPPORTS_HIGHMEM
1850         select CPU_SUPPORTS_CPUFREQ
1851
1852 config CPU_BMIPS32_3300
1853         select SMP_UP if SMP
1854         bool
1855
1856 config CPU_BMIPS4350
1857         bool
1858         select SYS_SUPPORTS_SMP
1859         select SYS_SUPPORTS_HOTPLUG_CPU
1860
1861 config CPU_BMIPS4380
1862         bool
1863         select MIPS_L1_CACHE_SHIFT_6
1864         select SYS_SUPPORTS_SMP
1865         select SYS_SUPPORTS_HOTPLUG_CPU
1866         select CPU_HAS_RIXI
1867
1868 config CPU_BMIPS5000
1869         bool
1870         select MIPS_CPU_SCACHE
1871         select MIPS_L1_CACHE_SHIFT_7
1872         select SYS_SUPPORTS_SMP
1873         select SYS_SUPPORTS_HOTPLUG_CPU
1874         select CPU_HAS_RIXI
1875
1876 config SYS_HAS_CPU_LOONGSON3
1877         bool
1878         select CPU_SUPPORTS_CPUFREQ
1879         select CPU_HAS_RIXI
1880
1881 config SYS_HAS_CPU_LOONGSON2E
1882         bool
1883
1884 config SYS_HAS_CPU_LOONGSON2F
1885         bool
1886         select CPU_SUPPORTS_CPUFREQ
1887         select CPU_SUPPORTS_ADDRWINCFG if 64BIT
1888         select CPU_SUPPORTS_UNCACHED_ACCELERATED
1889
1890 config SYS_HAS_CPU_LOONGSON1B
1891         bool
1892
1893 config SYS_HAS_CPU_LOONGSON1C
1894         bool
1895
1896 config SYS_HAS_CPU_MIPS32_R1
1897         bool
1898
1899 config SYS_HAS_CPU_MIPS32_R2
1900         bool
1901
1902 config SYS_HAS_CPU_MIPS32_R3_5
1903         bool
1904
1905 config SYS_HAS_CPU_MIPS32_R5
1906         bool
1907
1908 config SYS_HAS_CPU_MIPS32_R6
1909         bool
1910
1911 config SYS_HAS_CPU_MIPS64_R1
1912         bool
1913
1914 config SYS_HAS_CPU_MIPS64_R2
1915         bool
1916
1917 config SYS_HAS_CPU_MIPS64_R6
1918         bool
1919
1920 config SYS_HAS_CPU_R3000
1921         bool
1922
1923 config SYS_HAS_CPU_TX39XX
1924         bool
1925
1926 config SYS_HAS_CPU_VR41XX
1927         bool
1928
1929 config SYS_HAS_CPU_R4300
1930         bool
1931
1932 config SYS_HAS_CPU_R4X00
1933         bool
1934
1935 config SYS_HAS_CPU_TX49XX
1936         bool
1937
1938 config SYS_HAS_CPU_R5000
1939         bool
1940
1941 config SYS_HAS_CPU_R5432
1942         bool
1943
1944 config SYS_HAS_CPU_R5500
1945         bool
1946
1947 config SYS_HAS_CPU_NEVADA
1948         bool
1949
1950 config SYS_HAS_CPU_R8000
1951         bool
1952
1953 config SYS_HAS_CPU_R10000
1954         bool
1955
1956 config SYS_HAS_CPU_RM7000
1957         bool
1958
1959 config SYS_HAS_CPU_SB1
1960         bool
1961
1962 config SYS_HAS_CPU_CAVIUM_OCTEON
1963         bool
1964
1965 config SYS_HAS_CPU_BMIPS
1966         bool
1967
1968 config SYS_HAS_CPU_BMIPS32_3300
1969         bool
1970         select SYS_HAS_CPU_BMIPS
1971
1972 config SYS_HAS_CPU_BMIPS4350
1973         bool
1974         select SYS_HAS_CPU_BMIPS
1975
1976 config SYS_HAS_CPU_BMIPS4380
1977         bool
1978         select SYS_HAS_CPU_BMIPS
1979
1980 config SYS_HAS_CPU_BMIPS5000
1981         bool
1982         select SYS_HAS_CPU_BMIPS
1983
1984 config SYS_HAS_CPU_XLR
1985         bool
1986
1987 config SYS_HAS_CPU_XLP
1988         bool
1989
1990 config MIPS_MALTA_PM
1991         depends on MIPS_MALTA
1992         depends on PCI
1993         bool
1994         default y
1995
1996 #
1997 # CPU may reorder R->R, R->W, W->R, W->W
1998 # Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
1999 #
2000 config WEAK_ORDERING
2001         bool
2002
2003 #
2004 # CPU may reorder reads and writes beyond LL/SC
2005 # CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
2006 #
2007 config WEAK_REORDERING_BEYOND_LLSC
2008         bool
2009 endmenu
2010
2011 #
2012 # These two indicate any level of the MIPS32 and MIPS64 architecture
2013 #
2014 config CPU_MIPS32
2015         bool
2016         default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 || CPU_MIPS32_R6
2017
2018 config CPU_MIPS64
2019         bool
2020         default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 || CPU_MIPS64_R6
2021
2022 #
2023 # These two indicate the revision of the architecture, either Release 1 or Release 2
2024 #
2025 config CPU_MIPSR1
2026         bool
2027         default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
2028
2029 config CPU_MIPSR2
2030         bool
2031         default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON
2032         select CPU_HAS_RIXI
2033         select MIPS_SPRAM
2034
2035 config CPU_MIPSR6
2036         bool
2037         default y if CPU_MIPS32_R6 || CPU_MIPS64_R6
2038         select CPU_HAS_RIXI
2039         select HAVE_ARCH_BITREVERSE
2040         select MIPS_ASID_BITS_VARIABLE
2041         select MIPS_SPRAM
2042
2043 config EVA
2044         bool
2045
2046 config XPA
2047         bool
2048
2049 config SYS_SUPPORTS_32BIT_KERNEL
2050         bool
2051 config SYS_SUPPORTS_64BIT_KERNEL
2052         bool
2053 config CPU_SUPPORTS_32BIT_KERNEL
2054         bool
2055 config CPU_SUPPORTS_64BIT_KERNEL
2056         bool
2057 config CPU_SUPPORTS_CPUFREQ
2058         bool
2059 config CPU_SUPPORTS_ADDRWINCFG
2060         bool
2061 config CPU_SUPPORTS_HUGEPAGES
2062         bool
2063 config CPU_SUPPORTS_UNCACHED_ACCELERATED
2064         bool
2065 config MIPS_PGD_C0_CONTEXT
2066         bool
2067         default y if 64BIT && (CPU_MIPSR2 || CPU_MIPSR6) && !CPU_XLP
2068
2069 #
2070 # Set to y for ptrace access to watch registers.
2071 #
2072 config HARDWARE_WATCHPOINTS
2073        bool
2074        default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6
2075
2076 menu "Kernel type"
2077
2078 choice
2079         prompt "Kernel code model"
2080         help
2081           You should only select this option if you have a workload that
2082           actually benefits from 64-bit processing or if your machine has
2083           large memory.  You will only be presented a single option in this
2084           menu if your system does not support both 32-bit and 64-bit kernels.
2085
2086 config 32BIT
2087         bool "32-bit kernel"
2088         depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
2089         select TRAD_SIGNALS
2090         help
2091           Select this option if you want to build a 32-bit kernel.
2092
2093 config 64BIT
2094         bool "64-bit kernel"
2095         depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
2096         help
2097           Select this option if you want to build a 64-bit kernel.
2098
2099 endchoice
2100
2101 config KVM_GUEST
2102         bool "KVM Guest Kernel"
2103         depends on BROKEN_ON_SMP
2104         help
2105           Select this option if building a guest kernel for KVM (Trap & Emulate)
2106           mode.
2107
2108 config KVM_GUEST_TIMER_FREQ
2109         int "Count/Compare Timer Frequency (MHz)"
2110         depends on KVM_GUEST
2111         default 100
2112         help
2113           Set this to non-zero if building a guest kernel for KVM to skip RTC
2114           emulation when determining guest CPU Frequency. Instead, the guest's
2115           timer frequency is specified directly.
2116
2117 config MIPS_VA_BITS_48
2118         bool "48 bits virtual memory"
2119         depends on 64BIT
2120         help
2121           Support a maximum at least 48 bits of application virtual
2122           memory.  Default is 40 bits or less, depending on the CPU.
2123           For page sizes 16k and above, this option results in a small
2124           memory overhead for page tables.  For 4k page size, a fourth
2125           level of page tables is added which imposes both a memory
2126           overhead as well as slower TLB fault handling.
2127
2128           If unsure, say N.
2129
2130 choice
2131         prompt "Kernel page size"
2132         default PAGE_SIZE_4KB
2133
2134 config PAGE_SIZE_4KB
2135         bool "4kB"
2136         depends on !CPU_LOONGSON2 && !CPU_LOONGSON3
2137         help
2138          This option select the standard 4kB Linux page size.  On some
2139          R3000-family processors this is the only available page size.  Using
2140          4kB page size will minimize memory consumption and is therefore
2141          recommended for low memory systems.
2142
2143 config PAGE_SIZE_8KB
2144         bool "8kB"
2145         depends on CPU_R8000 || CPU_CAVIUM_OCTEON
2146         depends on !MIPS_VA_BITS_48
2147         help
2148           Using 8kB page size will result in higher performance kernel at
2149           the price of higher memory consumption.  This option is available
2150           only on R8000 and cnMIPS processors.  Note that you will need a
2151           suitable Linux distribution to support this.
2152
2153 config PAGE_SIZE_16KB
2154         bool "16kB"
2155         depends on !CPU_R3000 && !CPU_TX39XX
2156         help
2157           Using 16kB page size will result in higher performance kernel at
2158           the price of higher memory consumption.  This option is available on
2159           all non-R3000 family processors.  Note that you will need a suitable
2160           Linux distribution to support this.
2161
2162 config PAGE_SIZE_32KB
2163         bool "32kB"
2164         depends on CPU_CAVIUM_OCTEON
2165         depends on !MIPS_VA_BITS_48
2166         help
2167           Using 32kB page size will result in higher performance kernel at
2168           the price of higher memory consumption.  This option is available
2169           only on cnMIPS cores.  Note that you will need a suitable Linux
2170           distribution to support this.
2171
2172 config PAGE_SIZE_64KB
2173         bool "64kB"
2174         depends on !CPU_R3000 && !CPU_TX39XX
2175         help
2176           Using 64kB page size will result in higher performance kernel at
2177           the price of higher memory consumption.  This option is available on
2178           all non-R3000 family processor.  Not that at the time of this
2179           writing this option is still high experimental.
2180
2181 endchoice
2182
2183 config FORCE_MAX_ZONEORDER
2184         int "Maximum zone order"
2185         range 14 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
2186         default "14" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
2187         range 13 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
2188         default "13" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
2189         range 12 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
2190         default "12" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
2191         range 11 64
2192         default "11"
2193         help
2194           The kernel memory allocator divides physically contiguous memory
2195           blocks into "zones", where each zone is a power of two number of
2196           pages.  This option selects the largest power of two that the kernel
2197           keeps in the memory allocator.  If you need to allocate very large
2198           blocks of physically contiguous memory, then you may need to
2199           increase this value.
2200
2201           This config option is actually maximum order plus one. For example,
2202           a value of 11 means that the largest free memory block is 2^10 pages.
2203
2204           The page size is not necessarily 4KB.  Keep this in mind
2205           when choosing a value for this option.
2206
2207 config BOARD_SCACHE
2208         bool
2209
2210 config IP22_CPU_SCACHE
2211         bool
2212         select BOARD_SCACHE
2213
2214 #
2215 # Support for a MIPS32 / MIPS64 style S-caches
2216 #
2217 config MIPS_CPU_SCACHE
2218         bool
2219         select BOARD_SCACHE
2220
2221 config R5000_CPU_SCACHE
2222         bool
2223         select BOARD_SCACHE
2224
2225 config RM7000_CPU_SCACHE
2226         bool
2227         select BOARD_SCACHE
2228
2229 config SIBYTE_DMA_PAGEOPS
2230         bool "Use DMA to clear/copy pages"
2231         depends on CPU_SB1
2232         help
2233           Instead of using the CPU to zero and copy pages, use a Data Mover
2234           channel.  These DMA channels are otherwise unused by the standard
2235           SiByte Linux port.  Seems to give a small performance benefit.
2236
2237 config CPU_HAS_PREFETCH
2238         bool
2239
2240 config CPU_GENERIC_DUMP_TLB
2241         bool
2242         default y if !(CPU_R3000 || CPU_R8000 || CPU_TX39XX)
2243
2244 config CPU_R4K_FPU
2245         bool
2246         default y if !(CPU_R3000 || CPU_TX39XX)
2247
2248 config CPU_R4K_CACHE_TLB
2249         bool
2250         default y if !(CPU_R3000 || CPU_R8000 || CPU_SB1 || CPU_TX39XX || CPU_CAVIUM_OCTEON)
2251
2252 config MIPS_MT_SMP
2253         bool "MIPS MT SMP support (1 TC on each available VPE)"
2254         default y
2255         depends on SYS_SUPPORTS_MULTITHREADING && !CPU_MIPSR6 && !CPU_MICROMIPS
2256         select CPU_MIPSR2_IRQ_VI
2257         select CPU_MIPSR2_IRQ_EI
2258         select SYNC_R4K
2259         select MIPS_MT
2260         select SMP
2261         select SMP_UP
2262         select SYS_SUPPORTS_SMP
2263         select SYS_SUPPORTS_SCHED_SMT
2264         select MIPS_PERF_SHARED_TC_COUNTERS
2265         help
2266           This is a kernel model which is known as SMVP. This is supported
2267           on cores with the MT ASE and uses the available VPEs to implement
2268           virtual processors which supports SMP. This is equivalent to the
2269           Intel Hyperthreading feature. For further information go to
2270           <http://www.imgtec.com/mips/mips-multithreading.asp>.
2271
2272 config MIPS_MT
2273         bool
2274
2275 config SCHED_SMT
2276         bool "SMT (multithreading) scheduler support"
2277         depends on SYS_SUPPORTS_SCHED_SMT
2278         default n
2279         help
2280           SMT scheduler support improves the CPU scheduler's decision making
2281           when dealing with MIPS MT enabled cores at a cost of slightly
2282           increased overhead in some places. If unsure say N here.
2283
2284 config SYS_SUPPORTS_SCHED_SMT
2285         bool
2286
2287 config SYS_SUPPORTS_MULTITHREADING
2288         bool
2289
2290 config MIPS_MT_FPAFF
2291         bool "Dynamic FPU affinity for FP-intensive threads"
2292         default y
2293         depends on MIPS_MT_SMP
2294
2295 config MIPSR2_TO_R6_EMULATOR
2296         bool "MIPS R2-to-R6 emulator"
2297         depends on CPU_MIPSR6
2298         default y
2299         help
2300           Choose this option if you want to run non-R6 MIPS userland code.
2301           Even if you say 'Y' here, the emulator will still be disabled by
2302           default. You can enable it using the 'mipsr2emu' kernel option.
2303           The only reason this is a build-time option is to save ~14K from the
2304           final kernel image.
2305
2306 config MIPS_VPE_LOADER
2307         bool "VPE loader support."
2308         depends on SYS_SUPPORTS_MULTITHREADING && MODULES
2309         select CPU_MIPSR2_IRQ_VI
2310         select CPU_MIPSR2_IRQ_EI
2311         select MIPS_MT
2312         help
2313           Includes a loader for loading an elf relocatable object
2314           onto another VPE and running it.
2315
2316 config MIPS_VPE_LOADER_CMP
2317         bool
2318         default "y"
2319         depends on MIPS_VPE_LOADER && MIPS_CMP
2320
2321 config MIPS_VPE_LOADER_MT
2322         bool
2323         default "y"
2324         depends on MIPS_VPE_LOADER && !MIPS_CMP
2325
2326 config MIPS_VPE_LOADER_TOM
2327         bool "Load VPE program into memory hidden from linux"
2328         depends on MIPS_VPE_LOADER
2329         default y
2330         help
2331           The loader can use memory that is present but has been hidden from
2332           Linux using the kernel command line option "mem=xxMB". It's up to
2333           you to ensure the amount you put in the option and the space your
2334           program requires is less or equal to the amount physically present.
2335
2336 config MIPS_VPE_APSP_API
2337         bool "Enable support for AP/SP API (RTLX)"
2338         depends on MIPS_VPE_LOADER
2339         help
2340
2341 config MIPS_VPE_APSP_API_CMP
2342         bool
2343         default "y"
2344         depends on MIPS_VPE_APSP_API && MIPS_CMP
2345
2346 config MIPS_VPE_APSP_API_MT
2347         bool
2348         default "y"
2349         depends on MIPS_VPE_APSP_API && !MIPS_CMP
2350
2351 config MIPS_CMP
2352         bool "MIPS CMP framework support (DEPRECATED)"
2353         depends on SYS_SUPPORTS_MIPS_CMP && !CPU_MIPSR6
2354         select SMP
2355         select SYNC_R4K
2356         select SYS_SUPPORTS_SMP
2357         select WEAK_ORDERING
2358         default n
2359         help
2360           Select this if you are using a bootloader which implements the "CMP
2361           framework" protocol (ie. YAMON) and want your kernel to make use of
2362           its ability to start secondary CPUs.
2363
2364           Unless you have a specific need, you should use CONFIG_MIPS_CPS
2365           instead of this.
2366
2367 config MIPS_CPS
2368         bool "MIPS Coherent Processing System support"
2369         depends on SYS_SUPPORTS_MIPS_CPS
2370         select MIPS_CM
2371         select MIPS_CPS_PM if HOTPLUG_CPU
2372         select SMP
2373         select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
2374         select SYS_SUPPORTS_HOTPLUG_CPU
2375         select SYS_SUPPORTS_SCHED_SMT if CPU_MIPSR6
2376         select SYS_SUPPORTS_SMP
2377         select WEAK_ORDERING
2378         help
2379           Select this if you wish to run an SMP kernel across multiple cores
2380           within a MIPS Coherent Processing System. When this option is
2381           enabled the kernel will probe for other cores and boot them with
2382           no external assistance. It is safe to enable this when hardware
2383           support is unavailable.
2384
2385 config MIPS_CPS_PM
2386         depends on MIPS_CPS
2387         bool
2388
2389 config MIPS_CM
2390         bool
2391         select MIPS_CPC
2392
2393 config MIPS_CPC
2394         bool
2395
2396 config SB1_PASS_2_WORKAROUNDS
2397         bool
2398         depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
2399         default y
2400
2401 config SB1_PASS_2_1_WORKAROUNDS
2402         bool
2403         depends on CPU_SB1 && CPU_SB1_PASS_2
2404         default y
2405
2406
2407 config ARCH_PHYS_ADDR_T_64BIT
2408        bool
2409
2410 choice
2411         prompt "SmartMIPS or microMIPS ASE support"
2412
2413 config CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS
2414         bool "None"
2415         help
2416           Select this if you want neither microMIPS nor SmartMIPS support
2417
2418 config CPU_HAS_SMARTMIPS
2419         depends on SYS_SUPPORTS_SMARTMIPS
2420         bool "SmartMIPS"
2421         help
2422           SmartMIPS is a extension of the MIPS32 architecture aimed at
2423           increased security at both hardware and software level for
2424           smartcards.  Enabling this option will allow proper use of the
2425           SmartMIPS instructions by Linux applications.  However a kernel with
2426           this option will not work on a MIPS core without SmartMIPS core.  If
2427           you don't know you probably don't have SmartMIPS and should say N
2428           here.
2429
2430 config CPU_MICROMIPS
2431         depends on 32BIT && SYS_SUPPORTS_MICROMIPS && !CPU_MIPSR6
2432         bool "microMIPS"
2433         help
2434           When this option is enabled the kernel will be built using the
2435           microMIPS ISA
2436
2437 endchoice
2438
2439 config CPU_HAS_MSA
2440         bool "Support for the MIPS SIMD Architecture"
2441         depends on CPU_SUPPORTS_MSA
2442         depends on 64BIT || MIPS_O32_FP64_SUPPORT
2443         help
2444           MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers
2445           and a set of SIMD instructions to operate on them. When this option
2446           is enabled the kernel will support allocating & switching MSA
2447           vector register contexts. If you know that your kernel will only be
2448           running on CPUs which do not support MSA or that your userland will
2449           not be making use of it then you may wish to say N here to reduce
2450           the size & complexity of your kernel.
2451
2452           If unsure, say Y.
2453
2454 config CPU_HAS_WB
2455         bool
2456
2457 config XKS01
2458         bool
2459
2460 config CPU_HAS_RIXI
2461         bool
2462
2463 #
2464 # Vectored interrupt mode is an R2 feature
2465 #
2466 config CPU_MIPSR2_IRQ_VI
2467         bool
2468
2469 #
2470 # Extended interrupt mode is an R2 feature
2471 #
2472 config CPU_MIPSR2_IRQ_EI
2473         bool
2474
2475 config CPU_HAS_SYNC
2476         bool
2477         depends on !CPU_R3000
2478         default y
2479
2480 #
2481 # CPU non-features
2482 #
2483 config CPU_DADDI_WORKAROUNDS
2484         bool
2485
2486 config CPU_R4000_WORKAROUNDS
2487         bool
2488         select CPU_R4400_WORKAROUNDS
2489
2490 config CPU_R4400_WORKAROUNDS
2491         bool
2492
2493 config MIPS_ASID_SHIFT
2494         int
2495         default 6 if CPU_R3000 || CPU_TX39XX
2496         default 4 if CPU_R8000
2497         default 0
2498
2499 config MIPS_ASID_BITS
2500         int
2501         default 0 if MIPS_ASID_BITS_VARIABLE
2502         default 6 if CPU_R3000 || CPU_TX39XX
2503         default 8
2504
2505 config MIPS_ASID_BITS_VARIABLE
2506         bool
2507
2508 #
2509 # - Highmem only makes sense for the 32-bit kernel.
2510 # - The current highmem code will only work properly on physically indexed
2511 #   caches such as R3000, SB1, R7000 or those that look like they're virtually
2512 #   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
2513 #   moment we protect the user and offer the highmem option only on machines
2514 #   where it's known to be safe.  This will not offer highmem on a few systems
2515 #   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
2516 #   indexed CPUs but we're playing safe.
2517 # - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
2518 #   know they might have memory configurations that could make use of highmem
2519 #   support.
2520 #
2521 config HIGHMEM
2522         bool "High Memory Support"
2523         depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM && !CPU_MIPS32_3_5_EVA
2524
2525 config CPU_SUPPORTS_HIGHMEM
2526         bool
2527
2528 config SYS_SUPPORTS_HIGHMEM
2529         bool
2530
2531 config SYS_SUPPORTS_SMARTMIPS
2532         bool
2533
2534 config SYS_SUPPORTS_MICROMIPS
2535         bool
2536
2537 config SYS_SUPPORTS_MIPS16
2538         bool
2539         help
2540           This option must be set if a kernel might be executed on a MIPS16-
2541           enabled CPU even if MIPS16 is not actually being used.  In other
2542           words, it makes the kernel MIPS16-tolerant.
2543
2544 config CPU_SUPPORTS_MSA
2545         bool
2546
2547 config ARCH_FLATMEM_ENABLE
2548         def_bool y
2549         depends on !NUMA && !CPU_LOONGSON2
2550
2551 config ARCH_DISCONTIGMEM_ENABLE
2552         bool
2553         default y if SGI_IP27
2554         help
2555           Say Y to support efficient handling of discontiguous physical memory,
2556           for architectures which are either NUMA (Non-Uniform Memory Access)
2557           or have huge holes in the physical address space for other reasons.
2558           See <file:Documentation/vm/numa> for more.
2559
2560 config ARCH_SPARSEMEM_ENABLE
2561         bool
2562         select SPARSEMEM_STATIC
2563
2564 config NUMA
2565         bool "NUMA Support"
2566         depends on SYS_SUPPORTS_NUMA
2567         help
2568           Say Y to compile the kernel to support NUMA (Non-Uniform Memory
2569           Access).  This option improves performance on systems with more
2570           than two nodes; on two node systems it is generally better to
2571           leave it disabled; on single node systems disable this option
2572           disabled.
2573
2574 config SYS_SUPPORTS_NUMA
2575         bool
2576
2577 config RELOCATABLE
2578         bool "Relocatable kernel"
2579         depends on SYS_SUPPORTS_RELOCATABLE && (CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_MIPS32_R6 || CPU_MIPS64_R6 || CAVIUM_OCTEON_SOC)
2580         help
2581           This builds a kernel image that retains relocation information
2582           so it can be loaded someplace besides the default 1MB.
2583           The relocations make the kernel binary about 15% larger,
2584           but are discarded at runtime
2585
2586 config RELOCATION_TABLE_SIZE
2587         hex "Relocation table size"
2588         depends on RELOCATABLE
2589         range 0x0 0x01000000
2590         default "0x00100000"
2591         ---help---
2592           A table of relocation data will be appended to the kernel binary
2593           and parsed at boot to fix up the relocated kernel.
2594
2595           This option allows the amount of space reserved for the table to be
2596           adjusted, although the default of 1Mb should be ok in most cases.
2597
2598           The build will fail and a valid size suggested if this is too small.
2599
2600           If unsure, leave at the default value.
2601
2602 config RANDOMIZE_BASE
2603         bool "Randomize the address of the kernel image"
2604         depends on RELOCATABLE
2605         ---help---
2606            Randomizes the physical and virtual address at which the
2607            kernel image is loaded, as a security feature that
2608            deters exploit attempts relying on knowledge of the location
2609            of kernel internals.
2610
2611            Entropy is generated using any coprocessor 0 registers available.
2612
2613            The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET.
2614
2615            If unsure, say N.
2616
2617 config RANDOMIZE_BASE_MAX_OFFSET
2618         hex "Maximum kASLR offset" if EXPERT
2619         depends on RANDOMIZE_BASE
2620         range 0x0 0x40000000 if EVA || 64BIT
2621         range 0x0 0x08000000
2622         default "0x01000000"
2623         ---help---
2624           When kASLR is active, this provides the maximum offset that will
2625           be applied to the kernel image. It should be set according to the
2626           amount of physical RAM available in the target system minus
2627           PHYSICAL_START and must be a power of 2.
2628
2629           This is limited by the size of KSEG0, 256Mb on 32-bit or 1Gb with
2630           EVA or 64-bit. The default is 16Mb.
2631
2632 config NODES_SHIFT
2633         int
2634         default "6"
2635         depends on NEED_MULTIPLE_NODES
2636
2637 config HW_PERF_EVENTS
2638         bool "Enable hardware performance counter support for perf events"
2639         depends on PERF_EVENTS && !OPROFILE && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_XLP || CPU_LOONGSON3)
2640         default y
2641         help
2642           Enable hardware performance counter support for perf events. If
2643           disabled, perf events will use software events only.
2644
2645 source "mm/Kconfig"
2646
2647 config SMP
2648         bool "Multi-Processing support"
2649         depends on SYS_SUPPORTS_SMP
2650         help
2651           This enables support for systems with more than one CPU. If you have
2652           a system with only one CPU, say N. If you have a system with more
2653           than one CPU, say Y.
2654
2655           If you say N here, the kernel will run on uni- and multiprocessor
2656           machines, but will use only one CPU of a multiprocessor machine. If
2657           you say Y here, the kernel will run on many, but not all,
2658           uniprocessor machines. On a uniprocessor machine, the kernel
2659           will run faster if you say N here.
2660
2661           People using multiprocessor machines who say Y here should also say
2662           Y to "Enhanced Real Time Clock Support", below.
2663
2664           See also the SMP-HOWTO available at
2665           <http://www.tldp.org/docs.html#howto>.
2666
2667           If you don't know what to do here, say N.
2668
2669 config HOTPLUG_CPU
2670         bool "Support for hot-pluggable CPUs"
2671         depends on SMP && SYS_SUPPORTS_HOTPLUG_CPU
2672         help
2673           Say Y here to allow turning CPUs off and on. CPUs can be
2674           controlled through /sys/devices/system/cpu.
2675           (Note: power management support will enable this option
2676             automatically on SMP systems. )
2677           Say N if you want to disable CPU hotplug.
2678
2679 config SMP_UP
2680         bool
2681
2682 config SYS_SUPPORTS_MIPS_CMP
2683         bool
2684
2685 config SYS_SUPPORTS_MIPS_CPS
2686         bool
2687
2688 config SYS_SUPPORTS_SMP
2689         bool
2690
2691 config NR_CPUS_DEFAULT_4
2692         bool
2693
2694 config NR_CPUS_DEFAULT_8
2695         bool
2696
2697 config NR_CPUS_DEFAULT_16
2698         bool
2699
2700 config NR_CPUS_DEFAULT_32
2701         bool
2702
2703 config NR_CPUS_DEFAULT_64
2704         bool
2705
2706 config NR_CPUS
2707         int "Maximum number of CPUs (2-256)"
2708         range 2 256
2709         depends on SMP
2710         default "4" if NR_CPUS_DEFAULT_4
2711         default "8" if NR_CPUS_DEFAULT_8
2712         default "16" if NR_CPUS_DEFAULT_16
2713         default "32" if NR_CPUS_DEFAULT_32
2714         default "64" if NR_CPUS_DEFAULT_64
2715         help
2716           This allows you to specify the maximum number of CPUs which this
2717           kernel will support.  The maximum supported value is 32 for 32-bit
2718           kernel and 64 for 64-bit kernels; the minimum value which makes
2719           sense is 1 for Qemu (useful only for kernel debugging purposes)
2720           and 2 for all others.
2721
2722           This is purely to save memory - each supported CPU adds
2723           approximately eight kilobytes to the kernel image.  For best
2724           performance should round up your number of processors to the next
2725           power of two.
2726
2727 config MIPS_PERF_SHARED_TC_COUNTERS
2728         bool
2729
2730 config MIPS_NR_CPU_NR_MAP_1024
2731         bool
2732
2733 config MIPS_NR_CPU_NR_MAP
2734         int
2735         depends on SMP
2736         default 1024 if MIPS_NR_CPU_NR_MAP_1024
2737         default NR_CPUS if !MIPS_NR_CPU_NR_MAP_1024
2738
2739 #
2740 # Timer Interrupt Frequency Configuration
2741 #
2742
2743 choice
2744         prompt "Timer frequency"
2745         default HZ_250
2746         help
2747          Allows the configuration of the timer frequency.
2748
2749         config HZ_24
2750                 bool "24 HZ" if SYS_SUPPORTS_24HZ || SYS_SUPPORTS_ARBIT_HZ
2751
2752         config HZ_48
2753                 bool "48 HZ" if SYS_SUPPORTS_48HZ || SYS_SUPPORTS_ARBIT_HZ
2754
2755         config HZ_100
2756                 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
2757
2758         config HZ_128
2759                 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
2760
2761         config HZ_250
2762                 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
2763
2764         config HZ_256
2765                 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
2766
2767         config HZ_1000
2768                 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
2769
2770         config HZ_1024
2771                 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
2772
2773 endchoice
2774
2775 config SYS_SUPPORTS_24HZ
2776         bool
2777
2778 config SYS_SUPPORTS_48HZ
2779         bool
2780
2781 config SYS_SUPPORTS_100HZ
2782         bool
2783
2784 config SYS_SUPPORTS_128HZ
2785         bool
2786
2787 config SYS_SUPPORTS_250HZ
2788         bool
2789
2790 config SYS_SUPPORTS_256HZ
2791         bool
2792
2793 config SYS_SUPPORTS_1000HZ
2794         bool
2795
2796 config SYS_SUPPORTS_1024HZ
2797         bool
2798
2799 config SYS_SUPPORTS_ARBIT_HZ
2800         bool
2801         default y if !SYS_SUPPORTS_24HZ && \
2802                      !SYS_SUPPORTS_48HZ && \
2803                      !SYS_SUPPORTS_100HZ && \
2804                      !SYS_SUPPORTS_128HZ && \
2805                      !SYS_SUPPORTS_250HZ && \
2806                      !SYS_SUPPORTS_256HZ && \
2807                      !SYS_SUPPORTS_1000HZ && \
2808                      !SYS_SUPPORTS_1024HZ
2809
2810 config HZ
2811         int
2812         default 24 if HZ_24
2813         default 48 if HZ_48
2814         default 100 if HZ_100
2815         default 128 if HZ_128
2816         default 250 if HZ_250
2817         default 256 if HZ_256
2818         default 1000 if HZ_1000
2819         default 1024 if HZ_1024
2820
2821 config SCHED_HRTICK
2822         def_bool HIGH_RES_TIMERS
2823
2824 source "kernel/Kconfig.preempt"
2825
2826 config KEXEC
2827         bool "Kexec system call"
2828         select KEXEC_CORE
2829         help
2830           kexec is a system call that implements the ability to shutdown your
2831           current kernel, and to start another kernel.  It is like a reboot
2832           but it is independent of the system firmware.   And like a reboot
2833           you can start any kernel with it, not just Linux.
2834
2835           The name comes from the similarity to the exec system call.
2836
2837           It is an ongoing process to be certain the hardware in a machine
2838           is properly shutdown, so do not be surprised if this code does not
2839           initially work for you.  As of this writing the exact hardware
2840           interface is strongly in flux, so no good recommendation can be
2841           made.
2842
2843 config CRASH_DUMP
2844         bool "Kernel crash dumps"
2845         help
2846           Generate crash dump after being started by kexec.
2847           This should be normally only set in special crash dump kernels
2848           which are loaded in the main kernel with kexec-tools into
2849           a specially reserved region and then later executed after
2850           a crash by kdump/kexec. The crash dump kernel must be compiled
2851           to a memory address not used by the main kernel or firmware using
2852           PHYSICAL_START.
2853
2854 config PHYSICAL_START
2855         hex "Physical address where the kernel is loaded"
2856         default "0xffffffff84000000" if 64BIT
2857         default "0x84000000" if 32BIT
2858         depends on CRASH_DUMP
2859         help
2860           This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
2861           If you plan to use kernel for capturing the crash dump change
2862           this value to start of the reserved region (the "X" value as
2863           specified in the "crashkernel=YM@XM" command line boot parameter
2864           passed to the panic-ed kernel).
2865
2866 config SECCOMP
2867         bool "Enable seccomp to safely compute untrusted bytecode"
2868         depends on PROC_FS
2869         default y
2870         help
2871           This kernel feature is useful for number crunching applications
2872           that may need to compute untrusted bytecode during their
2873           execution. By using pipes or other transports made available to
2874           the process as file descriptors supporting the read/write
2875           syscalls, it's possible to isolate those applications in
2876           their own address space using seccomp. Once seccomp is
2877           enabled via /proc/<pid>/seccomp, it cannot be disabled
2878           and the task is only allowed to execute a few safe syscalls
2879           defined by each seccomp mode.
2880
2881           If unsure, say Y. Only embedded should say N here.
2882
2883 config MIPS_O32_FP64_SUPPORT
2884         bool "Support for O32 binaries using 64-bit FP"
2885         depends on 32BIT || MIPS32_O32
2886         help
2887           When this is enabled, the kernel will support use of 64-bit floating
2888           point registers with binaries using the O32 ABI along with the
2889           EF_MIPS_FP64 ELF header flag (typically built with -mfp64). On
2890           32-bit MIPS systems this support is at the cost of increasing the
2891           size and complexity of the compiled FPU emulator. Thus if you are
2892           running a MIPS32 system and know that none of your userland binaries
2893           will require 64-bit floating point, you may wish to reduce the size
2894           of your kernel & potentially improve FP emulation performance by
2895           saying N here.
2896
2897           Although binutils currently supports use of this flag the details
2898           concerning its effect upon the O32 ABI in userland are still being
2899           worked on. In order to avoid userland becoming dependant upon current
2900           behaviour before the details have been finalised, this option should
2901           be considered experimental and only enabled by those working upon
2902           said details.
2903
2904           If unsure, say N.
2905
2906 config USE_OF
2907         bool
2908         select OF
2909         select OF_EARLY_FLATTREE
2910         select IRQ_DOMAIN
2911
2912 config BUILTIN_DTB
2913         bool
2914
2915 choice
2916         prompt "Kernel appended dtb support" if USE_OF
2917         default MIPS_NO_APPENDED_DTB
2918
2919         config MIPS_NO_APPENDED_DTB
2920                 bool "None"
2921                 help
2922                   Do not enable appended dtb support.
2923
2924         config MIPS_ELF_APPENDED_DTB
2925                 bool "vmlinux"
2926                 help
2927                   With this option, the boot code will look for a device tree binary
2928                   DTB) included in the vmlinux ELF section .appended_dtb. By default
2929                   it is empty and the DTB can be appended using binutils command
2930                   objcopy:
2931
2932                     objcopy --update-section .appended_dtb=<filename>.dtb vmlinux
2933
2934                   This is meant as a backward compatiblity convenience for those
2935                   systems with a bootloader that can't be upgraded to accommodate
2936                   the documented boot protocol using a device tree.
2937
2938         config MIPS_RAW_APPENDED_DTB
2939                 bool "vmlinux.bin or vmlinuz.bin"
2940                 help
2941                   With this option, the boot code will look for a device tree binary
2942                   DTB) appended to raw vmlinux.bin or vmlinuz.bin.
2943                   (e.g. cat vmlinux.bin <filename>.dtb > vmlinux_w_dtb).
2944
2945                   This is meant as a backward compatibility convenience for those
2946                   systems with a bootloader that can't be upgraded to accommodate
2947                   the documented boot protocol using a device tree.
2948
2949                   Beware that there is very little in terms of protection against
2950                   this option being confused by leftover garbage in memory that might
2951                   look like a DTB header after a reboot if no actual DTB is appended
2952                   to vmlinux.bin.  Do not leave this option active in a production kernel
2953                   if you don't intend to always append a DTB.
2954 endchoice
2955
2956 choice
2957         prompt "Kernel command line type" if !CMDLINE_OVERRIDE
2958         default MIPS_CMDLINE_FROM_DTB if USE_OF && !ATH79 && !MACH_INGENIC && \
2959                                          !MIPS_MALTA && \
2960                                          !CAVIUM_OCTEON_SOC
2961         default MIPS_CMDLINE_FROM_BOOTLOADER
2962
2963         config MIPS_CMDLINE_FROM_DTB
2964                 depends on USE_OF
2965                 bool "Dtb kernel arguments if available"
2966
2967         config MIPS_CMDLINE_DTB_EXTEND
2968                 depends on USE_OF
2969                 bool "Extend dtb kernel arguments with bootloader arguments"
2970
2971         config MIPS_CMDLINE_FROM_BOOTLOADER
2972                 bool "Bootloader kernel arguments if available"
2973
2974         config MIPS_CMDLINE_BUILTIN_EXTEND
2975                 depends on CMDLINE_BOOL
2976                 bool "Extend builtin kernel arguments with bootloader arguments"
2977 endchoice
2978
2979 endmenu
2980
2981 config LOCKDEP_SUPPORT
2982         bool
2983         default y
2984
2985 config STACKTRACE_SUPPORT
2986         bool
2987         default y
2988
2989 config HAVE_LATENCYTOP_SUPPORT
2990         bool
2991         default y
2992
2993 config PGTABLE_LEVELS
2994         int
2995         default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
2996         default 3 if 64BIT && !PAGE_SIZE_64KB
2997         default 2
2998
2999 source "init/Kconfig"
3000
3001 source "kernel/Kconfig.freezer"
3002
3003 menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
3004
3005 config HW_HAS_EISA
3006         bool
3007 config HW_HAS_PCI
3008         bool
3009
3010 config PCI
3011         bool "Support for PCI controller"
3012         depends on HW_HAS_PCI
3013         select PCI_DOMAINS
3014         help
3015           Find out whether you have a PCI motherboard. PCI is the name of a
3016           bus system, i.e. the way the CPU talks to the other stuff inside
3017           your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
3018           say Y, otherwise N.
3019
3020 config HT_PCI
3021         bool "Support for HT-linked PCI"
3022         default y
3023         depends on CPU_LOONGSON3
3024         select PCI
3025         select PCI_DOMAINS
3026         help
3027           Loongson family machines use Hyper-Transport bus for inter-core
3028           connection and device connection. The PCI bus is a subordinate
3029           linked at HT. Choose Y for Loongson-3 based machines.
3030
3031 config PCI_DOMAINS
3032         bool
3033
3034 config PCI_DOMAINS_GENERIC
3035         bool
3036
3037 config PCI_DRIVERS_GENERIC
3038         select PCI_DOMAINS_GENERIC if PCI_DOMAINS
3039         bool
3040
3041 config PCI_DRIVERS_LEGACY
3042         def_bool !PCI_DRIVERS_GENERIC
3043         select NO_GENERIC_PCI_IOPORT_MAP
3044
3045 source "drivers/pci/Kconfig"
3046
3047 #
3048 # ISA support is now enabled via select.  Too many systems still have the one
3049 # or other ISA chip on the board that users don't know about so don't expect
3050 # users to choose the right thing ...
3051 #
3052 config ISA
3053         bool
3054
3055 config EISA
3056         bool "EISA support"
3057         depends on HW_HAS_EISA
3058         select ISA
3059         select GENERIC_ISA_DMA
3060         ---help---
3061           The Extended Industry Standard Architecture (EISA) bus was
3062           developed as an open alternative to the IBM MicroChannel bus.
3063
3064           The EISA bus provided some of the features of the IBM MicroChannel
3065           bus while maintaining backward compatibility with cards made for
3066           the older ISA bus.  The EISA bus saw limited use between 1988 and
3067           1995 when it was made obsolete by the PCI bus.
3068
3069           Say Y here if you are building a kernel for an EISA-based machine.
3070
3071           Otherwise, say N.
3072
3073 source "drivers/eisa/Kconfig"
3074
3075 config TC
3076         bool "TURBOchannel support"
3077         depends on MACH_DECSTATION
3078         help
3079           TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
3080           processors.  TURBOchannel programming specifications are available
3081           at:
3082           <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
3083           and:
3084           <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
3085           Linux driver support status is documented at:
3086           <http://www.linux-mips.org/wiki/DECstation>
3087
3088 config MMU
3089         bool
3090         default y
3091
3092 config ARCH_MMAP_RND_BITS_MIN
3093         default 12 if 64BIT
3094         default 8
3095
3096 config ARCH_MMAP_RND_BITS_MAX
3097         default 18 if 64BIT
3098         default 15
3099
3100 config ARCH_MMAP_RND_COMPAT_BITS_MIN
3101        default 8
3102
3103 config ARCH_MMAP_RND_COMPAT_BITS_MAX
3104        default 15
3105
3106 config I8253
3107         bool
3108         select CLKSRC_I8253
3109         select CLKEVT_I8253
3110         select MIPS_EXTERNAL_TIMER
3111
3112 config ZONE_DMA
3113         bool
3114
3115 config ZONE_DMA32
3116         bool
3117
3118 source "drivers/pcmcia/Kconfig"
3119
3120 config RAPIDIO
3121         tristate "RapidIO support"
3122         depends on PCI
3123         default n
3124         help
3125           If you say Y here, the kernel will include drivers and
3126           infrastructure code to support RapidIO interconnect devices.
3127
3128 source "drivers/rapidio/Kconfig"
3129
3130 endmenu
3131
3132 menu "Executable file formats"
3133
3134 source "fs/Kconfig.binfmt"
3135
3136 config TRAD_SIGNALS
3137         bool
3138
3139 config MIPS32_COMPAT
3140         bool
3141
3142 config COMPAT
3143         bool
3144
3145 config SYSVIPC_COMPAT
3146         bool
3147
3148 config MIPS32_O32
3149         bool "Kernel support for o32 binaries"
3150         depends on 64BIT
3151         select ARCH_WANT_OLD_COMPAT_IPC
3152         select COMPAT
3153         select MIPS32_COMPAT
3154         select SYSVIPC_COMPAT if SYSVIPC
3155         help
3156           Select this option if you want to run o32 binaries.  These are pure
3157           32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
3158           existing binaries are in this format.
3159
3160           If unsure, say Y.
3161
3162 config MIPS32_N32
3163         bool "Kernel support for n32 binaries"
3164         depends on 64BIT
3165         select COMPAT
3166         select MIPS32_COMPAT
3167         select SYSVIPC_COMPAT if SYSVIPC
3168         help
3169           Select this option if you want to run n32 binaries.  These are
3170           64-bit binaries using 32-bit quantities for addressing and certain
3171           data that would normally be 64-bit.  They are used in special
3172           cases.
3173
3174           If unsure, say N.
3175
3176 config BINFMT_ELF32
3177         bool
3178         default y if MIPS32_O32 || MIPS32_N32
3179         select ELFCORE
3180
3181 endmenu
3182
3183 menu "Power management options"
3184
3185 config ARCH_HIBERNATION_POSSIBLE
3186         def_bool y
3187         depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
3188
3189 config ARCH_SUSPEND_POSSIBLE
3190         def_bool y
3191         depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
3192
3193 source "kernel/power/Kconfig"
3194
3195 endmenu
3196
3197 config MIPS_EXTERNAL_TIMER
3198         bool
3199
3200 menu "CPU Power Management"
3201
3202 if CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
3203 source "drivers/cpufreq/Kconfig"
3204 endif
3205
3206 source "drivers/cpuidle/Kconfig"
3207
3208 endmenu
3209
3210 source "net/Kconfig"
3211
3212 source "drivers/Kconfig"
3213
3214 source "drivers/firmware/Kconfig"
3215
3216 source "fs/Kconfig"
3217
3218 source "arch/mips/Kconfig.debug"
3219
3220 source "security/Kconfig"
3221
3222 source "crypto/Kconfig"
3223
3224 source "lib/Kconfig"
3225
3226 source "arch/mips/kvm/Kconfig"