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