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