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_FORTIFY_SOURCE
 
   9         select ARCH_HAS_PTE_SPECIAL if !(32BIT && CPU_HAS_RIXI)
 
  10         select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
 
  11         select ARCH_HAS_UBSAN_SANITIZE_ALL
 
  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_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
 
  18         select ARCH_WANT_IPC_PARSE_VERSION
 
  19         select BUILDTIME_TABLE_SORT
 
  20         select CLONE_BACKWARDS
 
  21         select CPU_NO_EFFICIENT_FFS if (TARGET_ISA_REV < 1)
 
  22         select CPU_PM if CPU_IDLE
 
  23         select GENERIC_ATOMIC64 if !64BIT
 
  24         select GENERIC_CLOCKEVENTS
 
  25         select GENERIC_CMOS_UPDATE
 
  26         select GENERIC_CPU_AUTOPROBE
 
  27         select GENERIC_GETTIMEOFDAY
 
  29         select GENERIC_IRQ_PROBE
 
  30         select GENERIC_IRQ_SHOW
 
  31         select GENERIC_ISA_DMA if EISA
 
  32         select GENERIC_LIB_ASHLDI3
 
  33         select GENERIC_LIB_ASHRDI3
 
  34         select GENERIC_LIB_CMPDI2
 
  35         select GENERIC_LIB_LSHRDI3
 
  36         select GENERIC_LIB_UCMPDI2
 
  37         select GENERIC_SCHED_CLOCK if !CAVIUM_OCTEON_SOC
 
  38         select GENERIC_SMP_IDLE_THREAD
 
  39         select GENERIC_TIME_VSYSCALL
 
  40         select GUP_GET_PTE_LOW_HIGH if CPU_MIPS32 && PHYS_ADDR_T_64BIT
 
  41         select HANDLE_DOMAIN_IRQ
 
  42         select HAVE_ARCH_COMPILER_H
 
  43         select HAVE_ARCH_JUMP_LABEL
 
  45         select HAVE_ARCH_MMAP_RND_BITS if MMU
 
  46         select HAVE_ARCH_MMAP_RND_COMPAT_BITS if MMU && COMPAT
 
  47         select HAVE_ARCH_SECCOMP_FILTER
 
  48         select HAVE_ARCH_TRACEHOOK
 
  49         select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES
 
  50         select HAVE_ASM_MODVERSIONS
 
  51         select HAVE_CBPF_JIT if !64BIT && !CPU_MICROMIPS
 
  52         select HAVE_CONTEXT_TRACKING
 
  54         select HAVE_C_RECORDMCOUNT
 
  55         select HAVE_DEBUG_KMEMLEAK
 
  56         select HAVE_DEBUG_STACKOVERFLOW
 
  57         select HAVE_DMA_CONTIGUOUS
 
  58         select HAVE_DYNAMIC_FTRACE
 
  59         select HAVE_EBPF_JIT if 64BIT && !CPU_MICROMIPS && TARGET_ISA_REV >= 2
 
  60         select HAVE_EXIT_THREAD
 
  62         select HAVE_FTRACE_MCOUNT_RECORD
 
  63         select HAVE_FUNCTION_GRAPH_TRACER
 
  64         select HAVE_FUNCTION_TRACER
 
  65         select HAVE_GCC_PLUGINS
 
  66         select HAVE_GENERIC_VDSO
 
  68         select HAVE_IOREMAP_PROT
 
  69         select HAVE_IRQ_EXIT_ON_IRQ_STACK
 
  70         select HAVE_IRQ_TIME_ACCOUNTING
 
  72         select HAVE_KRETPROBES
 
  73         select HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 
  74         select HAVE_MOD_ARCH_SPECIFIC
 
  77         select HAVE_PERF_EVENTS
 
  78         select HAVE_REGS_AND_STACK_ACCESS_API
 
  80         select HAVE_SPARSE_SYSCALL_NR
 
  81         select HAVE_STACKPROTECTOR
 
  82         select HAVE_SYSCALL_TRACEPOINTS
 
  83         select HAVE_VIRT_CPU_ACCOUNTING_GEN if 64BIT || !SMP
 
  84         select IRQ_FORCED_THREADING
 
  86         select MODULES_USE_ELF_REL if MODULES
 
  87         select MODULES_USE_ELF_RELA if MODULES && 64BIT
 
  88         select PERF_USE_VMALLOC
 
  90         select SYSCTL_EXCEPTION_TRACE
 
  93 config MIPS_FIXUP_BIGPHYS_ADDR
 
  99 menu "Machine selection"
 
 103         default MIPS_GENERIC_KERNEL
 
 105 config MIPS_GENERIC_KERNEL
 
 106         bool "Generic board-agnostic MIPS kernel"
 
 111         select CLKSRC_MIPS_GIC
 
 113         select CPU_MIPSR2_IRQ_EI
 
 114         select CPU_MIPSR2_IRQ_VI
 
 116         select DMA_PERDEV_COHERENT
 
 119         select MIPS_AUTO_PFN_OFFSET
 
 120         select MIPS_CPU_SCACHE
 
 122         select MIPS_L1_CACHE_SHIFT_7
 
 123         select NO_EXCEPT_FILL
 
 124         select PCI_DRIVERS_GENERIC
 
 127         select SYS_HAS_CPU_MIPS32_R1
 
 128         select SYS_HAS_CPU_MIPS32_R2
 
 129         select SYS_HAS_CPU_MIPS32_R6
 
 130         select SYS_HAS_CPU_MIPS64_R1
 
 131         select SYS_HAS_CPU_MIPS64_R2
 
 132         select SYS_HAS_CPU_MIPS64_R6
 
 133         select SYS_SUPPORTS_32BIT_KERNEL
 
 134         select SYS_SUPPORTS_64BIT_KERNEL
 
 135         select SYS_SUPPORTS_BIG_ENDIAN
 
 136         select SYS_SUPPORTS_HIGHMEM
 
 137         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 138         select SYS_SUPPORTS_MICROMIPS
 
 139         select SYS_SUPPORTS_MIPS16
 
 140         select SYS_SUPPORTS_MIPS_CPS
 
 141         select SYS_SUPPORTS_MULTITHREADING
 
 142         select SYS_SUPPORTS_RELOCATABLE
 
 143         select SYS_SUPPORTS_SMARTMIPS
 
 144         select SYS_SUPPORTS_ZBOOT
 
 146         select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
 
 147         select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
 
 148         select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
 
 149         select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
 
 150         select USB_UHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
 
 151         select USB_UHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
 
 154           Select this to build a kernel which aims to support multiple boards,
 
 155           generally using a flattened device tree passed from the bootloader
 
 156           using the boot protocol defined in the UHI (Unified Hosting
 
 157           Interface) specification.
 
 160         bool "Alchemy processor based machines"
 
 161         select PHYS_ADDR_T_64BIT
 
 165         select DMA_MAYBE_COHERENT       # Au1000,1500,1100 aren't, rest is
 
 166         select MIPS_FIXUP_BIGPHYS_ADDR if PCI
 
 167         select SYS_HAS_CPU_MIPS32_R1
 
 168         select SYS_SUPPORTS_32BIT_KERNEL
 
 169         select SYS_SUPPORTS_APM_EMULATION
 
 171         select SYS_SUPPORTS_ZBOOT
 
 175         bool "Texas Instruments AR7"
 
 177         select DMA_NONCOHERENT
 
 181         select NO_EXCEPT_FILL
 
 183         select SYS_HAS_CPU_MIPS32_R1
 
 184         select SYS_HAS_EARLY_PRINTK
 
 185         select SYS_SUPPORTS_32BIT_KERNEL
 
 186         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 187         select SYS_SUPPORTS_MIPS16
 
 188         select SYS_SUPPORTS_ZBOOT_UART16550
 
 191         select HAVE_LEGACY_CLK
 
 193           Support for the Texas Instruments AR7 System-on-a-Chip
 
 194           family: TNETD7100, 7200 and 7300.
 
 197         bool "Atheros AR231x/AR531x SoC support"
 
 200         select DMA_NONCOHERENT
 
 203         select SYS_HAS_CPU_MIPS32_R1
 
 204         select SYS_SUPPORTS_BIG_ENDIAN
 
 205         select SYS_SUPPORTS_32BIT_KERNEL
 
 206         select SYS_HAS_EARLY_PRINTK
 
 208           Support for Atheros AR231x and Atheros AR531x based boards
 
 211         bool "Atheros AR71XX/AR724X/AR913X based boards"
 
 212         select ARCH_HAS_RESET_CONTROLLER
 
 216         select DMA_NONCOHERENT
 
 221         select SYS_HAS_CPU_MIPS32_R2
 
 222         select SYS_HAS_EARLY_PRINTK
 
 223         select SYS_SUPPORTS_32BIT_KERNEL
 
 224         select SYS_SUPPORTS_BIG_ENDIAN
 
 225         select SYS_SUPPORTS_MIPS16
 
 226         select SYS_SUPPORTS_ZBOOT_UART_PROM
 
 228         select USB_EHCI_ROOT_HUB_TT if USB_EHCI_HCD_PLATFORM
 
 230           Support for the Atheros AR71XX/AR724X/AR913X SoCs.
 
 233         bool "Broadcom Generic BMIPS kernel"
 
 234         select ARCH_HAS_SYNC_DMA_FOR_CPU_ALL
 
 235         select ARCH_HAS_PHYS_TO_DMA
 
 237         select NO_EXCEPT_FILL
 
 243         select BCM6345_L1_IRQ
 
 244         select BCM7038_L1_IRQ
 
 245         select BCM7120_L2_IRQ
 
 246         select BRCMSTB_L2_IRQ
 
 248         select DMA_NONCOHERENT
 
 249         select SYS_SUPPORTS_32BIT_KERNEL
 
 250         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 251         select SYS_SUPPORTS_BIG_ENDIAN
 
 252         select SYS_SUPPORTS_HIGHMEM
 
 253         select SYS_HAS_CPU_BMIPS32_3300
 
 254         select SYS_HAS_CPU_BMIPS4350
 
 255         select SYS_HAS_CPU_BMIPS4380
 
 256         select SYS_HAS_CPU_BMIPS5000
 
 258         select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
 
 259         select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
 
 260         select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
 
 261         select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
 
 262         select HARDIRQS_SW_RESEND
 
 264           Build a generic DT-based kernel image that boots on select
 
 265           BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
 
 266           box chips.  Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN
 
 267           must be set appropriately for your board.
 
 270         bool "Broadcom BCM47XX based boards"
 
 274         select DMA_NONCOHERENT
 
 277         select SYS_HAS_CPU_MIPS32_R1
 
 278         select NO_EXCEPT_FILL
 
 279         select SYS_SUPPORTS_32BIT_KERNEL
 
 280         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 281         select SYS_SUPPORTS_MIPS16
 
 282         select SYS_SUPPORTS_ZBOOT
 
 283         select SYS_HAS_EARLY_PRINTK
 
 284         select USE_GENERIC_EARLY_PRINTK_8250
 
 286         select LEDS_GPIO_REGISTER
 
 289         select BCM47XX_SSB if !BCM47XX_BCMA
 
 291           Support for BCM47XX based boards
 
 294         bool "Broadcom BCM63XX based boards"
 
 299         select DMA_NONCOHERENT
 
 301         select SYS_SUPPORTS_32BIT_KERNEL
 
 302         select SYS_SUPPORTS_BIG_ENDIAN
 
 303         select SYS_HAS_EARLY_PRINTK
 
 306         select MIPS_L1_CACHE_SHIFT_4
 
 308         select HAVE_LEGACY_CLK
 
 310           Support for BCM63XX based boards
 
 317         select DMA_NONCOHERENT
 
 323         select PCI_GT64XXX_PCI0
 
 324         select SYS_HAS_CPU_NEVADA
 
 325         select SYS_HAS_EARLY_PRINTK
 
 326         select SYS_SUPPORTS_32BIT_KERNEL
 
 327         select SYS_SUPPORTS_64BIT_KERNEL
 
 328         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 329         select USE_GENERIC_EARLY_PRINTK_8250
 
 331 config MACH_DECSTATION
 
 335         select CEVT_R4K if CPU_R4X00
 
 337         select CSRC_R4K if CPU_R4X00
 
 338         select CPU_DADDI_WORKAROUNDS if 64BIT
 
 339         select CPU_R4000_WORKAROUNDS if 64BIT
 
 340         select CPU_R4400_WORKAROUNDS if 64BIT
 
 341         select DMA_NONCOHERENT
 
 344         select SYS_HAS_CPU_R3000
 
 345         select SYS_HAS_CPU_R4X00
 
 346         select SYS_SUPPORTS_32BIT_KERNEL
 
 347         select SYS_SUPPORTS_64BIT_KERNEL
 
 348         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 349         select SYS_SUPPORTS_128HZ
 
 350         select SYS_SUPPORTS_256HZ
 
 351         select SYS_SUPPORTS_1024HZ
 
 352         select MIPS_L1_CACHE_SHIFT_4
 
 354           This enables support for DEC's MIPS based workstations.  For details
 
 355           see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
 
 356           DECstation porting pages on <http://decstation.unix-ag.org/>.
 
 358           If you have one of the following DECstation Models you definitely
 
 359           want to choose R4xx0 for the CPU Type:
 
 366           otherwise choose R3000.
 
 369         bool "Jazz family of machines"
 
 372         select ARCH_MIGHT_HAVE_PC_PARPORT
 
 373         select ARCH_MIGHT_HAVE_PC_SERIO
 
 377         select ARCH_MAY_HAVE_PC_FDC
 
 380         select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
 
 381         select GENERIC_ISA_DMA
 
 382         select HAVE_PCSPKR_PLATFORM
 
 387         select SYS_HAS_CPU_R4X00
 
 388         select SYS_SUPPORTS_32BIT_KERNEL
 
 389         select SYS_SUPPORTS_64BIT_KERNEL
 
 390         select SYS_SUPPORTS_100HZ
 
 392           This a family of machines based on the MIPS R4030 chipset which was
 
 393           used by several vendors to build RISC/os and Windows NT workstations.
 
 394           Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
 
 395           Olivetti M700-10 workstations.
 
 398         bool "Ingenic SoC based machines"
 
 399         select SYS_SUPPORTS_32BIT_KERNEL
 
 400         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 401         select SYS_SUPPORTS_ZBOOT_UART16550
 
 402         select CPU_SUPPORTS_HUGEPAGES
 
 403         select DMA_NONCOHERENT
 
 408         select GENERIC_IRQ_CHIP
 
 409         select BUILTIN_DTB if MIPS_NO_APPENDED_DTB
 
 413         bool "Lantiq based platforms"
 
 414         select DMA_NONCOHERENT
 
 418         select SYS_HAS_CPU_MIPS32_R1
 
 419         select SYS_HAS_CPU_MIPS32_R2
 
 420         select SYS_SUPPORTS_BIG_ENDIAN
 
 421         select SYS_SUPPORTS_32BIT_KERNEL
 
 422         select SYS_SUPPORTS_MIPS16
 
 423         select SYS_SUPPORTS_MULTITHREADING
 
 424         select SYS_SUPPORTS_VPE_LOADER
 
 425         select SYS_HAS_EARLY_PRINTK
 
 430         select HAVE_LEGACY_CLK
 
 433         select PINCTRL_LANTIQ
 
 434         select ARCH_HAS_RESET_CONTROLLER
 
 435         select RESET_CONTROLLER
 
 437 config MACH_LOONGSON32
 
 438         bool "Loongson 32-bit family of machines"
 
 439         select SYS_SUPPORTS_ZBOOT
 
 441           This enables support for the Loongson-1 family of machines.
 
 443           Loongson-1 is a family of 32-bit MIPS-compatible SoCs developed by
 
 444           the Institute of Computing Technology (ICT), Chinese Academy of
 
 447 config MACH_LOONGSON2EF
 
 448         bool "Loongson-2E/F family of machines"
 
 449         select SYS_SUPPORTS_ZBOOT
 
 451           This enables the support of early Loongson-2E/F family of machines.
 
 453 config MACH_LOONGSON64
 
 454         bool "Loongson 64-bit family of machines"
 
 455         select ARCH_SPARSEMEM_ENABLE
 
 456         select ARCH_MIGHT_HAVE_PC_PARPORT
 
 457         select ARCH_MIGHT_HAVE_PC_SERIO
 
 458         select GENERIC_ISA_DMA_SUPPORT_BROKEN
 
 468         select NO_EXCEPT_FILL
 
 469         select NR_CPUS_DEFAULT_64
 
 470         select USE_GENERIC_EARLY_PRINTK_8250
 
 471         select PCI_DRIVERS_GENERIC
 
 472         select SYS_HAS_CPU_LOONGSON64
 
 473         select SYS_HAS_EARLY_PRINTK
 
 474         select SYS_SUPPORTS_SMP
 
 475         select SYS_SUPPORTS_HOTPLUG_CPU
 
 476         select SYS_SUPPORTS_NUMA
 
 477         select SYS_SUPPORTS_64BIT_KERNEL
 
 478         select SYS_SUPPORTS_HIGHMEM
 
 479         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 480         select SYS_SUPPORTS_ZBOOT
 
 486         select PCI_HOST_GENERIC
 
 488           This enables the support of Loongson-2/3 family of machines.
 
 490           Loongson-2 and Loongson-3 are 64-bit general-purpose processors with
 
 491           GS264/GS464/GS464E/GS464V microarchitecture (except old Loongson-2E
 
 492           and Loongson-2F which will be removed), developed by the Institute
 
 493           of Computing Technology (ICT), Chinese Academy of Sciences (CAS).
 
 495 config MACH_PISTACHIO
 
 496         bool "IMG Pistachio SoC based boards"
 
 500         select CLKSRC_MIPS_GIC
 
 503         select DMA_NONCOHERENT
 
 507         select MIPS_CPU_SCACHE
 
 511         select SYS_HAS_CPU_MIPS32_R2
 
 512         select SYS_SUPPORTS_32BIT_KERNEL
 
 513         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 514         select SYS_SUPPORTS_MIPS_CPS
 
 515         select SYS_SUPPORTS_MULTITHREADING
 
 516         select SYS_SUPPORTS_RELOCATABLE
 
 517         select SYS_SUPPORTS_ZBOOT
 
 518         select SYS_HAS_EARLY_PRINTK
 
 519         select USE_GENERIC_EARLY_PRINTK_8250
 
 522           This enables support for the IMG Pistachio SoC platform.
 
 525         bool "MIPS Malta board"
 
 526         select ARCH_MAY_HAVE_PC_FDC
 
 527         select ARCH_MIGHT_HAVE_PC_PARPORT
 
 528         select ARCH_MIGHT_HAVE_PC_SERIO
 
 533         select CLKSRC_MIPS_GIC
 
 536         select DMA_MAYBE_COHERENT
 
 537         select GENERIC_ISA_DMA
 
 538         select HAVE_PCSPKR_PLATFORM
 
 544         select MIPS_CPU_SCACHE
 
 546         select MIPS_L1_CACHE_SHIFT_6
 
 548         select PCI_GT64XXX_PCI0
 
 551         select SYS_HAS_CPU_MIPS32_R1
 
 552         select SYS_HAS_CPU_MIPS32_R2
 
 553         select SYS_HAS_CPU_MIPS32_R3_5
 
 554         select SYS_HAS_CPU_MIPS32_R5
 
 555         select SYS_HAS_CPU_MIPS32_R6
 
 556         select SYS_HAS_CPU_MIPS64_R1
 
 557         select SYS_HAS_CPU_MIPS64_R2
 
 558         select SYS_HAS_CPU_MIPS64_R6
 
 559         select SYS_HAS_CPU_NEVADA
 
 560         select SYS_HAS_CPU_RM7000
 
 561         select SYS_SUPPORTS_32BIT_KERNEL
 
 562         select SYS_SUPPORTS_64BIT_KERNEL
 
 563         select SYS_SUPPORTS_BIG_ENDIAN
 
 564         select SYS_SUPPORTS_HIGHMEM
 
 565         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 566         select SYS_SUPPORTS_MICROMIPS
 
 567         select SYS_SUPPORTS_MIPS16
 
 568         select SYS_SUPPORTS_MIPS_CMP
 
 569         select SYS_SUPPORTS_MIPS_CPS
 
 570         select SYS_SUPPORTS_MULTITHREADING
 
 571         select SYS_SUPPORTS_RELOCATABLE
 
 572         select SYS_SUPPORTS_SMARTMIPS
 
 573         select SYS_SUPPORTS_VPE_LOADER
 
 574         select SYS_SUPPORTS_ZBOOT
 
 576         select WAR_ICACHE_REFILLS
 
 577         select ZONE_DMA32 if 64BIT
 
 579           This enables support for the MIPS Technologies Malta evaluation
 
 583         bool "Microchip PIC32 Family"
 
 585           This enables support for the Microchip PIC32 family of platforms.
 
 587           Microchip PIC32 is a family of general-purpose 32 bit MIPS core
 
 591         bool "NEC VR4100 series based machines"
 
 594         select SYS_HAS_CPU_VR41XX
 
 595         select SYS_SUPPORTS_MIPS16
 
 599         bool "Ralink based machines"
 
 603         select DMA_NONCOHERENT
 
 606         select SYS_HAS_CPU_MIPS32_R1
 
 607         select SYS_HAS_CPU_MIPS32_R2
 
 608         select SYS_SUPPORTS_32BIT_KERNEL
 
 609         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 610         select SYS_SUPPORTS_MIPS16
 
 611         select SYS_HAS_EARLY_PRINTK
 
 613         select ARCH_HAS_RESET_CONTROLLER
 
 614         select RESET_CONTROLLER
 
 617         bool "SGI IP22 (Indy/Indigo2)"
 
 622         select ARCH_MIGHT_HAVE_PC_SERIO
 
 626         select DEFAULT_SGI_PARTITION
 
 627         select DMA_NONCOHERENT
 
 631         select IP22_CPU_SCACHE
 
 633         select GENERIC_ISA_DMA_SUPPORT_BROKEN
 
 635         select SGI_HAS_INDYDOG
 
 641         select SYS_HAS_CPU_R4X00
 
 642         select SYS_HAS_CPU_R5000
 
 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 WAR_R4600_V1_INDEX_ICACHEOP
 
 648         select WAR_R4600_V1_HIT_CACHEOP
 
 649         select WAR_R4600_V2_HIT_CACHEOP
 
 650         select MIPS_L1_CACHE_SHIFT_7
 
 652           This are the SGI Indy, Challenge S and Indigo2, as well as certain
 
 653           OEM variants like the Tandem CMN B006S. To compile a Linux kernel
 
 654           that runs on these, say Y here.
 
 657         bool "SGI IP27 (Origin200/2000)"
 
 658         select ARCH_HAS_PHYS_TO_DMA
 
 659         select ARCH_SPARSEMEM_ENABLE
 
 662         select ARC_CMDLINE_ONLY
 
 664         select DEFAULT_SGI_PARTITION
 
 665         select SYS_HAS_EARLY_PRINTK
 
 668         select IRQ_DOMAIN_HIERARCHY
 
 669         select NR_CPUS_DEFAULT_64
 
 670         select PCI_DRIVERS_GENERIC
 
 671         select PCI_XTALK_BRIDGE
 
 672         select SYS_HAS_CPU_R10000
 
 673         select SYS_SUPPORTS_64BIT_KERNEL
 
 674         select SYS_SUPPORTS_BIG_ENDIAN
 
 675         select SYS_SUPPORTS_NUMA
 
 676         select SYS_SUPPORTS_SMP
 
 677         select WAR_R10000_LLSC
 
 678         select MIPS_L1_CACHE_SHIFT_7
 
 681           This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
 
 682           workstations.  To compile a Linux kernel that runs on these, say Y
 
 686         bool "SGI IP28 (Indigo2 R10k)"
 
 691         select ARCH_MIGHT_HAVE_PC_SERIO
 
 695         select DEFAULT_SGI_PARTITION
 
 696         select DMA_NONCOHERENT
 
 697         select GENERIC_ISA_DMA_SUPPORT_BROKEN
 
 703         select SGI_HAS_INDYDOG
 
 709         select SYS_HAS_CPU_R10000
 
 710         select SYS_HAS_EARLY_PRINTK
 
 711         select SYS_SUPPORTS_64BIT_KERNEL
 
 712         select SYS_SUPPORTS_BIG_ENDIAN
 
 713         select WAR_R10000_LLSC
 
 714         select MIPS_L1_CACHE_SHIFT_7
 
 716           This is the SGI Indigo2 with R10000 processor.  To compile a Linux
 
 717           kernel that runs on these, say Y here.
 
 720         bool "SGI IP30 (Octane/Octane2)"
 
 721         select ARCH_HAS_PHYS_TO_DMA
 
 727         select SYNC_R4K if SMP
 
 731         select IRQ_DOMAIN_HIERARCHY
 
 732         select NR_CPUS_DEFAULT_2
 
 733         select PCI_DRIVERS_GENERIC
 
 734         select PCI_XTALK_BRIDGE
 
 735         select SYS_HAS_EARLY_PRINTK
 
 736         select SYS_HAS_CPU_R10000
 
 737         select SYS_SUPPORTS_64BIT_KERNEL
 
 738         select SYS_SUPPORTS_BIG_ENDIAN
 
 739         select SYS_SUPPORTS_SMP
 
 740         select WAR_R10000_LLSC
 
 741         select MIPS_L1_CACHE_SHIFT_7
 
 744           These are the SGI Octane and Octane2 graphics workstations.  To
 
 745           compile a Linux kernel that runs on these, say Y here.
 
 751         select ARCH_HAS_PHYS_TO_DMA
 
 757         select DMA_NONCOHERENT
 
 760         select R5000_CPU_SCACHE
 
 761         select RM7000_CPU_SCACHE
 
 762         select SYS_HAS_CPU_R5000
 
 763         select SYS_HAS_CPU_R10000 if BROKEN
 
 764         select SYS_HAS_CPU_RM7000
 
 765         select SYS_HAS_CPU_NEVADA
 
 766         select SYS_SUPPORTS_64BIT_KERNEL
 
 767         select SYS_SUPPORTS_BIG_ENDIAN
 
 768         select WAR_ICACHE_REFILLS
 
 770           If you want this kernel to run on SGI O2 workstation, say Y here.
 
 773         bool "Sibyte BCM91120C-CRhine"
 
 775         select SIBYTE_BCM1120
 
 777         select SYS_HAS_CPU_SB1
 
 778         select SYS_SUPPORTS_BIG_ENDIAN
 
 779         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 782         bool "Sibyte BCM91120x-Carmel"
 
 784         select SIBYTE_BCM1120
 
 786         select SYS_HAS_CPU_SB1
 
 787         select SYS_SUPPORTS_BIG_ENDIAN
 
 788         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 791         bool "Sibyte BCM91125C-CRhone"
 
 793         select SIBYTE_BCM1125
 
 795         select SYS_HAS_CPU_SB1
 
 796         select SYS_SUPPORTS_BIG_ENDIAN
 
 797         select SYS_SUPPORTS_HIGHMEM
 
 798         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 801         bool "Sibyte BCM91125E-Rhone"
 
 803         select SIBYTE_BCM1125H
 
 805         select SYS_HAS_CPU_SB1
 
 806         select SYS_SUPPORTS_BIG_ENDIAN
 
 807         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 810         bool "Sibyte BCM91250A-SWARM"
 
 812         select HAVE_PATA_PLATFORM
 
 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         select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
 
 822 config SIBYTE_LITTLESUR
 
 823         bool "Sibyte BCM91250C2-LittleSur"
 
 825         select HAVE_PATA_PLATFORM
 
 828         select SYS_HAS_CPU_SB1
 
 829         select SYS_SUPPORTS_BIG_ENDIAN
 
 830         select SYS_SUPPORTS_HIGHMEM
 
 831         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 832         select ZONE_DMA32 if 64BIT
 
 834 config SIBYTE_SENTOSA
 
 835         bool "Sibyte BCM91250E-Sentosa"
 
 839         select SYS_HAS_CPU_SB1
 
 840         select SYS_SUPPORTS_BIG_ENDIAN
 
 841         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 842         select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
 
 845         bool "Sibyte BCM91480B-BigSur"
 
 847         select NR_CPUS_DEFAULT_4
 
 848         select SIBYTE_BCM1x80
 
 850         select SYS_HAS_CPU_SB1
 
 851         select SYS_SUPPORTS_BIG_ENDIAN
 
 852         select SYS_SUPPORTS_HIGHMEM
 
 853         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 854         select ZONE_DMA32 if 64BIT
 
 855         select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
 
 858         bool "SNI RM200/300/400"
 
 861         select FW_ARC if CPU_LITTLE_ENDIAN
 
 862         select FW_ARC32 if CPU_LITTLE_ENDIAN
 
 863         select FW_SNIPROM if CPU_BIG_ENDIAN
 
 864         select ARCH_MAY_HAVE_PC_FDC
 
 865         select ARCH_MIGHT_HAVE_PC_PARPORT
 
 866         select ARCH_MIGHT_HAVE_PC_SERIO
 
 870         select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
 
 871         select DMA_NONCOHERENT
 
 872         select GENERIC_ISA_DMA
 
 874         select HAVE_PCSPKR_PLATFORM
 
 880         select SWAP_IO_SPACE if CPU_BIG_ENDIAN
 
 881         select SYS_HAS_CPU_R4X00
 
 882         select SYS_HAS_CPU_R5000
 
 883         select SYS_HAS_CPU_R10000
 
 884         select R5000_CPU_SCACHE
 
 885         select SYS_HAS_EARLY_PRINTK
 
 886         select SYS_SUPPORTS_32BIT_KERNEL
 
 887         select SYS_SUPPORTS_64BIT_KERNEL
 
 888         select SYS_SUPPORTS_BIG_ENDIAN
 
 889         select SYS_SUPPORTS_HIGHMEM
 
 890         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 891         select WAR_R4600_V2_HIT_CACHEOP
 
 893           The SNI RM200/300/400 are MIPS-based machines manufactured by
 
 894           Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
 
 895           Technology and now in turn merged with Fujitsu.  Say Y here to
 
 896           support this machine type.
 
 899         bool "Toshiba TX39 series based machines"
 
 902         bool "Toshiba TX49 series based machines"
 
 903         select WAR_TX49XX_ICACHE_INDEX_INV
 
 905 config MIKROTIK_RB532
 
 906         bool "Mikrotik RB532 boards"
 
 909         select DMA_NONCOHERENT
 
 912         select SYS_HAS_CPU_MIPS32_R1
 
 913         select SYS_SUPPORTS_32BIT_KERNEL
 
 914         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 918         select MIPS_L1_CACHE_SHIFT_4
 
 920           Support the Mikrotik(tm) RouterBoard 532 series,
 
 921           based on the IDT RC32434 SoC.
 
 923 config CAVIUM_OCTEON_SOC
 
 924         bool "Cavium Networks Octeon SoC based boards"
 
 926         select ARCH_HAS_PHYS_TO_DMA
 
 928         select PHYS_ADDR_T_64BIT
 
 929         select SYS_SUPPORTS_64BIT_KERNEL
 
 930         select SYS_SUPPORTS_BIG_ENDIAN
 
 932         select EDAC_ATOMIC_SCRUB
 
 933         select SYS_SUPPORTS_LITTLE_ENDIAN
 
 934         select SYS_SUPPORTS_HOTPLUG_CPU if CPU_BIG_ENDIAN
 
 935         select SYS_HAS_EARLY_PRINTK
 
 936         select SYS_HAS_CPU_CAVIUM_OCTEON
 
 938         select HAVE_PLAT_DELAY
 
 939         select HAVE_PLAT_FW_INIT_CMDLINE
 
 940         select HAVE_PLAT_MEMCPY
 
 945         select ARCH_SPARSEMEM_ENABLE
 
 946         select SYS_SUPPORTS_SMP
 
 947         select NR_CPUS_DEFAULT_64
 
 948         select MIPS_NR_CPU_NR_MAP_1024
 
 950         select MTD_COMPLEX_MAPPINGS
 
 952         select SYS_SUPPORTS_RELOCATABLE
 
 954           This option supports all of the Octeon reference boards from Cavium
 
 955           Networks. It builds a kernel that dynamically determines the Octeon
 
 956           CPU type and supports all known board reference implementations.
 
 957           Some of the supported boards are:
 
 964           Say Y here for most Octeon reference boards.
 
 967         bool "Netlogic XLR/XLS based systems"
 
 970         select SYS_HAS_CPU_XLR
 
 971         select SYS_SUPPORTS_SMP
 
 974         select SYS_SUPPORTS_32BIT_KERNEL
 
 975         select SYS_SUPPORTS_64BIT_KERNEL
 
 976         select PHYS_ADDR_T_64BIT
 
 977         select SYS_SUPPORTS_BIG_ENDIAN
 
 978         select SYS_SUPPORTS_HIGHMEM
 
 979         select NR_CPUS_DEFAULT_32
 
 983         select ZONE_DMA32 if 64BIT
 
 985         select SYS_HAS_EARLY_PRINTK
 
 986         select SYS_SUPPORTS_ZBOOT
 
 987         select SYS_SUPPORTS_ZBOOT_UART16550
 
 989           Support for systems based on Netlogic XLR and XLS processors.
 
 990           Say Y here if you have a XLR or XLS based board.
 
 993         bool "Netlogic XLP based systems"
 
 996         select SYS_HAS_CPU_XLP
 
 997         select SYS_SUPPORTS_SMP
 
 999         select SYS_SUPPORTS_32BIT_KERNEL
 
1000         select SYS_SUPPORTS_64BIT_KERNEL
 
1001         select PHYS_ADDR_T_64BIT
 
1003         select SYS_SUPPORTS_BIG_ENDIAN
 
1004         select SYS_SUPPORTS_LITTLE_ENDIAN
 
1005         select SYS_SUPPORTS_HIGHMEM
 
1006         select NR_CPUS_DEFAULT_32
 
1010         select ZONE_DMA32 if 64BIT
 
1012         select SYS_HAS_EARLY_PRINTK
 
1014         select SYS_SUPPORTS_ZBOOT
 
1015         select SYS_SUPPORTS_ZBOOT_UART16550
 
1017           This board is based on Netlogic XLP Processor.
 
1018           Say Y here if you have a XLP based board.
 
1022 source "arch/mips/alchemy/Kconfig"
 
1023 source "arch/mips/ath25/Kconfig"
 
1024 source "arch/mips/ath79/Kconfig"
 
1025 source "arch/mips/bcm47xx/Kconfig"
 
1026 source "arch/mips/bcm63xx/Kconfig"
 
1027 source "arch/mips/bmips/Kconfig"
 
1028 source "arch/mips/generic/Kconfig"
 
1029 source "arch/mips/jazz/Kconfig"
 
1030 source "arch/mips/jz4740/Kconfig"
 
1031 source "arch/mips/lantiq/Kconfig"
 
1032 source "arch/mips/pic32/Kconfig"
 
1033 source "arch/mips/pistachio/Kconfig"
 
1034 source "arch/mips/ralink/Kconfig"
 
1035 source "arch/mips/sgi-ip27/Kconfig"
 
1036 source "arch/mips/sibyte/Kconfig"
 
1037 source "arch/mips/txx9/Kconfig"
 
1038 source "arch/mips/vr41xx/Kconfig"
 
1039 source "arch/mips/cavium-octeon/Kconfig"
 
1040 source "arch/mips/loongson2ef/Kconfig"
 
1041 source "arch/mips/loongson32/Kconfig"
 
1042 source "arch/mips/loongson64/Kconfig"
 
1043 source "arch/mips/netlogic/Kconfig"
 
1047 config GENERIC_HWEIGHT
 
1051 config GENERIC_CALIBRATE_DELAY
 
1055 config SCHED_OMIT_FRAME_POINTER
 
1060 # Select some configuration options automatically based on user selections.
 
1065 config ARCH_MAY_HAVE_PC_FDC
 
1096         select CLOCKSOURCE_WATCHDOG if CPU_FREQ
 
1102 config MIPS_CLOCK_VSYSCALL
 
1103         def_bool CSRC_R4K || CLKSRC_MIPS_GIC
 
1112 config ARCH_SUPPORTS_UPROBES
 
1115 config DMA_MAYBE_COHERENT
 
1116         select ARCH_HAS_DMA_COHERENCE_H
 
1117         select DMA_NONCOHERENT
 
1120 config DMA_PERDEV_COHERENT
 
1122         select ARCH_HAS_SETUP_DMA_OPS
 
1123         select DMA_NONCOHERENT
 
1125 config DMA_NONCOHERENT
 
1128         # MIPS allows mixing "slightly different" Cacheability and Coherency
 
1129         # Attribute bits.  It is believed that the uncached access through
 
1130         # KSEG1 and the implementation specific "uncached accelerated" used
 
1131         # by pgprot_writcombine can be mixed, and the latter sometimes provides
 
1132         # significant advantages.
 
1134         select ARCH_HAS_DMA_WRITE_COMBINE
 
1135         select ARCH_HAS_DMA_PREP_COHERENT
 
1136         select ARCH_HAS_SYNC_DMA_FOR_DEVICE
 
1137         select ARCH_HAS_DMA_SET_UNCACHED
 
1138         select DMA_NONCOHERENT_MMAP
 
1139         select DMA_NONCOHERENT_CACHE_SYNC
 
1140         select NEED_DMA_MAP_STATE
 
1142 config SYS_HAS_EARLY_PRINTK
 
1145 config SYS_SUPPORTS_HOTPLUG_CPU
 
1148 config MIPS_BONITO64
 
1157 config NO_IOPORT_MAP
 
1161         def_bool CPU_NO_LOAD_STORE_LR
 
1163 config GENERIC_ISA_DMA
 
1165         select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
 
1168 config GENERIC_ISA_DMA_SUPPORT_BROKEN
 
1170         select GENERIC_ISA_DMA
 
1172 config HAVE_PLAT_DELAY
 
1175 config HAVE_PLAT_FW_INIT_CMDLINE
 
1178 config HAVE_PLAT_MEMCPY
 
1184 config HOLES_IN_ZONE
 
1187 config SYS_SUPPORTS_RELOCATABLE
 
1190           Selected if the platform supports relocating the kernel.
 
1191           The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF
 
1192           to allow access to command line and entropy sources.
 
1194 config MIPS_CBPF_JIT
 
1196         depends on BPF_JIT && HAVE_CBPF_JIT
 
1198 config MIPS_EBPF_JIT
 
1200         depends on BPF_JIT && HAVE_EBPF_JIT
 
1204 # Endianness selection.  Sufficiently obscure so many users don't know what to
 
1205 # answer,so we try hard to limit the available choices.  Also the use of a
 
1206 # choice statement should be more obvious to the user.
 
1209         prompt "Endianness selection"
 
1211           Some MIPS machines can be configured for either little or big endian
 
1212           byte order. These modes require different kernels and a different
 
1213           Linux distribution.  In general there is one preferred byteorder for a
 
1214           particular system but some systems are just as commonly used in the
 
1215           one or the other endianness.
 
1217 config CPU_BIG_ENDIAN
 
1219         depends on SYS_SUPPORTS_BIG_ENDIAN
 
1221 config CPU_LITTLE_ENDIAN
 
1222         bool "Little endian"
 
1223         depends on SYS_SUPPORTS_LITTLE_ENDIAN
 
1230 config SYS_SUPPORTS_APM_EMULATION
 
1233 config SYS_SUPPORTS_BIG_ENDIAN
 
1236 config SYS_SUPPORTS_LITTLE_ENDIAN
 
1239 config SYS_SUPPORTS_HUGETLBFS
 
1241         depends on CPU_SUPPORTS_HUGEPAGES
 
1244 config MIPS_HUGE_TLB_SUPPORT
 
1245         def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE
 
1262 config PCI_GT64XXX_PCI0
 
1265 config PCI_XTALK_BRIDGE
 
1268 config NO_EXCEPT_FILL
 
1274 config SWAP_IO_SPACE
 
1277 config SGI_HAS_INDYDOG
 
1289 config SGI_HAS_ZILOG
 
1292 config SGI_HAS_I8042
 
1295 config DEFAULT_SGI_PARTITION
 
1307 config MIPS_L1_CACHE_SHIFT_4
 
1310 config MIPS_L1_CACHE_SHIFT_5
 
1313 config MIPS_L1_CACHE_SHIFT_6
 
1316 config MIPS_L1_CACHE_SHIFT_7
 
1319 config MIPS_L1_CACHE_SHIFT
 
1321         default "7" if MIPS_L1_CACHE_SHIFT_7
 
1322         default "6" if MIPS_L1_CACHE_SHIFT_6
 
1323         default "5" if MIPS_L1_CACHE_SHIFT_5
 
1324         default "4" if MIPS_L1_CACHE_SHIFT_4
 
1327 config ARC_CMDLINE_ONLY
 
1331         bool "ARC console support"
 
1332         depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN)
 
1346 menu "CPU selection"
 
1352 config CPU_LOONGSON64
 
1353         bool "Loongson 64-bit CPU"
 
1354         depends on SYS_HAS_CPU_LOONGSON64
 
1355         select ARCH_HAS_PHYS_TO_DMA
 
1357         select CPU_HAS_PREFETCH
 
1358         select CPU_SUPPORTS_64BIT_KERNEL
 
1359         select CPU_SUPPORTS_HIGHMEM
 
1360         select CPU_SUPPORTS_HUGEPAGES
 
1361         select CPU_SUPPORTS_MSA
 
1362         select CPU_DIEI_BROKEN if !LOONGSON3_ENHANCEMENT
 
1363         select CPU_MIPSR2_IRQ_VI
 
1364         select WEAK_ORDERING
 
1365         select WEAK_REORDERING_BEYOND_LLSC
 
1366         select MIPS_ASID_BITS_VARIABLE
 
1367         select MIPS_PGD_C0_CONTEXT
 
1368         select MIPS_L1_CACHE_SHIFT_6
 
1373                 The Loongson GSx64(GS264/GS464/GS464E/GS464V) series of processor
 
1374                 cores implements the MIPS64R2 instruction set with many extensions,
 
1375                 including most 64-bit Loongson-2 (2H, 2K) and Loongson-3 (3A1000,
 
1376                 3B1000, 3B1500, 3A2000, 3A3000 and 3A4000) processors. However, old
 
1377                 Loongson-2E/2F is not covered here and will be removed in future.
 
1379 config LOONGSON3_ENHANCEMENT
 
1380         bool "New Loongson-3 CPU Enhancements"
 
1382         depends on CPU_LOONGSON64
 
1384           New Loongson-3 cores (since Loongson-3A R2, as opposed to Loongson-3A
 
1385           R1, Loongson-3B R1 and Loongson-3B R2) has many enhancements, such as
 
1386           FTLB, L1-VCache, EI/DI/Wait/Prefetch instruction, DSP/DSPr2 ASE, User
 
1387           Local register, Read-Inhibit/Execute-Inhibit, SFB (Store Fill Buffer),
 
1388           Fast TLB refill support, etc.
 
1390           This option enable those enhancements which are not probed at run
 
1391           time. If you want a generic kernel to run on all Loongson 3 machines,
 
1392           please say 'N' here. If you want a high-performance kernel to run on
 
1393           new Loongson-3 machines only, please say 'Y' here.
 
1395 config CPU_LOONGSON3_WORKAROUNDS
 
1396         bool "Old Loongson-3 LLSC Workarounds"
 
1398         depends on CPU_LOONGSON64
 
1400           Loongson-3 processors have the llsc issues which require workarounds.
 
1401           Without workarounds the system may hang unexpectedly.
 
1403           Newer Loongson-3 will fix these issues and no workarounds are needed.
 
1404           The workarounds have no significant side effect on them but may
 
1405           decrease the performance of the system so this option should be
 
1406           disabled unless the kernel is intended to be run on old systems.
 
1408           If unsure, please say Y.
 
1410 config CPU_LOONGSON3_CPUCFG_EMULATION
 
1411         bool "Emulate the CPUCFG instruction on older Loongson cores"
 
1413         depends on CPU_LOONGSON64
 
1415           Loongson-3A R4 and newer have the CPUCFG instruction available for
 
1416           userland to query CPU capabilities, much like CPUID on x86. This
 
1417           option provides emulation of the instruction on older Loongson
 
1418           cores, back to Loongson-3A1000.
 
1420           If unsure, please say Y.
 
1422 config CPU_LOONGSON2E
 
1424         depends on SYS_HAS_CPU_LOONGSON2E
 
1425         select CPU_LOONGSON2EF
 
1427           The Loongson 2E processor implements the MIPS III instruction set
 
1428           with many extensions.
 
1430           It has an internal FPGA northbridge, which is compatible to
 
1433 config CPU_LOONGSON2F
 
1435         depends on SYS_HAS_CPU_LOONGSON2F
 
1436         select CPU_LOONGSON2EF
 
1439           The Loongson 2F processor implements the MIPS III instruction set
 
1440           with many extensions.
 
1442           Loongson2F have built-in DDR2 and PCIX controller. The PCIX controller
 
1443           have a similar programming interface with FPGA northbridge used in
 
1446 config CPU_LOONGSON1B
 
1448         depends on SYS_HAS_CPU_LOONGSON1B
 
1449         select CPU_LOONGSON32
 
1450         select LEDS_GPIO_REGISTER
 
1452           The Loongson 1B is a 32-bit SoC, which implements the MIPS32
 
1453           Release 1 instruction set and part of the MIPS32 Release 2
 
1456 config CPU_LOONGSON1C
 
1458         depends on SYS_HAS_CPU_LOONGSON1C
 
1459         select CPU_LOONGSON32
 
1460         select LEDS_GPIO_REGISTER
 
1462           The Loongson 1C is a 32-bit SoC, which implements the MIPS32
 
1463           Release 1 instruction set and part of the MIPS32 Release 2
 
1466 config CPU_MIPS32_R1
 
1467         bool "MIPS32 Release 1"
 
1468         depends on SYS_HAS_CPU_MIPS32_R1
 
1469         select CPU_HAS_PREFETCH
 
1470         select CPU_SUPPORTS_32BIT_KERNEL
 
1471         select CPU_SUPPORTS_HIGHMEM
 
1473           Choose this option to build a kernel for release 1 or later of the
 
1474           MIPS32 architecture.  Most modern embedded systems with a 32-bit
 
1475           MIPS processor are based on a MIPS32 processor.  If you know the
 
1476           specific type of processor in your system, choose those that one
 
1477           otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
 
1478           Release 2 of the MIPS32 architecture is available since several
 
1479           years so chances are you even have a MIPS32 Release 2 processor
 
1480           in which case you should choose CPU_MIPS32_R2 instead for better
 
1483 config CPU_MIPS32_R2
 
1484         bool "MIPS32 Release 2"
 
1485         depends on SYS_HAS_CPU_MIPS32_R2
 
1486         select CPU_HAS_PREFETCH
 
1487         select CPU_SUPPORTS_32BIT_KERNEL
 
1488         select CPU_SUPPORTS_HIGHMEM
 
1489         select CPU_SUPPORTS_MSA
 
1492           Choose this option to build a kernel for release 2 or later of the
 
1493           MIPS32 architecture.  Most modern embedded systems with a 32-bit
 
1494           MIPS processor are based on a MIPS32 processor.  If you know the
 
1495           specific type of processor in your system, choose those that one
 
1496           otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
 
1498 config CPU_MIPS32_R5
 
1499         bool "MIPS32 Release 5"
 
1500         depends on SYS_HAS_CPU_MIPS32_R5
 
1501         select CPU_HAS_PREFETCH
 
1502         select CPU_SUPPORTS_32BIT_KERNEL
 
1503         select CPU_SUPPORTS_HIGHMEM
 
1504         select CPU_SUPPORTS_MSA
 
1506         select MIPS_O32_FP64_SUPPORT
 
1508           Choose this option to build a kernel for release 5 or later of the
 
1509           MIPS32 architecture.  New MIPS processors, starting with the Warrior
 
1510           family, are based on a MIPS32r5 processor. If you own an older
 
1511           processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
 
1513 config CPU_MIPS32_R6
 
1514         bool "MIPS32 Release 6"
 
1515         depends on SYS_HAS_CPU_MIPS32_R6
 
1516         select CPU_HAS_PREFETCH
 
1517         select CPU_NO_LOAD_STORE_LR
 
1518         select CPU_SUPPORTS_32BIT_KERNEL
 
1519         select CPU_SUPPORTS_HIGHMEM
 
1520         select CPU_SUPPORTS_MSA
 
1522         select MIPS_O32_FP64_SUPPORT
 
1524           Choose this option to build a kernel for release 6 or later of the
 
1525           MIPS32 architecture.  New MIPS processors, starting with the Warrior
 
1526           family, are based on a MIPS32r6 processor. If you own an older
 
1527           processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
 
1529 config CPU_MIPS64_R1
 
1530         bool "MIPS64 Release 1"
 
1531         depends on SYS_HAS_CPU_MIPS64_R1
 
1532         select CPU_HAS_PREFETCH
 
1533         select CPU_SUPPORTS_32BIT_KERNEL
 
1534         select CPU_SUPPORTS_64BIT_KERNEL
 
1535         select CPU_SUPPORTS_HIGHMEM
 
1536         select CPU_SUPPORTS_HUGEPAGES
 
1538           Choose this option to build a kernel for release 1 or later of the
 
1539           MIPS64 architecture.  Many modern embedded systems with a 64-bit
 
1540           MIPS processor are based on a MIPS64 processor.  If you know the
 
1541           specific type of processor in your system, choose those that one
 
1542           otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
 
1543           Release 2 of the MIPS64 architecture is available since several
 
1544           years so chances are you even have a MIPS64 Release 2 processor
 
1545           in which case you should choose CPU_MIPS64_R2 instead for better
 
1548 config CPU_MIPS64_R2
 
1549         bool "MIPS64 Release 2"
 
1550         depends on SYS_HAS_CPU_MIPS64_R2
 
1551         select CPU_HAS_PREFETCH
 
1552         select CPU_SUPPORTS_32BIT_KERNEL
 
1553         select CPU_SUPPORTS_64BIT_KERNEL
 
1554         select CPU_SUPPORTS_HIGHMEM
 
1555         select CPU_SUPPORTS_HUGEPAGES
 
1556         select CPU_SUPPORTS_MSA
 
1559           Choose this option to build a kernel for release 2 or later of the
 
1560           MIPS64 architecture.  Many modern embedded systems with a 64-bit
 
1561           MIPS processor are based on a MIPS64 processor.  If you know the
 
1562           specific type of processor in your system, choose those that one
 
1563           otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
 
1565 config CPU_MIPS64_R5
 
1566         bool "MIPS64 Release 5"
 
1567         depends on SYS_HAS_CPU_MIPS64_R5
 
1568         select CPU_HAS_PREFETCH
 
1569         select CPU_SUPPORTS_32BIT_KERNEL
 
1570         select CPU_SUPPORTS_64BIT_KERNEL
 
1571         select CPU_SUPPORTS_HIGHMEM
 
1572         select CPU_SUPPORTS_HUGEPAGES
 
1573         select CPU_SUPPORTS_MSA
 
1574         select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
 
1577           Choose this option to build a kernel for release 5 or later of the
 
1578           MIPS64 architecture.  This is a intermediate MIPS architecture
 
1579           release partly implementing release 6 features. Though there is no
 
1580           any hardware known to be based on this release.
 
1582 config CPU_MIPS64_R6
 
1583         bool "MIPS64 Release 6"
 
1584         depends on SYS_HAS_CPU_MIPS64_R6
 
1585         select CPU_HAS_PREFETCH
 
1586         select CPU_NO_LOAD_STORE_LR
 
1587         select CPU_SUPPORTS_32BIT_KERNEL
 
1588         select CPU_SUPPORTS_64BIT_KERNEL
 
1589         select CPU_SUPPORTS_HIGHMEM
 
1590         select CPU_SUPPORTS_HUGEPAGES
 
1591         select CPU_SUPPORTS_MSA
 
1592         select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
 
1595           Choose this option to build a kernel for release 6 or later of the
 
1596           MIPS64 architecture.  New MIPS processors, starting with the Warrior
 
1597           family, are based on a MIPS64r6 processor. If you own an older
 
1598           processor, you probably need to select MIPS64r1 or MIPS64r2 instead.
 
1601         bool "MIPS Warrior P5600"
 
1602         depends on SYS_HAS_CPU_P5600
 
1603         select CPU_HAS_PREFETCH
 
1604         select CPU_SUPPORTS_32BIT_KERNEL
 
1605         select CPU_SUPPORTS_HIGHMEM
 
1606         select CPU_SUPPORTS_MSA
 
1607         select CPU_SUPPORTS_CPUFREQ
 
1608         select CPU_MIPSR2_IRQ_VI
 
1609         select CPU_MIPSR2_IRQ_EI
 
1611         select MIPS_O32_FP64_SUPPORT
 
1613           Choose this option to build a kernel for MIPS Warrior P5600 CPU.
 
1614           It's based on MIPS32r5 ISA with XPA, EVA, dual/quad issue exec pipes,
 
1615           MMU with two-levels TLB, UCA, MSA, MDU core level features and system
 
1616           level features like up to six P5600 calculation cores, CM2 with L2
 
1617           cache, IOCU/IOMMU (though might be unused depending on the system-
 
1618           specific IP core configuration), GIC, CPC, virtualisation module,
 
1623         depends on SYS_HAS_CPU_R3000
 
1626         select CPU_SUPPORTS_32BIT_KERNEL
 
1627         select CPU_SUPPORTS_HIGHMEM
 
1629           Please make sure to pick the right CPU type. Linux/MIPS is not
 
1630           designed to be generic, i.e. Kernels compiled for R3000 CPUs will
 
1631           *not* work on R4000 machines and vice versa.  However, since most
 
1632           of the supported machines have an R4000 (or similar) CPU, R4x00
 
1633           might be a safe bet.  If the resulting kernel does not work,
 
1634           try to recompile with R3000.
 
1638         depends on SYS_HAS_CPU_TX39XX
 
1639         select CPU_SUPPORTS_32BIT_KERNEL
 
1644         depends on SYS_HAS_CPU_VR41XX
 
1645         select CPU_SUPPORTS_32BIT_KERNEL
 
1646         select CPU_SUPPORTS_64BIT_KERNEL
 
1648           The options selects support for the NEC VR4100 series of processors.
 
1649           Only choose this option if you have one of these processors as a
 
1650           kernel built with this option will not run on any other type of
 
1651           processor or vice versa.
 
1655         depends on SYS_HAS_CPU_R4X00
 
1656         select CPU_SUPPORTS_32BIT_KERNEL
 
1657         select CPU_SUPPORTS_64BIT_KERNEL
 
1658         select CPU_SUPPORTS_HUGEPAGES
 
1660           MIPS Technologies R4000-series processors other than 4300, including
 
1661           the R4000, R4400, R4600, and 4700.
 
1665         depends on SYS_HAS_CPU_TX49XX
 
1666         select CPU_HAS_PREFETCH
 
1667         select CPU_SUPPORTS_32BIT_KERNEL
 
1668         select CPU_SUPPORTS_64BIT_KERNEL
 
1669         select CPU_SUPPORTS_HUGEPAGES
 
1673         depends on SYS_HAS_CPU_R5000
 
1674         select CPU_SUPPORTS_32BIT_KERNEL
 
1675         select CPU_SUPPORTS_64BIT_KERNEL
 
1676         select CPU_SUPPORTS_HUGEPAGES
 
1678           MIPS Technologies R5000-series processors other than the Nevada.
 
1682         depends on SYS_HAS_CPU_R5500
 
1683         select CPU_SUPPORTS_32BIT_KERNEL
 
1684         select CPU_SUPPORTS_64BIT_KERNEL
 
1685         select CPU_SUPPORTS_HUGEPAGES
 
1687           NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
 
1692         depends on SYS_HAS_CPU_NEVADA
 
1693         select CPU_SUPPORTS_32BIT_KERNEL
 
1694         select CPU_SUPPORTS_64BIT_KERNEL
 
1695         select CPU_SUPPORTS_HUGEPAGES
 
1697           QED / PMC-Sierra RM52xx-series ("Nevada") processors.
 
1701         depends on SYS_HAS_CPU_R10000
 
1702         select CPU_HAS_PREFETCH
 
1703         select CPU_SUPPORTS_32BIT_KERNEL
 
1704         select CPU_SUPPORTS_64BIT_KERNEL
 
1705         select CPU_SUPPORTS_HIGHMEM
 
1706         select CPU_SUPPORTS_HUGEPAGES
 
1708           MIPS Technologies R10000-series processors.
 
1712         depends on SYS_HAS_CPU_RM7000
 
1713         select CPU_HAS_PREFETCH
 
1714         select CPU_SUPPORTS_32BIT_KERNEL
 
1715         select CPU_SUPPORTS_64BIT_KERNEL
 
1716         select CPU_SUPPORTS_HIGHMEM
 
1717         select CPU_SUPPORTS_HUGEPAGES
 
1721         depends on SYS_HAS_CPU_SB1
 
1722         select CPU_SUPPORTS_32BIT_KERNEL
 
1723         select CPU_SUPPORTS_64BIT_KERNEL
 
1724         select CPU_SUPPORTS_HIGHMEM
 
1725         select CPU_SUPPORTS_HUGEPAGES
 
1726         select WEAK_ORDERING
 
1728 config CPU_CAVIUM_OCTEON
 
1729         bool "Cavium Octeon processor"
 
1730         depends on SYS_HAS_CPU_CAVIUM_OCTEON
 
1731         select CPU_HAS_PREFETCH
 
1732         select CPU_SUPPORTS_64BIT_KERNEL
 
1733         select WEAK_ORDERING
 
1734         select CPU_SUPPORTS_HIGHMEM
 
1735         select CPU_SUPPORTS_HUGEPAGES
 
1736         select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
 
1737         select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
 
1738         select MIPS_L1_CACHE_SHIFT_7
 
1741           The Cavium Octeon processor is a highly integrated chip containing
 
1742           many ethernet hardware widgets for networking tasks. The processor
 
1743           can have up to 16 Mips64v2 cores and 8 integrated gigabit ethernets.
 
1744           Full details can be found at http://www.caviumnetworks.com.
 
1747         bool "Broadcom BMIPS"
 
1748         depends on SYS_HAS_CPU_BMIPS
 
1750         select CPU_BMIPS32_3300 if SYS_HAS_CPU_BMIPS32_3300
 
1751         select CPU_BMIPS4350 if SYS_HAS_CPU_BMIPS4350
 
1752         select CPU_BMIPS4380 if SYS_HAS_CPU_BMIPS4380
 
1753         select CPU_BMIPS5000 if SYS_HAS_CPU_BMIPS5000
 
1754         select CPU_SUPPORTS_32BIT_KERNEL
 
1755         select DMA_NONCOHERENT
 
1757         select SWAP_IO_SPACE
 
1758         select WEAK_ORDERING
 
1759         select CPU_SUPPORTS_HIGHMEM
 
1760         select CPU_HAS_PREFETCH
 
1761         select CPU_SUPPORTS_CPUFREQ
 
1762         select MIPS_EXTERNAL_TIMER
 
1764           Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors.
 
1767         bool "Netlogic XLR SoC"
 
1768         depends on SYS_HAS_CPU_XLR
 
1769         select CPU_SUPPORTS_32BIT_KERNEL
 
1770         select CPU_SUPPORTS_64BIT_KERNEL
 
1771         select CPU_SUPPORTS_HIGHMEM
 
1772         select CPU_SUPPORTS_HUGEPAGES
 
1773         select WEAK_ORDERING
 
1774         select WEAK_REORDERING_BEYOND_LLSC
 
1776           Netlogic Microsystems XLR/XLS processors.
 
1779         bool "Netlogic XLP SoC"
 
1780         depends on SYS_HAS_CPU_XLP
 
1781         select CPU_SUPPORTS_32BIT_KERNEL
 
1782         select CPU_SUPPORTS_64BIT_KERNEL
 
1783         select CPU_SUPPORTS_HIGHMEM
 
1784         select WEAK_ORDERING
 
1785         select WEAK_REORDERING_BEYOND_LLSC
 
1786         select CPU_HAS_PREFETCH
 
1788         select CPU_SUPPORTS_HUGEPAGES
 
1789         select MIPS_ASID_BITS_VARIABLE
 
1791           Netlogic Microsystems XLP processors.
 
1794 config CPU_MIPS32_3_5_FEATURES
 
1795         bool "MIPS32 Release 3.5 Features"
 
1796         depends on SYS_HAS_CPU_MIPS32_R3_5
 
1797         depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_MIPS32_R6 || \
 
1800           Choose this option to build a kernel for release 2 or later of the
 
1801           MIPS32 architecture including features from the 3.5 release such as
 
1802           support for Enhanced Virtual Addressing (EVA).
 
1804 config CPU_MIPS32_3_5_EVA
 
1805         bool "Enhanced Virtual Addressing (EVA)"
 
1806         depends on CPU_MIPS32_3_5_FEATURES
 
1810           Choose this option if you want to enable the Enhanced Virtual
 
1811           Addressing (EVA) on your MIPS32 core (such as proAptiv).
 
1812           One of its primary benefits is an increase in the maximum size
 
1813           of lowmem (up to 3GB). If unsure, say 'N' here.
 
1815 config CPU_MIPS32_R5_FEATURES
 
1816         bool "MIPS32 Release 5 Features"
 
1817         depends on SYS_HAS_CPU_MIPS32_R5
 
1818         depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_P5600
 
1820           Choose this option to build a kernel for release 2 or later of the
 
1821           MIPS32 architecture including features from release 5 such as
 
1822           support for Extended Physical Addressing (XPA).
 
1824 config CPU_MIPS32_R5_XPA
 
1825         bool "Extended Physical Addressing (XPA)"
 
1826         depends on CPU_MIPS32_R5_FEATURES
 
1828         depends on !PAGE_SIZE_4KB
 
1829         depends on SYS_SUPPORTS_HIGHMEM
 
1832         select PHYS_ADDR_T_64BIT
 
1835           Choose this option if you want to enable the Extended Physical
 
1836           Addressing (XPA) on your MIPS32 core (such as P5600 series). The
 
1837           benefit is to increase physical addressing equal to or greater
 
1838           than 40 bits. Note that this has the side effect of turning on
 
1839           64-bit addressing which in turn makes the PTEs 64-bit in size.
 
1840           If unsure, say 'N' here.
 
1843 config CPU_NOP_WORKAROUNDS
 
1846 config CPU_JUMP_WORKAROUNDS
 
1849 config CPU_LOONGSON2F_WORKAROUNDS
 
1850         bool "Loongson 2F Workarounds"
 
1852         select CPU_NOP_WORKAROUNDS
 
1853         select CPU_JUMP_WORKAROUNDS
 
1855           Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which
 
1856           require workarounds.  Without workarounds the system may hang
 
1857           unexpectedly.  For more information please refer to the gas
 
1858           -mfix-loongson2f-nop and -mfix-loongson2f-jump options.
 
1860           Loongson 2F03 and later have fixed these issues and no workarounds
 
1861           are needed.  The workarounds have no significant side effect on them
 
1862           but may decrease the performance of the system so this option should
 
1863           be disabled unless the kernel is intended to be run on 2F01 or 2F02
 
1866           If unsure, please say Y.
 
1867 endif # CPU_LOONGSON2F
 
1869 config SYS_SUPPORTS_ZBOOT
 
1871         select HAVE_KERNEL_GZIP
 
1872         select HAVE_KERNEL_BZIP2
 
1873         select HAVE_KERNEL_LZ4
 
1874         select HAVE_KERNEL_LZMA
 
1875         select HAVE_KERNEL_LZO
 
1876         select HAVE_KERNEL_XZ
 
1877         select HAVE_KERNEL_ZSTD
 
1879 config SYS_SUPPORTS_ZBOOT_UART16550
 
1881         select SYS_SUPPORTS_ZBOOT
 
1883 config SYS_SUPPORTS_ZBOOT_UART_PROM
 
1885         select SYS_SUPPORTS_ZBOOT
 
1887 config CPU_LOONGSON2EF
 
1889         select CPU_SUPPORTS_32BIT_KERNEL
 
1890         select CPU_SUPPORTS_64BIT_KERNEL
 
1891         select CPU_SUPPORTS_HIGHMEM
 
1892         select CPU_SUPPORTS_HUGEPAGES
 
1893         select ARCH_HAS_PHYS_TO_DMA
 
1895 config CPU_LOONGSON32
 
1899         select CPU_HAS_PREFETCH
 
1900         select CPU_SUPPORTS_32BIT_KERNEL
 
1901         select CPU_SUPPORTS_HIGHMEM
 
1902         select CPU_SUPPORTS_CPUFREQ
 
1904 config CPU_BMIPS32_3300
 
1905         select SMP_UP if SMP
 
1908 config CPU_BMIPS4350
 
1910         select SYS_SUPPORTS_SMP
 
1911         select SYS_SUPPORTS_HOTPLUG_CPU
 
1913 config CPU_BMIPS4380
 
1915         select MIPS_L1_CACHE_SHIFT_6
 
1916         select SYS_SUPPORTS_SMP
 
1917         select SYS_SUPPORTS_HOTPLUG_CPU
 
1920 config CPU_BMIPS5000
 
1922         select MIPS_CPU_SCACHE
 
1923         select MIPS_L1_CACHE_SHIFT_7
 
1924         select SYS_SUPPORTS_SMP
 
1925         select SYS_SUPPORTS_HOTPLUG_CPU
 
1928 config SYS_HAS_CPU_LOONGSON64
 
1930         select CPU_SUPPORTS_CPUFREQ
 
1933 config SYS_HAS_CPU_LOONGSON2E
 
1936 config SYS_HAS_CPU_LOONGSON2F
 
1938         select CPU_SUPPORTS_CPUFREQ
 
1939         select CPU_SUPPORTS_ADDRWINCFG if 64BIT
 
1941 config SYS_HAS_CPU_LOONGSON1B
 
1944 config SYS_HAS_CPU_LOONGSON1C
 
1947 config SYS_HAS_CPU_MIPS32_R1
 
1950 config SYS_HAS_CPU_MIPS32_R2
 
1953 config SYS_HAS_CPU_MIPS32_R3_5
 
1956 config SYS_HAS_CPU_MIPS32_R5
 
1958         select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
 
1960 config SYS_HAS_CPU_MIPS32_R6
 
1962         select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
 
1964 config SYS_HAS_CPU_MIPS64_R1
 
1967 config SYS_HAS_CPU_MIPS64_R2
 
1970 config SYS_HAS_CPU_MIPS64_R6
 
1972         select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
 
1974 config SYS_HAS_CPU_P5600
 
1976         select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
 
1978 config SYS_HAS_CPU_R3000
 
1981 config SYS_HAS_CPU_TX39XX
 
1984 config SYS_HAS_CPU_VR41XX
 
1987 config SYS_HAS_CPU_R4X00
 
1990 config SYS_HAS_CPU_TX49XX
 
1993 config SYS_HAS_CPU_R5000
 
1996 config SYS_HAS_CPU_R5500
 
1999 config SYS_HAS_CPU_NEVADA
 
2002 config SYS_HAS_CPU_R10000
 
2004         select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
 
2006 config SYS_HAS_CPU_RM7000
 
2009 config SYS_HAS_CPU_SB1
 
2012 config SYS_HAS_CPU_CAVIUM_OCTEON
 
2015 config SYS_HAS_CPU_BMIPS
 
2018 config SYS_HAS_CPU_BMIPS32_3300
 
2020         select SYS_HAS_CPU_BMIPS
 
2022 config SYS_HAS_CPU_BMIPS4350
 
2024         select SYS_HAS_CPU_BMIPS
 
2026 config SYS_HAS_CPU_BMIPS4380
 
2028         select SYS_HAS_CPU_BMIPS
 
2030 config SYS_HAS_CPU_BMIPS5000
 
2032         select SYS_HAS_CPU_BMIPS
 
2033         select ARCH_HAS_SYNC_DMA_FOR_CPU
 
2035 config SYS_HAS_CPU_XLR
 
2038 config SYS_HAS_CPU_XLP
 
2042 # CPU may reorder R->R, R->W, W->R, W->W
 
2043 # Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
 
2045 config WEAK_ORDERING
 
2049 # CPU may reorder reads and writes beyond LL/SC
 
2050 # CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
 
2052 config WEAK_REORDERING_BEYOND_LLSC
 
2057 # These two indicate any level of the MIPS32 and MIPS64 architecture
 
2061         default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 || CPU_MIPS32_R5 || \
 
2062                      CPU_MIPS32_R6 || CPU_P5600
 
2066         default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 || CPU_MIPS64_R5 || \
 
2070 # These indicate the revision of the architecture
 
2074         default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
 
2078         default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON
 
2080         select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
 
2085         default y if CPU_MIPS32_R5 || CPU_MIPS64_R5 || CPU_P5600
 
2087         select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
 
2092         default y if CPU_MIPS32_R6 || CPU_MIPS64_R6
 
2094         select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
 
2095         select HAVE_ARCH_BITREVERSE
 
2096         select MIPS_ASID_BITS_VARIABLE
 
2097         select MIPS_CRC_SUPPORT
 
2100 config TARGET_ISA_REV
 
2102         default 1 if CPU_MIPSR1
 
2103         default 2 if CPU_MIPSR2
 
2104         default 5 if CPU_MIPSR5
 
2105         default 6 if CPU_MIPSR6
 
2108           Reflects the ISA revision being targeted by the kernel build. This
 
2109           is effectively the Kconfig equivalent of MIPS_ISA_REV.
 
2117 config SYS_SUPPORTS_32BIT_KERNEL
 
2119 config SYS_SUPPORTS_64BIT_KERNEL
 
2121 config CPU_SUPPORTS_32BIT_KERNEL
 
2123 config CPU_SUPPORTS_64BIT_KERNEL
 
2125 config CPU_SUPPORTS_CPUFREQ
 
2127 config CPU_SUPPORTS_ADDRWINCFG
 
2129 config CPU_SUPPORTS_HUGEPAGES
 
2131         depends on !(32BIT && (ARCH_PHYS_ADDR_T_64BIT || EVA))
 
2132 config MIPS_PGD_C0_CONTEXT
 
2134         default y if 64BIT && (CPU_MIPSR2 || CPU_MIPSR6) && !CPU_XLP
 
2137 # Set to y for ptrace access to watch registers.
 
2139 config HARDWARE_WATCHPOINTS
 
2141         default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6
 
2146         prompt "Kernel code model"
 
2148           You should only select this option if you have a workload that
 
2149           actually benefits from 64-bit processing or if your machine has
 
2150           large memory.  You will only be presented a single option in this
 
2151           menu if your system does not support both 32-bit and 64-bit kernels.
 
2154         bool "32-bit kernel"
 
2155         depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
 
2158           Select this option if you want to build a 32-bit kernel.
 
2161         bool "64-bit kernel"
 
2162         depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
 
2164           Select this option if you want to build a 64-bit kernel.
 
2169         bool "KVM Guest Kernel"
 
2170         depends on CPU_MIPS32_R2
 
2171         depends on BROKEN_ON_SMP
 
2173           Select this option if building a guest kernel for KVM (Trap & Emulate)
 
2176 config KVM_GUEST_TIMER_FREQ
 
2177         int "Count/Compare Timer Frequency (MHz)"
 
2178         depends on KVM_GUEST
 
2181           Set this to non-zero if building a guest kernel for KVM to skip RTC
 
2182           emulation when determining guest CPU Frequency. Instead, the guest's
 
2183           timer frequency is specified directly.
 
2185 config MIPS_VA_BITS_48
 
2186         bool "48 bits virtual memory"
 
2189           Support a maximum at least 48 bits of application virtual
 
2190           memory.  Default is 40 bits or less, depending on the CPU.
 
2191           For page sizes 16k and above, this option results in a small
 
2192           memory overhead for page tables.  For 4k page size, a fourth
 
2193           level of page tables is added which imposes both a memory
 
2194           overhead as well as slower TLB fault handling.
 
2199         prompt "Kernel page size"
 
2200         default PAGE_SIZE_4KB
 
2202 config PAGE_SIZE_4KB
 
2204         depends on !CPU_LOONGSON2EF && !CPU_LOONGSON64
 
2206           This option select the standard 4kB Linux page size.  On some
 
2207           R3000-family processors this is the only available page size.  Using
 
2208           4kB page size will minimize memory consumption and is therefore
 
2209           recommended for low memory systems.
 
2211 config PAGE_SIZE_8KB
 
2213         depends on CPU_CAVIUM_OCTEON
 
2214         depends on !MIPS_VA_BITS_48
 
2216           Using 8kB page size will result in higher performance kernel at
 
2217           the price of higher memory consumption.  This option is available
 
2218           only on cnMIPS processors.  Note that you will need a suitable Linux
 
2219           distribution to support this.
 
2221 config PAGE_SIZE_16KB
 
2223         depends on !CPU_R3000 && !CPU_TX39XX
 
2225           Using 16kB page size will result in higher performance kernel at
 
2226           the price of higher memory consumption.  This option is available on
 
2227           all non-R3000 family processors.  Note that you will need a suitable
 
2228           Linux distribution to support this.
 
2230 config PAGE_SIZE_32KB
 
2232         depends on CPU_CAVIUM_OCTEON
 
2233         depends on !MIPS_VA_BITS_48
 
2235           Using 32kB page size will result in higher performance kernel at
 
2236           the price of higher memory consumption.  This option is available
 
2237           only on cnMIPS cores.  Note that you will need a suitable Linux
 
2238           distribution to support this.
 
2240 config PAGE_SIZE_64KB
 
2242         depends on !CPU_R3000 && !CPU_TX39XX
 
2244           Using 64kB page size will result in higher performance kernel at
 
2245           the price of higher memory consumption.  This option is available on
 
2246           all non-R3000 family processor.  Not that at the time of this
 
2247           writing this option is still high experimental.
 
2251 config FORCE_MAX_ZONEORDER
 
2252         int "Maximum zone order"
 
2253         range 14 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
 
2254         default "14" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
 
2255         range 13 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
 
2256         default "13" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
 
2257         range 12 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
 
2258         default "12" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
 
2262           The kernel memory allocator divides physically contiguous memory
 
2263           blocks into "zones", where each zone is a power of two number of
 
2264           pages.  This option selects the largest power of two that the kernel
 
2265           keeps in the memory allocator.  If you need to allocate very large
 
2266           blocks of physically contiguous memory, then you may need to
 
2267           increase this value.
 
2269           This config option is actually maximum order plus one. For example,
 
2270           a value of 11 means that the largest free memory block is 2^10 pages.
 
2272           The page size is not necessarily 4KB.  Keep this in mind
 
2273           when choosing a value for this option.
 
2278 config IP22_CPU_SCACHE
 
2283 # Support for a MIPS32 / MIPS64 style S-caches
 
2285 config MIPS_CPU_SCACHE
 
2289 config R5000_CPU_SCACHE
 
2293 config RM7000_CPU_SCACHE
 
2297 config SIBYTE_DMA_PAGEOPS
 
2298         bool "Use DMA to clear/copy pages"
 
2301           Instead of using the CPU to zero and copy pages, use a Data Mover
 
2302           channel.  These DMA channels are otherwise unused by the standard
 
2303           SiByte Linux port.  Seems to give a small performance benefit.
 
2305 config CPU_HAS_PREFETCH
 
2308 config CPU_GENERIC_DUMP_TLB
 
2310         default y if !(CPU_R3000 || CPU_TX39XX)
 
2312 config MIPS_FP_SUPPORT
 
2313         bool "Floating Point support" if EXPERT
 
2316           Select y to include support for floating point in the kernel
 
2317           including initialization of FPU hardware, FP context save & restore
 
2318           and emulation of an FPU where necessary. Without this support any
 
2319           userland program attempting to use floating point instructions will
 
2322           If you know that your userland will not attempt to use floating point
 
2323           instructions then you can say n here to shrink the kernel a little.
 
2327 config CPU_R2300_FPU
 
2329         depends on MIPS_FP_SUPPORT
 
2330         default y if CPU_R3000 || CPU_TX39XX
 
2337         depends on MIPS_FP_SUPPORT
 
2338         default y if !CPU_R2300_FPU
 
2340 config CPU_R4K_CACHE_TLB
 
2342         default y if !(CPU_R3K_TLB || CPU_SB1 || CPU_CAVIUM_OCTEON)
 
2345         bool "MIPS MT SMP support (1 TC on each available VPE)"
 
2347         depends on SYS_SUPPORTS_MULTITHREADING && !CPU_MIPSR6 && !CPU_MICROMIPS
 
2348         select CPU_MIPSR2_IRQ_VI
 
2349         select CPU_MIPSR2_IRQ_EI
 
2354         select SYS_SUPPORTS_SMP
 
2355         select SYS_SUPPORTS_SCHED_SMT
 
2356         select MIPS_PERF_SHARED_TC_COUNTERS
 
2358           This is a kernel model which is known as SMVP. This is supported
 
2359           on cores with the MT ASE and uses the available VPEs to implement
 
2360           virtual processors which supports SMP. This is equivalent to the
 
2361           Intel Hyperthreading feature. For further information go to
 
2362           <http://www.imgtec.com/mips/mips-multithreading.asp>.
 
2368         bool "SMT (multithreading) scheduler support"
 
2369         depends on SYS_SUPPORTS_SCHED_SMT
 
2372           SMT scheduler support improves the CPU scheduler's decision making
 
2373           when dealing with MIPS MT enabled cores at a cost of slightly
 
2374           increased overhead in some places. If unsure say N here.
 
2376 config SYS_SUPPORTS_SCHED_SMT
 
2379 config SYS_SUPPORTS_MULTITHREADING
 
2382 config MIPS_MT_FPAFF
 
2383         bool "Dynamic FPU affinity for FP-intensive threads"
 
2385         depends on MIPS_MT_SMP
 
2387 config MIPSR2_TO_R6_EMULATOR
 
2388         bool "MIPS R2-to-R6 emulator"
 
2389         depends on CPU_MIPSR6
 
2390         depends on MIPS_FP_SUPPORT
 
2393           Choose this option if you want to run non-R6 MIPS userland code.
 
2394           Even if you say 'Y' here, the emulator will still be disabled by
 
2395           default. You can enable it using the 'mipsr2emu' kernel option.
 
2396           The only reason this is a build-time option is to save ~14K from the
 
2399 config SYS_SUPPORTS_VPE_LOADER
 
2401         depends on SYS_SUPPORTS_MULTITHREADING
 
2403           Indicates that the platform supports the VPE loader, and provides
 
2406 config MIPS_VPE_LOADER
 
2407         bool "VPE loader support."
 
2408         depends on SYS_SUPPORTS_VPE_LOADER && MODULES
 
2409         select CPU_MIPSR2_IRQ_VI
 
2410         select CPU_MIPSR2_IRQ_EI
 
2413           Includes a loader for loading an elf relocatable object
 
2414           onto another VPE and running it.
 
2416 config MIPS_VPE_LOADER_CMP
 
2419         depends on MIPS_VPE_LOADER && MIPS_CMP
 
2421 config MIPS_VPE_LOADER_MT
 
2424         depends on MIPS_VPE_LOADER && !MIPS_CMP
 
2426 config MIPS_VPE_LOADER_TOM
 
2427         bool "Load VPE program into memory hidden from linux"
 
2428         depends on MIPS_VPE_LOADER
 
2431           The loader can use memory that is present but has been hidden from
 
2432           Linux using the kernel command line option "mem=xxMB". It's up to
 
2433           you to ensure the amount you put in the option and the space your
 
2434           program requires is less or equal to the amount physically present.
 
2436 config MIPS_VPE_APSP_API
 
2437         bool "Enable support for AP/SP API (RTLX)"
 
2438         depends on MIPS_VPE_LOADER
 
2440 config MIPS_VPE_APSP_API_CMP
 
2443         depends on MIPS_VPE_APSP_API && MIPS_CMP
 
2445 config MIPS_VPE_APSP_API_MT
 
2448         depends on MIPS_VPE_APSP_API && !MIPS_CMP
 
2451         bool "MIPS CMP framework support (DEPRECATED)"
 
2452         depends on SYS_SUPPORTS_MIPS_CMP && !CPU_MIPSR6
 
2455         select SYS_SUPPORTS_SMP
 
2456         select WEAK_ORDERING
 
2459           Select this if you are using a bootloader which implements the "CMP
 
2460           framework" protocol (ie. YAMON) and want your kernel to make use of
 
2461           its ability to start secondary CPUs.
 
2463           Unless you have a specific need, you should use CONFIG_MIPS_CPS
 
2467         bool "MIPS Coherent Processing System support"
 
2468         depends on SYS_SUPPORTS_MIPS_CPS
 
2470         select MIPS_CPS_PM if HOTPLUG_CPU
 
2472         select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
 
2473         select SYS_SUPPORTS_HOTPLUG_CPU
 
2474         select SYS_SUPPORTS_SCHED_SMT if CPU_MIPSR6
 
2475         select SYS_SUPPORTS_SMP
 
2476         select WEAK_ORDERING
 
2478           Select this if you wish to run an SMP kernel across multiple cores
 
2479           within a MIPS Coherent Processing System. When this option is
 
2480           enabled the kernel will probe for other cores and boot them with
 
2481           no external assistance. It is safe to enable this when hardware
 
2482           support is unavailable.
 
2495 config SB1_PASS_2_WORKAROUNDS
 
2497         depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
 
2500 config SB1_PASS_2_1_WORKAROUNDS
 
2502         depends on CPU_SB1 && CPU_SB1_PASS_2
 
2506         prompt "SmartMIPS or microMIPS ASE support"
 
2508 config CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS
 
2511           Select this if you want neither microMIPS nor SmartMIPS support
 
2513 config CPU_HAS_SMARTMIPS
 
2514         depends on SYS_SUPPORTS_SMARTMIPS
 
2517           SmartMIPS is a extension of the MIPS32 architecture aimed at
 
2518           increased security at both hardware and software level for
 
2519           smartcards.  Enabling this option will allow proper use of the
 
2520           SmartMIPS instructions by Linux applications.  However a kernel with
 
2521           this option will not work on a MIPS core without SmartMIPS core.  If
 
2522           you don't know you probably don't have SmartMIPS and should say N
 
2525 config CPU_MICROMIPS
 
2526         depends on 32BIT && SYS_SUPPORTS_MICROMIPS && !CPU_MIPSR6
 
2529           When this option is enabled the kernel will be built using the
 
2535         bool "Support for the MIPS SIMD Architecture"
 
2536         depends on CPU_SUPPORTS_MSA
 
2537         depends on MIPS_FP_SUPPORT
 
2538         depends on 64BIT || MIPS_O32_FP64_SUPPORT
 
2540           MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers
 
2541           and a set of SIMD instructions to operate on them. When this option
 
2542           is enabled the kernel will support allocating & switching MSA
 
2543           vector register contexts. If you know that your kernel will only be
 
2544           running on CPUs which do not support MSA or that your userland will
 
2545           not be making use of it then you may wish to say N here to reduce
 
2546           the size & complexity of your kernel.
 
2557         depends on !CPU_DIEI_BROKEN
 
2560 config CPU_DIEI_BROKEN
 
2566 config CPU_NO_LOAD_STORE_LR
 
2569           CPU lacks support for unaligned load and store instructions:
 
2570           LWL, LWR, SWL, SWR (Load/store word left/right).
 
2571           LDL, LDR, SDL, SDR (Load/store doubleword left/right, for 64bit
 
2575 # Vectored interrupt mode is an R2 feature
 
2577 config CPU_MIPSR2_IRQ_VI
 
2581 # Extended interrupt mode is an R2 feature
 
2583 config CPU_MIPSR2_IRQ_EI
 
2588         depends on !CPU_R3000
 
2594 config CPU_DADDI_WORKAROUNDS
 
2597 config CPU_R4000_WORKAROUNDS
 
2599         select CPU_R4400_WORKAROUNDS
 
2601 config CPU_R4400_WORKAROUNDS
 
2604 config CPU_R4X00_BUGS64
 
2606         default y if SYS_HAS_CPU_R4X00 && 64BIT && (TARGET_ISA_REV < 1)
 
2608 config MIPS_ASID_SHIFT
 
2610         default 6 if CPU_R3000 || CPU_TX39XX
 
2613 config MIPS_ASID_BITS
 
2615         default 0 if MIPS_ASID_BITS_VARIABLE
 
2616         default 6 if CPU_R3000 || CPU_TX39XX
 
2619 config MIPS_ASID_BITS_VARIABLE
 
2622 config MIPS_CRC_SUPPORT
 
2625 # R4600 erratum.  Due to the lack of errata information the exact
 
2626 # technical details aren't known.  I've experimentally found that disabling
 
2627 # interrupts during indexed I-cache flushes seems to be sufficient to deal
 
2629 config WAR_R4600_V1_INDEX_ICACHEOP
 
2632 # Pleasures of the R4600 V1.x.  Cite from the IDT R4600 V1.7 errata:
 
2634 #  18. The CACHE instructions Hit_Writeback_Invalidate_D, Hit_Writeback_D,
 
2635 #      Hit_Invalidate_D and Create_Dirty_Excl_D should only be
 
2636 #      executed if there is no other dcache activity. If the dcache is
 
2637 #      accessed for another instruction immeidately preceding when these
 
2638 #      cache instructions are executing, it is possible that the dcache
 
2639 #      tag match outputs used by these cache instructions will be
 
2640 #      incorrect. These cache instructions should be preceded by at least
 
2641 #      four instructions that are not any kind of load or store
 
2644 #      This is not allowed:    lw
 
2648 #                              cache       Hit_Writeback_Invalidate_D
 
2650 #      This is allowed:        lw
 
2655 #                              cache       Hit_Writeback_Invalidate_D
 
2656 config WAR_R4600_V1_HIT_CACHEOP
 
2659 # Writeback and invalidate the primary cache dcache before DMA.
 
2661 # R4600 v2.0 bug: "The CACHE instructions Hit_Writeback_Inv_D,
 
2662 # Hit_Writeback_D, Hit_Invalidate_D and Create_Dirty_Exclusive_D will only
 
2663 # operate correctly if the internal data cache refill buffer is empty.  These
 
2664 # CACHE instructions should be separated from any potential data cache miss
 
2665 # by a load instruction to an uncached address to empty the response buffer."
 
2666 # (Revision 2.0 device errata from IDT available on https://www.idt.com/
 
2668 config WAR_R4600_V2_HIT_CACHEOP
 
2671 # From TX49/H2 manual: "If the instruction (i.e. CACHE) is issued for
 
2672 # the line which this instruction itself exists, the following
 
2673 # operation is not guaranteed."
 
2675 # Workaround: do two phase flushing for Index_Invalidate_I
 
2676 config WAR_TX49XX_ICACHE_INDEX_INV
 
2679 # The RM7000 processors and the E9000 cores have a bug (though PMC-Sierra
 
2680 # opposes it being called that) where invalid instructions in the same
 
2681 # I-cache line worth of instructions being fetched may case spurious
 
2683 config WAR_ICACHE_REFILLS
 
2686 # On the R10000 up to version 2.6 (not sure about 2.7) there is a bug that
 
2687 # may cause ll / sc and lld / scd sequences to execute non-atomically.
 
2688 config WAR_R10000_LLSC
 
2691 # 34K core erratum: "Problems Executing the TLBR Instruction"
 
2692 config WAR_MIPS34K_MISSED_ITLB
 
2696 # - Highmem only makes sense for the 32-bit kernel.
 
2697 # - The current highmem code will only work properly on physically indexed
 
2698 #   caches such as R3000, SB1, R7000 or those that look like they're virtually
 
2699 #   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
 
2700 #   moment we protect the user and offer the highmem option only on machines
 
2701 #   where it's known to be safe.  This will not offer highmem on a few systems
 
2702 #   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
 
2703 #   indexed CPUs but we're playing safe.
 
2704 # - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
 
2705 #   know they might have memory configurations that could make use of highmem
 
2709         bool "High Memory Support"
 
2710         depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM && !CPU_MIPS32_3_5_EVA
 
2712 config CPU_SUPPORTS_HIGHMEM
 
2715 config SYS_SUPPORTS_HIGHMEM
 
2718 config SYS_SUPPORTS_SMARTMIPS
 
2721 config SYS_SUPPORTS_MICROMIPS
 
2724 config SYS_SUPPORTS_MIPS16
 
2727           This option must be set if a kernel might be executed on a MIPS16-
 
2728           enabled CPU even if MIPS16 is not actually being used.  In other
 
2729           words, it makes the kernel MIPS16-tolerant.
 
2731 config CPU_SUPPORTS_MSA
 
2734 config ARCH_FLATMEM_ENABLE
 
2736         depends on !NUMA && !CPU_LOONGSON2EF
 
2738 config ARCH_SPARSEMEM_ENABLE
 
2740         select SPARSEMEM_STATIC if !SGI_IP27
 
2744         depends on SYS_SUPPORTS_NUMA
 
2746           Say Y to compile the kernel to support NUMA (Non-Uniform Memory
 
2747           Access).  This option improves performance on systems with more
 
2748           than two nodes; on two node systems it is generally better to
 
2749           leave it disabled; on single node systems leave this option
 
2752 config SYS_SUPPORTS_NUMA
 
2755 config HAVE_SETUP_PER_CPU_AREA
 
2759 config NEED_PER_CPU_EMBED_FIRST_CHUNK
 
2764         bool "Relocatable kernel"
 
2765         depends on SYS_SUPPORTS_RELOCATABLE
 
2766         depends on CPU_MIPS32_R2 || CPU_MIPS64_R2 || \
 
2767                    CPU_MIPS32_R5 || CPU_MIPS64_R5 || \
 
2768                    CPU_MIPS32_R6 || CPU_MIPS64_R6 || \
 
2769                    CPU_P5600 || CAVIUM_OCTEON_SOC
 
2771           This builds a kernel image that retains relocation information
 
2772           so it can be loaded someplace besides the default 1MB.
 
2773           The relocations make the kernel binary about 15% larger,
 
2774           but are discarded at runtime
 
2776 config RELOCATION_TABLE_SIZE
 
2777         hex "Relocation table size"
 
2778         depends on RELOCATABLE
 
2779         range 0x0 0x01000000
 
2780         default "0x00100000"
 
2782           A table of relocation data will be appended to the kernel binary
 
2783           and parsed at boot to fix up the relocated kernel.
 
2785           This option allows the amount of space reserved for the table to be
 
2786           adjusted, although the default of 1Mb should be ok in most cases.
 
2788           The build will fail and a valid size suggested if this is too small.
 
2790           If unsure, leave at the default value.
 
2792 config RANDOMIZE_BASE
 
2793         bool "Randomize the address of the kernel image"
 
2794         depends on RELOCATABLE
 
2796           Randomizes the physical and virtual address at which the
 
2797           kernel image is loaded, as a security feature that
 
2798           deters exploit attempts relying on knowledge of the location
 
2799           of kernel internals.
 
2801           Entropy is generated using any coprocessor 0 registers available.
 
2803           The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET.
 
2807 config RANDOMIZE_BASE_MAX_OFFSET
 
2808         hex "Maximum kASLR offset" if EXPERT
 
2809         depends on RANDOMIZE_BASE
 
2810         range 0x0 0x40000000 if EVA || 64BIT
 
2811         range 0x0 0x08000000
 
2812         default "0x01000000"
 
2814           When kASLR is active, this provides the maximum offset that will
 
2815           be applied to the kernel image. It should be set according to the
 
2816           amount of physical RAM available in the target system minus
 
2817           PHYSICAL_START and must be a power of 2.
 
2819           This is limited by the size of KSEG0, 256Mb on 32-bit or 1Gb with
 
2820           EVA or 64-bit. The default is 16Mb.
 
2825         depends on NEED_MULTIPLE_NODES
 
2827 config HW_PERF_EVENTS
 
2828         bool "Enable hardware performance counter support for perf events"
 
2829         depends on PERF_EVENTS && !OPROFILE && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_XLP || CPU_LOONGSON64)
 
2832           Enable hardware performance counter support for perf events. If
 
2833           disabled, perf events will use software events only.
 
2836         bool "Enable DMI scanning"
 
2837         depends on MACH_LOONGSON64
 
2838         select DMI_SCAN_MACHINE_NON_EFI_FALLBACK
 
2841           Enabled scanning of DMI to identify machine quirks. Say Y
 
2842           here unless you have verified that your setup is not
 
2843           affected by entries in the DMI blacklist. Required by PNP
 
2847         bool "Multi-Processing support"
 
2848         depends on SYS_SUPPORTS_SMP
 
2850           This enables support for systems with more than one CPU. If you have
 
2851           a system with only one CPU, say N. If you have a system with more
 
2852           than one CPU, say Y.
 
2854           If you say N here, the kernel will run on uni- and multiprocessor
 
2855           machines, but will use only one CPU of a multiprocessor machine. If
 
2856           you say Y here, the kernel will run on many, but not all,
 
2857           uniprocessor machines. On a uniprocessor machine, the kernel
 
2858           will run faster if you say N here.
 
2860           People using multiprocessor machines who say Y here should also say
 
2861           Y to "Enhanced Real Time Clock Support", below.
 
2863           See also the SMP-HOWTO available at
 
2864           <https://www.tldp.org/docs.html#howto>.
 
2866           If you don't know what to do here, say N.
 
2869         bool "Support for hot-pluggable CPUs"
 
2870         depends on SMP && SYS_SUPPORTS_HOTPLUG_CPU
 
2872           Say Y here to allow turning CPUs off and on. CPUs can be
 
2873           controlled through /sys/devices/system/cpu.
 
2874           (Note: power management support will enable this option
 
2875             automatically on SMP systems. )
 
2876           Say N if you want to disable CPU hotplug.
 
2881 config SYS_SUPPORTS_MIPS_CMP
 
2884 config SYS_SUPPORTS_MIPS_CPS
 
2887 config SYS_SUPPORTS_SMP
 
2890 config NR_CPUS_DEFAULT_4
 
2893 config NR_CPUS_DEFAULT_8
 
2896 config NR_CPUS_DEFAULT_16
 
2899 config NR_CPUS_DEFAULT_32
 
2902 config NR_CPUS_DEFAULT_64
 
2906         int "Maximum number of CPUs (2-256)"
 
2909         default "4" if NR_CPUS_DEFAULT_4
 
2910         default "8" if NR_CPUS_DEFAULT_8
 
2911         default "16" if NR_CPUS_DEFAULT_16
 
2912         default "32" if NR_CPUS_DEFAULT_32
 
2913         default "64" if NR_CPUS_DEFAULT_64
 
2915           This allows you to specify the maximum number of CPUs which this
 
2916           kernel will support.  The maximum supported value is 32 for 32-bit
 
2917           kernel and 64 for 64-bit kernels; the minimum value which makes
 
2918           sense is 1 for Qemu (useful only for kernel debugging purposes)
 
2919           and 2 for all others.
 
2921           This is purely to save memory - each supported CPU adds
 
2922           approximately eight kilobytes to the kernel image.  For best
 
2923           performance should round up your number of processors to the next
 
2926 config MIPS_PERF_SHARED_TC_COUNTERS
 
2929 config MIPS_NR_CPU_NR_MAP_1024
 
2932 config MIPS_NR_CPU_NR_MAP
 
2935         default 1024 if MIPS_NR_CPU_NR_MAP_1024
 
2936         default NR_CPUS if !MIPS_NR_CPU_NR_MAP_1024
 
2939 # Timer Interrupt Frequency Configuration
 
2943         prompt "Timer frequency"
 
2946           Allows the configuration of the timer frequency.
 
2949                 bool "24 HZ" if SYS_SUPPORTS_24HZ || SYS_SUPPORTS_ARBIT_HZ
 
2952                 bool "48 HZ" if SYS_SUPPORTS_48HZ || SYS_SUPPORTS_ARBIT_HZ
 
2955                 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
 
2958                 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
 
2961                 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
 
2964                 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
 
2967                 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
 
2970                 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
 
2974 config SYS_SUPPORTS_24HZ
 
2977 config SYS_SUPPORTS_48HZ
 
2980 config SYS_SUPPORTS_100HZ
 
2983 config SYS_SUPPORTS_128HZ
 
2986 config SYS_SUPPORTS_250HZ
 
2989 config SYS_SUPPORTS_256HZ
 
2992 config SYS_SUPPORTS_1000HZ
 
2995 config SYS_SUPPORTS_1024HZ
 
2998 config SYS_SUPPORTS_ARBIT_HZ
 
3000         default y if !SYS_SUPPORTS_24HZ && \
 
3001                      !SYS_SUPPORTS_48HZ && \
 
3002                      !SYS_SUPPORTS_100HZ && \
 
3003                      !SYS_SUPPORTS_128HZ && \
 
3004                      !SYS_SUPPORTS_250HZ && \
 
3005                      !SYS_SUPPORTS_256HZ && \
 
3006                      !SYS_SUPPORTS_1000HZ && \
 
3007                      !SYS_SUPPORTS_1024HZ
 
3013         default 100 if HZ_100
 
3014         default 128 if HZ_128
 
3015         default 250 if HZ_250
 
3016         default 256 if HZ_256
 
3017         default 1000 if HZ_1000
 
3018         default 1024 if HZ_1024
 
3021         def_bool HIGH_RES_TIMERS
 
3024         bool "Kexec system call"
 
3027           kexec is a system call that implements the ability to shutdown your
 
3028           current kernel, and to start another kernel.  It is like a reboot
 
3029           but it is independent of the system firmware.   And like a reboot
 
3030           you can start any kernel with it, not just Linux.
 
3032           The name comes from the similarity to the exec system call.
 
3034           It is an ongoing process to be certain the hardware in a machine
 
3035           is properly shutdown, so do not be surprised if this code does not
 
3036           initially work for you.  As of this writing the exact hardware
 
3037           interface is strongly in flux, so no good recommendation can be
 
3041         bool "Kernel crash dumps"
 
3043           Generate crash dump after being started by kexec.
 
3044           This should be normally only set in special crash dump kernels
 
3045           which are loaded in the main kernel with kexec-tools into
 
3046           a specially reserved region and then later executed after
 
3047           a crash by kdump/kexec. The crash dump kernel must be compiled
 
3048           to a memory address not used by the main kernel or firmware using
 
3051 config PHYSICAL_START
 
3052         hex "Physical address where the kernel is loaded"
 
3053         default "0xffffffff84000000"
 
3054         depends on CRASH_DUMP
 
3056           This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
 
3057           If you plan to use kernel for capturing the crash dump change
 
3058           this value to start of the reserved region (the "X" value as
 
3059           specified in the "crashkernel=YM@XM" command line boot parameter
 
3060           passed to the panic-ed kernel).
 
3063         bool "Enable seccomp to safely compute untrusted bytecode"
 
3067           This kernel feature is useful for number crunching applications
 
3068           that may need to compute untrusted bytecode during their
 
3069           execution. By using pipes or other transports made available to
 
3070           the process as file descriptors supporting the read/write
 
3071           syscalls, it's possible to isolate those applications in
 
3072           their own address space using seccomp. Once seccomp is
 
3073           enabled via /proc/<pid>/seccomp, it cannot be disabled
 
3074           and the task is only allowed to execute a few safe syscalls
 
3075           defined by each seccomp mode.
 
3077           If unsure, say Y. Only embedded should say N here.
 
3079 config MIPS_O32_FP64_SUPPORT
 
3080         bool "Support for O32 binaries using 64-bit FP" if !CPU_MIPSR6
 
3081         depends on 32BIT || MIPS32_O32
 
3083           When this is enabled, the kernel will support use of 64-bit floating
 
3084           point registers with binaries using the O32 ABI along with the
 
3085           EF_MIPS_FP64 ELF header flag (typically built with -mfp64). On
 
3086           32-bit MIPS systems this support is at the cost of increasing the
 
3087           size and complexity of the compiled FPU emulator. Thus if you are
 
3088           running a MIPS32 system and know that none of your userland binaries
 
3089           will require 64-bit floating point, you may wish to reduce the size
 
3090           of your kernel & potentially improve FP emulation performance by
 
3093           Although binutils currently supports use of this flag the details
 
3094           concerning its effect upon the O32 ABI in userland are still being
 
3095           worked on. In order to avoid userland becoming dependant upon current
 
3096           behaviour before the details have been finalised, this option should
 
3097           be considered experimental and only enabled by those working upon
 
3105         select OF_EARLY_FLATTREE
 
3115         prompt "Kernel appended dtb support" if USE_OF
 
3116         default MIPS_NO_APPENDED_DTB
 
3118         config MIPS_NO_APPENDED_DTB
 
3121                   Do not enable appended dtb support.
 
3123         config MIPS_ELF_APPENDED_DTB
 
3126                   With this option, the boot code will look for a device tree binary
 
3127                   DTB) included in the vmlinux ELF section .appended_dtb. By default
 
3128                   it is empty and the DTB can be appended using binutils command
 
3131                     objcopy --update-section .appended_dtb=<filename>.dtb vmlinux
 
3133                   This is meant as a backward compatiblity convenience for those
 
3134                   systems with a bootloader that can't be upgraded to accommodate
 
3135                   the documented boot protocol using a device tree.
 
3137         config MIPS_RAW_APPENDED_DTB
 
3138                 bool "vmlinux.bin or vmlinuz.bin"
 
3140                   With this option, the boot code will look for a device tree binary
 
3141                   DTB) appended to raw vmlinux.bin or vmlinuz.bin.
 
3142                   (e.g. cat vmlinux.bin <filename>.dtb > vmlinux_w_dtb).
 
3144                   This is meant as a backward compatibility convenience for those
 
3145                   systems with a bootloader that can't be upgraded to accommodate
 
3146                   the documented boot protocol using a device tree.
 
3148                   Beware that there is very little in terms of protection against
 
3149                   this option being confused by leftover garbage in memory that might
 
3150                   look like a DTB header after a reboot if no actual DTB is appended
 
3151                   to vmlinux.bin.  Do not leave this option active in a production kernel
 
3152                   if you don't intend to always append a DTB.
 
3156         prompt "Kernel command line type" if !CMDLINE_OVERRIDE
 
3157         default MIPS_CMDLINE_FROM_DTB if USE_OF && !ATH79 && !MACH_INGENIC && \
 
3158                                          !MACH_LOONGSON64 && !MIPS_MALTA && \
 
3160         default MIPS_CMDLINE_FROM_BOOTLOADER
 
3162         config MIPS_CMDLINE_FROM_DTB
 
3164                 bool "Dtb kernel arguments if available"
 
3166         config MIPS_CMDLINE_DTB_EXTEND
 
3168                 bool "Extend dtb kernel arguments with bootloader arguments"
 
3170         config MIPS_CMDLINE_FROM_BOOTLOADER
 
3171                 bool "Bootloader kernel arguments if available"
 
3173         config MIPS_CMDLINE_BUILTIN_EXTEND
 
3174                 depends on CMDLINE_BOOL
 
3175                 bool "Extend builtin kernel arguments with bootloader arguments"
 
3180 config LOCKDEP_SUPPORT
 
3184 config STACKTRACE_SUPPORT
 
3188 config PGTABLE_LEVELS
 
3190         default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
 
3191         default 3 if 64BIT && !PAGE_SIZE_64KB
 
3194 config MIPS_AUTO_PFN_OFFSET
 
3197 menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
 
3199 config PCI_DRIVERS_GENERIC
 
3200         select PCI_DOMAINS_GENERIC if PCI
 
3203 config PCI_DRIVERS_LEGACY
 
3204         def_bool !PCI_DRIVERS_GENERIC
 
3205         select NO_GENERIC_PCI_IOPORT_MAP
 
3206         select PCI_DOMAINS if PCI
 
3209 # ISA support is now enabled via select.  Too many systems still have the one
 
3210 # or other ISA chip on the board that users don't know about so don't expect
 
3211 # users to choose the right thing ...
 
3217         bool "TURBOchannel support"
 
3218         depends on MACH_DECSTATION
 
3220           TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
 
3221           processors.  TURBOchannel programming specifications are available
 
3223           <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
 
3225           <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
 
3226           Linux driver support status is documented at:
 
3227           <http://www.linux-mips.org/wiki/DECstation>
 
3233 config ARCH_MMAP_RND_BITS_MIN
 
3237 config ARCH_MMAP_RND_BITS_MAX
 
3241 config ARCH_MMAP_RND_COMPAT_BITS_MIN
 
3244 config ARCH_MMAP_RND_COMPAT_BITS_MAX
 
3251         select MIPS_EXTERNAL_TIMER
 
3264 config MIPS32_COMPAT
 
3270 config SYSVIPC_COMPAT
 
3274         bool "Kernel support for o32 binaries"
 
3276         select ARCH_WANT_OLD_COMPAT_IPC
 
3278         select MIPS32_COMPAT
 
3279         select SYSVIPC_COMPAT if SYSVIPC
 
3281           Select this option if you want to run o32 binaries.  These are pure
 
3282           32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
 
3283           existing binaries are in this format.
 
3288         bool "Kernel support for n32 binaries"
 
3290         select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
 
3292         select MIPS32_COMPAT
 
3293         select SYSVIPC_COMPAT if SYSVIPC
 
3295           Select this option if you want to run n32 binaries.  These are
 
3296           64-bit binaries using 32-bit quantities for addressing and certain
 
3297           data that would normally be 64-bit.  They are used in special
 
3304         default y if MIPS32_O32 || MIPS32_N32
 
3307 menu "Power management options"
 
3309 config ARCH_HIBERNATION_POSSIBLE
 
3311         depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
 
3313 config ARCH_SUSPEND_POSSIBLE
 
3315         depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
 
3317 source "kernel/power/Kconfig"
 
3321 config MIPS_EXTERNAL_TIMER
 
3324 menu "CPU Power Management"
 
3326 if CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
 
3327 source "drivers/cpufreq/Kconfig"
 
3330 source "drivers/cpuidle/Kconfig"
 
3334 source "drivers/firmware/Kconfig"
 
3336 source "arch/mips/kvm/Kconfig"
 
3338 source "arch/mips/vdso/Kconfig"