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