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