1 # SPDX-License-Identifier: GPL-2.0
5 select ARCH_32BIT_OFF_T if !64BIT
6 select ARCH_BINFMT_ELF_STATE if MIPS_FP_SUPPORT
7 select ARCH_HAS_CPU_CACHE_ALIASING
8 select ARCH_HAS_CPU_FINALIZE_INIT
9 select ARCH_HAS_CURRENT_STACK_POINTER if !CC_IS_CLANG || CLANG_VERSION >= 140000
10 select ARCH_HAS_DEBUG_VIRTUAL if !64BIT
11 select ARCH_HAS_DMA_OPS if MACH_JAZZ
12 select ARCH_HAS_FORTIFY_SOURCE
14 select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE if !EVA
15 select ARCH_HAS_PTE_SPECIAL if !(32BIT && CPU_HAS_RIXI)
16 select ARCH_HAS_STRNCPY_FROM_USER
17 select ARCH_HAS_STRNLEN_USER
18 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
20 select ARCH_HAS_GCOV_PROFILE_ALL
21 select ARCH_KEEP_MEMBLOCK
22 select ARCH_USE_BUILTIN_BSWAP
23 select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
24 select ARCH_USE_MEMTEST
25 select ARCH_USE_QUEUED_RWLOCKS
26 select ARCH_USE_QUEUED_SPINLOCKS
27 select ARCH_SUPPORTS_HUGETLBFS if CPU_SUPPORTS_HUGEPAGES
28 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
29 select ARCH_WANT_IPC_PARSE_VERSION
30 select ARCH_WANT_LD_ORPHAN_WARN
31 select BUILDTIME_TABLE_SORT
32 select BUILTIN_DTB_ALL if BUILTIN_DTB
33 select CLONE_BACKWARDS
34 select CPU_NO_EFFICIENT_FFS if (TARGET_ISA_REV < 1)
35 select CPU_PM if CPU_IDLE || SUSPEND
36 select GENERIC_ATOMIC64 if !64BIT
37 select GENERIC_BUILTIN_DTB if BUILTIN_DTB
38 select GENERIC_CMOS_UPDATE
39 select GENERIC_CPU_AUTOPROBE
40 select GENERIC_GETTIMEOFDAY
42 select GENERIC_IRQ_PROBE
43 select GENERIC_IRQ_SHOW
44 select GENERIC_ISA_DMA if EISA
45 select GENERIC_LIB_ASHLDI3
46 select GENERIC_LIB_ASHRDI3
47 select GENERIC_LIB_CMPDI2
48 select GENERIC_LIB_LSHRDI3
49 select GENERIC_LIB_UCMPDI2
50 select GENERIC_SCHED_CLOCK if !CAVIUM_OCTEON_SOC
51 select GENERIC_SMP_IDLE_THREAD
52 select GENERIC_IDLE_POLL_SETUP
53 select GENERIC_TIME_VSYSCALL
54 select GUP_GET_PXX_LOW_HIGH if CPU_MIPS32 && PHYS_ADDR_T_64BIT
55 select HAS_IOPORT if !NO_IOPORT_MAP || ISA
56 select HAVE_ARCH_COMPILER_H
57 select HAVE_ARCH_JUMP_LABEL
58 select HAVE_ARCH_KGDB if MIPS_FP_SUPPORT
59 select HAVE_ARCH_MMAP_RND_BITS if MMU
60 select HAVE_ARCH_MMAP_RND_COMPAT_BITS if MMU && COMPAT
61 select HAVE_ARCH_SECCOMP_FILTER
62 select HAVE_ARCH_TRACEHOOK
63 select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES
64 select HAVE_ASM_MODVERSIONS
65 select HAVE_CONTEXT_TRACKING_USER
67 select HAVE_C_RECORDMCOUNT
68 select HAVE_DEBUG_KMEMLEAK
69 select HAVE_DEBUG_STACKOVERFLOW
70 select HAVE_DMA_CONTIGUOUS
71 select HAVE_DYNAMIC_FTRACE
72 select HAVE_EBPF_JIT if !CPU_MICROMIPS
73 select HAVE_EXIT_THREAD
75 select HAVE_FTRACE_MCOUNT_RECORD
76 select HAVE_FUNCTION_GRAPH_TRACER
77 select HAVE_FUNCTION_TRACER
78 select HAVE_GCC_PLUGINS
79 select HAVE_GENERIC_VDSO
80 select HAVE_IOREMAP_PROT
81 select HAVE_IRQ_EXIT_ON_IRQ_STACK
82 select HAVE_IRQ_TIME_ACCOUNTING
84 select HAVE_KRETPROBES
85 select HAVE_LD_DEAD_CODE_DATA_ELIMINATION
86 select HAVE_MOD_ARCH_SPECIFIC
88 select HAVE_PAGE_SIZE_4KB if !CPU_LOONGSON2EF && !CPU_LOONGSON64
89 select HAVE_PAGE_SIZE_16KB if !CPU_R3000
90 select HAVE_PAGE_SIZE_64KB if !CPU_R3000
91 select HAVE_PERF_EVENTS
93 select HAVE_PERF_USER_STACK_DUMP
94 select HAVE_REGS_AND_STACK_ACCESS_API
96 select HAVE_SPARSE_SYSCALL_NR
97 select HAVE_STACKPROTECTOR
98 select HAVE_SYSCALL_TRACEPOINTS
99 select HAVE_VIRT_CPU_ACCOUNTING_GEN if 64BIT || !SMP
100 select IRQ_FORCED_THREADING
102 select LOCK_MM_AND_FIND_VMA
103 select MODULES_USE_ELF_REL if MODULES
104 select MODULES_USE_ELF_RELA if MODULES && 64BIT
105 select PERF_USE_VMALLOC
106 select PCI_MSI_ARCH_FALLBACKS if PCI_MSI
108 select SYSCTL_EXCEPTION_TRACE
109 select TRACE_IRQFLAGS_SUPPORT
110 select ARCH_HAS_ELFCORE_COMPAT
111 select HAVE_ARCH_KCSAN if 64BIT
113 config MIPS_FIXUP_BIGPHYS_ADDR
119 config MACH_GENERIC_CORE
124 select SYS_SUPPORTS_32BIT_KERNEL
125 select SYS_SUPPORTS_LITTLE_ENDIAN
126 select SYS_SUPPORTS_ZBOOT
127 select DMA_NONCOHERENT
132 select GENERIC_IRQ_CHIP
133 select BUILTIN_DTB if MIPS_NO_APPENDED_DTB
135 select CPU_SUPPORTS_CPUFREQ
136 select MIPS_EXTERNAL_TIMER
138 menu "Machine selection"
142 default MIPS_GENERIC_KERNEL
144 config MIPS_GENERIC_KERNEL
145 bool "Generic board-agnostic MIPS kernel"
150 select CLKSRC_MIPS_GIC
152 select CPU_MIPSR2_IRQ_EI
153 select CPU_MIPSR2_IRQ_VI
155 select DMA_NONCOHERENT
158 select MACH_GENERIC_CORE
159 select MIPS_AUTO_PFN_OFFSET
160 select MIPS_CPU_SCACHE
162 select MIPS_L1_CACHE_SHIFT_7
163 select NO_EXCEPT_FILL
164 select PCI_DRIVERS_GENERIC
167 select SYS_HAS_CPU_MIPS32_R1
168 select SYS_HAS_CPU_MIPS32_R2
169 select SYS_HAS_CPU_MIPS32_R5
170 select SYS_HAS_CPU_MIPS32_R6
171 select SYS_HAS_CPU_MIPS64_R1
172 select SYS_HAS_CPU_MIPS64_R2
173 select SYS_HAS_CPU_MIPS64_R5
174 select SYS_HAS_CPU_MIPS64_R6
175 select SYS_SUPPORTS_32BIT_KERNEL
176 select SYS_SUPPORTS_64BIT_KERNEL
177 select SYS_SUPPORTS_BIG_ENDIAN
178 select SYS_SUPPORTS_HIGHMEM
179 select SYS_SUPPORTS_LITTLE_ENDIAN
180 select SYS_SUPPORTS_MICROMIPS
181 select SYS_SUPPORTS_MIPS16
182 select SYS_SUPPORTS_MIPS_CPS
183 select SYS_SUPPORTS_MULTITHREADING
184 select SYS_SUPPORTS_RELOCATABLE
185 select SYS_SUPPORTS_SMARTMIPS
186 select SYS_SUPPORTS_ZBOOT
188 select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
189 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
190 select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
191 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
192 select USB_UHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
193 select USB_UHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
196 Select this to build a kernel which aims to support multiple boards,
197 generally using a flattened device tree passed from the bootloader
198 using the boot protocol defined in the UHI (Unified Hosting
199 Interface) specification.
202 bool "Alchemy processor based machines"
203 select PHYS_ADDR_T_64BIT
207 select DMA_NONCOHERENT # Au1000,1500,1100 aren't, rest is
208 select MIPS_FIXUP_BIGPHYS_ADDR if PCI
209 select SYS_HAS_CPU_MIPS32_R1
210 select SYS_SUPPORTS_32BIT_KERNEL
211 select SYS_SUPPORTS_APM_EMULATION
213 select SYS_SUPPORTS_ZBOOT
217 bool "Atheros AR231x/AR531x SoC support"
220 select DMA_NONCOHERENT
223 select SYS_HAS_CPU_MIPS32_R1
224 select SYS_SUPPORTS_BIG_ENDIAN
225 select SYS_SUPPORTS_32BIT_KERNEL
226 select SYS_HAS_EARLY_PRINTK
228 Support for Atheros AR231x and Atheros AR531x based boards
231 bool "Atheros AR71XX/AR724X/AR913X based boards"
232 select ARCH_HAS_RESET_CONTROLLER
236 select DMA_NONCOHERENT
241 select SYS_HAS_CPU_MIPS32_R2
242 select SYS_HAS_EARLY_PRINTK
243 select SYS_SUPPORTS_32BIT_KERNEL
244 select SYS_SUPPORTS_BIG_ENDIAN
245 select SYS_SUPPORTS_MIPS16
246 select SYS_SUPPORTS_ZBOOT_UART_PROM
248 select USB_EHCI_ROOT_HUB_TT if USB_EHCI_HCD_PLATFORM
250 Support for the Atheros AR71XX/AR724X/AR913X SoCs.
253 bool "Broadcom Generic BMIPS kernel"
254 select ARCH_HAS_RESET_CONTROLLER
255 select ARCH_HAS_SYNC_DMA_FOR_CPU_ALL
257 select NO_EXCEPT_FILL
263 select BCM6345_L1_IRQ
264 select BCM7038_L1_IRQ
265 select BCM7120_L2_IRQ
266 select BRCMSTB_L2_IRQ
268 select DMA_NONCOHERENT
269 select SYS_SUPPORTS_32BIT_KERNEL
270 select SYS_SUPPORTS_LITTLE_ENDIAN
271 select SYS_SUPPORTS_BIG_ENDIAN
272 select SYS_SUPPORTS_HIGHMEM
273 select SYS_HAS_CPU_BMIPS32_3300
274 select SYS_HAS_CPU_BMIPS4350
275 select SYS_HAS_CPU_BMIPS4380
276 select SYS_HAS_CPU_BMIPS5000
278 select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
279 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
280 select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
281 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
282 select HARDIRQS_SW_RESEND
284 select PCI_DRIVERS_GENERIC
287 Build a generic DT-based kernel image that boots on select
288 BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
289 box chips. Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN
290 must be set appropriately for your board.
293 bool "Broadcom BCM47XX based boards"
297 select DMA_NONCOHERENT
300 select SYS_HAS_CPU_MIPS32_R1
301 select NO_EXCEPT_FILL
302 select SYS_SUPPORTS_32BIT_KERNEL
303 select SYS_SUPPORTS_LITTLE_ENDIAN
304 select SYS_SUPPORTS_MIPS16
305 select SYS_SUPPORTS_ZBOOT
306 select SYS_HAS_EARLY_PRINTK
307 select USE_GENERIC_EARLY_PRINTK_8250
309 select LEDS_GPIO_REGISTER
312 select BCM47XX_SSB if !BCM47XX_BCMA
314 Support for BCM47XX based boards
317 bool "Broadcom BCM63XX based boards"
322 select DMA_NONCOHERENT
324 select SYS_SUPPORTS_32BIT_KERNEL
325 select SYS_SUPPORTS_BIG_ENDIAN
326 select SYS_HAS_EARLY_PRINTK
327 select SYS_HAS_CPU_BMIPS32_3300
328 select SYS_HAS_CPU_BMIPS4350
329 select SYS_HAS_CPU_BMIPS4380
332 select MIPS_L1_CACHE_SHIFT_4
333 select HAVE_LEGACY_CLK
335 Support for BCM63XX based boards
342 select DMA_NONCOHERENT
348 select PCI_GT64XXX_PCI0
349 select SYS_HAS_CPU_NEVADA
350 select SYS_HAS_EARLY_PRINTK
351 select SYS_SUPPORTS_32BIT_KERNEL
352 select SYS_SUPPORTS_64BIT_KERNEL
353 select SYS_SUPPORTS_LITTLE_ENDIAN
354 select USE_GENERIC_EARLY_PRINTK_8250
356 config MACH_DECSTATION
360 select CEVT_R4K if CPU_R4X00
362 select CSRC_R4K if CPU_R4X00
363 select CPU_DADDI_WORKAROUNDS if 64BIT
364 select CPU_R4000_WORKAROUNDS if 64BIT
365 select CPU_R4400_WORKAROUNDS if 64BIT
366 select DMA_NONCOHERENT
369 select SYS_HAS_CPU_R3000
370 select SYS_HAS_CPU_R4X00
371 select SYS_SUPPORTS_32BIT_KERNEL
372 select SYS_SUPPORTS_64BIT_KERNEL
373 select SYS_SUPPORTS_LITTLE_ENDIAN
374 select SYS_SUPPORTS_128HZ
375 select SYS_SUPPORTS_256HZ
376 select SYS_SUPPORTS_1024HZ
377 select MIPS_L1_CACHE_SHIFT_4
379 This enables support for DEC's MIPS based workstations. For details
380 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
381 DECstation porting pages on <http://decstation.unix-ag.org/>.
383 If you have one of the following DECstation Models you definitely
384 want to choose R4xx0 for the CPU Type:
391 otherwise choose R3000.
394 bool "Jazz family of machines"
397 select ARCH_MIGHT_HAVE_PC_PARPORT
398 select ARCH_MIGHT_HAVE_PC_SERIO
401 select ARCH_MAY_HAVE_PC_FDC
404 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
405 select GENERIC_ISA_DMA
406 select HAVE_PCSPKR_PLATFORM
411 select SYS_HAS_CPU_R4X00
412 select SYS_SUPPORTS_32BIT_KERNEL
413 select SYS_SUPPORTS_64BIT_KERNEL
414 select SYS_SUPPORTS_100HZ
415 select SYS_SUPPORTS_LITTLE_ENDIAN
417 This a family of machines based on the MIPS R4030 chipset which was
418 used by several vendors to build RISC/os and Windows NT workstations.
419 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
420 Olivetti M700-10 workstations.
422 config MACH_INGENIC_SOC
423 bool "Ingenic SoC based machines"
426 select MACH_GENERIC_CORE
427 select SYS_SUPPORTS_ZBOOT_UART16550
428 select CPU_SUPPORTS_CPUFREQ
429 select MIPS_EXTERNAL_TIMER
432 bool "Lantiq based platforms"
433 select DMA_NONCOHERENT
437 select NO_EXCEPT_FILL
438 select SYS_HAS_CPU_MIPS32_R1
439 select SYS_HAS_CPU_MIPS32_R2
440 select SYS_SUPPORTS_BIG_ENDIAN
441 select SYS_SUPPORTS_32BIT_KERNEL
442 select SYS_SUPPORTS_MIPS16
443 select SYS_SUPPORTS_MULTITHREADING
444 select SYS_SUPPORTS_VPE_LOADER
445 select SYS_HAS_EARLY_PRINTK
449 select HAVE_LEGACY_CLK
452 select PINCTRL_LANTIQ
453 select ARCH_HAS_RESET_CONTROLLER
454 select RESET_CONTROLLER
456 config MACH_LOONGSON32
457 bool "Loongson 32-bit family of machines"
458 select SYS_SUPPORTS_ZBOOT
460 This enables support for the Loongson-1 family of machines.
462 Loongson-1 is a family of 32-bit MIPS-compatible SoCs developed by
463 the Institute of Computing Technology (ICT), Chinese Academy of
466 config MACH_LOONGSON2EF
467 bool "Loongson-2E/F family of machines"
468 select SYS_SUPPORTS_ZBOOT
470 This enables the support of early Loongson-2E/F family of machines.
472 config MACH_LOONGSON64
473 bool "Loongson 64-bit family of machines"
474 select ARCH_DMA_DEFAULT_COHERENT
475 select ARCH_SPARSEMEM_ENABLE
476 select ARCH_MIGHT_HAVE_PC_PARPORT
477 select ARCH_MIGHT_HAVE_PC_SERIO
478 select GENERIC_ISA_DMA_SUPPORT_BROKEN
488 select NO_EXCEPT_FILL
489 select NR_CPUS_DEFAULT_64
490 select USE_GENERIC_EARLY_PRINTK_8250
491 select PCI_DRIVERS_GENERIC
492 select SYS_HAS_CPU_LOONGSON64
493 select SYS_HAS_EARLY_PRINTK
494 select SYS_SUPPORTS_SMP
495 select SYS_SUPPORTS_HOTPLUG_CPU
496 select SYS_SUPPORTS_NUMA
497 select SYS_SUPPORTS_64BIT_KERNEL
498 select SYS_SUPPORTS_HIGHMEM
499 select SYS_SUPPORTS_LITTLE_ENDIAN
500 select SYS_SUPPORTS_ZBOOT
501 select SYS_SUPPORTS_RELOCATABLE
506 select PCI_HOST_GENERIC
508 This enables the support of Loongson-2/3 family of machines.
510 Loongson-2 and Loongson-3 are 64-bit general-purpose processors with
511 GS264/GS464/GS464E/GS464V microarchitecture (except old Loongson-2E
512 and Loongson-2F which will be removed), developed by the Institute
513 of Computing Technology (ICT), Chinese Academy of Sciences (CAS).
516 bool "MIPS Malta board"
517 select ARCH_MAY_HAVE_PC_FDC
518 select ARCH_MIGHT_HAVE_PC_PARPORT
519 select ARCH_MIGHT_HAVE_PC_SERIO
524 select CLKSRC_MIPS_GIC
527 select DMA_NONCOHERENT
528 select GENERIC_ISA_DMA
529 select HAVE_PCSPKR_PLATFORM
535 select MIPS_CPU_SCACHE
537 select MIPS_L1_CACHE_SHIFT_6
539 select PCI_GT64XXX_PCI0
542 select SYS_HAS_CPU_MIPS32_R1
543 select SYS_HAS_CPU_MIPS32_R2
544 select SYS_HAS_CPU_MIPS32_R3_5
545 select SYS_HAS_CPU_MIPS32_R5
546 select SYS_HAS_CPU_MIPS32_R6
547 select SYS_HAS_CPU_MIPS64_R1
548 select SYS_HAS_CPU_MIPS64_R2
549 select SYS_HAS_CPU_MIPS64_R6
550 select SYS_HAS_CPU_NEVADA
551 select SYS_HAS_CPU_RM7000
552 select SYS_SUPPORTS_32BIT_KERNEL
553 select SYS_SUPPORTS_64BIT_KERNEL
554 select SYS_SUPPORTS_BIG_ENDIAN
555 select SYS_SUPPORTS_HIGHMEM
556 select SYS_SUPPORTS_LITTLE_ENDIAN
557 select SYS_SUPPORTS_MICROMIPS
558 select SYS_SUPPORTS_MIPS16
559 select SYS_SUPPORTS_MIPS_CPS
560 select SYS_SUPPORTS_MULTITHREADING
561 select SYS_SUPPORTS_RELOCATABLE
562 select SYS_SUPPORTS_SMARTMIPS
563 select SYS_SUPPORTS_VPE_LOADER
564 select SYS_SUPPORTS_ZBOOT
566 select WAR_ICACHE_REFILLS
567 select ZONE_DMA32 if 64BIT
569 This enables support for the MIPS Technologies Malta evaluation
573 bool "Microchip PIC32 Family"
575 This enables support for the Microchip PIC32 family of platforms.
577 Microchip PIC32 is a family of general-purpose 32 bit MIPS core
581 bool "Mobileye EyeQ SoC"
582 select MACH_GENERIC_CORE
584 select PHYSICAL_START_BOOL
585 select ARCH_SPARSEMEM_DEFAULT if 64BIT
589 select CLKSRC_MIPS_GIC
591 select CPU_MIPSR2_IRQ_EI
592 select CPU_MIPSR2_IRQ_VI
594 select DMA_NONCOHERENT
597 select MIPS_AUTO_PFN_OFFSET
598 select MIPS_CPU_SCACHE
600 select MIPS_L1_CACHE_SHIFT_7
601 select PCI_DRIVERS_GENERIC
604 select SYS_HAS_CPU_MIPS64_R6
605 select SYS_SUPPORTS_64BIT_KERNEL
606 select SYS_SUPPORTS_HIGHMEM
607 select SYS_SUPPORTS_LITTLE_ENDIAN
608 select SYS_SUPPORTS_MIPS_CPS
609 select SYS_SUPPORTS_RELOCATABLE
610 select SYS_SUPPORTS_ZBOOT
612 select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
613 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
614 select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
615 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
616 select USB_UHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
617 select USB_UHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
620 Select this to build a kernel supporting EyeQ SoC from Mobileye.
624 config MACH_NINTENDO64
625 bool "Nintendo 64 console"
628 select SYS_HAS_CPU_R4300
629 select SYS_SUPPORTS_BIG_ENDIAN
630 select SYS_SUPPORTS_ZBOOT
631 select SYS_SUPPORTS_32BIT_KERNEL
632 select SYS_SUPPORTS_64BIT_KERNEL
633 select DMA_NONCOHERENT
637 bool "Ralink based machines"
642 select DMA_NONCOHERENT
645 select SYS_HAS_CPU_MIPS32_R2
646 select SYS_SUPPORTS_32BIT_KERNEL
647 select SYS_SUPPORTS_LITTLE_ENDIAN
648 select SYS_SUPPORTS_MIPS16
649 select SYS_SUPPORTS_ZBOOT
650 select SYS_HAS_EARLY_PRINTK
651 select ARCH_HAS_RESET_CONTROLLER
652 select RESET_CONTROLLER
654 config MACH_REALTEK_RTL
655 bool "Realtek RTL838x/RTL839x based machines"
657 select MACH_GENERIC_CORE
658 select DMA_NONCOHERENT
662 select SYS_HAS_CPU_MIPS32_R1
663 select SYS_HAS_CPU_MIPS32_R2
664 select SYS_SUPPORTS_BIG_ENDIAN
665 select SYS_SUPPORTS_32BIT_KERNEL
666 select SYS_SUPPORTS_MIPS16
667 select SYS_SUPPORTS_MULTITHREADING
668 select SYS_SUPPORTS_VPE_LOADER
672 select REALTEK_OTTO_TIMER
675 bool "SGI IP22 (Indy/Indigo2)"
680 select ARCH_MIGHT_HAVE_PC_SERIO
684 select DEFAULT_SGI_PARTITION
685 select DMA_NONCOHERENT
689 select IP22_CPU_SCACHE
691 select GENERIC_ISA_DMA_SUPPORT_BROKEN
693 select SGI_HAS_INDYDOG
699 select SYS_HAS_CPU_R4X00
700 select SYS_HAS_CPU_R5000
701 select SYS_HAS_EARLY_PRINTK
702 select SYS_SUPPORTS_32BIT_KERNEL
703 select SYS_SUPPORTS_64BIT_KERNEL
704 select SYS_SUPPORTS_BIG_ENDIAN
705 select WAR_R4600_V1_INDEX_ICACHEOP
706 select WAR_R4600_V1_HIT_CACHEOP
707 select WAR_R4600_V2_HIT_CACHEOP
708 select MIPS_L1_CACHE_SHIFT_7
710 This are the SGI Indy, Challenge S and Indigo2, as well as certain
711 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
712 that runs on these, say Y here.
715 bool "SGI IP27 (Origin200/2000)"
716 select ARCH_HAS_PHYS_TO_DMA
717 select ARCH_SPARSEMEM_ENABLE
720 select ARC_CMDLINE_ONLY
722 select DEFAULT_SGI_PARTITION
724 select SYS_HAS_EARLY_PRINTK
727 select IRQ_DOMAIN_HIERARCHY
728 select NR_CPUS_DEFAULT_64
729 select PCI_DRIVERS_GENERIC
730 select PCI_XTALK_BRIDGE
731 select SYS_HAS_CPU_R10000
732 select SYS_SUPPORTS_64BIT_KERNEL
733 select SYS_SUPPORTS_BIG_ENDIAN
734 select SYS_SUPPORTS_NUMA
735 select SYS_SUPPORTS_SMP
736 select WAR_R10000_LLSC
737 select MIPS_L1_CACHE_SHIFT_7
740 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
741 workstations. To compile a Linux kernel that runs on these, say Y
745 bool "SGI IP28 (Indigo2 R10k)"
750 select ARCH_MIGHT_HAVE_PC_SERIO
754 select DEFAULT_SGI_PARTITION
755 select DMA_NONCOHERENT
756 select GENERIC_ISA_DMA_SUPPORT_BROKEN
762 select SGI_HAS_INDYDOG
768 select SYS_HAS_CPU_R10000
769 select SYS_HAS_EARLY_PRINTK
770 select SYS_SUPPORTS_64BIT_KERNEL
771 select SYS_SUPPORTS_BIG_ENDIAN
772 select WAR_R10000_LLSC
773 select MIPS_L1_CACHE_SHIFT_7
775 This is the SGI Indigo2 with R10000 processor. To compile a Linux
776 kernel that runs on these, say Y here.
779 bool "SGI IP30 (Octane/Octane2)"
780 select ARCH_HAS_PHYS_TO_DMA
787 select SYNC_R4K if SMP
791 select IRQ_DOMAIN_HIERARCHY
792 select PCI_DRIVERS_GENERIC
793 select PCI_XTALK_BRIDGE
794 select SYS_HAS_EARLY_PRINTK
795 select SYS_HAS_CPU_R10000
796 select SYS_SUPPORTS_64BIT_KERNEL
797 select SYS_SUPPORTS_BIG_ENDIAN
798 select SYS_SUPPORTS_SMP
799 select WAR_R10000_LLSC
800 select MIPS_L1_CACHE_SHIFT_7
803 These are the SGI Octane and Octane2 graphics workstations. To
804 compile a Linux kernel that runs on these, say Y here.
810 select ARCH_HAS_PHYS_TO_DMA
816 select DMA_NONCOHERENT
819 select R5000_CPU_SCACHE
820 select RM7000_CPU_SCACHE
821 select SYS_HAS_CPU_R5000
822 select SYS_HAS_CPU_R10000 if BROKEN
823 select SYS_HAS_CPU_RM7000
824 select SYS_HAS_CPU_NEVADA
825 select SYS_SUPPORTS_64BIT_KERNEL
826 select SYS_SUPPORTS_BIG_ENDIAN
827 select WAR_ICACHE_REFILLS
829 If you want this kernel to run on SGI O2 workstation, say Y here.
832 bool "Sibyte BCM91125C-CRhone"
834 select SIBYTE_BCM1125
836 select SYS_HAS_CPU_SB1
837 select SYS_SUPPORTS_BIG_ENDIAN
838 select SYS_SUPPORTS_HIGHMEM
839 select SYS_SUPPORTS_LITTLE_ENDIAN
842 bool "Sibyte BCM91125E-Rhone"
846 select SYS_HAS_CPU_SB1
847 select SYS_SUPPORTS_BIG_ENDIAN
848 select SYS_SUPPORTS_LITTLE_ENDIAN
851 bool "Sibyte BCM91250A-SWARM"
853 select HAVE_PATA_PLATFORM
856 select SYS_HAS_CPU_SB1
857 select SYS_SUPPORTS_BIG_ENDIAN
858 select SYS_SUPPORTS_HIGHMEM
859 select SYS_SUPPORTS_LITTLE_ENDIAN
860 select ZONE_DMA32 if 64BIT
861 select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
863 config SIBYTE_LITTLESUR
864 bool "Sibyte BCM91250C2-LittleSur"
866 select HAVE_PATA_PLATFORM
869 select SYS_HAS_CPU_SB1
870 select SYS_SUPPORTS_BIG_ENDIAN
871 select SYS_SUPPORTS_HIGHMEM
872 select SYS_SUPPORTS_LITTLE_ENDIAN
873 select ZONE_DMA32 if 64BIT
875 config SIBYTE_SENTOSA
876 bool "Sibyte BCM91250E-Sentosa"
880 select SYS_HAS_CPU_SB1
881 select SYS_SUPPORTS_BIG_ENDIAN
882 select SYS_SUPPORTS_LITTLE_ENDIAN
883 select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
886 bool "Sibyte BCM91480B-BigSur"
888 select NR_CPUS_DEFAULT_4
889 select SIBYTE_BCM1x80
891 select SYS_HAS_CPU_SB1
892 select SYS_SUPPORTS_BIG_ENDIAN
893 select SYS_SUPPORTS_HIGHMEM
894 select SYS_SUPPORTS_LITTLE_ENDIAN
895 select ZONE_DMA32 if 64BIT
896 select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
899 bool "SNI RM200/300/400"
902 select FW_ARC if CPU_LITTLE_ENDIAN
903 select FW_ARC32 if CPU_LITTLE_ENDIAN
904 select FW_SNIPROM if CPU_BIG_ENDIAN
905 select ARCH_MAY_HAVE_PC_FDC
906 select ARCH_MIGHT_HAVE_PC_PARPORT
907 select ARCH_MIGHT_HAVE_PC_SERIO
911 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
912 select DMA_NONCOHERENT
913 select GENERIC_ISA_DMA
915 select HAVE_PCSPKR_PLATFORM
921 select MIPS_L1_CACHE_SHIFT_6
922 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
923 select SYS_HAS_CPU_R4X00
924 select SYS_HAS_CPU_R5000
925 select SYS_HAS_CPU_R10000
926 select R5000_CPU_SCACHE
927 select SYS_HAS_EARLY_PRINTK
928 select SYS_SUPPORTS_32BIT_KERNEL
929 select SYS_SUPPORTS_64BIT_KERNEL
930 select SYS_SUPPORTS_BIG_ENDIAN
931 select SYS_SUPPORTS_HIGHMEM
932 select SYS_SUPPORTS_LITTLE_ENDIAN
933 select WAR_R4600_V2_HIT_CACHEOP
935 The SNI RM200/300/400 are MIPS-based machines manufactured by
936 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
937 Technology and now in turn merged with Fujitsu. Say Y here to
938 support this machine type.
941 bool "Toshiba TX49 series based machines"
942 select WAR_TX49XX_ICACHE_INDEX_INV
944 config MIKROTIK_RB532
945 bool "Mikrotik RB532 boards"
948 select DMA_NONCOHERENT
951 select SYS_HAS_CPU_MIPS32_R1
952 select SYS_SUPPORTS_32BIT_KERNEL
953 select SYS_SUPPORTS_LITTLE_ENDIAN
957 select MIPS_L1_CACHE_SHIFT_4
959 Support the Mikrotik(tm) RouterBoard 532 series,
960 based on the IDT RC32434 SoC.
962 config CAVIUM_OCTEON_SOC
963 bool "Cavium Networks Octeon SoC based boards"
965 select ARCH_HAS_PHYS_TO_DMA
967 select PHYS_ADDR_T_64BIT
968 select SYS_SUPPORTS_64BIT_KERNEL
969 select SYS_SUPPORTS_BIG_ENDIAN
971 select EDAC_ATOMIC_SCRUB
972 select SYS_SUPPORTS_LITTLE_ENDIAN
973 select SYS_SUPPORTS_HOTPLUG_CPU if CPU_BIG_ENDIAN
974 select SYS_HAS_EARLY_PRINTK
975 select SYS_HAS_CPU_CAVIUM_OCTEON
977 select HAVE_PLAT_DELAY
978 select HAVE_PLAT_FW_INIT_CMDLINE
979 select HAVE_PLAT_MEMCPY
983 select ARCH_SPARSEMEM_ENABLE
984 select SYS_SUPPORTS_SMP
985 select NR_CPUS_DEFAULT_64
986 select MIPS_NR_CPU_NR_MAP_1024
989 select MTD_COMPLEX_MAPPINGS
991 select SYS_SUPPORTS_RELOCATABLE
993 This option supports all of the Octeon reference boards from Cavium
994 Networks. It builds a kernel that dynamically determines the Octeon
995 CPU type and supports all known board reference implementations.
996 Some of the supported boards are:
1003 Say Y here for most Octeon reference boards.
1007 config FIT_IMAGE_FDT_EPM5
1008 bool "Include FDT for Mobileye EyeQ5 development platforms"
1009 depends on MACH_EYEQ5
1012 Enable this to include the FDT for the EyeQ5 development platforms
1013 from Mobileye in the FIT kernel image.
1014 This requires u-boot on the platform.
1016 source "arch/mips/alchemy/Kconfig"
1017 source "arch/mips/ath25/Kconfig"
1018 source "arch/mips/ath79/Kconfig"
1019 source "arch/mips/bcm47xx/Kconfig"
1020 source "arch/mips/bcm63xx/Kconfig"
1021 source "arch/mips/bmips/Kconfig"
1022 source "arch/mips/generic/Kconfig"
1023 source "arch/mips/ingenic/Kconfig"
1024 source "arch/mips/jazz/Kconfig"
1025 source "arch/mips/lantiq/Kconfig"
1026 source "arch/mips/mobileye/Kconfig"
1027 source "arch/mips/pic32/Kconfig"
1028 source "arch/mips/ralink/Kconfig"
1029 source "arch/mips/sgi-ip27/Kconfig"
1030 source "arch/mips/sibyte/Kconfig"
1031 source "arch/mips/txx9/Kconfig"
1032 source "arch/mips/cavium-octeon/Kconfig"
1033 source "arch/mips/loongson2ef/Kconfig"
1034 source "arch/mips/loongson32/Kconfig"
1035 source "arch/mips/loongson64/Kconfig"
1039 config GENERIC_HWEIGHT
1043 config GENERIC_CALIBRATE_DELAY
1047 config SCHED_OMIT_FRAME_POINTER
1052 # Select some configuration options automatically based on user selections.
1057 config ARCH_MAY_HAVE_PC_FDC
1088 select CLOCKSOURCE_WATCHDOG if CPU_FREQ
1094 config MIPS_CLOCK_VSYSCALL
1095 def_bool CSRC_R4K || CLKSRC_MIPS_GIC
1104 config ARCH_SUPPORTS_UPROBES
1107 config DMA_NONCOHERENT
1110 # MIPS allows mixing "slightly different" Cacheability and Coherency
1111 # Attribute bits. It is believed that the uncached access through
1112 # KSEG1 and the implementation specific "uncached accelerated" used
1113 # by pgprot_writcombine can be mixed, and the latter sometimes provides
1114 # significant advantages.
1116 select ARCH_HAS_SETUP_DMA_OPS
1117 select ARCH_HAS_DMA_WRITE_COMBINE
1118 select ARCH_HAS_DMA_PREP_COHERENT
1119 select ARCH_HAS_SYNC_DMA_FOR_CPU
1120 select ARCH_HAS_SYNC_DMA_FOR_DEVICE
1121 select ARCH_HAS_DMA_SET_UNCACHED
1122 select DMA_NONCOHERENT_MMAP
1123 select NEED_DMA_MAP_STATE
1125 config SYS_HAS_EARLY_PRINTK
1128 config SYS_SUPPORTS_HOTPLUG_CPU
1131 config MIPS_BONITO64
1140 config NO_IOPORT_MAP
1144 def_bool CPU_NO_LOAD_STORE_LR
1146 config GENERIC_ISA_DMA
1148 select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
1151 config GENERIC_ISA_DMA_SUPPORT_BROKEN
1153 select GENERIC_ISA_DMA
1155 config HAVE_PLAT_DELAY
1158 config HAVE_PLAT_FW_INIT_CMDLINE
1161 config HAVE_PLAT_MEMCPY
1167 config SYS_SUPPORTS_RELOCATABLE
1170 Selected if the platform supports relocating the kernel.
1171 The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF
1172 to allow access to command line and entropy sources.
1175 # Endianness selection. Sufficiently obscure so many users don't know what to
1176 # answer,so we try hard to limit the available choices. Also the use of a
1177 # choice statement should be more obvious to the user.
1180 prompt "Endianness selection"
1182 Some MIPS machines can be configured for either little or big endian
1183 byte order. These modes require different kernels and a different
1184 Linux distribution. In general there is one preferred byteorder for a
1185 particular system but some systems are just as commonly used in the
1186 one or the other endianness.
1188 config CPU_BIG_ENDIAN
1190 depends on SYS_SUPPORTS_BIG_ENDIAN
1192 config CPU_LITTLE_ENDIAN
1193 bool "Little endian"
1194 depends on SYS_SUPPORTS_LITTLE_ENDIAN
1201 config SYS_SUPPORTS_APM_EMULATION
1204 config SYS_SUPPORTS_BIG_ENDIAN
1207 config SYS_SUPPORTS_LITTLE_ENDIAN
1210 config MIPS_HUGE_TLB_SUPPORT
1211 def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE
1219 config PCI_GT64XXX_PCI0
1222 config PCI_XTALK_BRIDGE
1225 config NO_EXCEPT_FILL
1231 config SWAP_IO_SPACE
1234 config SGI_HAS_INDYDOG
1246 config SGI_HAS_ZILOG
1249 config SGI_HAS_I8042
1252 config DEFAULT_SGI_PARTITION
1264 config MIPS_L1_CACHE_SHIFT_4
1267 config MIPS_L1_CACHE_SHIFT_5
1270 config MIPS_L1_CACHE_SHIFT_6
1273 config MIPS_L1_CACHE_SHIFT_7
1276 config MIPS_L1_CACHE_SHIFT
1278 default "7" if MIPS_L1_CACHE_SHIFT_7
1279 default "6" if MIPS_L1_CACHE_SHIFT_6
1280 default "5" if MIPS_L1_CACHE_SHIFT_5
1281 default "4" if MIPS_L1_CACHE_SHIFT_4
1284 config ARC_CMDLINE_ONLY
1288 bool "ARC console support"
1289 depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN)
1303 menu "CPU selection"
1309 config CPU_LOONGSON64
1310 bool "Loongson 64-bit CPU"
1311 depends on SYS_HAS_CPU_LOONGSON64
1312 select ARCH_HAS_PHYS_TO_DMA
1314 select CPU_HAS_PREFETCH
1315 select CPU_SUPPORTS_64BIT_KERNEL
1316 select CPU_SUPPORTS_HIGHMEM
1317 select CPU_SUPPORTS_HUGEPAGES
1318 select CPU_SUPPORTS_MSA
1319 select CPU_SUPPORTS_VZ
1320 select CPU_DIEI_BROKEN if !LOONGSON3_ENHANCEMENT
1321 select CPU_MIPSR2_IRQ_VI
1322 select DMA_NONCOHERENT
1323 select WEAK_ORDERING
1324 select WEAK_REORDERING_BEYOND_LLSC
1325 select MIPS_ASID_BITS_VARIABLE
1326 select MIPS_PGD_C0_CONTEXT
1327 select MIPS_L1_CACHE_SHIFT_6
1328 select MIPS_FP_SUPPORT
1332 The Loongson GSx64(GS264/GS464/GS464E/GS464V) series of processor
1333 cores implements the MIPS64R2 instruction set with many extensions,
1334 including most 64-bit Loongson-2 (2H, 2K) and Loongson-3 (3A1000,
1335 3B1000, 3B1500, 3A2000, 3A3000 and 3A4000) processors. However, old
1336 Loongson-2E/2F is not covered here and will be removed in future.
1338 config CPU_LOONGSON2E
1340 depends on SYS_HAS_CPU_LOONGSON2E
1341 select CPU_LOONGSON2EF
1343 The Loongson 2E processor implements the MIPS III instruction set
1344 with many extensions.
1346 It has an internal FPGA northbridge, which is compatible to
1349 config CPU_LOONGSON2F
1351 depends on SYS_HAS_CPU_LOONGSON2F
1352 select CPU_LOONGSON2EF
1354 The Loongson 2F processor implements the MIPS III instruction set
1355 with many extensions.
1357 Loongson2F have built-in DDR2 and PCIX controller. The PCIX controller
1358 have a similar programming interface with FPGA northbridge used in
1361 config CPU_LOONGSON1B
1363 depends on SYS_HAS_CPU_LOONGSON1B
1364 select CPU_LOONGSON32
1365 select LEDS_GPIO_REGISTER
1367 The Loongson 1B is a 32-bit SoC, which implements the MIPS32
1368 Release 1 instruction set and part of the MIPS32 Release 2
1371 config CPU_LOONGSON1C
1373 depends on SYS_HAS_CPU_LOONGSON1C
1374 select CPU_LOONGSON32
1375 select LEDS_GPIO_REGISTER
1377 The Loongson 1C is a 32-bit SoC, which implements the MIPS32
1378 Release 1 instruction set and part of the MIPS32 Release 2
1381 config CPU_MIPS32_R1
1382 bool "MIPS32 Release 1"
1383 depends on SYS_HAS_CPU_MIPS32_R1
1384 select CPU_HAS_PREFETCH
1385 select CPU_SUPPORTS_32BIT_KERNEL
1386 select CPU_SUPPORTS_HIGHMEM
1388 Choose this option to build a kernel for release 1 or later of the
1389 MIPS32 architecture. Most modern embedded systems with a 32-bit
1390 MIPS processor are based on a MIPS32 processor. If you know the
1391 specific type of processor in your system, choose those that one
1392 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1393 Release 2 of the MIPS32 architecture is available since several
1394 years so chances are you even have a MIPS32 Release 2 processor
1395 in which case you should choose CPU_MIPS32_R2 instead for better
1398 config CPU_MIPS32_R2
1399 bool "MIPS32 Release 2"
1400 depends on SYS_HAS_CPU_MIPS32_R2
1401 select CPU_HAS_PREFETCH
1402 select CPU_SUPPORTS_32BIT_KERNEL
1403 select CPU_SUPPORTS_HIGHMEM
1404 select CPU_SUPPORTS_MSA
1406 Choose this option to build a kernel for release 2 or later of the
1407 MIPS32 architecture. Most modern embedded systems with a 32-bit
1408 MIPS processor are based on a MIPS32 processor. If you know the
1409 specific type of processor in your system, choose those that one
1410 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1412 config CPU_MIPS32_R5
1413 bool "MIPS32 Release 5"
1414 depends on SYS_HAS_CPU_MIPS32_R5
1415 select CPU_HAS_PREFETCH
1416 select CPU_SUPPORTS_32BIT_KERNEL
1417 select CPU_SUPPORTS_HIGHMEM
1418 select CPU_SUPPORTS_MSA
1419 select CPU_SUPPORTS_VZ
1420 select MIPS_O32_FP64_SUPPORT
1422 Choose this option to build a kernel for release 5 or later of the
1423 MIPS32 architecture. New MIPS processors, starting with the Warrior
1424 family, are based on a MIPS32r5 processor. If you own an older
1425 processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
1427 config CPU_MIPS32_R6
1428 bool "MIPS32 Release 6"
1429 depends on SYS_HAS_CPU_MIPS32_R6
1430 select CPU_HAS_PREFETCH
1431 select CPU_NO_LOAD_STORE_LR
1432 select CPU_SUPPORTS_32BIT_KERNEL
1433 select CPU_SUPPORTS_HIGHMEM
1434 select CPU_SUPPORTS_MSA
1435 select CPU_SUPPORTS_VZ
1436 select MIPS_O32_FP64_SUPPORT
1438 Choose this option to build a kernel for release 6 or later of the
1439 MIPS32 architecture. New MIPS processors, starting with the Warrior
1440 family, are based on a MIPS32r6 processor. If you own an older
1441 processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
1443 config CPU_MIPS64_R1
1444 bool "MIPS64 Release 1"
1445 depends on SYS_HAS_CPU_MIPS64_R1
1446 select CPU_HAS_PREFETCH
1447 select CPU_SUPPORTS_32BIT_KERNEL
1448 select CPU_SUPPORTS_64BIT_KERNEL
1449 select CPU_SUPPORTS_HIGHMEM
1450 select CPU_SUPPORTS_HUGEPAGES
1452 Choose this option to build a kernel for release 1 or later of the
1453 MIPS64 architecture. Many modern embedded systems with a 64-bit
1454 MIPS processor are based on a MIPS64 processor. If you know the
1455 specific type of processor in your system, choose those that one
1456 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1457 Release 2 of the MIPS64 architecture is available since several
1458 years so chances are you even have a MIPS64 Release 2 processor
1459 in which case you should choose CPU_MIPS64_R2 instead for better
1462 config CPU_MIPS64_R2
1463 bool "MIPS64 Release 2"
1464 depends on SYS_HAS_CPU_MIPS64_R2
1465 select CPU_HAS_PREFETCH
1466 select CPU_SUPPORTS_32BIT_KERNEL
1467 select CPU_SUPPORTS_64BIT_KERNEL
1468 select CPU_SUPPORTS_HIGHMEM
1469 select CPU_SUPPORTS_HUGEPAGES
1470 select CPU_SUPPORTS_MSA
1472 Choose this option to build a kernel for release 2 or later of the
1473 MIPS64 architecture. Many modern embedded systems with a 64-bit
1474 MIPS processor are based on a MIPS64 processor. If you know the
1475 specific type of processor in your system, choose those that one
1476 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1478 config CPU_MIPS64_R5
1479 bool "MIPS64 Release 5"
1480 depends on SYS_HAS_CPU_MIPS64_R5
1481 select CPU_HAS_PREFETCH
1482 select CPU_SUPPORTS_32BIT_KERNEL
1483 select CPU_SUPPORTS_64BIT_KERNEL
1484 select CPU_SUPPORTS_HIGHMEM
1485 select CPU_SUPPORTS_HUGEPAGES
1486 select CPU_SUPPORTS_MSA
1487 select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
1488 select CPU_SUPPORTS_VZ
1490 Choose this option to build a kernel for release 5 or later of the
1491 MIPS64 architecture. This is a intermediate MIPS architecture
1492 release partly implementing release 6 features. Though there is no
1493 any hardware known to be based on this release.
1495 config CPU_MIPS64_R6
1496 bool "MIPS64 Release 6"
1497 depends on SYS_HAS_CPU_MIPS64_R6
1498 select CPU_HAS_PREFETCH
1499 select CPU_NO_LOAD_STORE_LR
1500 select CPU_SUPPORTS_32BIT_KERNEL
1501 select CPU_SUPPORTS_64BIT_KERNEL
1502 select CPU_SUPPORTS_HIGHMEM
1503 select CPU_SUPPORTS_HUGEPAGES
1504 select CPU_SUPPORTS_MSA
1505 select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
1506 select CPU_SUPPORTS_VZ
1508 Choose this option to build a kernel for release 6 or later of the
1509 MIPS64 architecture. New MIPS processors, starting with the Warrior
1510 family, are based on a MIPS64r6 processor. If you own an older
1511 processor, you probably need to select MIPS64r1 or MIPS64r2 instead.
1514 bool "MIPS Warrior P5600"
1515 depends on SYS_HAS_CPU_P5600
1516 select CPU_HAS_PREFETCH
1517 select CPU_SUPPORTS_32BIT_KERNEL
1518 select CPU_SUPPORTS_HIGHMEM
1519 select CPU_SUPPORTS_MSA
1520 select CPU_SUPPORTS_CPUFREQ
1521 select CPU_SUPPORTS_VZ
1522 select CPU_MIPSR2_IRQ_VI
1523 select CPU_MIPSR2_IRQ_EI
1524 select MIPS_O32_FP64_SUPPORT
1526 Choose this option to build a kernel for MIPS Warrior P5600 CPU.
1527 It's based on MIPS32r5 ISA with XPA, EVA, dual/quad issue exec pipes,
1528 MMU with two-levels TLB, UCA, MSA, MDU core level features and system
1529 level features like up to six P5600 calculation cores, CM2 with L2
1530 cache, IOCU/IOMMU (though might be unused depending on the system-
1531 specific IP core configuration), GIC, CPC, virtualisation module,
1536 depends on SYS_HAS_CPU_R3000
1539 select CPU_SUPPORTS_32BIT_KERNEL
1540 select CPU_SUPPORTS_HIGHMEM
1542 Please make sure to pick the right CPU type. Linux/MIPS is not
1543 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1544 *not* work on R4000 machines and vice versa. However, since most
1545 of the supported machines have an R4000 (or similar) CPU, R4x00
1546 might be a safe bet. If the resulting kernel does not work,
1547 try to recompile with R3000.
1551 depends on SYS_HAS_CPU_R4300
1552 select CPU_SUPPORTS_32BIT_KERNEL
1553 select CPU_SUPPORTS_64BIT_KERNEL
1555 MIPS Technologies R4300-series processors.
1559 depends on SYS_HAS_CPU_R4X00
1560 select CPU_SUPPORTS_32BIT_KERNEL
1561 select CPU_SUPPORTS_64BIT_KERNEL
1562 select CPU_SUPPORTS_HUGEPAGES
1564 MIPS Technologies R4000-series processors other than 4300, including
1565 the R4000, R4400, R4600, and 4700.
1569 depends on SYS_HAS_CPU_TX49XX
1570 select CPU_HAS_PREFETCH
1571 select CPU_SUPPORTS_32BIT_KERNEL
1572 select CPU_SUPPORTS_64BIT_KERNEL
1573 select CPU_SUPPORTS_HUGEPAGES
1577 depends on SYS_HAS_CPU_R5000
1578 select CPU_SUPPORTS_32BIT_KERNEL
1579 select CPU_SUPPORTS_64BIT_KERNEL
1580 select CPU_SUPPORTS_HUGEPAGES
1582 MIPS Technologies R5000-series processors other than the Nevada.
1586 depends on SYS_HAS_CPU_R5500
1587 select CPU_SUPPORTS_32BIT_KERNEL
1588 select CPU_SUPPORTS_64BIT_KERNEL
1589 select CPU_SUPPORTS_HUGEPAGES
1591 NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
1596 depends on SYS_HAS_CPU_NEVADA
1597 select CPU_SUPPORTS_32BIT_KERNEL
1598 select CPU_SUPPORTS_64BIT_KERNEL
1599 select CPU_SUPPORTS_HUGEPAGES
1601 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1605 depends on SYS_HAS_CPU_R10000
1606 select CPU_HAS_PREFETCH
1607 select CPU_SUPPORTS_32BIT_KERNEL
1608 select CPU_SUPPORTS_64BIT_KERNEL
1609 select CPU_SUPPORTS_HIGHMEM
1610 select CPU_SUPPORTS_HUGEPAGES
1612 MIPS Technologies R10000-series processors.
1616 depends on SYS_HAS_CPU_RM7000
1617 select CPU_HAS_PREFETCH
1618 select CPU_SUPPORTS_32BIT_KERNEL
1619 select CPU_SUPPORTS_64BIT_KERNEL
1620 select CPU_SUPPORTS_HIGHMEM
1621 select CPU_SUPPORTS_HUGEPAGES
1625 depends on SYS_HAS_CPU_SB1
1626 select CPU_SUPPORTS_32BIT_KERNEL
1627 select CPU_SUPPORTS_64BIT_KERNEL
1628 select CPU_SUPPORTS_HIGHMEM
1629 select CPU_SUPPORTS_HUGEPAGES
1630 select WEAK_ORDERING
1632 config CPU_CAVIUM_OCTEON
1633 bool "Cavium Octeon processor"
1634 depends on SYS_HAS_CPU_CAVIUM_OCTEON
1635 select CPU_HAS_PREFETCH
1636 select CPU_SUPPORTS_64BIT_KERNEL
1637 select HAVE_PAGE_SIZE_8KB if !MIPS_VA_BITS_48
1638 select HAVE_PAGE_SIZE_32KB if !MIPS_VA_BITS_48
1639 select WEAK_ORDERING
1640 select CPU_SUPPORTS_HIGHMEM
1641 select CPU_SUPPORTS_HUGEPAGES
1642 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1643 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1644 select MIPS_L1_CACHE_SHIFT_7
1645 select CPU_SUPPORTS_VZ
1647 The Cavium Octeon processor is a highly integrated chip containing
1648 many ethernet hardware widgets for networking tasks. The processor
1649 can have up to 16 Mips64v2 cores and 8 integrated gigabit ethernets.
1650 Full details can be found at http://www.caviumnetworks.com.
1653 bool "Broadcom BMIPS"
1654 depends on SYS_HAS_CPU_BMIPS
1656 select CPU_BMIPS32_3300 if SYS_HAS_CPU_BMIPS32_3300
1657 select CPU_BMIPS4350 if SYS_HAS_CPU_BMIPS4350
1658 select CPU_BMIPS4380 if SYS_HAS_CPU_BMIPS4380
1659 select CPU_BMIPS5000 if SYS_HAS_CPU_BMIPS5000
1660 select CPU_SUPPORTS_32BIT_KERNEL
1661 select DMA_NONCOHERENT
1663 select SWAP_IO_SPACE
1664 select WEAK_ORDERING
1665 select CPU_SUPPORTS_HIGHMEM
1666 select CPU_HAS_PREFETCH
1667 select CPU_SUPPORTS_CPUFREQ
1668 select MIPS_EXTERNAL_TIMER
1669 select GENERIC_IRQ_MIGRATION if HOTPLUG_CPU
1671 Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors.
1675 config LOONGSON3_ENHANCEMENT
1676 bool "New Loongson-3 CPU Enhancements"
1678 depends on CPU_LOONGSON64
1680 New Loongson-3 cores (since Loongson-3A R2, as opposed to Loongson-3A
1681 R1, Loongson-3B R1 and Loongson-3B R2) has many enhancements, such as
1682 FTLB, L1-VCache, EI/DI/Wait/Prefetch instruction, DSP/DSPr2 ASE, User
1683 Local register, Read-Inhibit/Execute-Inhibit, SFB (Store Fill Buffer),
1684 Fast TLB refill support, etc.
1686 This option enable those enhancements which are not probed at run
1687 time. If you want a generic kernel to run on all Loongson 3 machines,
1688 please say 'N' here. If you want a high-performance kernel to run on
1689 new Loongson-3 machines only, please say 'Y' here.
1691 config CPU_LOONGSON3_WORKAROUNDS
1692 bool "Loongson-3 LLSC Workarounds"
1694 depends on CPU_LOONGSON64
1696 Loongson-3 processors have the llsc issues which require workarounds.
1697 Without workarounds the system may hang unexpectedly.
1699 Say Y, unless you know what you are doing.
1701 config CPU_LOONGSON3_CPUCFG_EMULATION
1702 bool "Emulate the CPUCFG instruction on older Loongson cores"
1704 depends on CPU_LOONGSON64
1706 Loongson-3A R4 and newer have the CPUCFG instruction available for
1707 userland to query CPU capabilities, much like CPUID on x86. This
1708 option provides emulation of the instruction on older Loongson
1709 cores, back to Loongson-3A1000.
1711 If unsure, please say Y.
1713 config CPU_MIPS32_3_5_FEATURES
1714 bool "MIPS32 Release 3.5 Features"
1715 depends on SYS_HAS_CPU_MIPS32_R3_5
1716 depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_MIPS32_R6 || \
1719 Choose this option to build a kernel for release 2 or later of the
1720 MIPS32 architecture including features from the 3.5 release such as
1721 support for Enhanced Virtual Addressing (EVA).
1723 config CPU_MIPS32_3_5_EVA
1724 bool "Enhanced Virtual Addressing (EVA)"
1725 depends on CPU_MIPS32_3_5_FEATURES
1729 Choose this option if you want to enable the Enhanced Virtual
1730 Addressing (EVA) on your MIPS32 core (such as proAptiv).
1731 One of its primary benefits is an increase in the maximum size
1732 of lowmem (up to 3GB). If unsure, say 'N' here.
1734 config CPU_MIPS32_R5_FEATURES
1735 bool "MIPS32 Release 5 Features"
1736 depends on SYS_HAS_CPU_MIPS32_R5
1737 depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_P5600
1739 Choose this option to build a kernel for release 2 or later of the
1740 MIPS32 architecture including features from release 5 such as
1741 support for Extended Physical Addressing (XPA).
1743 config CPU_MIPS32_R5_XPA
1744 bool "Extended Physical Addressing (XPA)"
1745 depends on CPU_MIPS32_R5_FEATURES
1747 depends on !PAGE_SIZE_4KB
1748 depends on SYS_SUPPORTS_HIGHMEM
1751 select PHYS_ADDR_T_64BIT
1754 Choose this option if you want to enable the Extended Physical
1755 Addressing (XPA) on your MIPS32 core (such as P5600 series). The
1756 benefit is to increase physical addressing equal to or greater
1757 than 40 bits. Note that this has the side effect of turning on
1758 64-bit addressing which in turn makes the PTEs 64-bit in size.
1759 If unsure, say 'N' here.
1762 config CPU_NOP_WORKAROUNDS
1765 config CPU_JUMP_WORKAROUNDS
1768 config CPU_LOONGSON2F_WORKAROUNDS
1769 bool "Loongson 2F Workarounds"
1771 select CPU_NOP_WORKAROUNDS
1772 select CPU_JUMP_WORKAROUNDS
1774 Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which
1775 require workarounds. Without workarounds the system may hang
1776 unexpectedly. For more information please refer to the gas
1777 -mfix-loongson2f-nop and -mfix-loongson2f-jump options.
1779 Loongson 2F03 and later have fixed these issues and no workarounds
1780 are needed. The workarounds have no significant side effect on them
1781 but may decrease the performance of the system so this option should
1782 be disabled unless the kernel is intended to be run on 2F01 or 2F02
1785 If unsure, please say Y.
1786 endif # CPU_LOONGSON2F
1788 config SYS_SUPPORTS_ZBOOT
1790 select HAVE_KERNEL_GZIP
1791 select HAVE_KERNEL_BZIP2
1792 select HAVE_KERNEL_LZ4
1793 select HAVE_KERNEL_LZMA
1794 select HAVE_KERNEL_LZO
1795 select HAVE_KERNEL_XZ
1796 select HAVE_KERNEL_ZSTD
1798 config SYS_SUPPORTS_ZBOOT_UART16550
1800 select SYS_SUPPORTS_ZBOOT
1802 config SYS_SUPPORTS_ZBOOT_UART_PROM
1804 select SYS_SUPPORTS_ZBOOT
1806 config CPU_LOONGSON2EF
1808 select CPU_SUPPORTS_32BIT_KERNEL
1809 select CPU_SUPPORTS_64BIT_KERNEL
1810 select CPU_SUPPORTS_HIGHMEM
1811 select CPU_SUPPORTS_HUGEPAGES
1813 config CPU_LOONGSON32
1817 select CPU_HAS_PREFETCH
1818 select CPU_SUPPORTS_32BIT_KERNEL
1819 select CPU_SUPPORTS_HIGHMEM
1820 select CPU_SUPPORTS_CPUFREQ
1822 config CPU_BMIPS32_3300
1823 select SMP_UP if SMP
1826 config CPU_BMIPS4350
1828 select SYS_SUPPORTS_SMP
1829 select SYS_SUPPORTS_HOTPLUG_CPU
1831 config CPU_BMIPS4380
1833 select MIPS_L1_CACHE_SHIFT_6
1834 select SYS_SUPPORTS_SMP
1835 select SYS_SUPPORTS_HOTPLUG_CPU
1838 config CPU_BMIPS5000
1840 select MIPS_CPU_SCACHE
1841 select MIPS_L1_CACHE_SHIFT_7
1842 select SYS_SUPPORTS_SMP
1843 select SYS_SUPPORTS_HOTPLUG_CPU
1846 config SYS_HAS_CPU_LOONGSON64
1848 select CPU_SUPPORTS_CPUFREQ
1851 config SYS_HAS_CPU_LOONGSON2E
1854 config SYS_HAS_CPU_LOONGSON2F
1856 select CPU_SUPPORTS_CPUFREQ
1857 select CPU_SUPPORTS_ADDRWINCFG if 64BIT
1859 config SYS_HAS_CPU_LOONGSON1B
1862 config SYS_HAS_CPU_LOONGSON1C
1865 config SYS_HAS_CPU_MIPS32_R1
1868 config SYS_HAS_CPU_MIPS32_R2
1871 config SYS_HAS_CPU_MIPS32_R3_5
1874 config SYS_HAS_CPU_MIPS32_R5
1877 config SYS_HAS_CPU_MIPS32_R6
1880 config SYS_HAS_CPU_MIPS64_R1
1883 config SYS_HAS_CPU_MIPS64_R2
1886 config SYS_HAS_CPU_MIPS64_R5
1889 config SYS_HAS_CPU_MIPS64_R6
1892 config SYS_HAS_CPU_P5600
1895 config SYS_HAS_CPU_R3000
1898 config SYS_HAS_CPU_R4300
1901 config SYS_HAS_CPU_R4X00
1904 config SYS_HAS_CPU_TX49XX
1907 config SYS_HAS_CPU_R5000
1910 config SYS_HAS_CPU_R5500
1913 config SYS_HAS_CPU_NEVADA
1916 config SYS_HAS_CPU_R10000
1919 config SYS_HAS_CPU_RM7000
1922 config SYS_HAS_CPU_SB1
1925 config SYS_HAS_CPU_CAVIUM_OCTEON
1928 config SYS_HAS_CPU_BMIPS
1931 config SYS_HAS_CPU_BMIPS32_3300
1933 select SYS_HAS_CPU_BMIPS
1935 config SYS_HAS_CPU_BMIPS4350
1937 select SYS_HAS_CPU_BMIPS
1939 config SYS_HAS_CPU_BMIPS4380
1941 select SYS_HAS_CPU_BMIPS
1943 config SYS_HAS_CPU_BMIPS5000
1945 select SYS_HAS_CPU_BMIPS
1948 # CPU may reorder R->R, R->W, W->R, W->W
1949 # Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
1951 config WEAK_ORDERING
1955 # CPU may reorder reads and writes beyond LL/SC
1956 # CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
1958 config WEAK_REORDERING_BEYOND_LLSC
1963 # These two indicate any level of the MIPS32 and MIPS64 architecture
1967 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 || CPU_MIPS32_R5 || \
1968 CPU_MIPS32_R6 || CPU_P5600
1972 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 || CPU_MIPS64_R5 || \
1973 CPU_MIPS64_R6 || CPU_LOONGSON64 || CPU_CAVIUM_OCTEON
1976 # These indicate the revision of the architecture
1980 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1984 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON
1986 select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
1991 default y if CPU_MIPS32_R5 || CPU_MIPS64_R5 || CPU_P5600
1993 select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
1998 default y if CPU_MIPS32_R6 || CPU_MIPS64_R6
1999 select ARCH_HAS_CRC32
2001 select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
2002 select HAVE_ARCH_BITREVERSE
2003 select MIPS_ASID_BITS_VARIABLE
2006 config TARGET_ISA_REV
2008 default 1 if CPU_MIPSR1
2009 default 2 if CPU_MIPSR2
2010 default 5 if CPU_MIPSR5
2011 default 6 if CPU_MIPSR6
2014 Reflects the ISA revision being targeted by the kernel build. This
2015 is effectively the Kconfig equivalent of MIPS_ISA_REV.
2023 config SYS_SUPPORTS_32BIT_KERNEL
2025 config SYS_SUPPORTS_64BIT_KERNEL
2027 config CPU_SUPPORTS_32BIT_KERNEL
2029 config CPU_SUPPORTS_64BIT_KERNEL
2031 config CPU_SUPPORTS_CPUFREQ
2033 config CPU_SUPPORTS_ADDRWINCFG
2035 config CPU_SUPPORTS_HUGEPAGES
2037 depends on !(32BIT && (PHYS_ADDR_T_64BIT || EVA))
2038 config CPU_SUPPORTS_VZ
2040 config MIPS_PGD_C0_CONTEXT
2043 default y if (CPU_MIPSR2 || CPU_MIPSR6)
2046 # Set to y for ptrace access to watch registers.
2048 config HARDWARE_WATCHPOINTS
2050 default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6
2055 prompt "Kernel code model"
2057 You should only select this option if you have a workload that
2058 actually benefits from 64-bit processing or if your machine has
2059 large memory. You will only be presented a single option in this
2060 menu if your system does not support both 32-bit and 64-bit kernels.
2063 bool "32-bit kernel"
2064 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
2067 Select this option if you want to build a 32-bit kernel.
2070 bool "64-bit kernel"
2071 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
2073 Select this option if you want to build a 64-bit kernel.
2077 config MIPS_VA_BITS_48
2078 bool "48 bits virtual memory"
2081 Support a maximum at least 48 bits of application virtual
2082 memory. Default is 40 bits or less, depending on the CPU.
2083 For page sizes 16k and above, this option results in a small
2084 memory overhead for page tables. For 4k page size, a fourth
2085 level of page tables is added which imposes both a memory
2086 overhead as well as slower TLB fault handling.
2090 config ZBOOT_LOAD_ADDRESS
2091 hex "Compressed kernel load address"
2092 default 0xffffffff80400000 if BCM47XX
2094 depends on SYS_SUPPORTS_ZBOOT
2096 The address to load compressed kernel, aka vmlinuz.
2098 This is only used if non-zero.
2100 config ARCH_FORCE_MAX_ORDER
2101 int "Maximum zone order"
2102 default "13" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
2103 default "12" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
2104 default "11" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
2107 The kernel memory allocator divides physically contiguous memory
2108 blocks into "zones", where each zone is a power of two number of
2109 pages. This option selects the largest power of two that the kernel
2110 keeps in the memory allocator. If you need to allocate very large
2111 blocks of physically contiguous memory, then you may need to
2112 increase this value.
2114 The page size is not necessarily 4KB. Keep this in mind
2115 when choosing a value for this option.
2120 config IP22_CPU_SCACHE
2125 # Support for a MIPS32 / MIPS64 style S-caches
2127 config MIPS_CPU_SCACHE
2131 config R5000_CPU_SCACHE
2135 config RM7000_CPU_SCACHE
2139 config SIBYTE_DMA_PAGEOPS
2140 bool "Use DMA to clear/copy pages"
2143 Instead of using the CPU to zero and copy pages, use a Data Mover
2144 channel. These DMA channels are otherwise unused by the standard
2145 SiByte Linux port. Seems to give a small performance benefit.
2147 config CPU_HAS_PREFETCH
2150 config CPU_GENERIC_DUMP_TLB
2152 default y if !CPU_R3000
2154 config MIPS_FP_SUPPORT
2155 bool "Floating Point support" if EXPERT
2158 Select y to include support for floating point in the kernel
2159 including initialization of FPU hardware, FP context save & restore
2160 and emulation of an FPU where necessary. Without this support any
2161 userland program attempting to use floating point instructions will
2164 If you know that your userland will not attempt to use floating point
2165 instructions then you can say n here to shrink the kernel a little.
2169 config CPU_R2300_FPU
2171 depends on MIPS_FP_SUPPORT
2172 default y if CPU_R3000
2179 depends on MIPS_FP_SUPPORT
2180 default y if !CPU_R2300_FPU
2182 config CPU_R4K_CACHE_TLB
2184 default y if !(CPU_R3K_TLB || CPU_SB1 || CPU_CAVIUM_OCTEON)
2187 bool "MIPS MT SMP support (1 TC on each available VPE)"
2189 depends on TARGET_ISA_REV > 0 && TARGET_ISA_REV < 6
2190 depends on SYS_SUPPORTS_MULTITHREADING && !CPU_MICROMIPS
2191 select CPU_MIPSR2_IRQ_VI
2192 select CPU_MIPSR2_IRQ_EI
2197 select SYS_SUPPORTS_SMP
2198 select SYS_SUPPORTS_SCHED_SMT
2199 select MIPS_PERF_SHARED_TC_COUNTERS
2201 This is a kernel model which is known as SMVP. This is supported
2202 on cores with the MT ASE and uses the available VPEs to implement
2203 virtual processors which supports SMP. This is equivalent to the
2204 Intel Hyperthreading feature. For further information go to
2205 <http://www.imgtec.com/mips/mips-multithreading.asp>.
2211 bool "SMT (multithreading) scheduler support"
2212 depends on SYS_SUPPORTS_SCHED_SMT
2215 SMT scheduler support improves the CPU scheduler's decision making
2216 when dealing with MIPS MT enabled cores at a cost of slightly
2217 increased overhead in some places. If unsure say N here.
2219 config SYS_SUPPORTS_SCHED_SMT
2222 config SYS_SUPPORTS_MULTITHREADING
2225 config MIPS_MT_FPAFF
2226 bool "Dynamic FPU affinity for FP-intensive threads"
2228 depends on MIPS_MT_SMP
2230 config MIPSR2_TO_R6_EMULATOR
2231 bool "MIPS R2-to-R6 emulator"
2232 depends on CPU_MIPSR6
2233 depends on MIPS_FP_SUPPORT
2236 Choose this option if you want to run non-R6 MIPS userland code.
2237 Even if you say 'Y' here, the emulator will still be disabled by
2238 default. You can enable it using the 'mipsr2emu' kernel option.
2239 The only reason this is a build-time option is to save ~14K from the
2242 config SYS_SUPPORTS_VPE_LOADER
2244 depends on SYS_SUPPORTS_MULTITHREADING
2246 Indicates that the platform supports the VPE loader, and provides
2249 config MIPS_VPE_LOADER
2250 bool "VPE loader support."
2251 depends on SYS_SUPPORTS_VPE_LOADER && MODULES
2252 select CPU_MIPSR2_IRQ_VI
2253 select CPU_MIPSR2_IRQ_EI
2256 Includes a loader for loading an elf relocatable object
2257 onto another VPE and running it.
2259 config MIPS_VPE_LOADER_MT
2262 depends on MIPS_VPE_LOADER
2264 config MIPS_VPE_LOADER_TOM
2265 bool "Load VPE program into memory hidden from linux"
2266 depends on MIPS_VPE_LOADER
2269 The loader can use memory that is present but has been hidden from
2270 Linux using the kernel command line option "mem=xxMB". It's up to
2271 you to ensure the amount you put in the option and the space your
2272 program requires is less or equal to the amount physically present.
2274 config MIPS_VPE_APSP_API
2275 bool "Enable support for AP/SP API (RTLX)"
2276 depends on MIPS_VPE_LOADER
2278 config MIPS_VPE_APSP_API_MT
2281 depends on MIPS_VPE_APSP_API
2284 bool "MIPS Coherent Processing System support"
2285 depends on SYS_SUPPORTS_MIPS_CPS
2287 select MIPS_CPS_PM if HOTPLUG_CPU
2289 select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
2290 select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
2291 select SYS_SUPPORTS_HOTPLUG_CPU
2292 select SYS_SUPPORTS_SCHED_SMT if CPU_MIPSR6
2293 select SYS_SUPPORTS_SMP
2294 select WEAK_ORDERING
2295 select GENERIC_IRQ_MIGRATION if HOTPLUG_CPU
2297 Select this if you wish to run an SMP kernel across multiple cores
2298 within a MIPS Coherent Processing System. When this option is
2299 enabled the kernel will probe for other cores and boot them with
2300 no external assistance. It is safe to enable this when hardware
2301 support is unavailable.
2314 config SB1_PASS_2_WORKAROUNDS
2316 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
2319 config SB1_PASS_2_1_WORKAROUNDS
2321 depends on CPU_SB1 && CPU_SB1_PASS_2
2325 prompt "SmartMIPS or microMIPS ASE support"
2327 config CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS
2330 Select this if you want neither microMIPS nor SmartMIPS support
2332 config CPU_HAS_SMARTMIPS
2333 depends on SYS_SUPPORTS_SMARTMIPS
2336 SmartMIPS is a extension of the MIPS32 architecture aimed at
2337 increased security at both hardware and software level for
2338 smartcards. Enabling this option will allow proper use of the
2339 SmartMIPS instructions by Linux applications. However a kernel with
2340 this option will not work on a MIPS core without SmartMIPS core. If
2341 you don't know you probably don't have SmartMIPS and should say N
2344 config CPU_MICROMIPS
2345 depends on 32BIT && SYS_SUPPORTS_MICROMIPS && !CPU_MIPSR6
2348 When this option is enabled the kernel will be built using the
2354 bool "Support for the MIPS SIMD Architecture"
2355 depends on CPU_SUPPORTS_MSA
2356 depends on MIPS_FP_SUPPORT
2357 depends on 64BIT || MIPS_O32_FP64_SUPPORT
2359 MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers
2360 and a set of SIMD instructions to operate on them. When this option
2361 is enabled the kernel will support allocating & switching MSA
2362 vector register contexts. If you know that your kernel will only be
2363 running on CPUs which do not support MSA or that your userland will
2364 not be making use of it then you may wish to say N here to reduce
2365 the size & complexity of your kernel.
2376 depends on !CPU_DIEI_BROKEN
2379 config CPU_DIEI_BROKEN
2385 config CPU_NO_LOAD_STORE_LR
2388 CPU lacks support for unaligned load and store instructions:
2389 LWL, LWR, SWL, SWR (Load/store word left/right).
2390 LDL, LDR, SDL, SDR (Load/store doubleword left/right, for 64bit
2394 # Vectored interrupt mode is an R2 feature
2396 config CPU_MIPSR2_IRQ_VI
2400 # Extended interrupt mode is an R2 feature
2402 config CPU_MIPSR2_IRQ_EI
2407 depends on !CPU_R3000
2414 # Work around the "daddi" and "daddiu" CPU errata:
2416 # - The `daddi' instruction fails to trap on overflow.
2417 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2420 # - The `daddiu' instruction can produce an incorrect result.
2421 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2423 # "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
2425 # "MIPS R4400PC/SC Errata, Processor Revision 1.0", erratum #7
2426 # "MIPS R4400MC Errata, Processor Revision 1.0", erratum #5
2427 config CPU_DADDI_WORKAROUNDS
2430 # Work around certain R4000 CPU errata (as implemented by GCC):
2432 # - A double-word or a variable shift may give an incorrect result
2433 # if executed immediately after starting an integer division:
2434 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2436 # "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
2439 # - A double-word or a variable shift may give an incorrect result
2440 # if executed while an integer multiplication is in progress:
2441 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2444 # - An integer division may give an incorrect result if started in
2445 # a delay slot of a taken branch or a jump:
2446 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2448 config CPU_R4000_WORKAROUNDS
2450 select CPU_R4400_WORKAROUNDS
2452 # Work around certain R4400 CPU errata (as implemented by GCC):
2454 # - A double-word or a variable shift may give an incorrect result
2455 # if executed immediately after starting an integer division:
2456 # "MIPS R4400MC Errata, Processor Revision 1.0", erratum #10
2457 # "MIPS R4400MC Errata, Processor Revision 2.0 & 3.0", erratum #4
2458 config CPU_R4400_WORKAROUNDS
2461 config CPU_R4X00_BUGS64
2463 default y if SYS_HAS_CPU_R4X00 && 64BIT && (TARGET_ISA_REV < 1)
2465 config MIPS_ASID_SHIFT
2467 default 6 if CPU_R3000
2470 config MIPS_ASID_BITS
2472 default 0 if MIPS_ASID_BITS_VARIABLE
2473 default 6 if CPU_R3000
2476 config MIPS_ASID_BITS_VARIABLE
2479 # R4600 erratum. Due to the lack of errata information the exact
2480 # technical details aren't known. I've experimentally found that disabling
2481 # interrupts during indexed I-cache flushes seems to be sufficient to deal
2483 config WAR_R4600_V1_INDEX_ICACHEOP
2486 # Pleasures of the R4600 V1.x. Cite from the IDT R4600 V1.7 errata:
2488 # 18. The CACHE instructions Hit_Writeback_Invalidate_D, Hit_Writeback_D,
2489 # Hit_Invalidate_D and Create_Dirty_Excl_D should only be
2490 # executed if there is no other dcache activity. If the dcache is
2491 # accessed for another instruction immediately preceding when these
2492 # cache instructions are executing, it is possible that the dcache
2493 # tag match outputs used by these cache instructions will be
2494 # incorrect. These cache instructions should be preceded by at least
2495 # four instructions that are not any kind of load or store
2498 # This is not allowed: lw
2502 # cache Hit_Writeback_Invalidate_D
2504 # This is allowed: lw
2509 # cache Hit_Writeback_Invalidate_D
2510 config WAR_R4600_V1_HIT_CACHEOP
2513 # Writeback and invalidate the primary cache dcache before DMA.
2515 # R4600 v2.0 bug: "The CACHE instructions Hit_Writeback_Inv_D,
2516 # Hit_Writeback_D, Hit_Invalidate_D and Create_Dirty_Exclusive_D will only
2517 # operate correctly if the internal data cache refill buffer is empty. These
2518 # CACHE instructions should be separated from any potential data cache miss
2519 # by a load instruction to an uncached address to empty the response buffer."
2520 # (Revision 2.0 device errata from IDT available on https://www.idt.com/
2522 config WAR_R4600_V2_HIT_CACHEOP
2525 # From TX49/H2 manual: "If the instruction (i.e. CACHE) is issued for
2526 # the line which this instruction itself exists, the following
2527 # operation is not guaranteed."
2529 # Workaround: do two phase flushing for Index_Invalidate_I
2530 config WAR_TX49XX_ICACHE_INDEX_INV
2533 # The RM7000 processors and the E9000 cores have a bug (though PMC-Sierra
2534 # opposes it being called that) where invalid instructions in the same
2535 # I-cache line worth of instructions being fetched may case spurious
2537 config WAR_ICACHE_REFILLS
2540 # On the R10000 up to version 2.6 (not sure about 2.7) there is a bug that
2541 # may cause ll / sc and lld / scd sequences to execute non-atomically.
2542 config WAR_R10000_LLSC
2545 # 34K core erratum: "Problems Executing the TLBR Instruction"
2546 config WAR_MIPS34K_MISSED_ITLB
2550 # - Highmem only makes sense for the 32-bit kernel.
2551 # - The current highmem code will only work properly on physically indexed
2552 # caches such as R3000, SB1, R7000 or those that look like they're virtually
2553 # indexed such as R4000/R4400 SC and MC versions or R10000. So for the
2554 # moment we protect the user and offer the highmem option only on machines
2555 # where it's known to be safe. This will not offer highmem on a few systems
2556 # such as MIPS32 and MIPS64 CPUs which may have virtual and physically
2557 # indexed CPUs but we're playing safe.
2558 # - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
2559 # know they might have memory configurations that could make use of highmem
2563 bool "High Memory Support"
2564 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM && !CPU_MIPS32_3_5_EVA
2567 config CPU_SUPPORTS_HIGHMEM
2570 config SYS_SUPPORTS_HIGHMEM
2573 config SYS_SUPPORTS_SMARTMIPS
2576 config SYS_SUPPORTS_MICROMIPS
2579 config SYS_SUPPORTS_MIPS16
2582 This option must be set if a kernel might be executed on a MIPS16-
2583 enabled CPU even if MIPS16 is not actually being used. In other
2584 words, it makes the kernel MIPS16-tolerant.
2586 config CPU_SUPPORTS_MSA
2589 config ARCH_FLATMEM_ENABLE
2591 depends on !NUMA && !CPU_LOONGSON2EF
2593 config ARCH_SPARSEMEM_ENABLE
2598 depends on SYS_SUPPORTS_NUMA
2600 select HAVE_SETUP_PER_CPU_AREA
2601 select NEED_PER_CPU_EMBED_FIRST_CHUNK
2603 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
2604 Access). This option improves performance on systems with more
2605 than two nodes; on two node systems it is generally better to
2606 leave it disabled; on single node systems leave this option
2609 config SYS_SUPPORTS_NUMA
2613 bool "Relocatable kernel"
2614 depends on SYS_SUPPORTS_RELOCATABLE
2615 depends on CPU_MIPS32_R2 || CPU_MIPS64_R2 || \
2616 CPU_MIPS32_R5 || CPU_MIPS64_R5 || \
2617 CPU_MIPS32_R6 || CPU_MIPS64_R6 || \
2618 CPU_P5600 || CAVIUM_OCTEON_SOC || \
2621 This builds a kernel image that retains relocation information
2622 so it can be loaded someplace besides the default 1MB.
2623 The relocations make the kernel binary about 15% larger,
2624 but are discarded at runtime
2626 config RELOCATION_TABLE_SIZE
2627 hex "Relocation table size"
2628 depends on RELOCATABLE
2629 range 0x0 0x01000000
2630 default "0x00200000" if CPU_LOONGSON64
2631 default "0x00100000"
2633 A table of relocation data will be appended to the kernel binary
2634 and parsed at boot to fix up the relocated kernel.
2636 This option allows the amount of space reserved for the table to be
2637 adjusted, although the default of 1Mb should be ok in most cases.
2639 The build will fail and a valid size suggested if this is too small.
2641 If unsure, leave at the default value.
2643 config RANDOMIZE_BASE
2644 bool "Randomize the address of the kernel image"
2645 depends on RELOCATABLE
2647 Randomizes the physical and virtual address at which the
2648 kernel image is loaded, as a security feature that
2649 deters exploit attempts relying on knowledge of the location
2650 of kernel internals.
2652 Entropy is generated using any coprocessor 0 registers available.
2654 The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET.
2658 config RANDOMIZE_BASE_MAX_OFFSET
2659 hex "Maximum kASLR offset" if EXPERT
2660 depends on RANDOMIZE_BASE
2661 range 0x0 0x40000000 if EVA || 64BIT
2662 range 0x0 0x08000000
2663 default "0x01000000"
2665 When kASLR is active, this provides the maximum offset that will
2666 be applied to the kernel image. It should be set according to the
2667 amount of physical RAM available in the target system minus
2668 PHYSICAL_START and must be a power of 2.
2670 This is limited by the size of KSEG0, 256Mb on 32-bit or 1Gb with
2671 EVA or 64-bit. The default is 16Mb.
2678 config HW_PERF_EVENTS
2679 bool "Enable hardware performance counter support for perf events"
2680 depends on PERF_EVENTS && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_LOONGSON64)
2683 Enable hardware performance counter support for perf events. If
2684 disabled, perf events will use software events only.
2687 bool "Enable DMI scanning"
2688 depends on MACH_LOONGSON64
2689 select DMI_SCAN_MACHINE_NON_EFI_FALLBACK
2692 Enabled scanning of DMI to identify machine quirks. Say Y
2693 here unless you have verified that your setup is not
2694 affected by entries in the DMI blacklist. Required by PNP
2698 bool "Multi-Processing support"
2699 depends on SYS_SUPPORTS_SMP
2701 This enables support for systems with more than one CPU. If you have
2702 a system with only one CPU, say N. If you have a system with more
2703 than one CPU, say Y.
2705 If you say N here, the kernel will run on uni- and multiprocessor
2706 machines, but will use only one CPU of a multiprocessor machine. If
2707 you say Y here, the kernel will run on many, but not all,
2708 uniprocessor machines. On a uniprocessor machine, the kernel
2709 will run faster if you say N here.
2711 People using multiprocessor machines who say Y here should also say
2712 Y to "Enhanced Real Time Clock Support", below.
2714 See also the SMP-HOWTO available at
2715 <https://www.tldp.org/docs.html#howto>.
2717 If you don't know what to do here, say N.
2720 bool "Support for hot-pluggable CPUs"
2721 depends on SMP && SYS_SUPPORTS_HOTPLUG_CPU
2723 Say Y here to allow turning CPUs off and on. CPUs can be
2724 controlled through /sys/devices/system/cpu.
2725 (Note: power management support will enable this option
2726 automatically on SMP systems. )
2727 Say N if you want to disable CPU hotplug.
2732 config SYS_SUPPORTS_MIPS_CPS
2735 config SYS_SUPPORTS_SMP
2738 config NR_CPUS_DEFAULT_4
2741 config NR_CPUS_DEFAULT_8
2744 config NR_CPUS_DEFAULT_16
2747 config NR_CPUS_DEFAULT_32
2750 config NR_CPUS_DEFAULT_64
2754 int "Maximum number of CPUs (2-256)"
2757 default "4" if NR_CPUS_DEFAULT_4
2758 default "8" if NR_CPUS_DEFAULT_8
2759 default "16" if NR_CPUS_DEFAULT_16
2760 default "32" if NR_CPUS_DEFAULT_32
2761 default "64" if NR_CPUS_DEFAULT_64
2763 This allows you to specify the maximum number of CPUs which this
2764 kernel will support. The maximum supported value is 32 for 32-bit
2765 kernel and 64 for 64-bit kernels; the minimum value which makes
2766 sense is 1 for Qemu (useful only for kernel debugging purposes)
2767 and 2 for all others.
2769 This is purely to save memory - each supported CPU adds
2770 approximately eight kilobytes to the kernel image. For best
2771 performance should round up your number of processors to the next
2774 config MIPS_PERF_SHARED_TC_COUNTERS
2777 config MIPS_NR_CPU_NR_MAP_1024
2780 config MIPS_NR_CPU_NR_MAP
2783 default 1024 if MIPS_NR_CPU_NR_MAP_1024
2784 default NR_CPUS if !MIPS_NR_CPU_NR_MAP_1024
2787 # Timer Interrupt Frequency Configuration
2791 prompt "Timer frequency"
2794 Allows the configuration of the timer frequency.
2797 bool "24 HZ" if SYS_SUPPORTS_24HZ || SYS_SUPPORTS_ARBIT_HZ
2800 bool "48 HZ" if SYS_SUPPORTS_48HZ || SYS_SUPPORTS_ARBIT_HZ
2803 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
2806 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
2809 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
2812 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
2815 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
2818 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
2822 config SYS_SUPPORTS_24HZ
2825 config SYS_SUPPORTS_48HZ
2828 config SYS_SUPPORTS_100HZ
2831 config SYS_SUPPORTS_128HZ
2834 config SYS_SUPPORTS_250HZ
2837 config SYS_SUPPORTS_256HZ
2840 config SYS_SUPPORTS_1000HZ
2843 config SYS_SUPPORTS_1024HZ
2846 config SYS_SUPPORTS_ARBIT_HZ
2848 default y if !SYS_SUPPORTS_24HZ && \
2849 !SYS_SUPPORTS_48HZ && \
2850 !SYS_SUPPORTS_100HZ && \
2851 !SYS_SUPPORTS_128HZ && \
2852 !SYS_SUPPORTS_250HZ && \
2853 !SYS_SUPPORTS_256HZ && \
2854 !SYS_SUPPORTS_1000HZ && \
2855 !SYS_SUPPORTS_1024HZ
2861 default 100 if HZ_100
2862 default 128 if HZ_128
2863 default 250 if HZ_250
2864 default 256 if HZ_256
2865 default 1000 if HZ_1000
2866 default 1024 if HZ_1024
2869 def_bool HIGH_RES_TIMERS
2871 config ARCH_SUPPORTS_KEXEC
2874 config ARCH_SUPPORTS_CRASH_DUMP
2877 config ARCH_DEFAULT_CRASH_DUMP
2880 config PHYSICAL_START
2881 hex "Physical address where the kernel is loaded"
2882 default "0xffffffff84000000"
2883 depends on CRASH_DUMP
2885 This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
2886 If you plan to use kernel for capturing the crash dump change
2887 this value to start of the reserved region (the "X" value as
2888 specified in the "crashkernel=YM@XM" command line boot parameter
2889 passed to the panic-ed kernel).
2891 config MIPS_O32_FP64_SUPPORT
2892 bool "Support for O32 binaries using 64-bit FP" if !CPU_MIPSR6
2893 depends on 32BIT || MIPS32_O32
2895 When this is enabled, the kernel will support use of 64-bit floating
2896 point registers with binaries using the O32 ABI along with the
2897 EF_MIPS_FP64 ELF header flag (typically built with -mfp64). On
2898 32-bit MIPS systems this support is at the cost of increasing the
2899 size and complexity of the compiled FPU emulator. Thus if you are
2900 running a MIPS32 system and know that none of your userland binaries
2901 will require 64-bit floating point, you may wish to reduce the size
2902 of your kernel & potentially improve FP emulation performance by
2905 Although binutils currently supports use of this flag the details
2906 concerning its effect upon the O32 ABI in userland are still being
2907 worked on. In order to avoid userland becoming dependent upon current
2908 behaviour before the details have been finalised, this option should
2909 be considered experimental and only enabled by those working upon
2917 select OF_EARLY_FLATTREE
2927 prompt "Kernel appended dtb support"
2929 default MIPS_NO_APPENDED_DTB
2931 config MIPS_NO_APPENDED_DTB
2934 Do not enable appended dtb support.
2936 config MIPS_ELF_APPENDED_DTB
2939 With this option, the boot code will look for a device tree binary
2940 DTB) included in the vmlinux ELF section .appended_dtb. By default
2941 it is empty and the DTB can be appended using binutils command
2944 objcopy --update-section .appended_dtb=<filename>.dtb vmlinux
2946 This is meant as a backward compatibility convenience for those
2947 systems with a bootloader that can't be upgraded to accommodate
2948 the documented boot protocol using a device tree.
2950 config MIPS_RAW_APPENDED_DTB
2951 bool "vmlinux.bin or vmlinuz.bin"
2953 With this option, the boot code will look for a device tree binary
2954 DTB) appended to raw vmlinux.bin or vmlinuz.bin.
2955 (e.g. cat vmlinux.bin <filename>.dtb > vmlinux_w_dtb).
2957 This is meant as a backward compatibility convenience for those
2958 systems with a bootloader that can't be upgraded to accommodate
2959 the documented boot protocol using a device tree.
2961 Beware that there is very little in terms of protection against
2962 this option being confused by leftover garbage in memory that might
2963 look like a DTB header after a reboot if no actual DTB is appended
2964 to vmlinux.bin. Do not leave this option active in a production kernel
2965 if you don't intend to always append a DTB.
2969 prompt "Kernel command line type"
2970 depends on !CMDLINE_OVERRIDE
2971 default MIPS_CMDLINE_FROM_DTB if USE_OF && !ATH79 && !MACH_INGENIC && \
2972 !MACH_LOONGSON64 && !MIPS_MALTA && \
2974 default MIPS_CMDLINE_FROM_BOOTLOADER
2976 config MIPS_CMDLINE_FROM_DTB
2978 bool "Dtb kernel arguments if available"
2980 config MIPS_CMDLINE_DTB_EXTEND
2982 bool "Extend dtb kernel arguments with bootloader arguments"
2984 config MIPS_CMDLINE_FROM_BOOTLOADER
2985 bool "Bootloader kernel arguments if available"
2987 config MIPS_CMDLINE_BUILTIN_EXTEND
2988 depends on CMDLINE_BOOL
2989 bool "Extend builtin kernel arguments with bootloader arguments"
2994 config LOCKDEP_SUPPORT
2998 config STACKTRACE_SUPPORT
3002 config PGTABLE_LEVELS
3004 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
3005 default 3 if 64BIT && (!PAGE_SIZE_64KB || MIPS_VA_BITS_48)
3008 config MIPS_AUTO_PFN_OFFSET
3011 menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
3013 config PCI_DRIVERS_GENERIC
3014 select PCI_DOMAINS_GENERIC if PCI
3017 config PCI_DRIVERS_LEGACY
3018 def_bool !PCI_DRIVERS_GENERIC
3019 select NO_GENERIC_PCI_IOPORT_MAP
3020 select PCI_DOMAINS if PCI
3023 # ISA support is now enabled via select. Too many systems still have the one
3024 # or other ISA chip on the board that users don't know about so don't expect
3025 # users to choose the right thing ...
3031 bool "TURBOchannel support"
3032 depends on MACH_DECSTATION
3034 TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
3035 processors. TURBOchannel programming specifications are available
3037 <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
3039 <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
3040 Linux driver support status is documented at:
3041 <http://www.linux-mips.org/wiki/DECstation>
3047 config ARCH_MMAP_RND_BITS_MIN
3051 config ARCH_MMAP_RND_BITS_MAX
3055 config ARCH_MMAP_RND_COMPAT_BITS_MIN
3058 config ARCH_MMAP_RND_COMPAT_BITS_MAX
3065 select MIPS_EXTERNAL_TIMER
3071 config MIPS32_COMPAT
3078 bool "Kernel support for o32 binaries"
3080 select ARCH_WANT_OLD_COMPAT_IPC
3082 select MIPS32_COMPAT
3084 Select this option if you want to run o32 binaries. These are pure
3085 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
3086 existing binaries are in this format.
3091 bool "Kernel support for n32 binaries"
3093 select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
3095 select MIPS32_COMPAT
3097 Select this option if you want to run n32 binaries. These are
3098 64-bit binaries using 32-bit quantities for addressing and certain
3099 data that would normally be 64-bit. They are used in special
3104 config CC_HAS_MNO_BRANCH_LIKELY
3106 depends on $(cc-option,-mno-branch-likely)
3108 # https://github.com/llvm/llvm-project/issues/61045
3109 config CC_HAS_BROKEN_INLINE_COMPAT_BRANCH
3110 def_bool y if CC_IS_CLANG
3112 menu "Power management options"
3114 config ARCH_HIBERNATION_POSSIBLE
3116 depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
3118 config ARCH_SUSPEND_POSSIBLE
3120 depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
3122 source "kernel/power/Kconfig"
3126 config MIPS_EXTERNAL_TIMER
3129 menu "CPU Power Management"
3131 if CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
3132 source "drivers/cpufreq/Kconfig"
3133 endif # CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
3135 source "drivers/cpuidle/Kconfig"
3139 source "arch/mips/kvm/Kconfig"
3141 source "arch/mips/vdso/Kconfig"