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