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