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