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