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