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