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