11da177e4SLinus Torvaldsconfig MIPS 21da177e4SLinus Torvalds bool 31da177e4SLinus Torvalds default y 4a862a426SMark Salter select ARCH_MIGHT_HAVE_PC_PARPORT 5393c1262SMark Salter select ARCH_MIGHT_HAVE_PC_SERIO 6c3fc5cd5SRalf Baechle select HAVE_CONTEXT_TRACKING 7f8ac0425SYoichi Yuasa select HAVE_GENERIC_DMA_COHERENT 8ec7748b5SSam Ravnborg select HAVE_IDE 942d4b839SMathieu Desnoyers select HAVE_OPROFILE 107f788d2dSDeng-Cheng Zhu select HAVE_PERF_EVENTS 117f788d2dSDeng-Cheng Zhu select PERF_USE_VMALLOC 1288547001SJason Wessel select HAVE_ARCH_KGDB 13490b004fSMarkos Chandras select HAVE_ARCH_SECCOMP_FILTER 14c0ff3c53SRalf Baechle select HAVE_ARCH_TRACEHOOK 153f5fdb4bSMarkos Chandras select HAVE_BPF_JIT if !CPU_MICROMIPS 167563bbf8SMark Brown select ARCH_HAVE_CUSTOM_GPIO_H 17d2bb0762SWu Zhangjin select HAVE_FUNCTION_TRACER 18538f1952SWu Zhangjin select HAVE_DYNAMIC_FTRACE 19538f1952SWu Zhangjin select HAVE_FTRACE_MCOUNT_RECORD 2064575f91SWu Zhangjin select HAVE_C_RECORDMCOUNT 2129c5d346SWu Zhangjin select HAVE_FUNCTION_GRAPH_TRACER 22c1bf207dSDavid Daney select HAVE_KPROBES 23c1bf207dSDavid Daney select HAVE_KRETPROBES 24fb59e394SRalf Baechle select HAVE_SYSCALL_TRACEPOINTS 25b69ec42bSCatalin Marinas select HAVE_DEBUG_KMEMLEAK 261d7bf993SRalf Baechle select HAVE_SYSCALL_TRACEPOINTS 272b68f6caSKees Cook select ARCH_HAS_ELF_RANDOMIZE 28383c97b4SBen Hutchings select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES && 64BIT 2921a41faaSWu Zhangjin select RTC_LIB if !MACH_LOONGSON 302b78920dSDeng-Cheng Zhu select GENERIC_ATOMIC64 if !64BIT 317463449bSCatalin Marinas select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 3248e1fd5aSDavid Daney select HAVE_DMA_ATTRS 33f4649382SZubair Lutfullah Kakakhel select HAVE_DMA_CONTIGUOUS 3448e1fd5aSDavid Daney select HAVE_DMA_API_DEBUG 353bd27e32SDavid Daney select GENERIC_IRQ_PROBE 36f8396c17SThomas Gleixner select GENERIC_IRQ_SHOW 3778857614SMarkos Chandras select GENERIC_PCI_IOMAP 3894bb0c1aSDavid Daney select HAVE_ARCH_JUMP_LABEL 39c1d7e01dSWill Deacon select ARCH_WANT_IPC_PARSE_VERSION 400f462e3cSThomas Gleixner select IRQ_FORCED_THREADING 419d15ffc8STejun Heo select HAVE_MEMBLOCK 429d15ffc8STejun Heo select HAVE_MEMBLOCK_NODE_MAP 439d15ffc8STejun Heo select ARCH_DISCARD_MEMBLOCK 44360014a3SThomas Gleixner select GENERIC_SMP_IDLE_THREAD 454b054495SDavid Daney select BUILDTIME_EXTABLE_SORT 46cde1794bSAnna-Maria Gleixner select GENERIC_CLOCKEVENTS 47929de4ccSDeng-Cheng Zhu select GENERIC_SCHED_CLOCK if !CAVIUM_OCTEON_SOC 48cde1794bSAnna-Maria Gleixner select GENERIC_CMOS_UPDATE 49786d35d4SDavid Howells select HAVE_MOD_ARCH_SPECIFIC 504febd95aSStephen Rothwell select VIRT_TO_BUS 512f12fb20SJoshua Kinard select MODULES_USE_ELF_REL if MODULES 522f12fb20SJoshua Kinard select MODULES_USE_ELF_RELA if MODULES && 64BIT 5350150d2bSAl Viro select CLONE_BACKWARDS 54d1a1dc0bSDave Hansen select HAVE_DEBUG_STACKOVERFLOW 5519952a92SKees Cook select HAVE_CC_STACKPROTECTOR 56b1d4c6caSJames Hogan select CPU_PM if CPU_IDLE 57cc7964afSPaul Burton select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 5890cee759SPaul Burton select ARCH_BINFMT_ELF_STATE 59d79d853dSMarkos Chandras select SYSCTL_EXCEPTION_TRACE 60bb877e96SDeng-Cheng Zhu select HAVE_VIRT_CPU_ACCOUNTING_GEN 61ec9ddad3SDeng-Cheng Zhu select HAVE_IRQ_TIME_ACCOUNTING 621da177e4SLinus Torvalds 631da177e4SLinus Torvaldsmenu "Machine selection" 641da177e4SLinus Torvalds 655e83d430SRalf Baechlechoice 665e83d430SRalf Baechle prompt "System type" 675e83d430SRalf Baechle default SGI_IP22 681da177e4SLinus Torvalds 6942a4f17dSManuel Laussconfig MIPS_ALCHEMY 70c3543e25SYoichi Yuasa bool "Alchemy processor based machines" 7134adb28dSRalf Baechle select ARCH_PHYS_ADDR_T_64BIT 72f772cdb2SRalf Baechle select CEVT_R4K 73d7ea335cSSteven J. Hill select CSRC_R4K 74*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 7588e9a93cSManuel Lauss select DMA_MAYBE_COHERENT # Au1000,1500,1100 aren't, rest is 7642a4f17dSManuel Lauss select SYS_HAS_CPU_MIPS32_R1 7742a4f17dSManuel Lauss select SYS_SUPPORTS_32BIT_KERNEL 7842a4f17dSManuel Lauss select SYS_SUPPORTS_APM_EMULATION 79efb12436SAlexandre Courbot select ARCH_REQUIRE_GPIOLIB 801b93b3c3SWu Zhangjin select SYS_SUPPORTS_ZBOOT 8147440229SManuel Lauss select COMMON_CLK 821da177e4SLinus Torvalds 837ca5dc14SFlorian Fainelliconfig AR7 847ca5dc14SFlorian Fainelli bool "Texas Instruments AR7" 857ca5dc14SFlorian Fainelli select BOOT_ELF32 867ca5dc14SFlorian Fainelli select DMA_NONCOHERENT 877ca5dc14SFlorian Fainelli select CEVT_R4K 887ca5dc14SFlorian Fainelli select CSRC_R4K 89*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 907ca5dc14SFlorian Fainelli select NO_EXCEPT_FILL 917ca5dc14SFlorian Fainelli select SWAP_IO_SPACE 927ca5dc14SFlorian Fainelli select SYS_HAS_CPU_MIPS32_R1 937ca5dc14SFlorian Fainelli select SYS_HAS_EARLY_PRINTK 947ca5dc14SFlorian Fainelli select SYS_SUPPORTS_32BIT_KERNEL 957ca5dc14SFlorian Fainelli select SYS_SUPPORTS_LITTLE_ENDIAN 96377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 971b93b3c3SWu Zhangjin select SYS_SUPPORTS_ZBOOT_UART16550 985f3c9098SFlorian Fainelli select ARCH_REQUIRE_GPIOLIB 997ca5dc14SFlorian Fainelli select VLYNQ 1008551fb64SYoichi Yuasa select HAVE_CLK 1017ca5dc14SFlorian Fainelli help 1027ca5dc14SFlorian Fainelli Support for the Texas Instruments AR7 System-on-a-Chip 1037ca5dc14SFlorian Fainelli family: TNETD7100, 7200 and 7300. 1047ca5dc14SFlorian Fainelli 10543cc739fSSergey Ryazanovconfig ATH25 10643cc739fSSergey Ryazanov bool "Atheros AR231x/AR531x SoC support" 10743cc739fSSergey Ryazanov select CEVT_R4K 10843cc739fSSergey Ryazanov select CSRC_R4K 10943cc739fSSergey Ryazanov select DMA_NONCOHERENT 110*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 1111753e74eSSergey Ryazanov select IRQ_DOMAIN 11243cc739fSSergey Ryazanov select SYS_HAS_CPU_MIPS32_R1 11343cc739fSSergey Ryazanov select SYS_SUPPORTS_BIG_ENDIAN 11443cc739fSSergey Ryazanov select SYS_SUPPORTS_32BIT_KERNEL 1158aaa7278SSergey Ryazanov select SYS_HAS_EARLY_PRINTK 11643cc739fSSergey Ryazanov help 11743cc739fSSergey Ryazanov Support for Atheros AR231x and Atheros AR531x based boards 11843cc739fSSergey Ryazanov 119d4a67d9dSGabor Juhosconfig ATH79 120d4a67d9dSGabor Juhos bool "Atheros AR71XX/AR724X/AR913X based boards" 1216eae43c5SGabor Juhos select ARCH_REQUIRE_GPIOLIB 122d4a67d9dSGabor Juhos select BOOT_RAW 123d4a67d9dSGabor Juhos select CEVT_R4K 124d4a67d9dSGabor Juhos select CSRC_R4K 125d4a67d9dSGabor Juhos select DMA_NONCOHERENT 12694638067SGabor Juhos select HAVE_CLK 1272c4f1ac5SGabor Juhos select CLKDEV_LOOKUP 128*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 1290aabf1a4SGabor Juhos select MIPS_MACHINE 130d4a67d9dSGabor Juhos select SYS_HAS_CPU_MIPS32_R2 131d4a67d9dSGabor Juhos select SYS_HAS_EARLY_PRINTK 132d4a67d9dSGabor Juhos select SYS_SUPPORTS_32BIT_KERNEL 133d4a67d9dSGabor Juhos select SYS_SUPPORTS_BIG_ENDIAN 134377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 135d4a67d9dSGabor Juhos help 136d4a67d9dSGabor Juhos Support for the Atheros AR71XX/AR724X/AR913X SoCs. 137d4a67d9dSGabor Juhos 1385f2d4459SKevin Cernekeeconfig BMIPS_GENERIC 1395f2d4459SKevin Cernekee bool "Broadcom Generic BMIPS kernel" 140d666cd02SKevin Cernekee select BOOT_RAW 141d666cd02SKevin Cernekee select NO_EXCEPT_FILL 142d666cd02SKevin Cernekee select USE_OF 143d666cd02SKevin Cernekee select CEVT_R4K 144d666cd02SKevin Cernekee select CSRC_R4K 145d666cd02SKevin Cernekee select SYNC_R4K 146d666cd02SKevin Cernekee select COMMON_CLK 14760b858f2SKevin Cernekee select BCM7038_L1_IRQ 14860b858f2SKevin Cernekee select BCM7120_L2_IRQ 14960b858f2SKevin Cernekee select BRCMSTB_L2_IRQ 150*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 15160b858f2SKevin Cernekee select RAW_IRQ_ACCESSORS 15260b858f2SKevin Cernekee select DMA_NONCOHERENT 153d666cd02SKevin Cernekee select SYS_SUPPORTS_32BIT_KERNEL 15460b858f2SKevin Cernekee select SYS_SUPPORTS_LITTLE_ENDIAN 155d666cd02SKevin Cernekee select SYS_SUPPORTS_BIG_ENDIAN 156d666cd02SKevin Cernekee select SYS_SUPPORTS_HIGHMEM 15760b858f2SKevin Cernekee select SYS_HAS_CPU_BMIPS32_3300 15860b858f2SKevin Cernekee select SYS_HAS_CPU_BMIPS4350 15960b858f2SKevin Cernekee select SYS_HAS_CPU_BMIPS4380 160d666cd02SKevin Cernekee select SYS_HAS_CPU_BMIPS5000 161d666cd02SKevin Cernekee select SWAP_IO_SPACE 16260b858f2SKevin Cernekee select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN 16360b858f2SKevin Cernekee select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN 16460b858f2SKevin Cernekee select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN 16560b858f2SKevin Cernekee select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN 166d666cd02SKevin Cernekee help 1675f2d4459SKevin Cernekee Build a generic DT-based kernel image that boots on select 1685f2d4459SKevin Cernekee BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top 1695f2d4459SKevin Cernekee box chips. Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN 1705f2d4459SKevin Cernekee must be set appropriately for your board. 171d666cd02SKevin Cernekee 1721c0c13ebSAurelien Jarnoconfig BCM47XX 173c619366eSFlorian Fainelli bool "Broadcom BCM47XX based boards" 1742da4c74dSHauke Mehrtens select ARCH_WANT_OPTIONAL_GPIOLIB 175fe08f8c2SHauke Mehrtens select BOOT_RAW 17642f77542SRalf Baechle select CEVT_R4K 177940f6b48SRalf Baechle select CSRC_R4K 1781c0c13ebSAurelien Jarno select DMA_NONCOHERENT 1791c0c13ebSAurelien Jarno select HW_HAS_PCI 180*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 181314878d2SMarkos Chandras select SYS_HAS_CPU_MIPS32_R1 182dd54deddSHauke Mehrtens select NO_EXCEPT_FILL 1831c0c13ebSAurelien Jarno select SYS_SUPPORTS_32BIT_KERNEL 1841c0c13ebSAurelien Jarno select SYS_SUPPORTS_LITTLE_ENDIAN 185377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 18625e5fb97SAurelien Jarno select SYS_HAS_EARLY_PRINTK 187e6086557SRalf Baechle select USE_GENERIC_EARLY_PRINTK_8250 188c949c0bcSRafał Miłecki select GPIOLIB 189c949c0bcSRafał Miłecki select LEDS_GPIO_REGISTER 1901c0c13ebSAurelien Jarno help 1911c0c13ebSAurelien Jarno Support for BCM47XX based boards 1921c0c13ebSAurelien Jarno 193e7300d04SMaxime Bizonconfig BCM63XX 194e7300d04SMaxime Bizon bool "Broadcom BCM63XX based boards" 195ae8de61cSFlorian Fainelli select BOOT_RAW 196e7300d04SMaxime Bizon select CEVT_R4K 197e7300d04SMaxime Bizon select CSRC_R4K 198fc264022SJonas Gorski select SYNC_R4K 199e7300d04SMaxime Bizon select DMA_NONCOHERENT 200*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 201e7300d04SMaxime Bizon select SYS_SUPPORTS_32BIT_KERNEL 202e7300d04SMaxime Bizon select SYS_SUPPORTS_BIG_ENDIAN 203e7300d04SMaxime Bizon select SYS_HAS_EARLY_PRINTK 204e7300d04SMaxime Bizon select SWAP_IO_SPACE 205e7300d04SMaxime Bizon select ARCH_REQUIRE_GPIOLIB 2063e82eeebSYoichi Yuasa select HAVE_CLK 207af2418beSFlorian Fainelli select MIPS_L1_CACHE_SHIFT_4 208e7300d04SMaxime Bizon help 209e7300d04SMaxime Bizon Support for BCM63XX based boards 210e7300d04SMaxime Bizon 2111da177e4SLinus Torvaldsconfig MIPS_COBALT 2123fa986faSMartin Michlmayr bool "Cobalt Server" 21342f77542SRalf Baechle select CEVT_R4K 214940f6b48SRalf Baechle select CSRC_R4K 2151097c6acSYoichi Yuasa select CEVT_GT641XX 2161da177e4SLinus Torvalds select DMA_NONCOHERENT 2171da177e4SLinus Torvalds select HW_HAS_PCI 218d865bea4SRalf Baechle select I8253 2191da177e4SLinus Torvalds select I8259 220*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 221d5ab1a69SYoichi Yuasa select IRQ_GT641XX 222252161ecSYoichi Yuasa select PCI_GT64XXX_PCI0 223e25bfc92SYoichi Yuasa select PCI 2247cf8053bSRalf Baechle select SYS_HAS_CPU_NEVADA 2250a22e0d4SYoichi Yuasa select SYS_HAS_EARLY_PRINTK 226ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 2270e8774b6SFlorian Fainelli select SYS_SUPPORTS_64BIT_KERNEL 2285e83d430SRalf Baechle select SYS_SUPPORTS_LITTLE_ENDIAN 229e6086557SRalf Baechle select USE_GENERIC_EARLY_PRINTK_8250 2301da177e4SLinus Torvalds 2311da177e4SLinus Torvaldsconfig MACH_DECSTATION 2323fa986faSMartin Michlmayr bool "DECstations" 2331da177e4SLinus Torvalds select BOOT_ELF32 2346457d9fcSYoichi Yuasa select CEVT_DS1287 23581d10badSMaciej W. Rozycki select CEVT_R4K if CPU_R4X00 2364247417dSYoichi Yuasa select CSRC_IOASIC 23781d10badSMaciej W. Rozycki select CSRC_R4K if CPU_R4X00 23820d60d99SMaciej W. Rozycki select CPU_DADDI_WORKAROUNDS if 64BIT 23920d60d99SMaciej W. Rozycki select CPU_R4000_WORKAROUNDS if 64BIT 24020d60d99SMaciej W. Rozycki select CPU_R4400_WORKAROUNDS if 64BIT 2411da177e4SLinus Torvalds select DMA_NONCOHERENT 242ce816fa8SUwe Kleine-König select NO_IOPORT_MAP 243*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 2447cf8053bSRalf Baechle select SYS_HAS_CPU_R3000 2457cf8053bSRalf Baechle select SYS_HAS_CPU_R4X00 246ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 2477d60717eSKees Cook select SYS_SUPPORTS_64BIT_KERNEL 2485e83d430SRalf Baechle select SYS_SUPPORTS_LITTLE_ENDIAN 2491723b4a3SAtsushi Nemoto select SYS_SUPPORTS_128HZ 2501723b4a3SAtsushi Nemoto select SYS_SUPPORTS_256HZ 2511723b4a3SAtsushi Nemoto select SYS_SUPPORTS_1024HZ 252930beb5aSFlorian Fainelli select MIPS_L1_CACHE_SHIFT_4 2535e83d430SRalf Baechle help 2541da177e4SLinus Torvalds This enables support for DEC's MIPS based workstations. For details 2551da177e4SLinus Torvalds see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the 2561da177e4SLinus Torvalds DECstation porting pages on <http://decstation.unix-ag.org/>. 2571da177e4SLinus Torvalds 2581da177e4SLinus Torvalds If you have one of the following DECstation Models you definitely 2591da177e4SLinus Torvalds want to choose R4xx0 for the CPU Type: 2601da177e4SLinus Torvalds 2611da177e4SLinus Torvalds DECstation 5000/50 2621da177e4SLinus Torvalds DECstation 5000/150 2631da177e4SLinus Torvalds DECstation 5000/260 2641da177e4SLinus Torvalds DECsystem 5900/260 2651da177e4SLinus Torvalds 2661da177e4SLinus Torvalds otherwise choose R3000. 2671da177e4SLinus Torvalds 2685e83d430SRalf Baechleconfig MACH_JAZZ 2693fa986faSMartin Michlmayr bool "Jazz family of machines" 2700e2794b0SRalf Baechle select FW_ARC 2710e2794b0SRalf Baechle select FW_ARC32 2725e83d430SRalf Baechle select ARCH_MAY_HAVE_PC_FDC 27342f77542SRalf Baechle select CEVT_R4K 274940f6b48SRalf Baechle select CSRC_R4K 275e2defae5SThomas Bogendoerfer select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN 2765e83d430SRalf Baechle select GENERIC_ISA_DMA 2778a118c38SRalf Baechle select HAVE_PCSPKR_PLATFORM 278*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 279d865bea4SRalf Baechle select I8253 2805e83d430SRalf Baechle select I8259 2815e83d430SRalf Baechle select ISA 2827cf8053bSRalf Baechle select SYS_HAS_CPU_R4X00 2835e83d430SRalf Baechle select SYS_SUPPORTS_32BIT_KERNEL 2847d60717eSKees Cook select SYS_SUPPORTS_64BIT_KERNEL 2851723b4a3SAtsushi Nemoto select SYS_SUPPORTS_100HZ 2861da177e4SLinus Torvalds help 2875e83d430SRalf Baechle This a family of machines based on the MIPS R4030 chipset which was 2885e83d430SRalf Baechle used by several vendors to build RISC/os and Windows NT workstations. 289692105b8SMatt LaPlante Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and 2905e83d430SRalf Baechle Olivetti M700-10 workstations. 2915e83d430SRalf Baechle 292de361e8bSPaul Burtonconfig MACH_INGENIC 293de361e8bSPaul Burton bool "Ingenic SoC based machines" 2945ebabe59SLars-Peter Clausen select SYS_SUPPORTS_32BIT_KERNEL 2955ebabe59SLars-Peter Clausen select SYS_SUPPORTS_LITTLE_ENDIAN 296f9c9affcSLluís Batlle i Rossell select SYS_SUPPORTS_ZBOOT_UART16550 2975ebabe59SLars-Peter Clausen select DMA_NONCOHERENT 298*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 2995ebabe59SLars-Peter Clausen select ARCH_REQUIRE_GPIOLIB 3005ebabe59SLars-Peter Clausen select SYS_HAS_EARLY_PRINTK 301ab5330ebSMaurus Cuelenaere select HAVE_CLK 30283bc7692SLars-Peter Clausen select GENERIC_IRQ_CHIP 303ffb1843dSPaul Burton select BUILTIN_DTB 304ffb1843dSPaul Burton select USE_OF 3055ebabe59SLars-Peter Clausen 306171bb2f1SJohn Crispinconfig LANTIQ 307171bb2f1SJohn Crispin bool "Lantiq based platforms" 308171bb2f1SJohn Crispin select DMA_NONCOHERENT 309*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 310171bb2f1SJohn Crispin select CEVT_R4K 311171bb2f1SJohn Crispin select CSRC_R4K 312171bb2f1SJohn Crispin select SYS_HAS_CPU_MIPS32_R1 313171bb2f1SJohn Crispin select SYS_HAS_CPU_MIPS32_R2 314171bb2f1SJohn Crispin select SYS_SUPPORTS_BIG_ENDIAN 315171bb2f1SJohn Crispin select SYS_SUPPORTS_32BIT_KERNEL 316377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 317171bb2f1SJohn Crispin select SYS_SUPPORTS_MULTITHREADING 318171bb2f1SJohn Crispin select SYS_HAS_EARLY_PRINTK 319171bb2f1SJohn Crispin select ARCH_REQUIRE_GPIOLIB 320171bb2f1SJohn Crispin select SWAP_IO_SPACE 321171bb2f1SJohn Crispin select BOOT_RAW 322287e3f3fSJohn Crispin select HAVE_MACH_CLKDEV 323287e3f3fSJohn Crispin select CLKDEV_LOOKUP 324a0392222SJohn Crispin select USE_OF 3253f8c50c9SJohn Crispin select PINCTRL 3263f8c50c9SJohn Crispin select PINCTRL_LANTIQ 327c530781cSJohn Crispin select ARCH_HAS_RESET_CONTROLLER 328c530781cSJohn Crispin select RESET_CONTROLLER 329171bb2f1SJohn Crispin 3301f21d2bdSBrian Murphyconfig LASAT 3311f21d2bdSBrian Murphy bool "LASAT Networks platforms" 33242f77542SRalf Baechle select CEVT_R4K 33316f0bbbcSRalf Baechle select CRC32 334940f6b48SRalf Baechle select CSRC_R4K 3351f21d2bdSBrian Murphy select DMA_NONCOHERENT 3361f21d2bdSBrian Murphy select SYS_HAS_EARLY_PRINTK 3371f21d2bdSBrian Murphy select HW_HAS_PCI 338*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 3391f21d2bdSBrian Murphy select PCI_GT64XXX_PCI0 3401f21d2bdSBrian Murphy select MIPS_NILE4 3411f21d2bdSBrian Murphy select R5000_CPU_SCACHE 3421f21d2bdSBrian Murphy select SYS_HAS_CPU_R5000 3431f21d2bdSBrian Murphy select SYS_SUPPORTS_32BIT_KERNEL 3441f21d2bdSBrian Murphy select SYS_SUPPORTS_64BIT_KERNEL if BROKEN 3451f21d2bdSBrian Murphy select SYS_SUPPORTS_LITTLE_ENDIAN 3461f21d2bdSBrian Murphy 34785749d24SWu Zhangjinconfig MACH_LOONGSON 34885749d24SWu Zhangjin bool "Loongson family of machines" 349c7e8c668SWu Zhangjin select SYS_SUPPORTS_ZBOOT 350ade299d8SYoichi Yuasa help 35185749d24SWu Zhangjin This enables the support of Loongson family of machines. 35285749d24SWu Zhangjin 35385749d24SWu Zhangjin Loongson is a family of general-purpose MIPS-compatible CPUs. 35485749d24SWu Zhangjin developed at Institute of Computing Technology (ICT), 35585749d24SWu Zhangjin Chinese Academy of Sciences (CAS) in the People's Republic 35685749d24SWu Zhangjin of China. The chief architect is Professor Weiwu Hu. 357ade299d8SYoichi Yuasa 358ca585cf9SKelvin Cheungconfig MACH_LOONGSON1 359ca585cf9SKelvin Cheung bool "Loongson 1 family of machines" 360ca585cf9SKelvin Cheung select SYS_SUPPORTS_ZBOOT 361ca585cf9SKelvin Cheung help 362ca585cf9SKelvin Cheung This enables support for the Loongson 1 based machines. 363ca585cf9SKelvin Cheung 364ca585cf9SKelvin Cheung Loongson 1 is a family of 32-bit MIPS-compatible SoCs developed by 365ca585cf9SKelvin Cheung the ICT (Institute of Computing Technology) and the Chinese Academy 366ca585cf9SKelvin Cheung of Sciences. 367ca585cf9SKelvin Cheung 3686a438309SAndrew Brestickerconfig MACH_PISTACHIO 3696a438309SAndrew Bresticker bool "IMG Pistachio SoC based boards" 3706a438309SAndrew Bresticker select ARCH_REQUIRE_GPIOLIB 3716a438309SAndrew Bresticker select BOOT_ELF32 3726a438309SAndrew Bresticker select BOOT_RAW 3736a438309SAndrew Bresticker select CEVT_R4K 3746a438309SAndrew Bresticker select CLKSRC_MIPS_GIC 3756a438309SAndrew Bresticker select COMMON_CLK 3766a438309SAndrew Bresticker select CSRC_R4K 3776a438309SAndrew Bresticker select DMA_MAYBE_COHERENT 378*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 3796a438309SAndrew Bresticker select LIBFDT 3806a438309SAndrew Bresticker select MFD_SYSCON 3816a438309SAndrew Bresticker select MIPS_CPU_SCACHE 3826a438309SAndrew Bresticker select MIPS_GIC 3836a438309SAndrew Bresticker select PINCTRL 3846a438309SAndrew Bresticker select REGULATOR 3856a438309SAndrew Bresticker select SYS_HAS_CPU_MIPS32_R2 3866a438309SAndrew Bresticker select SYS_SUPPORTS_32BIT_KERNEL 3876a438309SAndrew Bresticker select SYS_SUPPORTS_LITTLE_ENDIAN 3886a438309SAndrew Bresticker select SYS_SUPPORTS_MIPS_CPS 3896a438309SAndrew Bresticker select SYS_SUPPORTS_MULTITHREADING 3906a438309SAndrew Bresticker select SYS_SUPPORTS_ZBOOT 3916a438309SAndrew Bresticker select USE_OF 3926a438309SAndrew Bresticker help 3936a438309SAndrew Bresticker This enables support for the IMG Pistachio SoC platform. 3946a438309SAndrew Bresticker 3951da177e4SLinus Torvaldsconfig MIPS_MALTA 3963fa986faSMartin Michlmayr bool "MIPS Malta board" 39761ed242dSRalf Baechle select ARCH_MAY_HAVE_PC_FDC 3981da177e4SLinus Torvalds select BOOT_ELF32 399fa71c960SRalf Baechle select BOOT_RAW 40042f77542SRalf Baechle select CEVT_R4K 401940f6b48SRalf Baechle select CSRC_R4K 402fa5635a2SAndrew Bresticker select CLKSRC_MIPS_GIC 403885014bcSFelix Fietkau select DMA_MAYBE_COHERENT 4041da177e4SLinus Torvalds select GENERIC_ISA_DMA 4058a118c38SRalf Baechle select HAVE_PCSPKR_PLATFORM 406*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 4078a19b8f1SAndrew Bresticker select MIPS_GIC 4081da177e4SLinus Torvalds select HW_HAS_PCI 409d865bea4SRalf Baechle select I8253 4101da177e4SLinus Torvalds select I8259 4115e83d430SRalf Baechle select MIPS_BONITO64 4129318c51aSChris Dearman select MIPS_CPU_SCACHE 413a7ef1eadSKevin Cernekee select MIPS_L1_CACHE_SHIFT_6 414252161ecSYoichi Yuasa select PCI_GT64XXX_PCI0 4155e83d430SRalf Baechle select MIPS_MSC 4161da177e4SLinus Torvalds select SWAP_IO_SPACE 4177cf8053bSRalf Baechle select SYS_HAS_CPU_MIPS32_R1 4187cf8053bSRalf Baechle select SYS_HAS_CPU_MIPS32_R2 419bfc3c5a6SMarkos Chandras select SYS_HAS_CPU_MIPS32_R3_5 420c5b36783SSteven J. Hill select SYS_HAS_CPU_MIPS32_R5 421575509b6SMarkos Chandras select SYS_HAS_CPU_MIPS32_R6 4227cf8053bSRalf Baechle select SYS_HAS_CPU_MIPS64_R1 4235d9fbed1SLeonid Yegoshin select SYS_HAS_CPU_MIPS64_R2 424575509b6SMarkos Chandras select SYS_HAS_CPU_MIPS64_R6 4257cf8053bSRalf Baechle select SYS_HAS_CPU_NEVADA 4267cf8053bSRalf Baechle select SYS_HAS_CPU_RM7000 427ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 428ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 4295e83d430SRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 430c5b36783SSteven J. Hill select SYS_SUPPORTS_HIGHMEM 4315e83d430SRalf Baechle select SYS_SUPPORTS_LITTLE_ENDIAN 432424ebcdfSMaciej W. Rozycki select SYS_SUPPORTS_MICROMIPS 4330365070fSTim Anderson select SYS_SUPPORTS_MIPS_CMP 434e56b6aa6SPaul Burton select SYS_SUPPORTS_MIPS_CPS 435377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 436f41ae0b2SRalf Baechle select SYS_SUPPORTS_MULTITHREADING 4379693a853SFranck Bui-Huu select SYS_SUPPORTS_SMARTMIPS 4381b93b3c3SWu Zhangjin select SYS_SUPPORTS_ZBOOT 4391da177e4SLinus Torvalds help 440f638d197SMaciej W. Rozycki This enables support for the MIPS Technologies Malta evaluation 4411da177e4SLinus Torvalds board. 4421da177e4SLinus Torvalds 443ec47b274SSteven J. Hillconfig MIPS_SEAD3 444ec47b274SSteven J. Hill bool "MIPS SEAD3 board" 445ec47b274SSteven J. Hill select BOOT_ELF32 446ec47b274SSteven J. Hill select BOOT_RAW 447f262b5f2SAndrew Bresticker select BUILTIN_DTB 448ec47b274SSteven J. Hill select CEVT_R4K 449ec47b274SSteven J. Hill select CSRC_R4K 450fa5635a2SAndrew Bresticker select CLKSRC_MIPS_GIC 451ec47b274SSteven J. Hill select CPU_MIPSR2_IRQ_VI 452ec47b274SSteven J. Hill select CPU_MIPSR2_IRQ_EI 453ec47b274SSteven J. Hill select DMA_NONCOHERENT 454*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 4558a19b8f1SAndrew Bresticker select MIPS_GIC 45644327236SQais Yousef select LIBFDT 457ec47b274SSteven J. Hill select MIPS_MSC 458ec47b274SSteven J. Hill select SYS_HAS_CPU_MIPS32_R1 459ec47b274SSteven J. Hill select SYS_HAS_CPU_MIPS32_R2 460ec47b274SSteven J. Hill select SYS_HAS_CPU_MIPS64_R1 461ec47b274SSteven J. Hill select SYS_HAS_EARLY_PRINTK 462ec47b274SSteven J. Hill select SYS_SUPPORTS_32BIT_KERNEL 463ec47b274SSteven J. Hill select SYS_SUPPORTS_64BIT_KERNEL 464ec47b274SSteven J. Hill select SYS_SUPPORTS_BIG_ENDIAN 465ec47b274SSteven J. Hill select SYS_SUPPORTS_LITTLE_ENDIAN 466ec47b274SSteven J. Hill select SYS_SUPPORTS_SMARTMIPS 467a6a4834cSSteven J. Hill select SYS_SUPPORTS_MICROMIPS 468377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 469ec47b274SSteven J. Hill select USB_EHCI_BIG_ENDIAN_DESC 470ec47b274SSteven J. Hill select USB_EHCI_BIG_ENDIAN_MMIO 4719b731009SSteven J. Hill select USE_OF 472ec47b274SSteven J. Hill help 473ec47b274SSteven J. Hill This enables support for the MIPS Technologies SEAD3 evaluation 474ec47b274SSteven J. Hill board. 475ec47b274SSteven J. Hill 476a83860c2SRalf Baechleconfig NEC_MARKEINS 477a83860c2SRalf Baechle bool "NEC EMMA2RH Mark-eins board" 478a83860c2SRalf Baechle select SOC_EMMA2RH 479a83860c2SRalf Baechle select HW_HAS_PCI 480a83860c2SRalf Baechle help 481a83860c2SRalf Baechle This enables support for the NEC Electronics Mark-eins boards. 482ade299d8SYoichi Yuasa 4835e83d430SRalf Baechleconfig MACH_VR41XX 48474142d65SYoichi Yuasa bool "NEC VR4100 series based machines" 48542f77542SRalf Baechle select CEVT_R4K 486940f6b48SRalf Baechle select CSRC_R4K 4877cf8053bSRalf Baechle select SYS_HAS_CPU_VR41XX 488377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 48927fdd325SYoichi Yuasa select ARCH_REQUIRE_GPIOLIB 4905e83d430SRalf Baechle 491edb6310aSDaniel Lairdconfig NXP_STB220 492edb6310aSDaniel Laird bool "NXP STB220 board" 493edb6310aSDaniel Laird select SOC_PNX833X 494edb6310aSDaniel Laird help 495edb6310aSDaniel Laird Support for NXP Semiconductors STB220 Development Board. 496edb6310aSDaniel Laird 497edb6310aSDaniel Lairdconfig NXP_STB225 498edb6310aSDaniel Laird bool "NXP 225 board" 499edb6310aSDaniel Laird select SOC_PNX833X 500edb6310aSDaniel Laird select SOC_PNX8335 501edb6310aSDaniel Laird help 502edb6310aSDaniel Laird Support for NXP Semiconductors STB225 Development Board. 503edb6310aSDaniel Laird 5049267a30dSMarc St-Jeanconfig PMC_MSP 5059267a30dSMarc St-Jean bool "PMC-Sierra MSP chipsets" 50639d30c13SAnoop P A select CEVT_R4K 50739d30c13SAnoop P A select CSRC_R4K 5089267a30dSMarc St-Jean select DMA_NONCOHERENT 5099267a30dSMarc St-Jean select SWAP_IO_SPACE 5109267a30dSMarc St-Jean select NO_EXCEPT_FILL 5119267a30dSMarc St-Jean select BOOT_RAW 5129267a30dSMarc St-Jean select SYS_HAS_CPU_MIPS32_R1 5139267a30dSMarc St-Jean select SYS_HAS_CPU_MIPS32_R2 5149267a30dSMarc St-Jean select SYS_SUPPORTS_32BIT_KERNEL 5159267a30dSMarc St-Jean select SYS_SUPPORTS_BIG_ENDIAN 516377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 517*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 5189267a30dSMarc St-Jean select SERIAL_8250 5199267a30dSMarc St-Jean select SERIAL_8250_CONSOLE 5209296d94dSFlorian Fainelli select USB_EHCI_BIG_ENDIAN_MMIO 5219296d94dSFlorian Fainelli select USB_EHCI_BIG_ENDIAN_DESC 5229267a30dSMarc St-Jean help 5239267a30dSMarc St-Jean This adds support for the PMC-Sierra family of Multi-Service 5249267a30dSMarc St-Jean Processor System-On-A-Chips. These parts include a number 5259267a30dSMarc St-Jean of integrated peripherals, interfaces and DSPs in addition to 5269267a30dSMarc St-Jean a variety of MIPS cores. 5279267a30dSMarc St-Jean 528ae2b5bb6SJohn Crispinconfig RALINK 529ae2b5bb6SJohn Crispin bool "Ralink based machines" 530ae2b5bb6SJohn Crispin select CEVT_R4K 531ae2b5bb6SJohn Crispin select CSRC_R4K 532ae2b5bb6SJohn Crispin select BOOT_RAW 533ae2b5bb6SJohn Crispin select DMA_NONCOHERENT 534*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 535ae2b5bb6SJohn Crispin select USE_OF 536ae2b5bb6SJohn Crispin select SYS_HAS_CPU_MIPS32_R1 537ae2b5bb6SJohn Crispin select SYS_HAS_CPU_MIPS32_R2 538ae2b5bb6SJohn Crispin select SYS_SUPPORTS_32BIT_KERNEL 539ae2b5bb6SJohn Crispin select SYS_SUPPORTS_LITTLE_ENDIAN 540377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 541ae2b5bb6SJohn Crispin select SYS_HAS_EARLY_PRINTK 542ae2b5bb6SJohn Crispin select HAVE_MACH_CLKDEV 543ae2b5bb6SJohn Crispin select CLKDEV_LOOKUP 5442a153f1cSJohn Crispin select ARCH_HAS_RESET_CONTROLLER 5452a153f1cSJohn Crispin select RESET_CONTROLLER 546ae2b5bb6SJohn Crispin 5471da177e4SLinus Torvaldsconfig SGI_IP22 5483fa986faSMartin Michlmayr bool "SGI IP22 (Indy/Indigo2)" 5490e2794b0SRalf Baechle select FW_ARC 5500e2794b0SRalf Baechle select FW_ARC32 5511da177e4SLinus Torvalds select BOOT_ELF32 55242f77542SRalf Baechle select CEVT_R4K 553940f6b48SRalf Baechle select CSRC_R4K 554e2defae5SThomas Bogendoerfer select DEFAULT_SGI_PARTITION 5551da177e4SLinus Torvalds select DMA_NONCOHERENT 5565e83d430SRalf Baechle select HW_HAS_EISA 557d865bea4SRalf Baechle select I8253 55868de4803SThomas Bogendoerfer select I8259 5591da177e4SLinus Torvalds select IP22_CPU_SCACHE 560*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 561aa414dffSRalf Baechle select GENERIC_ISA_DMA_SUPPORT_BROKEN 562e2defae5SThomas Bogendoerfer select SGI_HAS_I8042 563e2defae5SThomas Bogendoerfer select SGI_HAS_INDYDOG 56436e5c21dSThomas Bogendoerfer select SGI_HAS_HAL2 565e2defae5SThomas Bogendoerfer select SGI_HAS_SEEQ 566e2defae5SThomas Bogendoerfer select SGI_HAS_WD93 567e2defae5SThomas Bogendoerfer select SGI_HAS_ZILOG 5681da177e4SLinus Torvalds select SWAP_IO_SPACE 5697cf8053bSRalf Baechle select SYS_HAS_CPU_R4X00 5707cf8053bSRalf Baechle select SYS_HAS_CPU_R5000 5712b5e63f6SMartin Michlmayr # 5722b5e63f6SMartin Michlmayr # Disable EARLY_PRINTK for now since it leads to overwritten prom 5732b5e63f6SMartin Michlmayr # memory during early boot on some machines. 5742b5e63f6SMartin Michlmayr # 5752b5e63f6SMartin Michlmayr # See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecation.cyrius.com 5762b5e63f6SMartin Michlmayr # for a more details discussion 5772b5e63f6SMartin Michlmayr # 5782b5e63f6SMartin Michlmayr # select SYS_HAS_EARLY_PRINTK 579ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 580ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 5815e83d430SRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 582930beb5aSFlorian Fainelli select MIPS_L1_CACHE_SHIFT_7 5831da177e4SLinus Torvalds help 5841da177e4SLinus Torvalds This are the SGI Indy, Challenge S and Indigo2, as well as certain 5851da177e4SLinus Torvalds OEM variants like the Tandem CMN B006S. To compile a Linux kernel 5861da177e4SLinus Torvalds that runs on these, say Y here. 5871da177e4SLinus Torvalds 5881da177e4SLinus Torvaldsconfig SGI_IP27 5893fa986faSMartin Michlmayr bool "SGI IP27 (Origin200/2000)" 5900e2794b0SRalf Baechle select FW_ARC 5910e2794b0SRalf Baechle select FW_ARC64 5925e83d430SRalf Baechle select BOOT_ELF64 593e2defae5SThomas Bogendoerfer select DEFAULT_SGI_PARTITION 594634286f1SRalf Baechle select DMA_COHERENT 59536a88530SRalf Baechle select SYS_HAS_EARLY_PRINTK 5961da177e4SLinus Torvalds select HW_HAS_PCI 597130e2fb7SRalf Baechle select NR_CPUS_DEFAULT_64 5987cf8053bSRalf Baechle select SYS_HAS_CPU_R10000 599ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 6005e83d430SRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 601d8cb4e11SRalf Baechle select SYS_SUPPORTS_NUMA 6021a5c5de1SRalf Baechle select SYS_SUPPORTS_SMP 603930beb5aSFlorian Fainelli select MIPS_L1_CACHE_SHIFT_7 6041da177e4SLinus Torvalds help 6051da177e4SLinus Torvalds This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics 6061da177e4SLinus Torvalds workstations. To compile a Linux kernel that runs on these, say Y 6071da177e4SLinus Torvalds here. 6081da177e4SLinus Torvalds 609e2defae5SThomas Bogendoerferconfig SGI_IP28 6107d60717eSKees Cook bool "SGI IP28 (Indigo2 R10k)" 6110e2794b0SRalf Baechle select FW_ARC 6120e2794b0SRalf Baechle select FW_ARC64 613e2defae5SThomas Bogendoerfer select BOOT_ELF64 614e2defae5SThomas Bogendoerfer select CEVT_R4K 615e2defae5SThomas Bogendoerfer select CSRC_R4K 616e2defae5SThomas Bogendoerfer select DEFAULT_SGI_PARTITION 617e2defae5SThomas Bogendoerfer select DMA_NONCOHERENT 618e2defae5SThomas Bogendoerfer select GENERIC_ISA_DMA_SUPPORT_BROKEN 619*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 620e2defae5SThomas Bogendoerfer select HW_HAS_EISA 621e2defae5SThomas Bogendoerfer select I8253 622e2defae5SThomas Bogendoerfer select I8259 623e2defae5SThomas Bogendoerfer select SGI_HAS_I8042 624e2defae5SThomas Bogendoerfer select SGI_HAS_INDYDOG 6255b438c44SThomas Bogendoerfer select SGI_HAS_HAL2 626e2defae5SThomas Bogendoerfer select SGI_HAS_SEEQ 627e2defae5SThomas Bogendoerfer select SGI_HAS_WD93 628e2defae5SThomas Bogendoerfer select SGI_HAS_ZILOG 629e2defae5SThomas Bogendoerfer select SWAP_IO_SPACE 630e2defae5SThomas Bogendoerfer select SYS_HAS_CPU_R10000 6312b5e63f6SMartin Michlmayr # 6322b5e63f6SMartin Michlmayr # Disable EARLY_PRINTK for now since it leads to overwritten prom 6332b5e63f6SMartin Michlmayr # memory during early boot on some machines. 6342b5e63f6SMartin Michlmayr # 6352b5e63f6SMartin Michlmayr # See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecation.cyrius.com 6362b5e63f6SMartin Michlmayr # for a more details discussion 6372b5e63f6SMartin Michlmayr # 6382b5e63f6SMartin Michlmayr # select SYS_HAS_EARLY_PRINTK 639e2defae5SThomas Bogendoerfer select SYS_SUPPORTS_64BIT_KERNEL 640e2defae5SThomas Bogendoerfer select SYS_SUPPORTS_BIG_ENDIAN 641dc24d68dSThomas Bogendoerfer select MIPS_L1_CACHE_SHIFT_7 642e2defae5SThomas Bogendoerfer help 643e2defae5SThomas Bogendoerfer This is the SGI Indigo2 with R10000 processor. To compile a Linux 644e2defae5SThomas Bogendoerfer kernel that runs on these, say Y here. 645e2defae5SThomas Bogendoerfer 6461da177e4SLinus Torvaldsconfig SGI_IP32 647cfd2afc0SRalf Baechle bool "SGI IP32 (O2)" 6480e2794b0SRalf Baechle select FW_ARC 6490e2794b0SRalf Baechle select FW_ARC32 6501da177e4SLinus Torvalds select BOOT_ELF32 65142f77542SRalf Baechle select CEVT_R4K 652940f6b48SRalf Baechle select CSRC_R4K 6531da177e4SLinus Torvalds select DMA_NONCOHERENT 6541da177e4SLinus Torvalds select HW_HAS_PCI 655*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 6561da177e4SLinus Torvalds select R5000_CPU_SCACHE 6571da177e4SLinus Torvalds select RM7000_CPU_SCACHE 6587cf8053bSRalf Baechle select SYS_HAS_CPU_R5000 6597cf8053bSRalf Baechle select SYS_HAS_CPU_R10000 if BROKEN 6607cf8053bSRalf Baechle select SYS_HAS_CPU_RM7000 661dd2f18feSRalf Baechle select SYS_HAS_CPU_NEVADA 662ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 6635e83d430SRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 6641da177e4SLinus Torvalds help 6651da177e4SLinus Torvalds If you want this kernel to run on SGI O2 workstation, say Y here. 6661da177e4SLinus Torvalds 667ade299d8SYoichi Yuasaconfig SIBYTE_CRHINE 668ade299d8SYoichi Yuasa bool "Sibyte BCM91120C-CRhine" 6695e83d430SRalf Baechle select BOOT_ELF32 6705e83d430SRalf Baechle select DMA_COHERENT 6715e83d430SRalf Baechle select SIBYTE_BCM1120 6725e83d430SRalf Baechle select SWAP_IO_SPACE 6737cf8053bSRalf Baechle select SYS_HAS_CPU_SB1 6745e83d430SRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 6755e83d430SRalf Baechle select SYS_SUPPORTS_LITTLE_ENDIAN 6765e83d430SRalf Baechle 677ade299d8SYoichi Yuasaconfig SIBYTE_CARMEL 678ade299d8SYoichi Yuasa bool "Sibyte BCM91120x-Carmel" 6795e83d430SRalf Baechle select BOOT_ELF32 6805e83d430SRalf Baechle select DMA_COHERENT 6815e83d430SRalf Baechle select SIBYTE_BCM1120 6825e83d430SRalf Baechle select SWAP_IO_SPACE 6837cf8053bSRalf Baechle select SYS_HAS_CPU_SB1 6845e83d430SRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 6855e83d430SRalf Baechle select SYS_SUPPORTS_LITTLE_ENDIAN 6865e83d430SRalf Baechle 6875e83d430SRalf Baechleconfig SIBYTE_CRHONE 6883fa986faSMartin Michlmayr bool "Sibyte BCM91125C-CRhone" 6895e83d430SRalf Baechle select BOOT_ELF32 6905e83d430SRalf Baechle select DMA_COHERENT 6915e83d430SRalf Baechle select SIBYTE_BCM1125 6925e83d430SRalf Baechle select SWAP_IO_SPACE 6937cf8053bSRalf Baechle select SYS_HAS_CPU_SB1 6945e83d430SRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 6955e83d430SRalf Baechle select SYS_SUPPORTS_HIGHMEM 6965e83d430SRalf Baechle select SYS_SUPPORTS_LITTLE_ENDIAN 6975e83d430SRalf Baechle 698ade299d8SYoichi Yuasaconfig SIBYTE_RHONE 699ade299d8SYoichi Yuasa bool "Sibyte BCM91125E-Rhone" 700ade299d8SYoichi Yuasa select BOOT_ELF32 701ade299d8SYoichi Yuasa select DMA_COHERENT 702ade299d8SYoichi Yuasa select SIBYTE_BCM1125H 703ade299d8SYoichi Yuasa select SWAP_IO_SPACE 704ade299d8SYoichi Yuasa select SYS_HAS_CPU_SB1 705ade299d8SYoichi Yuasa select SYS_SUPPORTS_BIG_ENDIAN 706ade299d8SYoichi Yuasa select SYS_SUPPORTS_LITTLE_ENDIAN 707ade299d8SYoichi Yuasa 708ade299d8SYoichi Yuasaconfig SIBYTE_SWARM 709ade299d8SYoichi Yuasa bool "Sibyte BCM91250A-SWARM" 710ade299d8SYoichi Yuasa select BOOT_ELF32 711ade299d8SYoichi Yuasa select DMA_COHERENT 712fcf3ca4cSSebastian Andrzej Siewior select HAVE_PATA_PLATFORM 713ade299d8SYoichi Yuasa select SIBYTE_SB1250 714ade299d8SYoichi Yuasa select SWAP_IO_SPACE 715ade299d8SYoichi Yuasa select SYS_HAS_CPU_SB1 716ade299d8SYoichi Yuasa select SYS_SUPPORTS_BIG_ENDIAN 717ade299d8SYoichi Yuasa select SYS_SUPPORTS_HIGHMEM 718ade299d8SYoichi Yuasa select SYS_SUPPORTS_LITTLE_ENDIAN 719cce335aeSRalf Baechle select ZONE_DMA32 if 64BIT 720ade299d8SYoichi Yuasa 721ade299d8SYoichi Yuasaconfig SIBYTE_LITTLESUR 722ade299d8SYoichi Yuasa bool "Sibyte BCM91250C2-LittleSur" 723ade299d8SYoichi Yuasa select BOOT_ELF32 724ade299d8SYoichi Yuasa select DMA_COHERENT 725fcf3ca4cSSebastian Andrzej Siewior select HAVE_PATA_PLATFORM 726ade299d8SYoichi Yuasa select SIBYTE_SB1250 727ade299d8SYoichi Yuasa select SWAP_IO_SPACE 728ade299d8SYoichi Yuasa select SYS_HAS_CPU_SB1 729ade299d8SYoichi Yuasa select SYS_SUPPORTS_BIG_ENDIAN 730ade299d8SYoichi Yuasa select SYS_SUPPORTS_HIGHMEM 731ade299d8SYoichi Yuasa select SYS_SUPPORTS_LITTLE_ENDIAN 732ade299d8SYoichi Yuasa 733ade299d8SYoichi Yuasaconfig SIBYTE_SENTOSA 734ade299d8SYoichi Yuasa bool "Sibyte BCM91250E-Sentosa" 735ade299d8SYoichi Yuasa select BOOT_ELF32 736ade299d8SYoichi Yuasa select DMA_COHERENT 737ade299d8SYoichi Yuasa select SIBYTE_SB1250 738ade299d8SYoichi Yuasa select SWAP_IO_SPACE 739ade299d8SYoichi Yuasa select SYS_HAS_CPU_SB1 740ade299d8SYoichi Yuasa select SYS_SUPPORTS_BIG_ENDIAN 741ade299d8SYoichi Yuasa select SYS_SUPPORTS_LITTLE_ENDIAN 742ade299d8SYoichi Yuasa 743ade299d8SYoichi Yuasaconfig SIBYTE_BIGSUR 744ade299d8SYoichi Yuasa bool "Sibyte BCM91480B-BigSur" 745ade299d8SYoichi Yuasa select BOOT_ELF32 746ade299d8SYoichi Yuasa select DMA_COHERENT 747ade299d8SYoichi Yuasa select NR_CPUS_DEFAULT_4 748ade299d8SYoichi Yuasa select SIBYTE_BCM1x80 749ade299d8SYoichi Yuasa select SWAP_IO_SPACE 750ade299d8SYoichi Yuasa select SYS_HAS_CPU_SB1 751ade299d8SYoichi Yuasa select SYS_SUPPORTS_BIG_ENDIAN 752651194f8SRalf Baechle select SYS_SUPPORTS_HIGHMEM 753ade299d8SYoichi Yuasa select SYS_SUPPORTS_LITTLE_ENDIAN 754cce335aeSRalf Baechle select ZONE_DMA32 if 64BIT 755ade299d8SYoichi Yuasa 75614b36af4SThomas Bogendoerferconfig SNI_RM 75714b36af4SThomas Bogendoerfer bool "SNI RM200/300/400" 7580e2794b0SRalf Baechle select FW_ARC if CPU_LITTLE_ENDIAN 7590e2794b0SRalf Baechle select FW_ARC32 if CPU_LITTLE_ENDIAN 760aaa9fad3SPaul Bolle select FW_SNIPROM if CPU_BIG_ENDIAN 7615e83d430SRalf Baechle select ARCH_MAY_HAVE_PC_FDC 7625e83d430SRalf Baechle select BOOT_ELF32 76342f77542SRalf Baechle select CEVT_R4K 764940f6b48SRalf Baechle select CSRC_R4K 765e2defae5SThomas Bogendoerfer select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN 7665e83d430SRalf Baechle select DMA_NONCOHERENT 7675e83d430SRalf Baechle select GENERIC_ISA_DMA 7688a118c38SRalf Baechle select HAVE_PCSPKR_PLATFORM 7695e83d430SRalf Baechle select HW_HAS_EISA 7705e83d430SRalf Baechle select HW_HAS_PCI 771*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 772d865bea4SRalf Baechle select I8253 7735e83d430SRalf Baechle select I8259 7745e83d430SRalf Baechle select ISA 7754a0312fcSThomas Bogendoerfer select SWAP_IO_SPACE if CPU_BIG_ENDIAN 7767cf8053bSRalf Baechle select SYS_HAS_CPU_R4X00 7774a0312fcSThomas Bogendoerfer select SYS_HAS_CPU_R5000 778c066a32aSThomas Bogendoerfer select SYS_HAS_CPU_R10000 7794a0312fcSThomas Bogendoerfer select R5000_CPU_SCACHE 78036a88530SRalf Baechle select SYS_HAS_EARLY_PRINTK 781ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 7827d60717eSKees Cook select SYS_SUPPORTS_64BIT_KERNEL 7834a0312fcSThomas Bogendoerfer select SYS_SUPPORTS_BIG_ENDIAN 7845e83d430SRalf Baechle select SYS_SUPPORTS_HIGHMEM 7855e83d430SRalf Baechle select SYS_SUPPORTS_LITTLE_ENDIAN 7861da177e4SLinus Torvalds help 78714b36af4SThomas Bogendoerfer The SNI RM200/300/400 are MIPS-based machines manufactured by 78814b36af4SThomas Bogendoerfer Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid 7895e83d430SRalf Baechle Technology and now in turn merged with Fujitsu. Say Y here to 7905e83d430SRalf Baechle support this machine type. 7911da177e4SLinus Torvalds 792edcaf1a6SAtsushi Nemotoconfig MACH_TX39XX 793edcaf1a6SAtsushi Nemoto bool "Toshiba TX39 series based machines" 7945e83d430SRalf Baechle 795edcaf1a6SAtsushi Nemotoconfig MACH_TX49XX 796edcaf1a6SAtsushi Nemoto bool "Toshiba TX49 series based machines" 79723fbee9dSRalf Baechle 79873b4390fSRalf Baechleconfig MIKROTIK_RB532 79973b4390fSRalf Baechle bool "Mikrotik RB532 boards" 80073b4390fSRalf Baechle select CEVT_R4K 80173b4390fSRalf Baechle select CSRC_R4K 80273b4390fSRalf Baechle select DMA_NONCOHERENT 80373b4390fSRalf Baechle select HW_HAS_PCI 804*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 80573b4390fSRalf Baechle select SYS_HAS_CPU_MIPS32_R1 80673b4390fSRalf Baechle select SYS_SUPPORTS_32BIT_KERNEL 80773b4390fSRalf Baechle select SYS_SUPPORTS_LITTLE_ENDIAN 80873b4390fSRalf Baechle select SWAP_IO_SPACE 80973b4390fSRalf Baechle select BOOT_RAW 810d888e25bSFlorian Fainelli select ARCH_REQUIRE_GPIOLIB 811930beb5aSFlorian Fainelli select MIPS_L1_CACHE_SHIFT_4 81273b4390fSRalf Baechle help 81373b4390fSRalf Baechle Support the Mikrotik(tm) RouterBoard 532 series, 81473b4390fSRalf Baechle based on the IDT RC32434 SoC. 81573b4390fSRalf Baechle 8169ddebc46SDavid Daneyconfig CAVIUM_OCTEON_SOC 8179ddebc46SDavid Daney bool "Cavium Networks Octeon SoC based boards" 818a86c7f72SDavid Daney select CEVT_R4K 81934adb28dSRalf Baechle select ARCH_PHYS_ADDR_T_64BIT 820a86c7f72SDavid Daney select DMA_COHERENT 821a86c7f72SDavid Daney select SYS_SUPPORTS_64BIT_KERNEL 822a86c7f72SDavid Daney select SYS_SUPPORTS_BIG_ENDIAN 823f65aad41SRalf Baechle select EDAC_SUPPORT 82473569d87SDavid Daney select SYS_SUPPORTS_LITTLE_ENDIAN 82573569d87SDavid Daney select SYS_SUPPORTS_HOTPLUG_CPU if CPU_BIG_ENDIAN 826a86c7f72SDavid Daney select SYS_HAS_EARLY_PRINTK 8275e683389SDavid Daney select SYS_HAS_CPU_CAVIUM_OCTEON 828a86c7f72SDavid Daney select SWAP_IO_SPACE 829e8635b48SDavid Daney select HW_HAS_PCI 830f00e001eSDavid Daney select ZONE_DMA32 831465aaed0SDavid Daney select HOLES_IN_ZONE 83299cab4bbSDavid Daney select ARCH_REQUIRE_GPIOLIB 8336e511163SDavid Daney select LIBFDT 8346e511163SDavid Daney select USE_OF 8356e511163SDavid Daney select ARCH_SPARSEMEM_ENABLE 8366e511163SDavid Daney select SYS_SUPPORTS_SMP 8376e511163SDavid Daney select NR_CPUS_DEFAULT_16 838e326479fSAndrew Bresticker select BUILTIN_DTB 8398c1e6b14SDavid Daney select MTD_COMPLEX_MAPPINGS 840a86c7f72SDavid Daney help 841a86c7f72SDavid Daney This option supports all of the Octeon reference boards from Cavium 842a86c7f72SDavid Daney Networks. It builds a kernel that dynamically determines the Octeon 843a86c7f72SDavid Daney CPU type and supports all known board reference implementations. 844a86c7f72SDavid Daney Some of the supported boards are: 845a86c7f72SDavid Daney EBT3000 846a86c7f72SDavid Daney EBH3000 847a86c7f72SDavid Daney EBH3100 848a86c7f72SDavid Daney Thunder 849a86c7f72SDavid Daney Kodama 850a86c7f72SDavid Daney Hikari 851a86c7f72SDavid Daney Say Y here for most Octeon reference boards. 852a86c7f72SDavid Daney 8537f058e85SJayachandran Cconfig NLM_XLR_BOARD 8547f058e85SJayachandran C bool "Netlogic XLR/XLS based systems" 8557f058e85SJayachandran C select BOOT_ELF32 8567f058e85SJayachandran C select NLM_COMMON 8577f058e85SJayachandran C select SYS_HAS_CPU_XLR 8587f058e85SJayachandran C select SYS_SUPPORTS_SMP 8597f058e85SJayachandran C select HW_HAS_PCI 8607f058e85SJayachandran C select SWAP_IO_SPACE 8617f058e85SJayachandran C select SYS_SUPPORTS_32BIT_KERNEL 8627f058e85SJayachandran C select SYS_SUPPORTS_64BIT_KERNEL 86334adb28dSRalf Baechle select ARCH_PHYS_ADDR_T_64BIT 8647f058e85SJayachandran C select SYS_SUPPORTS_BIG_ENDIAN 8657f058e85SJayachandran C select SYS_SUPPORTS_HIGHMEM 8667f058e85SJayachandran C select DMA_COHERENT 8677f058e85SJayachandran C select NR_CPUS_DEFAULT_32 8687f058e85SJayachandran C select CEVT_R4K 8697f058e85SJayachandran C select CSRC_R4K 870*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 871b97215fdSJayachandran C select ZONE_DMA32 if 64BIT 8727f058e85SJayachandran C select SYNC_R4K 8737f058e85SJayachandran C select SYS_HAS_EARLY_PRINTK 8748f0b0430SJayachandran C select SYS_SUPPORTS_ZBOOT 8758f0b0430SJayachandran C select SYS_SUPPORTS_ZBOOT_UART16550 8767f058e85SJayachandran C help 8777f058e85SJayachandran C Support for systems based on Netlogic XLR and XLS processors. 8787f058e85SJayachandran C Say Y here if you have a XLR or XLS based board. 8797f058e85SJayachandran C 8801c773ea4SJayachandran Cconfig NLM_XLP_BOARD 8811c773ea4SJayachandran C bool "Netlogic XLP based systems" 8821c773ea4SJayachandran C select BOOT_ELF32 8831c773ea4SJayachandran C select NLM_COMMON 8841c773ea4SJayachandran C select SYS_HAS_CPU_XLP 8851c773ea4SJayachandran C select SYS_SUPPORTS_SMP 8861c773ea4SJayachandran C select HW_HAS_PCI 8871c773ea4SJayachandran C select SYS_SUPPORTS_32BIT_KERNEL 8881c773ea4SJayachandran C select SYS_SUPPORTS_64BIT_KERNEL 88934adb28dSRalf Baechle select ARCH_PHYS_ADDR_T_64BIT 8901c773ea4SJayachandran C select SYS_SUPPORTS_BIG_ENDIAN 8911c773ea4SJayachandran C select SYS_SUPPORTS_LITTLE_ENDIAN 8921c773ea4SJayachandran C select SYS_SUPPORTS_HIGHMEM 8931c773ea4SJayachandran C select DMA_COHERENT 8941c773ea4SJayachandran C select NR_CPUS_DEFAULT_32 8951c773ea4SJayachandran C select CEVT_R4K 8961c773ea4SJayachandran C select CSRC_R4K 897*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 898b97215fdSJayachandran C select ZONE_DMA32 if 64BIT 8991c773ea4SJayachandran C select SYNC_R4K 9001c773ea4SJayachandran C select SYS_HAS_EARLY_PRINTK 9012f6528e1SJayachandran C select USE_OF 9028f0b0430SJayachandran C select SYS_SUPPORTS_ZBOOT 9038f0b0430SJayachandran C select SYS_SUPPORTS_ZBOOT_UART16550 9041c773ea4SJayachandran C help 9051c773ea4SJayachandran C This board is based on Netlogic XLP Processor. 9061c773ea4SJayachandran C Say Y here if you have a XLP based board. 9071c773ea4SJayachandran C 9089bc463beSDavid Daneyconfig MIPS_PARAVIRT 9099bc463beSDavid Daney bool "Para-Virtualized guest system" 9109bc463beSDavid Daney select CEVT_R4K 9119bc463beSDavid Daney select CSRC_R4K 9129bc463beSDavid Daney select DMA_COHERENT 9139bc463beSDavid Daney select SYS_SUPPORTS_64BIT_KERNEL 9149bc463beSDavid Daney select SYS_SUPPORTS_32BIT_KERNEL 9159bc463beSDavid Daney select SYS_SUPPORTS_BIG_ENDIAN 9169bc463beSDavid Daney select SYS_SUPPORTS_SMP 9179bc463beSDavid Daney select NR_CPUS_DEFAULT_4 9189bc463beSDavid Daney select SYS_HAS_EARLY_PRINTK 9199bc463beSDavid Daney select SYS_HAS_CPU_MIPS32_R2 9209bc463beSDavid Daney select SYS_HAS_CPU_MIPS64_R2 9219bc463beSDavid Daney select SYS_HAS_CPU_CAVIUM_OCTEON 9229bc463beSDavid Daney select HW_HAS_PCI 9239bc463beSDavid Daney select SWAP_IO_SPACE 9249bc463beSDavid Daney help 9259bc463beSDavid Daney This option supports guest running under ???? 9269bc463beSDavid Daney 9271da177e4SLinus Torvaldsendchoice 9281da177e4SLinus Torvalds 929e8c7c482SRalf Baechlesource "arch/mips/alchemy/Kconfig" 9303b12308fSSergey Ryazanovsource "arch/mips/ath25/Kconfig" 931d4a67d9dSGabor Juhossource "arch/mips/ath79/Kconfig" 932a656ffcbSHauke Mehrtenssource "arch/mips/bcm47xx/Kconfig" 933e7300d04SMaxime Bizonsource "arch/mips/bcm63xx/Kconfig" 9348945e37eSKevin Cernekeesource "arch/mips/bmips/Kconfig" 9355e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig" 9365ebabe59SLars-Peter Clausensource "arch/mips/jz4740/Kconfig" 9378ec6d935SJohn Crispinsource "arch/mips/lantiq/Kconfig" 9381f21d2bdSBrian Murphysource "arch/mips/lasat/Kconfig" 9390f3a05cbSRalf Baechlesource "arch/mips/pmcs-msp71xx/Kconfig" 940ae2b5bb6SJohn Crispinsource "arch/mips/ralink/Kconfig" 94129c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig" 94238b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig" 94322b1d707SAtsushi Nemotosource "arch/mips/txx9/Kconfig" 9445e83d430SRalf Baechlesource "arch/mips/vr41xx/Kconfig" 945a86c7f72SDavid Daneysource "arch/mips/cavium-octeon/Kconfig" 94685749d24SWu Zhangjinsource "arch/mips/loongson/Kconfig" 947ca585cf9SKelvin Cheungsource "arch/mips/loongson1/Kconfig" 9487f058e85SJayachandran Csource "arch/mips/netlogic/Kconfig" 949ae6e7e63SDavid Daneysource "arch/mips/paravirt/Kconfig" 95038b18f72SRalf Baechle 9515e83d430SRalf Baechleendmenu 9525e83d430SRalf Baechle 9531da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK 9541da177e4SLinus Torvalds bool 9551da177e4SLinus Torvalds default y 9561da177e4SLinus Torvalds 9571da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM 9581da177e4SLinus Torvalds bool 9591da177e4SLinus Torvalds 960f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32 961f0d1b0b3SDavid Howells bool 962f0d1b0b3SDavid Howells default n 963f0d1b0b3SDavid Howells 964f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64 965f0d1b0b3SDavid Howells bool 966f0d1b0b3SDavid Howells default n 967f0d1b0b3SDavid Howells 9683c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT 9693c9ee7efSAkinobu Mita bool 9703c9ee7efSAkinobu Mita default y 9713c9ee7efSAkinobu Mita 9721da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY 9731da177e4SLinus Torvalds bool 9741da177e4SLinus Torvalds default y 9751da177e4SLinus Torvalds 976ae1e9130SIngo Molnarconfig SCHED_OMIT_FRAME_POINTER 9771cc89038SAtsushi Nemoto bool 9781cc89038SAtsushi Nemoto default y 9791cc89038SAtsushi Nemoto 9801da177e4SLinus Torvalds# 9811da177e4SLinus Torvalds# Select some configuration options automatically based on user selections. 9821da177e4SLinus Torvalds# 9830e2794b0SRalf Baechleconfig FW_ARC 9841da177e4SLinus Torvalds bool 9851da177e4SLinus Torvalds 98661ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC 98761ed242dSRalf Baechle bool 98861ed242dSRalf Baechle 9899267a30dSMarc St-Jeanconfig BOOT_RAW 9909267a30dSMarc St-Jean bool 9919267a30dSMarc St-Jean 992217dd11eSRalf Baechleconfig CEVT_BCM1480 993217dd11eSRalf Baechle bool 994217dd11eSRalf Baechle 9956457d9fcSYoichi Yuasaconfig CEVT_DS1287 9966457d9fcSYoichi Yuasa bool 9976457d9fcSYoichi Yuasa 9981097c6acSYoichi Yuasaconfig CEVT_GT641XX 9991097c6acSYoichi Yuasa bool 10001097c6acSYoichi Yuasa 100142f77542SRalf Baechleconfig CEVT_R4K 100242f77542SRalf Baechle bool 100342f77542SRalf Baechle 1004217dd11eSRalf Baechleconfig CEVT_SB1250 1005217dd11eSRalf Baechle bool 1006217dd11eSRalf Baechle 1007229f773eSAtsushi Nemotoconfig CEVT_TXX9 1008229f773eSAtsushi Nemoto bool 1009229f773eSAtsushi Nemoto 1010217dd11eSRalf Baechleconfig CSRC_BCM1480 1011217dd11eSRalf Baechle bool 1012217dd11eSRalf Baechle 10134247417dSYoichi Yuasaconfig CSRC_IOASIC 10144247417dSYoichi Yuasa bool 10154247417dSYoichi Yuasa 1016940f6b48SRalf Baechleconfig CSRC_R4K 1017940f6b48SRalf Baechle bool 1018940f6b48SRalf Baechle 1019217dd11eSRalf Baechleconfig CSRC_SB1250 1020217dd11eSRalf Baechle bool 1021217dd11eSRalf Baechle 1022a9aec7feSAtsushi Nemotoconfig GPIO_TXX9 10237444a72eSMichael Buesch select ARCH_REQUIRE_GPIOLIB 1024a9aec7feSAtsushi Nemoto bool 1025a9aec7feSAtsushi Nemoto 10260e2794b0SRalf Baechleconfig FW_CFE 1027df78b5c8SAurelien Jarno bool 1028df78b5c8SAurelien Jarno 10294bafad92SFUJITA Tomonoriconfig ARCH_DMA_ADDR_T_64BIT 103034adb28dSRalf Baechle def_bool (HIGHMEM && ARCH_PHYS_ADDR_T_64BIT) || 64BIT 10314bafad92SFUJITA Tomonori 1032885014bcSFelix Fietkauconfig DMA_MAYBE_COHERENT 1033885014bcSFelix Fietkau select DMA_NONCOHERENT 1034885014bcSFelix Fietkau bool 1035885014bcSFelix Fietkau 10361da177e4SLinus Torvaldsconfig DMA_COHERENT 10371da177e4SLinus Torvalds bool 10381da177e4SLinus Torvalds 10391da177e4SLinus Torvaldsconfig DMA_NONCOHERENT 10401da177e4SLinus Torvalds bool 1041e1e02b32SFUJITA Tomonori select NEED_DMA_MAP_STATE 10424ce588cdSRalf Baechle 1043e1e02b32SFUJITA Tomonoriconfig NEED_DMA_MAP_STATE 10444ce588cdSRalf Baechle bool 10451da177e4SLinus Torvalds 104636a88530SRalf Baechleconfig SYS_HAS_EARLY_PRINTK 10471da177e4SLinus Torvalds bool 10481da177e4SLinus Torvalds 1049dbb74540SRalf Baechleconfig HOTPLUG_CPU 10501b2bc75cSRalf Baechle bool "Support for hot-pluggable CPUs" 105140b31360SStephen Rothwell depends on SMP && SYS_SUPPORTS_HOTPLUG_CPU 10521b2bc75cSRalf Baechle help 10531b2bc75cSRalf Baechle Say Y here to allow turning CPUs off and on. CPUs can be 10541b2bc75cSRalf Baechle controlled through /sys/devices/system/cpu. 10551b2bc75cSRalf Baechle (Note: power management support will enable this option 10561b2bc75cSRalf Baechle automatically on SMP systems. ) 10571b2bc75cSRalf Baechle Say N if you want to disable CPU hotplug. 10581b2bc75cSRalf Baechle 10591b2bc75cSRalf Baechleconfig SYS_SUPPORTS_HOTPLUG_CPU 1060dbb74540SRalf Baechle bool 1061dbb74540SRalf Baechle 10621da177e4SLinus Torvaldsconfig I8259 10631da177e4SLinus Torvalds bool 1064079a4601SAndrew Bresticker select IRQ_DOMAIN 10651da177e4SLinus Torvalds 10661da177e4SLinus Torvaldsconfig MIPS_BONITO64 10671da177e4SLinus Torvalds bool 10681da177e4SLinus Torvalds 10691da177e4SLinus Torvaldsconfig MIPS_MSC 10701da177e4SLinus Torvalds bool 10711da177e4SLinus Torvalds 10721f21d2bdSBrian Murphyconfig MIPS_NILE4 10731f21d2bdSBrian Murphy bool 10741f21d2bdSBrian Murphy 107539b8d525SRalf Baechleconfig SYNC_R4K 107639b8d525SRalf Baechle bool 107739b8d525SRalf Baechle 1078487d70d0SGabor Juhosconfig MIPS_MACHINE 1079487d70d0SGabor Juhos def_bool n 1080487d70d0SGabor Juhos 1081ce816fa8SUwe Kleine-Königconfig NO_IOPORT_MAP 1082d388d685SMaciej W. Rozycki def_bool n 1083d388d685SMaciej W. Rozycki 10844e0748f5SMarkos Chandrasconfig GENERIC_CSUM 10854e0748f5SMarkos Chandras bool 10864e0748f5SMarkos Chandras 10878313da30SRalf Baechleconfig GENERIC_ISA_DMA 10888313da30SRalf Baechle bool 10898313da30SRalf Baechle select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n 1090a35bee8aSNamhyung Kim select ISA_DMA_API 10918313da30SRalf Baechle 1092aa414dffSRalf Baechleconfig GENERIC_ISA_DMA_SUPPORT_BROKEN 1093aa414dffSRalf Baechle bool 10948313da30SRalf Baechle select GENERIC_ISA_DMA 1095aa414dffSRalf Baechle 1096a35bee8aSNamhyung Kimconfig ISA_DMA_API 1097a35bee8aSNamhyung Kim bool 1098a35bee8aSNamhyung Kim 1099465aaed0SDavid Daneyconfig HOLES_IN_ZONE 1100465aaed0SDavid Daney bool 1101465aaed0SDavid Daney 11025e83d430SRalf Baechle# 11036b2aac42SMasanari Iida# Endianness selection. Sufficiently obscure so many users don't know what to 11045e83d430SRalf Baechle# answer,so we try hard to limit the available choices. Also the use of a 11055e83d430SRalf Baechle# choice statement should be more obvious to the user. 11065e83d430SRalf Baechle# 11075e83d430SRalf Baechlechoice 11086b2aac42SMasanari Iida prompt "Endianness selection" 11091da177e4SLinus Torvalds help 11101da177e4SLinus Torvalds Some MIPS machines can be configured for either little or big endian 11115e83d430SRalf Baechle byte order. These modes require different kernels and a different 11123cb2fcccSMatt LaPlante Linux distribution. In general there is one preferred byteorder for a 11135e83d430SRalf Baechle particular system but some systems are just as commonly used in the 11143dde6ad8SDavid Sterba one or the other endianness. 11155e83d430SRalf Baechle 11165e83d430SRalf Baechleconfig CPU_BIG_ENDIAN 11175e83d430SRalf Baechle bool "Big endian" 11185e83d430SRalf Baechle depends on SYS_SUPPORTS_BIG_ENDIAN 11195e83d430SRalf Baechle 11205e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN 11215e83d430SRalf Baechle bool "Little endian" 11225e83d430SRalf Baechle depends on SYS_SUPPORTS_LITTLE_ENDIAN 11235e83d430SRalf Baechle 11245e83d430SRalf Baechleendchoice 11255e83d430SRalf Baechle 112622b0763aSDavid Daneyconfig EXPORT_UASM 112722b0763aSDavid Daney bool 112822b0763aSDavid Daney 11292116245eSRalf Baechleconfig SYS_SUPPORTS_APM_EMULATION 11302116245eSRalf Baechle bool 11312116245eSRalf Baechle 11325e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN 11335e83d430SRalf Baechle bool 11345e83d430SRalf Baechle 11355e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN 11365e83d430SRalf Baechle bool 11371da177e4SLinus Torvalds 11389cffd154SDavid Daneyconfig SYS_SUPPORTS_HUGETLBFS 11399cffd154SDavid Daney bool 11409cffd154SDavid Daney depends on CPU_SUPPORTS_HUGEPAGES && 64BIT 11419cffd154SDavid Daney default y 11429cffd154SDavid Daney 1143aa1762f4SDavid Daneyconfig MIPS_HUGE_TLB_SUPPORT 1144aa1762f4SDavid Daney def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE 1145aa1762f4SDavid Daney 11461da177e4SLinus Torvaldsconfig IRQ_CPU_RM7K 11471da177e4SLinus Torvalds bool 11481da177e4SLinus Torvalds 11499267a30dSMarc St-Jeanconfig IRQ_MSP_SLP 11509267a30dSMarc St-Jean bool 11519267a30dSMarc St-Jean 11529267a30dSMarc St-Jeanconfig IRQ_MSP_CIC 11539267a30dSMarc St-Jean bool 11549267a30dSMarc St-Jean 11558420fd00SAtsushi Nemotoconfig IRQ_TXX9 11568420fd00SAtsushi Nemoto bool 11578420fd00SAtsushi Nemoto 1158d5ab1a69SYoichi Yuasaconfig IRQ_GT641XX 1159d5ab1a69SYoichi Yuasa bool 1160d5ab1a69SYoichi Yuasa 1161252161ecSYoichi Yuasaconfig PCI_GT64XXX_PCI0 11621da177e4SLinus Torvalds bool 11631da177e4SLinus Torvalds 11649267a30dSMarc St-Jeanconfig NO_EXCEPT_FILL 11659267a30dSMarc St-Jean bool 11669267a30dSMarc St-Jean 1167a83860c2SRalf Baechleconfig SOC_EMMA2RH 1168a83860c2SRalf Baechle bool 1169a83860c2SRalf Baechle select CEVT_R4K 1170a83860c2SRalf Baechle select CSRC_R4K 1171a83860c2SRalf Baechle select DMA_NONCOHERENT 1172*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 1173a83860c2SRalf Baechle select SWAP_IO_SPACE 1174a83860c2SRalf Baechle select SYS_HAS_CPU_R5500 1175a83860c2SRalf Baechle select SYS_SUPPORTS_32BIT_KERNEL 1176a83860c2SRalf Baechle select SYS_SUPPORTS_64BIT_KERNEL 1177a83860c2SRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 1178a83860c2SRalf Baechle 1179edb6310aSDaniel Lairdconfig SOC_PNX833X 1180edb6310aSDaniel Laird bool 1181edb6310aSDaniel Laird select CEVT_R4K 1182edb6310aSDaniel Laird select CSRC_R4K 1183*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 1184edb6310aSDaniel Laird select DMA_NONCOHERENT 1185edb6310aSDaniel Laird select SYS_HAS_CPU_MIPS32_R2 1186edb6310aSDaniel Laird select SYS_SUPPORTS_32BIT_KERNEL 1187edb6310aSDaniel Laird select SYS_SUPPORTS_LITTLE_ENDIAN 1188edb6310aSDaniel Laird select SYS_SUPPORTS_BIG_ENDIAN 1189377cb1b6SRalf Baechle select SYS_SUPPORTS_MIPS16 1190edb6310aSDaniel Laird select CPU_MIPSR2_IRQ_VI 1191edb6310aSDaniel Laird 1192edb6310aSDaniel Lairdconfig SOC_PNX8335 1193edb6310aSDaniel Laird bool 1194edb6310aSDaniel Laird select SOC_PNX833X 1195edb6310aSDaniel Laird 1196a7e07b1aSMarkos Chandrasconfig MIPS_SPRAM 1197a7e07b1aSMarkos Chandras bool 1198a7e07b1aSMarkos Chandras 11991da177e4SLinus Torvaldsconfig SWAP_IO_SPACE 12001da177e4SLinus Torvalds bool 12011da177e4SLinus Torvalds 1202e2defae5SThomas Bogendoerferconfig SGI_HAS_INDYDOG 1203e2defae5SThomas Bogendoerfer bool 1204e2defae5SThomas Bogendoerfer 12055b438c44SThomas Bogendoerferconfig SGI_HAS_HAL2 12065b438c44SThomas Bogendoerfer bool 12075b438c44SThomas Bogendoerfer 1208e2defae5SThomas Bogendoerferconfig SGI_HAS_SEEQ 1209e2defae5SThomas Bogendoerfer bool 1210e2defae5SThomas Bogendoerfer 1211e2defae5SThomas Bogendoerferconfig SGI_HAS_WD93 1212e2defae5SThomas Bogendoerfer bool 1213e2defae5SThomas Bogendoerfer 1214e2defae5SThomas Bogendoerferconfig SGI_HAS_ZILOG 1215e2defae5SThomas Bogendoerfer bool 1216e2defae5SThomas Bogendoerfer 1217e2defae5SThomas Bogendoerferconfig SGI_HAS_I8042 1218e2defae5SThomas Bogendoerfer bool 1219e2defae5SThomas Bogendoerfer 1220e2defae5SThomas Bogendoerferconfig DEFAULT_SGI_PARTITION 1221e2defae5SThomas Bogendoerfer bool 1222e2defae5SThomas Bogendoerfer 12230e2794b0SRalf Baechleconfig FW_ARC32 12245e83d430SRalf Baechle bool 12255e83d430SRalf Baechle 1226aaa9fad3SPaul Bolleconfig FW_SNIPROM 1227231a35d3SThomas Bogendoerfer bool 1228231a35d3SThomas Bogendoerfer 12291da177e4SLinus Torvaldsconfig BOOT_ELF32 12301da177e4SLinus Torvalds bool 12311da177e4SLinus Torvalds 1232930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_4 1233930beb5aSFlorian Fainelli bool 1234930beb5aSFlorian Fainelli 1235930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_5 1236930beb5aSFlorian Fainelli bool 1237930beb5aSFlorian Fainelli 1238930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_6 1239930beb5aSFlorian Fainelli bool 1240930beb5aSFlorian Fainelli 1241930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_7 1242930beb5aSFlorian Fainelli bool 1243930beb5aSFlorian Fainelli 12441da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT 12451da177e4SLinus Torvalds int 1246a4c0201eSFlorian Fainelli default "7" if MIPS_L1_CACHE_SHIFT_7 12475432eeb6SKevin Cernekee default "6" if MIPS_L1_CACHE_SHIFT_6 12485432eeb6SKevin Cernekee default "5" if MIPS_L1_CACHE_SHIFT_5 12495432eeb6SKevin Cernekee default "4" if MIPS_L1_CACHE_SHIFT_4 12501da177e4SLinus Torvalds default "5" 12511da177e4SLinus Torvalds 12521da177e4SLinus Torvaldsconfig HAVE_STD_PC_SERIAL_PORT 12531da177e4SLinus Torvalds bool 12541da177e4SLinus Torvalds 12551da177e4SLinus Torvaldsconfig ARC_CONSOLE 12561da177e4SLinus Torvalds bool "ARC console support" 1257e2defae5SThomas Bogendoerfer depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN) 12581da177e4SLinus Torvalds 12591da177e4SLinus Torvaldsconfig ARC_MEMORY 12601da177e4SLinus Torvalds bool 126114b36af4SThomas Bogendoerfer depends on MACH_JAZZ || SNI_RM || SGI_IP32 12621da177e4SLinus Torvalds default y 12631da177e4SLinus Torvalds 12641da177e4SLinus Torvaldsconfig ARC_PROMLIB 12651da177e4SLinus Torvalds bool 1266e2defae5SThomas Bogendoerfer depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP28 || SGI_IP32 12671da177e4SLinus Torvalds default y 12681da177e4SLinus Torvalds 12690e2794b0SRalf Baechleconfig FW_ARC64 12701da177e4SLinus Torvalds bool 12711da177e4SLinus Torvalds 12721da177e4SLinus Torvaldsconfig BOOT_ELF64 12731da177e4SLinus Torvalds bool 12741da177e4SLinus Torvalds 12751da177e4SLinus Torvaldsmenu "CPU selection" 12761da177e4SLinus Torvalds 12771da177e4SLinus Torvaldschoice 12781da177e4SLinus Torvalds prompt "CPU type" 12791da177e4SLinus Torvalds default CPU_R4X00 12801da177e4SLinus Torvalds 12810e476d91SHuacai Chenconfig CPU_LOONGSON3 12820e476d91SHuacai Chen bool "Loongson 3 CPU" 12830e476d91SHuacai Chen depends on SYS_HAS_CPU_LOONGSON3 12840e476d91SHuacai Chen select CPU_SUPPORTS_64BIT_KERNEL 12850e476d91SHuacai Chen select CPU_SUPPORTS_HIGHMEM 12860e476d91SHuacai Chen select CPU_SUPPORTS_HUGEPAGES 12870e476d91SHuacai Chen select WEAK_ORDERING 12880e476d91SHuacai Chen select WEAK_REORDERING_BEYOND_LLSC 1289cbfb3ea7SHuacai Chen select ARCH_REQUIRE_GPIOLIB 12900e476d91SHuacai Chen help 12910e476d91SHuacai Chen The Loongson 3 processor implements the MIPS64R2 instruction 12920e476d91SHuacai Chen set with many extensions. 12930e476d91SHuacai Chen 12943702bba5SWu Zhangjinconfig CPU_LOONGSON2E 12953702bba5SWu Zhangjin bool "Loongson 2E" 12963702bba5SWu Zhangjin depends on SYS_HAS_CPU_LOONGSON2E 12973702bba5SWu Zhangjin select CPU_LOONGSON2 12982a21c730SFuxin Zhang help 12992a21c730SFuxin Zhang The Loongson 2E processor implements the MIPS III instruction set 13002a21c730SFuxin Zhang with many extensions. 13012a21c730SFuxin Zhang 130225985edcSLucas De Marchi It has an internal FPGA northbridge, which is compatible to 13036f7a251aSWu Zhangjin bonito64. 13046f7a251aSWu Zhangjin 13056f7a251aSWu Zhangjinconfig CPU_LOONGSON2F 13066f7a251aSWu Zhangjin bool "Loongson 2F" 13076f7a251aSWu Zhangjin depends on SYS_HAS_CPU_LOONGSON2F 13086f7a251aSWu Zhangjin select CPU_LOONGSON2 1309c197da91SArnaud Patard select ARCH_REQUIRE_GPIOLIB 13106f7a251aSWu Zhangjin help 13116f7a251aSWu Zhangjin The Loongson 2F processor implements the MIPS III instruction set 13126f7a251aSWu Zhangjin with many extensions. 13136f7a251aSWu Zhangjin 13146f7a251aSWu Zhangjin Loongson2F have built-in DDR2 and PCIX controller. The PCIX controller 13156f7a251aSWu Zhangjin have a similar programming interface with FPGA northbridge used in 13166f7a251aSWu Zhangjin Loongson2E. 13176f7a251aSWu Zhangjin 1318ca585cf9SKelvin Cheungconfig CPU_LOONGSON1B 1319ca585cf9SKelvin Cheung bool "Loongson 1B" 1320ca585cf9SKelvin Cheung depends on SYS_HAS_CPU_LOONGSON1B 1321ca585cf9SKelvin Cheung select CPU_LOONGSON1 1322ca585cf9SKelvin Cheung help 1323ca585cf9SKelvin Cheung The Loongson 1B is a 32-bit SoC, which implements the MIPS32 1324ca585cf9SKelvin Cheung release 2 instruction set. 1325ca585cf9SKelvin Cheung 13266e760c8dSRalf Baechleconfig CPU_MIPS32_R1 13276e760c8dSRalf Baechle bool "MIPS32 Release 1" 13287cf8053bSRalf Baechle depends on SYS_HAS_CPU_MIPS32_R1 13296e760c8dSRalf Baechle select CPU_HAS_PREFETCH 1330797798c1SRalf Baechle select CPU_SUPPORTS_32BIT_KERNEL 1331ec28f306SRalf Baechle select CPU_SUPPORTS_HIGHMEM 13326e760c8dSRalf Baechle help 13335e83d430SRalf Baechle Choose this option to build a kernel for release 1 or later of the 13341e5f1caaSRalf Baechle MIPS32 architecture. Most modern embedded systems with a 32-bit 13351e5f1caaSRalf Baechle MIPS processor are based on a MIPS32 processor. If you know the 13361e5f1caaSRalf Baechle specific type of processor in your system, choose those that one 13371e5f1caaSRalf Baechle otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system. 13381e5f1caaSRalf Baechle Release 2 of the MIPS32 architecture is available since several 13391e5f1caaSRalf Baechle years so chances are you even have a MIPS32 Release 2 processor 13401e5f1caaSRalf Baechle in which case you should choose CPU_MIPS32_R2 instead for better 13411e5f1caaSRalf Baechle performance. 13421e5f1caaSRalf Baechle 13431e5f1caaSRalf Baechleconfig CPU_MIPS32_R2 13441e5f1caaSRalf Baechle bool "MIPS32 Release 2" 13457cf8053bSRalf Baechle depends on SYS_HAS_CPU_MIPS32_R2 13461e5f1caaSRalf Baechle select CPU_HAS_PREFETCH 1347797798c1SRalf Baechle select CPU_SUPPORTS_32BIT_KERNEL 1348ec28f306SRalf Baechle select CPU_SUPPORTS_HIGHMEM 1349a5e9a69eSPaul Burton select CPU_SUPPORTS_MSA 13502235a54dSSanjay Lal select HAVE_KVM 13511e5f1caaSRalf Baechle help 13525e83d430SRalf Baechle Choose this option to build a kernel for release 2 or later of the 13536e760c8dSRalf Baechle MIPS32 architecture. Most modern embedded systems with a 32-bit 13546e760c8dSRalf Baechle MIPS processor are based on a MIPS32 processor. If you know the 13556e760c8dSRalf Baechle specific type of processor in your system, choose those that one 13566e760c8dSRalf Baechle otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system. 13571da177e4SLinus Torvalds 13587fd08ca5SLeonid Yegoshinconfig CPU_MIPS32_R6 13597fd08ca5SLeonid Yegoshin bool "MIPS32 Release 6 (EXPERIMENTAL)" 13607fd08ca5SLeonid Yegoshin depends on SYS_HAS_CPU_MIPS32_R6 13617fd08ca5SLeonid Yegoshin select CPU_HAS_PREFETCH 13627fd08ca5SLeonid Yegoshin select CPU_SUPPORTS_32BIT_KERNEL 13637fd08ca5SLeonid Yegoshin select CPU_SUPPORTS_HIGHMEM 13647fd08ca5SLeonid Yegoshin select CPU_SUPPORTS_MSA 13654e0748f5SMarkos Chandras select GENERIC_CSUM 13667fd08ca5SLeonid Yegoshin select HAVE_KVM 13677fd08ca5SLeonid Yegoshin select MIPS_O32_FP64_SUPPORT 13687fd08ca5SLeonid Yegoshin help 13697fd08ca5SLeonid Yegoshin Choose this option to build a kernel for release 6 or later of the 13707fd08ca5SLeonid Yegoshin MIPS32 architecture. New MIPS processors, starting with the Warrior 13717fd08ca5SLeonid Yegoshin family, are based on a MIPS32r6 processor. If you own an older 13727fd08ca5SLeonid Yegoshin processor, you probably need to select MIPS32r1 or MIPS32r2 instead. 13737fd08ca5SLeonid Yegoshin 13746e760c8dSRalf Baechleconfig CPU_MIPS64_R1 13756e760c8dSRalf Baechle bool "MIPS64 Release 1" 13767cf8053bSRalf Baechle depends on SYS_HAS_CPU_MIPS64_R1 1377797798c1SRalf Baechle select CPU_HAS_PREFETCH 1378ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1379ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1380ec28f306SRalf Baechle select CPU_SUPPORTS_HIGHMEM 13819cffd154SDavid Daney select CPU_SUPPORTS_HUGEPAGES 13826e760c8dSRalf Baechle help 13836e760c8dSRalf Baechle Choose this option to build a kernel for release 1 or later of the 13846e760c8dSRalf Baechle MIPS64 architecture. Many modern embedded systems with a 64-bit 13856e760c8dSRalf Baechle MIPS processor are based on a MIPS64 processor. If you know the 13866e760c8dSRalf Baechle specific type of processor in your system, choose those that one 13876e760c8dSRalf Baechle otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. 13881e5f1caaSRalf Baechle Release 2 of the MIPS64 architecture is available since several 13891e5f1caaSRalf Baechle years so chances are you even have a MIPS64 Release 2 processor 13901e5f1caaSRalf Baechle in which case you should choose CPU_MIPS64_R2 instead for better 13911e5f1caaSRalf Baechle performance. 13921e5f1caaSRalf Baechle 13931e5f1caaSRalf Baechleconfig CPU_MIPS64_R2 13941e5f1caaSRalf Baechle bool "MIPS64 Release 2" 13957cf8053bSRalf Baechle depends on SYS_HAS_CPU_MIPS64_R2 1396797798c1SRalf Baechle select CPU_HAS_PREFETCH 13971e5f1caaSRalf Baechle select CPU_SUPPORTS_32BIT_KERNEL 13981e5f1caaSRalf Baechle select CPU_SUPPORTS_64BIT_KERNEL 1399ec28f306SRalf Baechle select CPU_SUPPORTS_HIGHMEM 14009cffd154SDavid Daney select CPU_SUPPORTS_HUGEPAGES 1401a5e9a69eSPaul Burton select CPU_SUPPORTS_MSA 14021e5f1caaSRalf Baechle help 14031e5f1caaSRalf Baechle Choose this option to build a kernel for release 2 or later of the 14041e5f1caaSRalf Baechle MIPS64 architecture. Many modern embedded systems with a 64-bit 14051e5f1caaSRalf Baechle MIPS processor are based on a MIPS64 processor. If you know the 14061e5f1caaSRalf Baechle specific type of processor in your system, choose those that one 14071e5f1caaSRalf Baechle otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. 14081da177e4SLinus Torvalds 14097fd08ca5SLeonid Yegoshinconfig CPU_MIPS64_R6 14107fd08ca5SLeonid Yegoshin bool "MIPS64 Release 6 (EXPERIMENTAL)" 14117fd08ca5SLeonid Yegoshin depends on SYS_HAS_CPU_MIPS64_R6 14127fd08ca5SLeonid Yegoshin select CPU_HAS_PREFETCH 14137fd08ca5SLeonid Yegoshin select CPU_SUPPORTS_32BIT_KERNEL 14147fd08ca5SLeonid Yegoshin select CPU_SUPPORTS_64BIT_KERNEL 14157fd08ca5SLeonid Yegoshin select CPU_SUPPORTS_HIGHMEM 14167fd08ca5SLeonid Yegoshin select CPU_SUPPORTS_MSA 14174e0748f5SMarkos Chandras select GENERIC_CSUM 14187fd08ca5SLeonid Yegoshin help 14197fd08ca5SLeonid Yegoshin Choose this option to build a kernel for release 6 or later of the 14207fd08ca5SLeonid Yegoshin MIPS64 architecture. New MIPS processors, starting with the Warrior 14217fd08ca5SLeonid Yegoshin family, are based on a MIPS64r6 processor. If you own an older 14227fd08ca5SLeonid Yegoshin processor, you probably need to select MIPS64r1 or MIPS64r2 instead. 14237fd08ca5SLeonid Yegoshin 14241da177e4SLinus Torvaldsconfig CPU_R3000 14251da177e4SLinus Torvalds bool "R3000" 14267cf8053bSRalf Baechle depends on SYS_HAS_CPU_R3000 1427f7062ddbSRalf Baechle select CPU_HAS_WB 1428ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1429797798c1SRalf Baechle select CPU_SUPPORTS_HIGHMEM 14301da177e4SLinus Torvalds help 14311da177e4SLinus Torvalds Please make sure to pick the right CPU type. Linux/MIPS is not 14321da177e4SLinus Torvalds designed to be generic, i.e. Kernels compiled for R3000 CPUs will 14331da177e4SLinus Torvalds *not* work on R4000 machines and vice versa. However, since most 14341da177e4SLinus Torvalds of the supported machines have an R4000 (or similar) CPU, R4x00 14351da177e4SLinus Torvalds might be a safe bet. If the resulting kernel does not work, 14361da177e4SLinus Torvalds try to recompile with R3000. 14371da177e4SLinus Torvalds 14381da177e4SLinus Torvaldsconfig CPU_TX39XX 14391da177e4SLinus Torvalds bool "R39XX" 14407cf8053bSRalf Baechle depends on SYS_HAS_CPU_TX39XX 1441ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 14421da177e4SLinus Torvalds 14431da177e4SLinus Torvaldsconfig CPU_VR41XX 14441da177e4SLinus Torvalds bool "R41xx" 14457cf8053bSRalf Baechle depends on SYS_HAS_CPU_VR41XX 1446ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1447ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 14481da177e4SLinus Torvalds help 14495e83d430SRalf Baechle The options selects support for the NEC VR4100 series of processors. 14501da177e4SLinus Torvalds Only choose this option if you have one of these processors as a 14511da177e4SLinus Torvalds kernel built with this option will not run on any other type of 14521da177e4SLinus Torvalds processor or vice versa. 14531da177e4SLinus Torvalds 14541da177e4SLinus Torvaldsconfig CPU_R4300 14551da177e4SLinus Torvalds bool "R4300" 14567cf8053bSRalf Baechle depends on SYS_HAS_CPU_R4300 1457ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1458ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 14591da177e4SLinus Torvalds help 14601da177e4SLinus Torvalds MIPS Technologies R4300-series processors. 14611da177e4SLinus Torvalds 14621da177e4SLinus Torvaldsconfig CPU_R4X00 14631da177e4SLinus Torvalds bool "R4x00" 14647cf8053bSRalf Baechle depends on SYS_HAS_CPU_R4X00 1465ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1466ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1467970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 14681da177e4SLinus Torvalds help 14691da177e4SLinus Torvalds MIPS Technologies R4000-series processors other than 4300, including 14701da177e4SLinus Torvalds the R4000, R4400, R4600, and 4700. 14711da177e4SLinus Torvalds 14721da177e4SLinus Torvaldsconfig CPU_TX49XX 14731da177e4SLinus Torvalds bool "R49XX" 14747cf8053bSRalf Baechle depends on SYS_HAS_CPU_TX49XX 1475de862b48SAtsushi Nemoto select CPU_HAS_PREFETCH 1476ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1477ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1478970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 14791da177e4SLinus Torvalds 14801da177e4SLinus Torvaldsconfig CPU_R5000 14811da177e4SLinus Torvalds bool "R5000" 14827cf8053bSRalf Baechle depends on SYS_HAS_CPU_R5000 1483ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1484ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1485970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 14861da177e4SLinus Torvalds help 14871da177e4SLinus Torvalds MIPS Technologies R5000-series processors other than the Nevada. 14881da177e4SLinus Torvalds 14891da177e4SLinus Torvaldsconfig CPU_R5432 14901da177e4SLinus Torvalds bool "R5432" 14917cf8053bSRalf Baechle depends on SYS_HAS_CPU_R5432 14925e83d430SRalf Baechle select CPU_SUPPORTS_32BIT_KERNEL 14935e83d430SRalf Baechle select CPU_SUPPORTS_64BIT_KERNEL 1494970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 14951da177e4SLinus Torvalds 1496542c1020SShinya Kuribayashiconfig CPU_R5500 1497542c1020SShinya Kuribayashi bool "R5500" 1498542c1020SShinya Kuribayashi depends on SYS_HAS_CPU_R5500 1499542c1020SShinya Kuribayashi select CPU_SUPPORTS_32BIT_KERNEL 1500542c1020SShinya Kuribayashi select CPU_SUPPORTS_64BIT_KERNEL 15019cffd154SDavid Daney select CPU_SUPPORTS_HUGEPAGES 1502542c1020SShinya Kuribayashi help 1503542c1020SShinya Kuribayashi NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV 1504542c1020SShinya Kuribayashi instruction set. 1505542c1020SShinya Kuribayashi 15061da177e4SLinus Torvaldsconfig CPU_R6000 15071da177e4SLinus Torvalds bool "R6000" 15087cf8053bSRalf Baechle depends on SYS_HAS_CPU_R6000 1509ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 15101da177e4SLinus Torvalds help 15111da177e4SLinus Torvalds MIPS Technologies R6000 and R6000A series processors. Note these 1512c09b47d8SChris Dearman processors are extremely rare and the support for them is incomplete. 15131da177e4SLinus Torvalds 15141da177e4SLinus Torvaldsconfig CPU_NEVADA 15151da177e4SLinus Torvalds bool "RM52xx" 15167cf8053bSRalf Baechle depends on SYS_HAS_CPU_NEVADA 1517ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1518ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1519970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 15201da177e4SLinus Torvalds help 15211da177e4SLinus Torvalds QED / PMC-Sierra RM52xx-series ("Nevada") processors. 15221da177e4SLinus Torvalds 15231da177e4SLinus Torvaldsconfig CPU_R8000 15241da177e4SLinus Torvalds bool "R8000" 15257cf8053bSRalf Baechle depends on SYS_HAS_CPU_R8000 15265e83d430SRalf Baechle select CPU_HAS_PREFETCH 1527ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 15281da177e4SLinus Torvalds help 15291da177e4SLinus Torvalds MIPS Technologies R8000 processors. Note these processors are 15301da177e4SLinus Torvalds uncommon and the support for them is incomplete. 15311da177e4SLinus Torvalds 15321da177e4SLinus Torvaldsconfig CPU_R10000 15331da177e4SLinus Torvalds bool "R10000" 15347cf8053bSRalf Baechle depends on SYS_HAS_CPU_R10000 15355e83d430SRalf Baechle select CPU_HAS_PREFETCH 1536ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1537ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1538797798c1SRalf Baechle select CPU_SUPPORTS_HIGHMEM 1539970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 15401da177e4SLinus Torvalds help 15411da177e4SLinus Torvalds MIPS Technologies R10000-series processors. 15421da177e4SLinus Torvalds 15431da177e4SLinus Torvaldsconfig CPU_RM7000 15441da177e4SLinus Torvalds bool "RM7000" 15457cf8053bSRalf Baechle depends on SYS_HAS_CPU_RM7000 15465e83d430SRalf Baechle select CPU_HAS_PREFETCH 1547ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1548ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1549797798c1SRalf Baechle select CPU_SUPPORTS_HIGHMEM 1550970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 15511da177e4SLinus Torvalds 15521da177e4SLinus Torvaldsconfig CPU_SB1 15531da177e4SLinus Torvalds bool "SB1" 15547cf8053bSRalf Baechle depends on SYS_HAS_CPU_SB1 1555ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1556ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1557797798c1SRalf Baechle select CPU_SUPPORTS_HIGHMEM 1558970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 15590004a9dfSRalf Baechle select WEAK_ORDERING 15601da177e4SLinus Torvalds 1561a86c7f72SDavid Daneyconfig CPU_CAVIUM_OCTEON 1562a86c7f72SDavid Daney bool "Cavium Octeon processor" 15635e683389SDavid Daney depends on SYS_HAS_CPU_CAVIUM_OCTEON 1564a86c7f72SDavid Daney select CPU_HAS_PREFETCH 1565a86c7f72SDavid Daney select CPU_SUPPORTS_64BIT_KERNEL 1566a86c7f72SDavid Daney select WEAK_ORDERING 1567a86c7f72SDavid Daney select CPU_SUPPORTS_HIGHMEM 15689cffd154SDavid Daney select CPU_SUPPORTS_HUGEPAGES 15699296d94dSFlorian Fainelli select USB_EHCI_BIG_ENDIAN_MMIO 1570930beb5aSFlorian Fainelli select MIPS_L1_CACHE_SHIFT_7 1571a86c7f72SDavid Daney help 1572a86c7f72SDavid Daney The Cavium Octeon processor is a highly integrated chip containing 1573a86c7f72SDavid Daney many ethernet hardware widgets for networking tasks. The processor 1574a86c7f72SDavid Daney can have up to 16 Mips64v2 cores and 8 integrated gigabit ethernets. 1575a86c7f72SDavid Daney Full details can be found at http://www.caviumnetworks.com. 1576a86c7f72SDavid Daney 1577cd746249SJonas Gorskiconfig CPU_BMIPS 1578cd746249SJonas Gorski bool "Broadcom BMIPS" 1579cd746249SJonas Gorski depends on SYS_HAS_CPU_BMIPS 1580cd746249SJonas Gorski select CPU_MIPS32 1581fe7f62c0SJonas Gorski select CPU_BMIPS32_3300 if SYS_HAS_CPU_BMIPS32_3300 1582cd746249SJonas Gorski select CPU_BMIPS4350 if SYS_HAS_CPU_BMIPS4350 1583cd746249SJonas Gorski select CPU_BMIPS4380 if SYS_HAS_CPU_BMIPS4380 1584cd746249SJonas Gorski select CPU_BMIPS5000 if SYS_HAS_CPU_BMIPS5000 1585cd746249SJonas Gorski select CPU_SUPPORTS_32BIT_KERNEL 1586cd746249SJonas Gorski select DMA_NONCOHERENT 1587*67e38cf2SRalf Baechle select IRQ_MIPS_CPU 1588cd746249SJonas Gorski select SWAP_IO_SPACE 1589cd746249SJonas Gorski select WEAK_ORDERING 1590c1c0c461SKevin Cernekee select CPU_SUPPORTS_HIGHMEM 159169aaf9c8SJonas Gorski select CPU_HAS_PREFETCH 1592c1c0c461SKevin Cernekee help 1593fe7f62c0SJonas Gorski Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors. 1594c1c0c461SKevin Cernekee 15957f058e85SJayachandran Cconfig CPU_XLR 15967f058e85SJayachandran C bool "Netlogic XLR SoC" 15977f058e85SJayachandran C depends on SYS_HAS_CPU_XLR 15987f058e85SJayachandran C select CPU_SUPPORTS_32BIT_KERNEL 15997f058e85SJayachandran C select CPU_SUPPORTS_64BIT_KERNEL 16007f058e85SJayachandran C select CPU_SUPPORTS_HIGHMEM 1601970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 16027f058e85SJayachandran C select WEAK_ORDERING 16037f058e85SJayachandran C select WEAK_REORDERING_BEYOND_LLSC 16047f058e85SJayachandran C help 16057f058e85SJayachandran C Netlogic Microsystems XLR/XLS processors. 16061c773ea4SJayachandran C 16071c773ea4SJayachandran Cconfig CPU_XLP 16081c773ea4SJayachandran C bool "Netlogic XLP SoC" 16091c773ea4SJayachandran C depends on SYS_HAS_CPU_XLP 16101c773ea4SJayachandran C select CPU_SUPPORTS_32BIT_KERNEL 16111c773ea4SJayachandran C select CPU_SUPPORTS_64BIT_KERNEL 16121c773ea4SJayachandran C select CPU_SUPPORTS_HIGHMEM 16131c773ea4SJayachandran C select WEAK_ORDERING 16141c773ea4SJayachandran C select WEAK_REORDERING_BEYOND_LLSC 16151c773ea4SJayachandran C select CPU_HAS_PREFETCH 1616d6504846SJayachandran C select CPU_MIPSR2 1617ddba6833SPrem Mallappa select CPU_SUPPORTS_HUGEPAGES 16181c773ea4SJayachandran C help 16191c773ea4SJayachandran C Netlogic Microsystems XLP processors. 16201da177e4SLinus Torvaldsendchoice 16211da177e4SLinus Torvalds 1622a6e18781SLeonid Yegoshinconfig CPU_MIPS32_3_5_FEATURES 1623a6e18781SLeonid Yegoshin bool "MIPS32 Release 3.5 Features" 1624a6e18781SLeonid Yegoshin depends on SYS_HAS_CPU_MIPS32_R3_5 16257fd08ca5SLeonid Yegoshin depends on CPU_MIPS32_R2 || CPU_MIPS32_R6 1626a6e18781SLeonid Yegoshin help 1627a6e18781SLeonid Yegoshin Choose this option to build a kernel for release 2 or later of the 1628a6e18781SLeonid Yegoshin MIPS32 architecture including features from the 3.5 release such as 1629a6e18781SLeonid Yegoshin support for Enhanced Virtual Addressing (EVA). 1630a6e18781SLeonid Yegoshin 1631a6e18781SLeonid Yegoshinconfig CPU_MIPS32_3_5_EVA 1632a6e18781SLeonid Yegoshin bool "Enhanced Virtual Addressing (EVA)" 1633a6e18781SLeonid Yegoshin depends on CPU_MIPS32_3_5_FEATURES 1634a6e18781SLeonid Yegoshin select EVA 1635a6e18781SLeonid Yegoshin default y 1636a6e18781SLeonid Yegoshin help 1637a6e18781SLeonid Yegoshin Choose this option if you want to enable the Enhanced Virtual 1638a6e18781SLeonid Yegoshin Addressing (EVA) on your MIPS32 core (such as proAptiv). 1639a6e18781SLeonid Yegoshin One of its primary benefits is an increase in the maximum size 1640a6e18781SLeonid Yegoshin of lowmem (up to 3GB). If unsure, say 'N' here. 1641a6e18781SLeonid Yegoshin 1642c5b36783SSteven J. Hillconfig CPU_MIPS32_R5_FEATURES 1643c5b36783SSteven J. Hill bool "MIPS32 Release 5 Features" 1644c5b36783SSteven J. Hill depends on SYS_HAS_CPU_MIPS32_R5 1645c5b36783SSteven J. Hill depends on CPU_MIPS32_R2 1646c5b36783SSteven J. Hill help 1647c5b36783SSteven J. Hill Choose this option to build a kernel for release 2 or later of the 1648c5b36783SSteven J. Hill MIPS32 architecture including features from release 5 such as 1649c5b36783SSteven J. Hill support for Extended Physical Addressing (XPA). 1650c5b36783SSteven J. Hill 1651c5b36783SSteven J. Hillconfig CPU_MIPS32_R5_XPA 1652c5b36783SSteven J. Hill bool "Extended Physical Addressing (XPA)" 1653c5b36783SSteven J. Hill depends on CPU_MIPS32_R5_FEATURES 1654c5b36783SSteven J. Hill depends on !EVA 1655c5b36783SSteven J. Hill depends on !PAGE_SIZE_4KB 1656c5b36783SSteven J. Hill depends on SYS_SUPPORTS_HIGHMEM 1657c5b36783SSteven J. Hill select XPA 1658c5b36783SSteven J. Hill select HIGHMEM 1659c5b36783SSteven J. Hill select ARCH_PHYS_ADDR_T_64BIT 1660c5b36783SSteven J. Hill default n 1661c5b36783SSteven J. Hill help 1662c5b36783SSteven J. Hill Choose this option if you want to enable the Extended Physical 1663c5b36783SSteven J. Hill Addressing (XPA) on your MIPS32 core (such as P5600 series). The 1664c5b36783SSteven J. Hill benefit is to increase physical addressing equal to or greater 1665c5b36783SSteven J. Hill than 40 bits. Note that this has the side effect of turning on 1666c5b36783SSteven J. Hill 64-bit addressing which in turn makes the PTEs 64-bit in size. 1667c5b36783SSteven J. Hill If unsure, say 'N' here. 1668c5b36783SSteven J. Hill 1669622844bfSWu Zhangjinif CPU_LOONGSON2F 1670622844bfSWu Zhangjinconfig CPU_NOP_WORKAROUNDS 1671622844bfSWu Zhangjin bool 1672622844bfSWu Zhangjin 1673622844bfSWu Zhangjinconfig CPU_JUMP_WORKAROUNDS 1674622844bfSWu Zhangjin bool 1675622844bfSWu Zhangjin 1676622844bfSWu Zhangjinconfig CPU_LOONGSON2F_WORKAROUNDS 1677622844bfSWu Zhangjin bool "Loongson 2F Workarounds" 1678622844bfSWu Zhangjin default y 1679622844bfSWu Zhangjin select CPU_NOP_WORKAROUNDS 1680622844bfSWu Zhangjin select CPU_JUMP_WORKAROUNDS 1681622844bfSWu Zhangjin help 1682622844bfSWu Zhangjin Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which 1683622844bfSWu Zhangjin require workarounds. Without workarounds the system may hang 1684622844bfSWu Zhangjin unexpectedly. For more information please refer to the gas 1685622844bfSWu Zhangjin -mfix-loongson2f-nop and -mfix-loongson2f-jump options. 1686622844bfSWu Zhangjin 1687622844bfSWu Zhangjin Loongson 2F03 and later have fixed these issues and no workarounds 1688622844bfSWu Zhangjin are needed. The workarounds have no significant side effect on them 1689622844bfSWu Zhangjin but may decrease the performance of the system so this option should 1690622844bfSWu Zhangjin be disabled unless the kernel is intended to be run on 2F01 or 2F02 1691622844bfSWu Zhangjin systems. 1692622844bfSWu Zhangjin 1693622844bfSWu Zhangjin If unsure, please say Y. 1694622844bfSWu Zhangjinendif # CPU_LOONGSON2F 1695622844bfSWu Zhangjin 16961b93b3c3SWu Zhangjinconfig SYS_SUPPORTS_ZBOOT 16971b93b3c3SWu Zhangjin bool 16981b93b3c3SWu Zhangjin select HAVE_KERNEL_GZIP 16991b93b3c3SWu Zhangjin select HAVE_KERNEL_BZIP2 170031c4867dSFlorian Fainelli select HAVE_KERNEL_LZ4 17011b93b3c3SWu Zhangjin select HAVE_KERNEL_LZMA 1702fe1d45e0SWu Zhangjin select HAVE_KERNEL_LZO 17034e23eb63SFlorian Fainelli select HAVE_KERNEL_XZ 17041b93b3c3SWu Zhangjin 17051b93b3c3SWu Zhangjinconfig SYS_SUPPORTS_ZBOOT_UART16550 17061b93b3c3SWu Zhangjin bool 17071b93b3c3SWu Zhangjin select SYS_SUPPORTS_ZBOOT 17081b93b3c3SWu Zhangjin 17093702bba5SWu Zhangjinconfig CPU_LOONGSON2 17103702bba5SWu Zhangjin bool 17113702bba5SWu Zhangjin select CPU_SUPPORTS_32BIT_KERNEL 17123702bba5SWu Zhangjin select CPU_SUPPORTS_64BIT_KERNEL 17133702bba5SWu Zhangjin select CPU_SUPPORTS_HIGHMEM 1714970d032fSRalf Baechle select CPU_SUPPORTS_HUGEPAGES 17153702bba5SWu Zhangjin 1716ca585cf9SKelvin Cheungconfig CPU_LOONGSON1 1717ca585cf9SKelvin Cheung bool 1718ca585cf9SKelvin Cheung select CPU_MIPS32 1719ca585cf9SKelvin Cheung select CPU_MIPSR2 1720ca585cf9SKelvin Cheung select CPU_HAS_PREFETCH 1721ca585cf9SKelvin Cheung select CPU_SUPPORTS_32BIT_KERNEL 1722ca585cf9SKelvin Cheung select CPU_SUPPORTS_HIGHMEM 1723f29ad10dSKelvin Cheung select CPU_SUPPORTS_CPUFREQ 1724ca585cf9SKelvin Cheung 1725fe7f62c0SJonas Gorskiconfig CPU_BMIPS32_3300 172604fa8bf7SJonas Gorski select SMP_UP if SMP 17271bbb6c1bSKevin Cernekee bool 1728cd746249SJonas Gorski 1729cd746249SJonas Gorskiconfig CPU_BMIPS4350 1730cd746249SJonas Gorski bool 1731cd746249SJonas Gorski select SYS_SUPPORTS_SMP 1732cd746249SJonas Gorski select SYS_SUPPORTS_HOTPLUG_CPU 1733cd746249SJonas Gorski 1734cd746249SJonas Gorskiconfig CPU_BMIPS4380 1735cd746249SJonas Gorski bool 1736bbf2ba67SKevin Cernekee select MIPS_L1_CACHE_SHIFT_6 1737cd746249SJonas Gorski select SYS_SUPPORTS_SMP 1738cd746249SJonas Gorski select SYS_SUPPORTS_HOTPLUG_CPU 1739cd746249SJonas Gorski 1740cd746249SJonas Gorskiconfig CPU_BMIPS5000 1741cd746249SJonas Gorski bool 1742cd746249SJonas Gorski select MIPS_CPU_SCACHE 1743bbf2ba67SKevin Cernekee select MIPS_L1_CACHE_SHIFT_7 1744cd746249SJonas Gorski select SYS_SUPPORTS_SMP 1745cd746249SJonas Gorski select SYS_SUPPORTS_HOTPLUG_CPU 17461bbb6c1bSKevin Cernekee 17470e476d91SHuacai Chenconfig SYS_HAS_CPU_LOONGSON3 17480e476d91SHuacai Chen bool 17490e476d91SHuacai Chen select CPU_SUPPORTS_CPUFREQ 17500e476d91SHuacai Chen 17513702bba5SWu Zhangjinconfig SYS_HAS_CPU_LOONGSON2E 17522a21c730SFuxin Zhang bool 17532a21c730SFuxin Zhang 17546f7a251aSWu Zhangjinconfig SYS_HAS_CPU_LOONGSON2F 17556f7a251aSWu Zhangjin bool 175655045ff5SWu Zhangjin select CPU_SUPPORTS_CPUFREQ 175755045ff5SWu Zhangjin select CPU_SUPPORTS_ADDRWINCFG if 64BIT 175822f1fdfdSWu Zhangjin select CPU_SUPPORTS_UNCACHED_ACCELERATED 17596f7a251aSWu Zhangjin 1760ca585cf9SKelvin Cheungconfig SYS_HAS_CPU_LOONGSON1B 1761ca585cf9SKelvin Cheung bool 1762ca585cf9SKelvin Cheung 17637cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1 17647cf8053bSRalf Baechle bool 17657cf8053bSRalf Baechle 17667cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2 17677cf8053bSRalf Baechle bool 17687cf8053bSRalf Baechle 1769a6e18781SLeonid Yegoshinconfig SYS_HAS_CPU_MIPS32_R3_5 1770a6e18781SLeonid Yegoshin bool 1771a6e18781SLeonid Yegoshin 1772c5b36783SSteven J. Hillconfig SYS_HAS_CPU_MIPS32_R5 1773c5b36783SSteven J. Hill bool 1774c5b36783SSteven J. Hill 17757fd08ca5SLeonid Yegoshinconfig SYS_HAS_CPU_MIPS32_R6 17767fd08ca5SLeonid Yegoshin bool 17777fd08ca5SLeonid Yegoshin 17787cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1 17797cf8053bSRalf Baechle bool 17807cf8053bSRalf Baechle 17817cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2 17827cf8053bSRalf Baechle bool 17837cf8053bSRalf Baechle 17847fd08ca5SLeonid Yegoshinconfig SYS_HAS_CPU_MIPS64_R6 17857fd08ca5SLeonid Yegoshin bool 17867fd08ca5SLeonid Yegoshin 17877cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000 17887cf8053bSRalf Baechle bool 17897cf8053bSRalf Baechle 17907cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX39XX 17917cf8053bSRalf Baechle bool 17927cf8053bSRalf Baechle 17937cf8053bSRalf Baechleconfig SYS_HAS_CPU_VR41XX 17947cf8053bSRalf Baechle bool 17957cf8053bSRalf Baechle 17967cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4300 17977cf8053bSRalf Baechle bool 17987cf8053bSRalf Baechle 17997cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00 18007cf8053bSRalf Baechle bool 18017cf8053bSRalf Baechle 18027cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX 18037cf8053bSRalf Baechle bool 18047cf8053bSRalf Baechle 18057cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000 18067cf8053bSRalf Baechle bool 18077cf8053bSRalf Baechle 18087cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5432 18097cf8053bSRalf Baechle bool 18107cf8053bSRalf Baechle 1811542c1020SShinya Kuribayashiconfig SYS_HAS_CPU_R5500 1812542c1020SShinya Kuribayashi bool 1813542c1020SShinya Kuribayashi 18147cf8053bSRalf Baechleconfig SYS_HAS_CPU_R6000 18157cf8053bSRalf Baechle bool 18167cf8053bSRalf Baechle 18177cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA 18187cf8053bSRalf Baechle bool 18197cf8053bSRalf Baechle 18207cf8053bSRalf Baechleconfig SYS_HAS_CPU_R8000 18217cf8053bSRalf Baechle bool 18227cf8053bSRalf Baechle 18237cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000 18247cf8053bSRalf Baechle bool 18257cf8053bSRalf Baechle 18267cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000 18277cf8053bSRalf Baechle bool 18287cf8053bSRalf Baechle 18297cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1 18307cf8053bSRalf Baechle bool 18317cf8053bSRalf Baechle 18325e683389SDavid Daneyconfig SYS_HAS_CPU_CAVIUM_OCTEON 18335e683389SDavid Daney bool 18345e683389SDavid Daney 1835cd746249SJonas Gorskiconfig SYS_HAS_CPU_BMIPS 1836c1c0c461SKevin Cernekee bool 1837c1c0c461SKevin Cernekee 1838fe7f62c0SJonas Gorskiconfig SYS_HAS_CPU_BMIPS32_3300 1839c1c0c461SKevin Cernekee bool 1840cd746249SJonas Gorski select SYS_HAS_CPU_BMIPS 1841c1c0c461SKevin Cernekee 1842c1c0c461SKevin Cernekeeconfig SYS_HAS_CPU_BMIPS4350 1843c1c0c461SKevin Cernekee bool 1844cd746249SJonas Gorski select SYS_HAS_CPU_BMIPS 1845c1c0c461SKevin Cernekee 1846c1c0c461SKevin Cernekeeconfig SYS_HAS_CPU_BMIPS4380 1847c1c0c461SKevin Cernekee bool 1848cd746249SJonas Gorski select SYS_HAS_CPU_BMIPS 1849c1c0c461SKevin Cernekee 1850c1c0c461SKevin Cernekeeconfig SYS_HAS_CPU_BMIPS5000 1851c1c0c461SKevin Cernekee bool 1852cd746249SJonas Gorski select SYS_HAS_CPU_BMIPS 1853c1c0c461SKevin Cernekee 18547f058e85SJayachandran Cconfig SYS_HAS_CPU_XLR 18557f058e85SJayachandran C bool 18567f058e85SJayachandran C 18571c773ea4SJayachandran Cconfig SYS_HAS_CPU_XLP 18581c773ea4SJayachandran C bool 18591c773ea4SJayachandran C 1860b6911bbaSPaul Burtonconfig MIPS_MALTA_PM 1861b6911bbaSPaul Burton depends on MIPS_MALTA 1862b6911bbaSPaul Burton depends on PCI 1863b6911bbaSPaul Burton bool 1864b6911bbaSPaul Burton default y 1865b6911bbaSPaul Burton 186617099b11SRalf Baechle# 186717099b11SRalf Baechle# CPU may reorder R->R, R->W, W->R, W->W 186817099b11SRalf Baechle# Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC 186917099b11SRalf Baechle# 18700004a9dfSRalf Baechleconfig WEAK_ORDERING 18710004a9dfSRalf Baechle bool 187217099b11SRalf Baechle 187317099b11SRalf Baechle# 187417099b11SRalf Baechle# CPU may reorder reads and writes beyond LL/SC 187517099b11SRalf Baechle# CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC 187617099b11SRalf Baechle# 187717099b11SRalf Baechleconfig WEAK_REORDERING_BEYOND_LLSC 187817099b11SRalf Baechle bool 18795e83d430SRalf Baechleendmenu 18805e83d430SRalf Baechle 18815e83d430SRalf Baechle# 18825e83d430SRalf Baechle# These two indicate any level of the MIPS32 and MIPS64 architecture 18835e83d430SRalf Baechle# 18845e83d430SRalf Baechleconfig CPU_MIPS32 18855e83d430SRalf Baechle bool 18867fd08ca5SLeonid Yegoshin default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 || CPU_MIPS32_R6 18875e83d430SRalf Baechle 18885e83d430SRalf Baechleconfig CPU_MIPS64 18895e83d430SRalf Baechle bool 18907fd08ca5SLeonid Yegoshin default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 || CPU_MIPS64_R6 18915e83d430SRalf Baechle 18925e83d430SRalf Baechle# 1893c09b47d8SChris Dearman# These two indicate the revision of the architecture, either Release 1 or Release 2 18945e83d430SRalf Baechle# 18955e83d430SRalf Baechleconfig CPU_MIPSR1 18965e83d430SRalf Baechle bool 18975e83d430SRalf Baechle default y if CPU_MIPS32_R1 || CPU_MIPS64_R1 18985e83d430SRalf Baechle 18995e83d430SRalf Baechleconfig CPU_MIPSR2 19005e83d430SRalf Baechle bool 1901a86c7f72SDavid Daney default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON 1902a7e07b1aSMarkos Chandras select MIPS_SPRAM 19035e83d430SRalf Baechle 19047fd08ca5SLeonid Yegoshinconfig CPU_MIPSR6 19057fd08ca5SLeonid Yegoshin bool 19067fd08ca5SLeonid Yegoshin default y if CPU_MIPS32_R6 || CPU_MIPS64_R6 1907a7e07b1aSMarkos Chandras select MIPS_SPRAM 19085e83d430SRalf Baechle 1909a6e18781SLeonid Yegoshinconfig EVA 1910a6e18781SLeonid Yegoshin bool 1911a6e18781SLeonid Yegoshin 1912c5b36783SSteven J. Hillconfig XPA 1913c5b36783SSteven J. Hill bool 1914c5b36783SSteven J. Hill 19155e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL 19165e83d430SRalf Baechle bool 19175e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL 19185e83d430SRalf Baechle bool 19195e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL 19205e83d430SRalf Baechle bool 19215e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL 19225e83d430SRalf Baechle bool 192355045ff5SWu Zhangjinconfig CPU_SUPPORTS_CPUFREQ 192455045ff5SWu Zhangjin bool 192555045ff5SWu Zhangjinconfig CPU_SUPPORTS_ADDRWINCFG 192655045ff5SWu Zhangjin bool 19279cffd154SDavid Daneyconfig CPU_SUPPORTS_HUGEPAGES 19289cffd154SDavid Daney bool 192922f1fdfdSWu Zhangjinconfig CPU_SUPPORTS_UNCACHED_ACCELERATED 193022f1fdfdSWu Zhangjin bool 193182622284SDavid Daneyconfig MIPS_PGD_C0_CONTEXT 193282622284SDavid Daney bool 1933d6504846SJayachandran C default y if 64BIT && CPU_MIPSR2 && !CPU_XLP 19345e83d430SRalf Baechle 19358192c9eaSDavid Daney# 19368192c9eaSDavid Daney# Set to y for ptrace access to watch registers. 19378192c9eaSDavid Daney# 19388192c9eaSDavid Daneyconfig HARDWARE_WATCHPOINTS 19398192c9eaSDavid Daney bool 1940f839490aSDavid Daney default y if CPU_MIPSR1 || CPU_MIPSR2 19418192c9eaSDavid Daney 19425e83d430SRalf Baechlemenu "Kernel type" 19435e83d430SRalf Baechle 19445e83d430SRalf Baechlechoice 19455e83d430SRalf Baechle prompt "Kernel code model" 19465e83d430SRalf Baechle help 19475e83d430SRalf Baechle You should only select this option if you have a workload that 19485e83d430SRalf Baechle actually benefits from 64-bit processing or if your machine has 19495e83d430SRalf Baechle large memory. You will only be presented a single option in this 19505e83d430SRalf Baechle menu if your system does not support both 32-bit and 64-bit kernels. 19515e83d430SRalf Baechle 19525e83d430SRalf Baechleconfig 32BIT 19535e83d430SRalf Baechle bool "32-bit kernel" 19545e83d430SRalf Baechle depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL 19555e83d430SRalf Baechle select TRAD_SIGNALS 19565e83d430SRalf Baechle help 19575e83d430SRalf Baechle Select this option if you want to build a 32-bit kernel. 19585e83d430SRalf Baechleconfig 64BIT 19595e83d430SRalf Baechle bool "64-bit kernel" 19605e83d430SRalf Baechle depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL 19615e83d430SRalf Baechle help 19625e83d430SRalf Baechle Select this option if you want to build a 64-bit kernel. 19635e83d430SRalf Baechle 19645e83d430SRalf Baechleendchoice 19655e83d430SRalf Baechle 19662235a54dSSanjay Lalconfig KVM_GUEST 19672235a54dSSanjay Lal bool "KVM Guest Kernel" 1968f2a5b1d7SJames Hogan depends on BROKEN_ON_SMP 19692235a54dSSanjay Lal help 19702235a54dSSanjay Lal Select this option if building a guest kernel for KVM (Trap & Emulate) mode 19712235a54dSSanjay Lal 1972eda3d33cSJames Hoganconfig KVM_GUEST_TIMER_FREQ 1973eda3d33cSJames Hogan int "Count/Compare Timer Frequency (MHz)" 19742235a54dSSanjay Lal depends on KVM_GUEST 1975eda3d33cSJames Hogan default 100 19762235a54dSSanjay Lal help 1977eda3d33cSJames Hogan Set this to non-zero if building a guest kernel for KVM to skip RTC 1978eda3d33cSJames Hogan emulation when determining guest CPU Frequency. Instead, the guest's 1979eda3d33cSJames Hogan timer frequency is specified directly. 19802235a54dSSanjay Lal 19811da177e4SLinus Torvaldschoice 19821da177e4SLinus Torvalds prompt "Kernel page size" 19831da177e4SLinus Torvalds default PAGE_SIZE_4KB 19841da177e4SLinus Torvalds 19851da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB 19861da177e4SLinus Torvalds bool "4kB" 19870e476d91SHuacai Chen depends on !CPU_LOONGSON2 && !CPU_LOONGSON3 19881da177e4SLinus Torvalds help 19891da177e4SLinus Torvalds This option select the standard 4kB Linux page size. On some 19901da177e4SLinus Torvalds R3000-family processors this is the only available page size. Using 19911da177e4SLinus Torvalds 4kB page size will minimize memory consumption and is therefore 19921da177e4SLinus Torvalds recommended for low memory systems. 19931da177e4SLinus Torvalds 19941da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB 19951da177e4SLinus Torvalds bool "8kB" 19967d60717eSKees Cook depends on CPU_R8000 || CPU_CAVIUM_OCTEON 19971da177e4SLinus Torvalds help 19981da177e4SLinus Torvalds Using 8kB page size will result in higher performance kernel at 19991da177e4SLinus Torvalds the price of higher memory consumption. This option is available 2000c52399beSRalf Baechle only on R8000 and cnMIPS processors. Note that you will need a 2001c52399beSRalf Baechle suitable Linux distribution to support this. 20021da177e4SLinus Torvalds 20031da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB 20041da177e4SLinus Torvalds bool "16kB" 2005714bfad6SRalf Baechle depends on !CPU_R3000 && !CPU_TX39XX 20061da177e4SLinus Torvalds help 20071da177e4SLinus Torvalds Using 16kB page size will result in higher performance kernel at 20081da177e4SLinus Torvalds the price of higher memory consumption. This option is available on 2009714bfad6SRalf Baechle all non-R3000 family processors. Note that you will need a suitable 2010714bfad6SRalf Baechle Linux distribution to support this. 20111da177e4SLinus Torvalds 2012c52399beSRalf Baechleconfig PAGE_SIZE_32KB 2013c52399beSRalf Baechle bool "32kB" 2014c52399beSRalf Baechle depends on CPU_CAVIUM_OCTEON 2015c52399beSRalf Baechle help 2016c52399beSRalf Baechle Using 32kB page size will result in higher performance kernel at 2017c52399beSRalf Baechle the price of higher memory consumption. This option is available 2018c52399beSRalf Baechle only on cnMIPS cores. Note that you will need a suitable Linux 2019c52399beSRalf Baechle distribution to support this. 2020c52399beSRalf Baechle 20211da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB 20221da177e4SLinus Torvalds bool "64kB" 20237d60717eSKees Cook depends on !CPU_R3000 && !CPU_TX39XX 20241da177e4SLinus Torvalds help 20251da177e4SLinus Torvalds Using 64kB page size will result in higher performance kernel at 20261da177e4SLinus Torvalds the price of higher memory consumption. This option is available on 20271da177e4SLinus Torvalds all non-R3000 family processor. Not that at the time of this 2028714bfad6SRalf Baechle writing this option is still high experimental. 20291da177e4SLinus Torvalds 20301da177e4SLinus Torvaldsendchoice 20311da177e4SLinus Torvalds 2032c9bace7cSDavid Daneyconfig FORCE_MAX_ZONEORDER 2033c9bace7cSDavid Daney int "Maximum zone order" 2034e4362d1eSAlex Smith range 14 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB 2035e4362d1eSAlex Smith default "14" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB 2036e4362d1eSAlex Smith range 13 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB 2037e4362d1eSAlex Smith default "13" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB 2038e4362d1eSAlex Smith range 12 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB 2039e4362d1eSAlex Smith default "12" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB 2040c9bace7cSDavid Daney range 11 64 2041c9bace7cSDavid Daney default "11" 2042c9bace7cSDavid Daney help 2043c9bace7cSDavid Daney The kernel memory allocator divides physically contiguous memory 2044c9bace7cSDavid Daney blocks into "zones", where each zone is a power of two number of 2045c9bace7cSDavid Daney pages. This option selects the largest power of two that the kernel 2046c9bace7cSDavid Daney keeps in the memory allocator. If you need to allocate very large 2047c9bace7cSDavid Daney blocks of physically contiguous memory, then you may need to 2048c9bace7cSDavid Daney increase this value. 2049c9bace7cSDavid Daney 2050c9bace7cSDavid Daney This config option is actually maximum order plus one. For example, 2051c9bace7cSDavid Daney a value of 11 means that the largest free memory block is 2^10 pages. 2052c9bace7cSDavid Daney 2053c9bace7cSDavid Daney The page size is not necessarily 4KB. Keep this in mind 2054c9bace7cSDavid Daney when choosing a value for this option. 2055c9bace7cSDavid Daney 20561da177e4SLinus Torvaldsconfig BOARD_SCACHE 20571da177e4SLinus Torvalds bool 20581da177e4SLinus Torvalds 20591da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE 20601da177e4SLinus Torvalds bool 20611da177e4SLinus Torvalds select BOARD_SCACHE 20621da177e4SLinus Torvalds 20639318c51aSChris Dearman# 20649318c51aSChris Dearman# Support for a MIPS32 / MIPS64 style S-caches 20659318c51aSChris Dearman# 20669318c51aSChris Dearmanconfig MIPS_CPU_SCACHE 20679318c51aSChris Dearman bool 20689318c51aSChris Dearman select BOARD_SCACHE 20699318c51aSChris Dearman 20701da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE 20711da177e4SLinus Torvalds bool 20721da177e4SLinus Torvalds select BOARD_SCACHE 20731da177e4SLinus Torvalds 20741da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE 20751da177e4SLinus Torvalds bool 20761da177e4SLinus Torvalds select BOARD_SCACHE 20771da177e4SLinus Torvalds 20781da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS 20791da177e4SLinus Torvalds bool "Use DMA to clear/copy pages" 20801da177e4SLinus Torvalds depends on CPU_SB1 20811da177e4SLinus Torvalds help 20821da177e4SLinus Torvalds Instead of using the CPU to zero and copy pages, use a Data Mover 20831da177e4SLinus Torvalds channel. These DMA channels are otherwise unused by the standard 20841da177e4SLinus Torvalds SiByte Linux port. Seems to give a small performance benefit. 20851da177e4SLinus Torvalds 20861da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH 2087c8094b53SRalf Baechle bool 20881da177e4SLinus Torvalds 20893165c846SFlorian Fainelliconfig CPU_GENERIC_DUMP_TLB 20903165c846SFlorian Fainelli bool 20913165c846SFlorian Fainelli default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX) 20923165c846SFlorian Fainelli 209391405eb6SFlorian Fainelliconfig CPU_R4K_FPU 209491405eb6SFlorian Fainelli bool 209591405eb6SFlorian Fainelli default y if !(CPU_R3000 || CPU_R6000 || CPU_TX39XX || CPU_CAVIUM_OCTEON) 209691405eb6SFlorian Fainelli 209762cedc4fSFlorian Fainelliconfig CPU_R4K_CACHE_TLB 209862cedc4fSFlorian Fainelli bool 209962cedc4fSFlorian Fainelli default y if !(CPU_R3000 || CPU_R8000 || CPU_SB1 || CPU_TX39XX || CPU_CAVIUM_OCTEON) 210062cedc4fSFlorian Fainelli 210159d6ab86SRalf Baechleconfig MIPS_MT_SMP 2102a92b7f87SMarkos Chandras bool "MIPS MT SMP support (1 TC on each available VPE)" 210359d6ab86SRalf Baechle depends on SYS_SUPPORTS_MULTITHREADING 210459d6ab86SRalf Baechle select CPU_MIPSR2_IRQ_VI 2105d725cf38SChris Dearman select CPU_MIPSR2_IRQ_EI 2106c080faa5SSteven J. Hill select SYNC_R4K 21070c2cb004SPaul Burton select MIPS_GIC_IPI 210859d6ab86SRalf Baechle select MIPS_MT 210959d6ab86SRalf Baechle select SMP 211087353d8aSRalf Baechle select SMP_UP 2111c080faa5SSteven J. Hill select SYS_SUPPORTS_SMP 2112c080faa5SSteven J. Hill select SYS_SUPPORTS_SCHED_SMT 2113399aaa25SAl Cooper select MIPS_PERF_SHARED_TC_COUNTERS 211459d6ab86SRalf Baechle help 2115c080faa5SSteven J. Hill This is a kernel model which is known as SMVP. This is supported 2116c080faa5SSteven J. Hill on cores with the MT ASE and uses the available VPEs to implement 2117c080faa5SSteven J. Hill virtual processors which supports SMP. This is equivalent to the 2118c080faa5SSteven J. Hill Intel Hyperthreading feature. For further information go to 2119c080faa5SSteven J. Hill <http://www.imgtec.com/mips/mips-multithreading.asp>. 212059d6ab86SRalf Baechle 2121f41ae0b2SRalf Baechleconfig MIPS_MT 2122f41ae0b2SRalf Baechle bool 2123f41ae0b2SRalf Baechle 21240ab7aefcSRalf Baechleconfig SCHED_SMT 21250ab7aefcSRalf Baechle bool "SMT (multithreading) scheduler support" 21260ab7aefcSRalf Baechle depends on SYS_SUPPORTS_SCHED_SMT 21270ab7aefcSRalf Baechle default n 21280ab7aefcSRalf Baechle help 21290ab7aefcSRalf Baechle SMT scheduler support improves the CPU scheduler's decision making 21300ab7aefcSRalf Baechle when dealing with MIPS MT enabled cores at a cost of slightly 21310ab7aefcSRalf Baechle increased overhead in some places. If unsure say N here. 21320ab7aefcSRalf Baechle 21330ab7aefcSRalf Baechleconfig SYS_SUPPORTS_SCHED_SMT 21340ab7aefcSRalf Baechle bool 21350ab7aefcSRalf Baechle 2136f41ae0b2SRalf Baechleconfig SYS_SUPPORTS_MULTITHREADING 2137f41ae0b2SRalf Baechle bool 2138f41ae0b2SRalf Baechle 2139f088fc84SRalf Baechleconfig MIPS_MT_FPAFF 2140f088fc84SRalf Baechle bool "Dynamic FPU affinity for FP-intensive threads" 2141f088fc84SRalf Baechle default y 2142b633648cSRalf Baechle depends on MIPS_MT_SMP 214307cc0c9eSRalf Baechle 2144b0a668fbSLeonid Yegoshinconfig MIPSR2_TO_R6_EMULATOR 2145b0a668fbSLeonid Yegoshin bool "MIPS R2-to-R6 emulator" 2146b0a668fbSLeonid Yegoshin depends on CPU_MIPSR6 && !SMP 2147b0a668fbSLeonid Yegoshin default y 2148b0a668fbSLeonid Yegoshin help 2149b0a668fbSLeonid Yegoshin Choose this option if you want to run non-R6 MIPS userland code. 2150b0a668fbSLeonid Yegoshin Even if you say 'Y' here, the emulator will still be disabled by 215107edf0d4SMarkos Chandras default. You can enable it using the 'mipsr2emu' kernel option. 2152b0a668fbSLeonid Yegoshin The only reason this is a build-time option is to save ~14K from the 2153b0a668fbSLeonid Yegoshin final kernel image. 2154b0a668fbSLeonid Yegoshincomment "MIPS R2-to-R6 emulator is only available for UP kernels" 2155b0a668fbSLeonid Yegoshin depends on SMP && CPU_MIPSR6 2156b0a668fbSLeonid Yegoshin 215707cc0c9eSRalf Baechleconfig MIPS_VPE_LOADER 215807cc0c9eSRalf Baechle bool "VPE loader support." 2159704e6460SMarkos Chandras depends on SYS_SUPPORTS_MULTITHREADING && MODULES 216007cc0c9eSRalf Baechle select CPU_MIPSR2_IRQ_VI 216107cc0c9eSRalf Baechle select CPU_MIPSR2_IRQ_EI 216207cc0c9eSRalf Baechle select MIPS_MT 216307cc0c9eSRalf Baechle help 216407cc0c9eSRalf Baechle Includes a loader for loading an elf relocatable object 216507cc0c9eSRalf Baechle onto another VPE and running it. 2166f088fc84SRalf Baechle 216717a1d523SDeng-Cheng Zhuconfig MIPS_VPE_LOADER_CMP 216817a1d523SDeng-Cheng Zhu bool 216917a1d523SDeng-Cheng Zhu default "y" 217017a1d523SDeng-Cheng Zhu depends on MIPS_VPE_LOADER && MIPS_CMP 217117a1d523SDeng-Cheng Zhu 21721a2a6d7eSDeng-Cheng Zhuconfig MIPS_VPE_LOADER_MT 21731a2a6d7eSDeng-Cheng Zhu bool 21741a2a6d7eSDeng-Cheng Zhu default "y" 21751a2a6d7eSDeng-Cheng Zhu depends on MIPS_VPE_LOADER && !MIPS_CMP 21761a2a6d7eSDeng-Cheng Zhu 2177e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM 2178e01402b1SRalf Baechle bool "Load VPE program into memory hidden from linux" 2179e01402b1SRalf Baechle depends on MIPS_VPE_LOADER 2180e01402b1SRalf Baechle default y 2181e01402b1SRalf Baechle help 2182e01402b1SRalf Baechle The loader can use memory that is present but has been hidden from 2183e01402b1SRalf Baechle Linux using the kernel command line option "mem=xxMB". It's up to 2184e01402b1SRalf Baechle you to ensure the amount you put in the option and the space your 2185e01402b1SRalf Baechle program requires is less or equal to the amount physically present. 2186e01402b1SRalf Baechle 2187e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API 2188e01402b1SRalf Baechle bool "Enable support for AP/SP API (RTLX)" 2189e01402b1SRalf Baechle depends on MIPS_VPE_LOADER 21905e83d430SRalf Baechle help 2191e01402b1SRalf Baechle 2192da615cf6SDeng-Cheng Zhuconfig MIPS_VPE_APSP_API_CMP 2193da615cf6SDeng-Cheng Zhu bool 2194da615cf6SDeng-Cheng Zhu default "y" 2195da615cf6SDeng-Cheng Zhu depends on MIPS_VPE_APSP_API && MIPS_CMP 2196da615cf6SDeng-Cheng Zhu 21972c973ef0SDeng-Cheng Zhuconfig MIPS_VPE_APSP_API_MT 21982c973ef0SDeng-Cheng Zhu bool 21992c973ef0SDeng-Cheng Zhu default "y" 22002c973ef0SDeng-Cheng Zhu depends on MIPS_VPE_APSP_API && !MIPS_CMP 22012c973ef0SDeng-Cheng Zhu 22024a16ff4cSRalf Baechleconfig MIPS_CMP 22035cac93b3SPaul Burton bool "MIPS CMP framework support (DEPRECATED)" 2204b633648cSRalf Baechle depends on SYS_SUPPORTS_MIPS_CMP 220572e20142SPaul Burton select MIPS_GIC_IPI 2206b10b43baSMarkos Chandras select SMP 2207eb9b5141STim Anderson select SYNC_R4K 2208b10b43baSMarkos Chandras select SYS_SUPPORTS_SMP 22094a16ff4cSRalf Baechle select WEAK_ORDERING 22104a16ff4cSRalf Baechle default n 22114a16ff4cSRalf Baechle help 2212044505c7SPaul Burton Select this if you are using a bootloader which implements the "CMP 2213044505c7SPaul Burton framework" protocol (ie. YAMON) and want your kernel to make use of 2214044505c7SPaul Burton its ability to start secondary CPUs. 22154a16ff4cSRalf Baechle 22165cac93b3SPaul Burton Unless you have a specific need, you should use CONFIG_MIPS_CPS 22175cac93b3SPaul Burton instead of this. 22185cac93b3SPaul Burton 22190ee958e1SPaul Burtonconfig MIPS_CPS 22200ee958e1SPaul Burton bool "MIPS Coherent Processing System support" 22216ca716f2SMarkos Chandras depends on SYS_SUPPORTS_MIPS_CPS && !64BIT 22220ee958e1SPaul Burton select MIPS_CM 22230ee958e1SPaul Burton select MIPS_CPC 22241d8f1f5aSPaul Burton select MIPS_CPS_PM if HOTPLUG_CPU 22250ee958e1SPaul Burton select MIPS_GIC_IPI 22260ee958e1SPaul Burton select SMP 22270ee958e1SPaul Burton select SYNC_R4K if (CEVT_R4K || CSRC_R4K) 22281d8f1f5aSPaul Burton select SYS_SUPPORTS_HOTPLUG_CPU 22290ee958e1SPaul Burton select SYS_SUPPORTS_SMP 22300ee958e1SPaul Burton select WEAK_ORDERING 22310ee958e1SPaul Burton help 22320ee958e1SPaul Burton Select this if you wish to run an SMP kernel across multiple cores 22330ee958e1SPaul Burton within a MIPS Coherent Processing System. When this option is 22340ee958e1SPaul Burton enabled the kernel will probe for other cores and boot them with 22350ee958e1SPaul Burton no external assistance. It is safe to enable this when hardware 22360ee958e1SPaul Burton support is unavailable. 22370ee958e1SPaul Burton 22383179d37eSPaul Burtonconfig MIPS_CPS_PM 223939a59593SMarkos Chandras depends on MIPS_CPS 2240a8b84677SPaul Burton select MIPS_CPC 22413179d37eSPaul Burton bool 22423179d37eSPaul Burton 224372e20142SPaul Burtonconfig MIPS_GIC_IPI 224472e20142SPaul Burton bool 224572e20142SPaul Burton 22469f98f3ddSPaul Burtonconfig MIPS_CM 22479f98f3ddSPaul Burton bool 22489f98f3ddSPaul Burton 22499c38cf44SPaul Burtonconfig MIPS_CPC 22509c38cf44SPaul Burton bool 22512600990eSRalf Baechle 22521da177e4SLinus Torvaldsconfig SB1_PASS_1_WORKAROUNDS 22531da177e4SLinus Torvalds bool 22541da177e4SLinus Torvalds depends on CPU_SB1_PASS_1 22551da177e4SLinus Torvalds default y 22561da177e4SLinus Torvalds 22571da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS 22581da177e4SLinus Torvalds bool 22591da177e4SLinus Torvalds depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2) 22601da177e4SLinus Torvalds default y 22611da177e4SLinus Torvalds 22621da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS 22631da177e4SLinus Torvalds bool 22641da177e4SLinus Torvalds depends on CPU_SB1 && CPU_SB1_PASS_2 22651da177e4SLinus Torvalds default y 22661da177e4SLinus Torvalds 22672235a54dSSanjay Lal 226860ec6571Spascal@pabr.orgconfig ARCH_PHYS_ADDR_T_64BIT 226934adb28dSRalf Baechle bool 227060ec6571Spascal@pabr.org 22719e2b5372SMarkos Chandraschoice 22729e2b5372SMarkos Chandras prompt "SmartMIPS or microMIPS ASE support" 22739e2b5372SMarkos Chandras 22749e2b5372SMarkos Chandrasconfig CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS 22759e2b5372SMarkos Chandras bool "None" 22769e2b5372SMarkos Chandras help 22779e2b5372SMarkos Chandras Select this if you want neither microMIPS nor SmartMIPS support 22789e2b5372SMarkos Chandras 22799693a853SFranck Bui-Huuconfig CPU_HAS_SMARTMIPS 22809693a853SFranck Bui-Huu depends on SYS_SUPPORTS_SMARTMIPS 22819e2b5372SMarkos Chandras bool "SmartMIPS" 22829693a853SFranck Bui-Huu help 22839693a853SFranck Bui-Huu SmartMIPS is a extension of the MIPS32 architecture aimed at 22849693a853SFranck Bui-Huu increased security at both hardware and software level for 22859693a853SFranck Bui-Huu smartcards. Enabling this option will allow proper use of the 22869693a853SFranck Bui-Huu SmartMIPS instructions by Linux applications. However a kernel with 22879693a853SFranck Bui-Huu this option will not work on a MIPS core without SmartMIPS core. If 22889693a853SFranck Bui-Huu you don't know you probably don't have SmartMIPS and should say N 22899693a853SFranck Bui-Huu here. 22909693a853SFranck Bui-Huu 2291bce86083SSteven J. Hillconfig CPU_MICROMIPS 22927fd08ca5SLeonid Yegoshin depends on 32BIT && SYS_SUPPORTS_MICROMIPS && !CPU_MIPSR6 22939e2b5372SMarkos Chandras bool "microMIPS" 2294bce86083SSteven J. Hill help 2295bce86083SSteven J. Hill When this option is enabled the kernel will be built using the 2296bce86083SSteven J. Hill microMIPS ISA 2297bce86083SSteven J. Hill 22989e2b5372SMarkos Chandrasendchoice 22999e2b5372SMarkos Chandras 2300a5e9a69eSPaul Burtonconfig CPU_HAS_MSA 23014af94d5dSPaul Burton bool "Support for the MIPS SIMD Architecture (EXPERIMENTAL)" 2302a5e9a69eSPaul Burton depends on CPU_SUPPORTS_MSA 23032a6cb669SPaul Burton depends on 64BIT || MIPS_O32_FP64_SUPPORT 2304a5e9a69eSPaul Burton help 2305a5e9a69eSPaul Burton MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers 2306a5e9a69eSPaul Burton and a set of SIMD instructions to operate on them. When this option 23071db1af84SPaul Burton is enabled the kernel will support allocating & switching MSA 23081db1af84SPaul Burton vector register contexts. If you know that your kernel will only be 23091db1af84SPaul Burton running on CPUs which do not support MSA or that your userland will 23101db1af84SPaul Burton not be making use of it then you may wish to say N here to reduce 23111db1af84SPaul Burton the size & complexity of your kernel. 2312a5e9a69eSPaul Burton 2313a5e9a69eSPaul Burton If unsure, say Y. 2314a5e9a69eSPaul Burton 23151da177e4SLinus Torvaldsconfig CPU_HAS_WB 2316f7062ddbSRalf Baechle bool 2317e01402b1SRalf Baechle 2318df0ac8a4SKevin Cernekeeconfig XKS01 2319df0ac8a4SKevin Cernekee bool 2320df0ac8a4SKevin Cernekee 2321f41ae0b2SRalf Baechle# 2322f41ae0b2SRalf Baechle# Vectored interrupt mode is an R2 feature 2323f41ae0b2SRalf Baechle# 2324e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI 2325f41ae0b2SRalf Baechle bool 2326e01402b1SRalf Baechle 2327f41ae0b2SRalf Baechle# 2328f41ae0b2SRalf Baechle# Extended interrupt mode is an R2 feature 2329f41ae0b2SRalf Baechle# 2330e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI 2331f41ae0b2SRalf Baechle bool 2332e01402b1SRalf Baechle 23331da177e4SLinus Torvaldsconfig CPU_HAS_SYNC 23341da177e4SLinus Torvalds bool 23351da177e4SLinus Torvalds depends on !CPU_R3000 23361da177e4SLinus Torvalds default y 23371da177e4SLinus Torvalds 23381da177e4SLinus Torvalds# 233920d60d99SMaciej W. Rozycki# CPU non-features 234020d60d99SMaciej W. Rozycki# 234120d60d99SMaciej W. Rozyckiconfig CPU_DADDI_WORKAROUNDS 234220d60d99SMaciej W. Rozycki bool 234320d60d99SMaciej W. Rozycki 234420d60d99SMaciej W. Rozyckiconfig CPU_R4000_WORKAROUNDS 234520d60d99SMaciej W. Rozycki bool 234620d60d99SMaciej W. Rozycki select CPU_R4400_WORKAROUNDS 234720d60d99SMaciej W. Rozycki 234820d60d99SMaciej W. Rozyckiconfig CPU_R4400_WORKAROUNDS 234920d60d99SMaciej W. Rozycki bool 235020d60d99SMaciej W. Rozycki 235120d60d99SMaciej W. Rozycki# 23521da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel. 23531da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed 23541da177e4SLinus Torvalds# caches such as R3000, SB1, R7000 or those that look like they're virtually 23551da177e4SLinus Torvalds# indexed such as R4000/R4400 SC and MC versions or R10000. So for the 23561da177e4SLinus Torvalds# moment we protect the user and offer the highmem option only on machines 23571da177e4SLinus Torvalds# where it's known to be safe. This will not offer highmem on a few systems 23581da177e4SLinus Torvalds# such as MIPS32 and MIPS64 CPUs which may have virtual and physically 23591da177e4SLinus Torvalds# indexed CPUs but we're playing safe. 2360797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we 2361797798c1SRalf Baechle# know they might have memory configurations that could make use of highmem 2362797798c1SRalf Baechle# support. 23631da177e4SLinus Torvalds# 23641da177e4SLinus Torvaldsconfig HIGHMEM 23651da177e4SLinus Torvalds bool "High Memory Support" 2366a6e18781SLeonid Yegoshin depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM && !CPU_MIPS32_3_5_EVA 2367797798c1SRalf Baechle 2368797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM 2369797798c1SRalf Baechle bool 2370797798c1SRalf Baechle 2371797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM 2372797798c1SRalf Baechle bool 23731da177e4SLinus Torvalds 23749693a853SFranck Bui-Huuconfig SYS_SUPPORTS_SMARTMIPS 23759693a853SFranck Bui-Huu bool 23769693a853SFranck Bui-Huu 2377a6a4834cSSteven J. Hillconfig SYS_SUPPORTS_MICROMIPS 2378a6a4834cSSteven J. Hill bool 2379a6a4834cSSteven J. Hill 2380377cb1b6SRalf Baechleconfig SYS_SUPPORTS_MIPS16 2381377cb1b6SRalf Baechle bool 2382377cb1b6SRalf Baechle help 2383377cb1b6SRalf Baechle This option must be set if a kernel might be executed on a MIPS16- 2384377cb1b6SRalf Baechle enabled CPU even if MIPS16 is not actually being used. In other 2385377cb1b6SRalf Baechle words, it makes the kernel MIPS16-tolerant. 2386377cb1b6SRalf Baechle 2387a5e9a69eSPaul Burtonconfig CPU_SUPPORTS_MSA 2388a5e9a69eSPaul Burton bool 2389a5e9a69eSPaul Burton 2390b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE 2391b4819b59SYoichi Yuasa def_bool y 2392f133f22dSWu Zhangjin depends on !NUMA && !CPU_LOONGSON2 2393b4819b59SYoichi Yuasa 2394d8cb4e11SRalf Baechleconfig ARCH_DISCONTIGMEM_ENABLE 2395d8cb4e11SRalf Baechle bool 2396d8cb4e11SRalf Baechle default y if SGI_IP27 2397d8cb4e11SRalf Baechle help 23983dde6ad8SDavid Sterba Say Y to support efficient handling of discontiguous physical memory, 2399d8cb4e11SRalf Baechle for architectures which are either NUMA (Non-Uniform Memory Access) 2400d8cb4e11SRalf Baechle or have huge holes in the physical address space for other reasons. 2401d8cb4e11SRalf Baechle See <file:Documentation/vm/numa> for more. 2402d8cb4e11SRalf Baechle 2403b1c6cd42SAtsushi Nemotoconfig ARCH_SPARSEMEM_ENABLE 2404b1c6cd42SAtsushi Nemoto bool 24057de58fabSAtsushi Nemoto select SPARSEMEM_STATIC 240631473747SAtsushi Nemoto 2407d8cb4e11SRalf Baechleconfig NUMA 2408d8cb4e11SRalf Baechle bool "NUMA Support" 2409d8cb4e11SRalf Baechle depends on SYS_SUPPORTS_NUMA 2410d8cb4e11SRalf Baechle help 2411d8cb4e11SRalf Baechle Say Y to compile the kernel to support NUMA (Non-Uniform Memory 2412d8cb4e11SRalf Baechle Access). This option improves performance on systems with more 2413d8cb4e11SRalf Baechle than two nodes; on two node systems it is generally better to 2414d8cb4e11SRalf Baechle leave it disabled; on single node systems disable this option 2415d8cb4e11SRalf Baechle disabled. 2416d8cb4e11SRalf Baechle 2417d8cb4e11SRalf Baechleconfig SYS_SUPPORTS_NUMA 2418d8cb4e11SRalf Baechle bool 2419d8cb4e11SRalf Baechle 2420c80d79d7SYasunori Gotoconfig NODES_SHIFT 2421c80d79d7SYasunori Goto int 2422c80d79d7SYasunori Goto default "6" 2423c80d79d7SYasunori Goto depends on NEED_MULTIPLE_NODES 2424c80d79d7SYasunori Goto 242514f70012SDeng-Cheng Zhuconfig HW_PERF_EVENTS 242614f70012SDeng-Cheng Zhu bool "Enable hardware performance counter support for perf events" 2427f14ceff7SHuacai Chen depends on PERF_EVENTS && OPROFILE=n && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_XLP || CPU_LOONGSON3) 242814f70012SDeng-Cheng Zhu default y 242914f70012SDeng-Cheng Zhu help 243014f70012SDeng-Cheng Zhu Enable hardware performance counter support for perf events. If 243114f70012SDeng-Cheng Zhu disabled, perf events will use software events only. 243214f70012SDeng-Cheng Zhu 2433b4819b59SYoichi Yuasasource "mm/Kconfig" 2434b4819b59SYoichi Yuasa 24351da177e4SLinus Torvaldsconfig SMP 24361da177e4SLinus Torvalds bool "Multi-Processing support" 2437e73ea273SRalf Baechle depends on SYS_SUPPORTS_SMP 2438e73ea273SRalf Baechle help 24391da177e4SLinus Torvalds This enables support for systems with more than one CPU. If you have 24404a474157SRobert Graffham a system with only one CPU, say N. If you have a system with more 24414a474157SRobert Graffham than one CPU, say Y. 24421da177e4SLinus Torvalds 24434a474157SRobert Graffham If you say N here, the kernel will run on uni- and multiprocessor 24441da177e4SLinus Torvalds machines, but will use only one CPU of a multiprocessor machine. If 24451da177e4SLinus Torvalds you say Y here, the kernel will run on many, but not all, 24464a474157SRobert Graffham uniprocessor machines. On a uniprocessor machine, the kernel 24471da177e4SLinus Torvalds will run faster if you say N here. 24481da177e4SLinus Torvalds 24491da177e4SLinus Torvalds People using multiprocessor machines who say Y here should also say 24501da177e4SLinus Torvalds Y to "Enhanced Real Time Clock Support", below. 24511da177e4SLinus Torvalds 245203502faaSAdrian Bunk See also the SMP-HOWTO available at 245303502faaSAdrian Bunk <http://www.tldp.org/docs.html#howto>. 24541da177e4SLinus Torvalds 24551da177e4SLinus Torvalds If you don't know what to do here, say N. 24561da177e4SLinus Torvalds 245787353d8aSRalf Baechleconfig SMP_UP 245887353d8aSRalf Baechle bool 245987353d8aSRalf Baechle 24604a16ff4cSRalf Baechleconfig SYS_SUPPORTS_MIPS_CMP 24614a16ff4cSRalf Baechle bool 24624a16ff4cSRalf Baechle 24630ee958e1SPaul Burtonconfig SYS_SUPPORTS_MIPS_CPS 24640ee958e1SPaul Burton bool 24650ee958e1SPaul Burton 2466e73ea273SRalf Baechleconfig SYS_SUPPORTS_SMP 2467e73ea273SRalf Baechle bool 2468e73ea273SRalf Baechle 2469130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_4 2470130e2fb7SRalf Baechle bool 2471130e2fb7SRalf Baechle 2472130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_8 2473130e2fb7SRalf Baechle bool 2474130e2fb7SRalf Baechle 2475130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_16 2476130e2fb7SRalf Baechle bool 2477130e2fb7SRalf Baechle 2478130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_32 2479130e2fb7SRalf Baechle bool 2480130e2fb7SRalf Baechle 2481130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_64 2482130e2fb7SRalf Baechle bool 2483130e2fb7SRalf Baechle 24841da177e4SLinus Torvaldsconfig NR_CPUS 2485a91796a9SJayachandran C int "Maximum number of CPUs (2-256)" 2486a91796a9SJayachandran C range 2 256 24871da177e4SLinus Torvalds depends on SMP 2488130e2fb7SRalf Baechle default "4" if NR_CPUS_DEFAULT_4 2489130e2fb7SRalf Baechle default "8" if NR_CPUS_DEFAULT_8 2490130e2fb7SRalf Baechle default "16" if NR_CPUS_DEFAULT_16 2491130e2fb7SRalf Baechle default "32" if NR_CPUS_DEFAULT_32 2492130e2fb7SRalf Baechle default "64" if NR_CPUS_DEFAULT_64 24931da177e4SLinus Torvalds help 24941da177e4SLinus Torvalds This allows you to specify the maximum number of CPUs which this 24951da177e4SLinus Torvalds kernel will support. The maximum supported value is 32 for 32-bit 24961da177e4SLinus Torvalds kernel and 64 for 64-bit kernels; the minimum value which makes 249772ede9b1SAtsushi Nemoto sense is 1 for Qemu (useful only for kernel debugging purposes) 249872ede9b1SAtsushi Nemoto and 2 for all others. 24991da177e4SLinus Torvalds 25001da177e4SLinus Torvalds This is purely to save memory - each supported CPU adds 250172ede9b1SAtsushi Nemoto approximately eight kilobytes to the kernel image. For best 250272ede9b1SAtsushi Nemoto performance should round up your number of processors to the next 250372ede9b1SAtsushi Nemoto power of two. 25041da177e4SLinus Torvalds 2505399aaa25SAl Cooperconfig MIPS_PERF_SHARED_TC_COUNTERS 2506399aaa25SAl Cooper bool 2507399aaa25SAl Cooper 25081723b4a3SAtsushi Nemoto# 25091723b4a3SAtsushi Nemoto# Timer Interrupt Frequency Configuration 25101723b4a3SAtsushi Nemoto# 25111723b4a3SAtsushi Nemoto 25121723b4a3SAtsushi Nemotochoice 25131723b4a3SAtsushi Nemoto prompt "Timer frequency" 25141723b4a3SAtsushi Nemoto default HZ_250 25151723b4a3SAtsushi Nemoto help 25161723b4a3SAtsushi Nemoto Allows the configuration of the timer frequency. 25171723b4a3SAtsushi Nemoto 25181723b4a3SAtsushi Nemoto config HZ_48 25190f873585SRalf Baechle bool "48 HZ" if SYS_SUPPORTS_48HZ || SYS_SUPPORTS_ARBIT_HZ 25201723b4a3SAtsushi Nemoto 25211723b4a3SAtsushi Nemoto config HZ_100 25221723b4a3SAtsushi Nemoto bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ 25231723b4a3SAtsushi Nemoto 25241723b4a3SAtsushi Nemoto config HZ_128 25251723b4a3SAtsushi Nemoto bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ 25261723b4a3SAtsushi Nemoto 25271723b4a3SAtsushi Nemoto config HZ_250 25281723b4a3SAtsushi Nemoto bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ 25291723b4a3SAtsushi Nemoto 25301723b4a3SAtsushi Nemoto config HZ_256 25311723b4a3SAtsushi Nemoto bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ 25321723b4a3SAtsushi Nemoto 25331723b4a3SAtsushi Nemoto config HZ_1000 25341723b4a3SAtsushi Nemoto bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ 25351723b4a3SAtsushi Nemoto 25361723b4a3SAtsushi Nemoto config HZ_1024 25371723b4a3SAtsushi Nemoto bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ 25381723b4a3SAtsushi Nemoto 25391723b4a3SAtsushi Nemotoendchoice 25401723b4a3SAtsushi Nemoto 25411723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_48HZ 25421723b4a3SAtsushi Nemoto bool 25431723b4a3SAtsushi Nemoto 25441723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_100HZ 25451723b4a3SAtsushi Nemoto bool 25461723b4a3SAtsushi Nemoto 25471723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_128HZ 25481723b4a3SAtsushi Nemoto bool 25491723b4a3SAtsushi Nemoto 25501723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_250HZ 25511723b4a3SAtsushi Nemoto bool 25521723b4a3SAtsushi Nemoto 25531723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_256HZ 25541723b4a3SAtsushi Nemoto bool 25551723b4a3SAtsushi Nemoto 25561723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1000HZ 25571723b4a3SAtsushi Nemoto bool 25581723b4a3SAtsushi Nemoto 25591723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1024HZ 25601723b4a3SAtsushi Nemoto bool 25611723b4a3SAtsushi Nemoto 25621723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_ARBIT_HZ 25631723b4a3SAtsushi Nemoto bool 25641723b4a3SAtsushi Nemoto default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \ 25651723b4a3SAtsushi Nemoto !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \ 25661723b4a3SAtsushi Nemoto !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \ 25671723b4a3SAtsushi Nemoto !SYS_SUPPORTS_1024HZ 25681723b4a3SAtsushi Nemoto 25691723b4a3SAtsushi Nemotoconfig HZ 25701723b4a3SAtsushi Nemoto int 25711723b4a3SAtsushi Nemoto default 48 if HZ_48 25721723b4a3SAtsushi Nemoto default 100 if HZ_100 25731723b4a3SAtsushi Nemoto default 128 if HZ_128 25741723b4a3SAtsushi Nemoto default 250 if HZ_250 25751723b4a3SAtsushi Nemoto default 256 if HZ_256 25761723b4a3SAtsushi Nemoto default 1000 if HZ_1000 25771723b4a3SAtsushi Nemoto default 1024 if HZ_1024 25781723b4a3SAtsushi Nemoto 257996685b17SDeng-Cheng Zhuconfig SCHED_HRTICK 258096685b17SDeng-Cheng Zhu def_bool HIGH_RES_TIMERS 258196685b17SDeng-Cheng Zhu 2582e80de850SRalf Baechlesource "kernel/Kconfig.preempt" 25831da177e4SLinus Torvalds 2584ea6e942bSAtsushi Nemotoconfig KEXEC 25857d60717eSKees Cook bool "Kexec system call" 2586ea6e942bSAtsushi Nemoto help 2587ea6e942bSAtsushi Nemoto kexec is a system call that implements the ability to shutdown your 2588ea6e942bSAtsushi Nemoto current kernel, and to start another kernel. It is like a reboot 25893dde6ad8SDavid Sterba but it is independent of the system firmware. And like a reboot 2590ea6e942bSAtsushi Nemoto you can start any kernel with it, not just Linux. 2591ea6e942bSAtsushi Nemoto 259201dd2fbfSMatt LaPlante The name comes from the similarity to the exec system call. 2593ea6e942bSAtsushi Nemoto 2594ea6e942bSAtsushi Nemoto It is an ongoing process to be certain the hardware in a machine 2595ea6e942bSAtsushi Nemoto is properly shutdown, so do not be surprised if this code does not 2596bf220695SGeert Uytterhoeven initially work for you. As of this writing the exact hardware 2597bf220695SGeert Uytterhoeven interface is strongly in flux, so no good recommendation can be 2598bf220695SGeert Uytterhoeven made. 2599ea6e942bSAtsushi Nemoto 26007aa1c8f4SRalf Baechleconfig CRASH_DUMP 26017aa1c8f4SRalf Baechle bool "Kernel crash dumps" 26027aa1c8f4SRalf Baechle help 26037aa1c8f4SRalf Baechle Generate crash dump after being started by kexec. 26047aa1c8f4SRalf Baechle This should be normally only set in special crash dump kernels 26057aa1c8f4SRalf Baechle which are loaded in the main kernel with kexec-tools into 26067aa1c8f4SRalf Baechle a specially reserved region and then later executed after 26077aa1c8f4SRalf Baechle a crash by kdump/kexec. The crash dump kernel must be compiled 26087aa1c8f4SRalf Baechle to a memory address not used by the main kernel or firmware using 26097aa1c8f4SRalf Baechle PHYSICAL_START. 26107aa1c8f4SRalf Baechle 26117aa1c8f4SRalf Baechleconfig PHYSICAL_START 26127aa1c8f4SRalf Baechle hex "Physical address where the kernel is loaded" 26137aa1c8f4SRalf Baechle default "0xffffffff84000000" if 64BIT 26147aa1c8f4SRalf Baechle default "0x84000000" if 32BIT 26157aa1c8f4SRalf Baechle depends on CRASH_DUMP 26167aa1c8f4SRalf Baechle help 26177aa1c8f4SRalf Baechle This gives the CKSEG0 or KSEG0 address where the kernel is loaded. 26187aa1c8f4SRalf Baechle If you plan to use kernel for capturing the crash dump change 26197aa1c8f4SRalf Baechle this value to start of the reserved region (the "X" value as 26207aa1c8f4SRalf Baechle specified in the "crashkernel=YM@XM" command line boot parameter 26217aa1c8f4SRalf Baechle passed to the panic-ed kernel). 26227aa1c8f4SRalf Baechle 2623ea6e942bSAtsushi Nemotoconfig SECCOMP 2624ea6e942bSAtsushi Nemoto bool "Enable seccomp to safely compute untrusted bytecode" 2625293c5bd1SRalf Baechle depends on PROC_FS 2626ea6e942bSAtsushi Nemoto default y 2627ea6e942bSAtsushi Nemoto help 2628ea6e942bSAtsushi Nemoto This kernel feature is useful for number crunching applications 2629ea6e942bSAtsushi Nemoto that may need to compute untrusted bytecode during their 2630ea6e942bSAtsushi Nemoto execution. By using pipes or other transports made available to 2631ea6e942bSAtsushi Nemoto the process as file descriptors supporting the read/write 2632ea6e942bSAtsushi Nemoto syscalls, it's possible to isolate those applications in 2633ea6e942bSAtsushi Nemoto their own address space using seccomp. Once seccomp is 2634ea6e942bSAtsushi Nemoto enabled via /proc/<pid>/seccomp, it cannot be disabled 2635ea6e942bSAtsushi Nemoto and the task is only allowed to execute a few safe syscalls 2636ea6e942bSAtsushi Nemoto defined by each seccomp mode. 2637ea6e942bSAtsushi Nemoto 2638ea6e942bSAtsushi Nemoto If unsure, say Y. Only embedded should say N here. 2639ea6e942bSAtsushi Nemoto 2640597ce172SPaul Burtonconfig MIPS_O32_FP64_SUPPORT 264106e2e882SPaul Burton bool "Support for O32 binaries using 64-bit FP (EXPERIMENTAL)" 2642597ce172SPaul Burton depends on 32BIT || MIPS32_O32 2643597ce172SPaul Burton help 2644597ce172SPaul Burton When this is enabled, the kernel will support use of 64-bit floating 2645597ce172SPaul Burton point registers with binaries using the O32 ABI along with the 2646597ce172SPaul Burton EF_MIPS_FP64 ELF header flag (typically built with -mfp64). On 2647597ce172SPaul Burton 32-bit MIPS systems this support is at the cost of increasing the 2648597ce172SPaul Burton size and complexity of the compiled FPU emulator. Thus if you are 2649597ce172SPaul Burton running a MIPS32 system and know that none of your userland binaries 2650597ce172SPaul Burton will require 64-bit floating point, you may wish to reduce the size 2651597ce172SPaul Burton of your kernel & potentially improve FP emulation performance by 2652597ce172SPaul Burton saying N here. 2653597ce172SPaul Burton 265406e2e882SPaul Burton Although binutils currently supports use of this flag the details 265506e2e882SPaul Burton concerning its effect upon the O32 ABI in userland are still being 265606e2e882SPaul Burton worked on. In order to avoid userland becoming dependant upon current 265706e2e882SPaul Burton behaviour before the details have been finalised, this option should 265806e2e882SPaul Burton be considered experimental and only enabled by those working upon 265906e2e882SPaul Burton said details. 266006e2e882SPaul Burton 266106e2e882SPaul Burton If unsure, say N. 2662597ce172SPaul Burton 2663f2ffa5abSDezhong Diaoconfig USE_OF 26640b3e06fdSJonas Gorski bool 2665f2ffa5abSDezhong Diao select OF 2666e6ce1324SStephen Neuendorffer select OF_EARLY_FLATTREE 2667abd2363fSGrant Likely select IRQ_DOMAIN 2668f2ffa5abSDezhong Diao 26697fafb068SAndrew Brestickerconfig BUILTIN_DTB 26707fafb068SAndrew Bresticker bool 26717fafb068SAndrew Bresticker 26725e83d430SRalf Baechleendmenu 26735e83d430SRalf Baechle 26741df0f0ffSAtsushi Nemotoconfig LOCKDEP_SUPPORT 26751df0f0ffSAtsushi Nemoto bool 26761df0f0ffSAtsushi Nemoto default y 26771df0f0ffSAtsushi Nemoto 26781df0f0ffSAtsushi Nemotoconfig STACKTRACE_SUPPORT 26791df0f0ffSAtsushi Nemoto bool 26801df0f0ffSAtsushi Nemoto default y 26811df0f0ffSAtsushi Nemoto 2682a728ab52SKirill A. Shutemovconfig PGTABLE_LEVELS 2683a728ab52SKirill A. Shutemov int 2684a728ab52SKirill A. Shutemov default 3 if 64BIT && !PAGE_SIZE_64KB 2685a728ab52SKirill A. Shutemov default 2 2686a728ab52SKirill A. Shutemov 2687b6c3539bSRalf Baechlesource "init/Kconfig" 2688b6c3539bSRalf Baechle 2689dc52ddc0SMatt Helsleysource "kernel/Kconfig.freezer" 2690dc52ddc0SMatt Helsley 26911da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" 26921da177e4SLinus Torvalds 26935e83d430SRalf Baechleconfig HW_HAS_EISA 26945e83d430SRalf Baechle bool 26951da177e4SLinus Torvaldsconfig HW_HAS_PCI 26961da177e4SLinus Torvalds bool 26971da177e4SLinus Torvalds 26981da177e4SLinus Torvaldsconfig PCI 26991da177e4SLinus Torvalds bool "Support for PCI controller" 27001da177e4SLinus Torvalds depends on HW_HAS_PCI 2701abb4ae46SRalf Baechle select PCI_DOMAINS 27020f3b3956SMichael S. Tsirkin select NO_GENERIC_PCI_IOPORT_MAP 27031da177e4SLinus Torvalds help 27041da177e4SLinus Torvalds Find out whether you have a PCI motherboard. PCI is the name of a 27051da177e4SLinus Torvalds bus system, i.e. the way the CPU talks to the other stuff inside 27061da177e4SLinus Torvalds your box. Other bus systems are ISA, EISA, or VESA. If you have PCI, 27071da177e4SLinus Torvalds say Y, otherwise N. 27081da177e4SLinus Torvalds 27090e476d91SHuacai Chenconfig HT_PCI 27100e476d91SHuacai Chen bool "Support for HT-linked PCI" 27110e476d91SHuacai Chen default y 27120e476d91SHuacai Chen depends on CPU_LOONGSON3 27130e476d91SHuacai Chen select PCI 27140e476d91SHuacai Chen select PCI_DOMAINS 27150e476d91SHuacai Chen help 27160e476d91SHuacai Chen Loongson family machines use Hyper-Transport bus for inter-core 27170e476d91SHuacai Chen connection and device connection. The PCI bus is a subordinate 27180e476d91SHuacai Chen linked at HT. Choose Y for Loongson-3 based machines. 27190e476d91SHuacai Chen 27201da177e4SLinus Torvaldsconfig PCI_DOMAINS 27211da177e4SLinus Torvalds bool 27221da177e4SLinus Torvalds 27231da177e4SLinus Torvaldssource "drivers/pci/Kconfig" 27241da177e4SLinus Torvalds 27253f787ca4SJonas Gorskisource "drivers/pci/pcie/Kconfig" 27263f787ca4SJonas Gorski 27271da177e4SLinus Torvalds# 27281da177e4SLinus Torvalds# ISA support is now enabled via select. Too many systems still have the one 27291da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect 27301da177e4SLinus Torvalds# users to choose the right thing ... 27311da177e4SLinus Torvalds# 27321da177e4SLinus Torvaldsconfig ISA 27331da177e4SLinus Torvalds bool 27341da177e4SLinus Torvalds 27351da177e4SLinus Torvaldsconfig EISA 27361da177e4SLinus Torvalds bool "EISA support" 27375e83d430SRalf Baechle depends on HW_HAS_EISA 27381da177e4SLinus Torvalds select ISA 2739aa414dffSRalf Baechle select GENERIC_ISA_DMA 27401da177e4SLinus Torvalds ---help--- 27411da177e4SLinus Torvalds The Extended Industry Standard Architecture (EISA) bus was 27421da177e4SLinus Torvalds developed as an open alternative to the IBM MicroChannel bus. 27431da177e4SLinus Torvalds 27441da177e4SLinus Torvalds The EISA bus provided some of the features of the IBM MicroChannel 27451da177e4SLinus Torvalds bus while maintaining backward compatibility with cards made for 27461da177e4SLinus Torvalds the older ISA bus. The EISA bus saw limited use between 1988 and 27471da177e4SLinus Torvalds 1995 when it was made obsolete by the PCI bus. 27481da177e4SLinus Torvalds 27491da177e4SLinus Torvalds Say Y here if you are building a kernel for an EISA-based machine. 27501da177e4SLinus Torvalds 27511da177e4SLinus Torvalds Otherwise, say N. 27521da177e4SLinus Torvalds 27531da177e4SLinus Torvaldssource "drivers/eisa/Kconfig" 27541da177e4SLinus Torvalds 27551da177e4SLinus Torvaldsconfig TC 27561da177e4SLinus Torvalds bool "TURBOchannel support" 27571da177e4SLinus Torvalds depends on MACH_DECSTATION 27581da177e4SLinus Torvalds help 275950a23e6eSJustin P. Mattock TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS 276050a23e6eSJustin P. Mattock processors. TURBOchannel programming specifications are available 276150a23e6eSJustin P. Mattock at: 276250a23e6eSJustin P. Mattock <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/> 276350a23e6eSJustin P. Mattock and: 276450a23e6eSJustin P. Mattock <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/> 276550a23e6eSJustin P. Mattock Linux driver support status is documented at: 276650a23e6eSJustin P. Mattock <http://www.linux-mips.org/wiki/DECstation> 27671da177e4SLinus Torvalds 27681da177e4SLinus Torvaldsconfig MMU 27691da177e4SLinus Torvalds bool 27701da177e4SLinus Torvalds default y 27711da177e4SLinus Torvalds 2772d865bea4SRalf Baechleconfig I8253 2773d865bea4SRalf Baechle bool 2774798778b8SRussell King select CLKSRC_I8253 27752d02612fSThomas Gleixner select CLKEVT_I8253 27769726b43aSWu Zhangjin select MIPS_EXTERNAL_TIMER 2777d865bea4SRalf Baechle 2778e05eb3f8SRalf Baechleconfig ZONE_DMA 2779e05eb3f8SRalf Baechle bool 2780e05eb3f8SRalf Baechle 2781cce335aeSRalf Baechleconfig ZONE_DMA32 2782cce335aeSRalf Baechle bool 2783cce335aeSRalf Baechle 27841da177e4SLinus Torvaldssource "drivers/pcmcia/Kconfig" 27851da177e4SLinus Torvalds 27861da177e4SLinus Torvaldssource "drivers/pci/hotplug/Kconfig" 27871da177e4SLinus Torvalds 2788388b78adSAlexandre Bounineconfig RAPIDIO 278956abde72SAlexandre Bounine tristate "RapidIO support" 2790388b78adSAlexandre Bounine depends on PCI 2791388b78adSAlexandre Bounine default n 2792388b78adSAlexandre Bounine help 2793388b78adSAlexandre Bounine If you say Y here, the kernel will include drivers and 2794388b78adSAlexandre Bounine infrastructure code to support RapidIO interconnect devices. 2795388b78adSAlexandre Bounine 2796388b78adSAlexandre Bouninesource "drivers/rapidio/Kconfig" 2797388b78adSAlexandre Bounine 27981da177e4SLinus Torvaldsendmenu 27991da177e4SLinus Torvalds 28001da177e4SLinus Torvaldsmenu "Executable file formats" 28011da177e4SLinus Torvalds 28021da177e4SLinus Torvaldssource "fs/Kconfig.binfmt" 28031da177e4SLinus Torvalds 28041da177e4SLinus Torvaldsconfig TRAD_SIGNALS 28051da177e4SLinus Torvalds bool 28061da177e4SLinus Torvalds 28071da177e4SLinus Torvaldsconfig MIPS32_COMPAT 280878aaf956SRalf Baechle bool 28091da177e4SLinus Torvalds 28101da177e4SLinus Torvaldsconfig COMPAT 28111da177e4SLinus Torvalds bool 28121da177e4SLinus Torvalds 281305e43966SAtsushi Nemotoconfig SYSVIPC_COMPAT 281405e43966SAtsushi Nemoto bool 281505e43966SAtsushi Nemoto 28161da177e4SLinus Torvaldsconfig MIPS32_O32 28171da177e4SLinus Torvalds bool "Kernel support for o32 binaries" 281878aaf956SRalf Baechle depends on 64BIT 281978aaf956SRalf Baechle select ARCH_WANT_OLD_COMPAT_IPC 282078aaf956SRalf Baechle select COMPAT 282178aaf956SRalf Baechle select MIPS32_COMPAT 282278aaf956SRalf Baechle select SYSVIPC_COMPAT if SYSVIPC 28231da177e4SLinus Torvalds help 28241da177e4SLinus Torvalds Select this option if you want to run o32 binaries. These are pure 28251da177e4SLinus Torvalds 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of 28261da177e4SLinus Torvalds existing binaries are in this format. 28271da177e4SLinus Torvalds 28281da177e4SLinus Torvalds If unsure, say Y. 28291da177e4SLinus Torvalds 28301da177e4SLinus Torvaldsconfig MIPS32_N32 28311da177e4SLinus Torvalds bool "Kernel support for n32 binaries" 2832c22eacfeSRalf Baechle depends on 64BIT 283378aaf956SRalf Baechle select COMPAT 283478aaf956SRalf Baechle select MIPS32_COMPAT 283578aaf956SRalf Baechle select SYSVIPC_COMPAT if SYSVIPC 28361da177e4SLinus Torvalds help 28371da177e4SLinus Torvalds Select this option if you want to run n32 binaries. These are 28381da177e4SLinus Torvalds 64-bit binaries using 32-bit quantities for addressing and certain 28391da177e4SLinus Torvalds data that would normally be 64-bit. They are used in special 28401da177e4SLinus Torvalds cases. 28411da177e4SLinus Torvalds 28421da177e4SLinus Torvalds If unsure, say N. 28431da177e4SLinus Torvalds 28441da177e4SLinus Torvaldsconfig BINFMT_ELF32 28451da177e4SLinus Torvalds bool 28461da177e4SLinus Torvalds default y if MIPS32_O32 || MIPS32_N32 28471da177e4SLinus Torvalds 28482116245eSRalf Baechleendmenu 28491da177e4SLinus Torvalds 28502116245eSRalf Baechlemenu "Power management options" 2851952fa954SRodolfo Giometti 2852363c55caSWu Zhangjinconfig ARCH_HIBERNATION_POSSIBLE 2853363c55caSWu Zhangjin def_bool y 28543f5b3e17SRalf Baechle depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP 2855363c55caSWu Zhangjin 2856f4cb5700SJohannes Bergconfig ARCH_SUSPEND_POSSIBLE 2857f4cb5700SJohannes Berg def_bool y 28583f5b3e17SRalf Baechle depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP 2859f4cb5700SJohannes Berg 28602116245eSRalf Baechlesource "kernel/power/Kconfig" 2861952fa954SRodolfo Giometti 28621da177e4SLinus Torvaldsendmenu 28631da177e4SLinus Torvalds 28647a998935SViresh Kumarconfig MIPS_EXTERNAL_TIMER 28657a998935SViresh Kumar bool 28667a998935SViresh Kumar 28677a998935SViresh Kumarmenu "CPU Power Management" 2868c095ebafSPaul Burton 2869c095ebafSPaul Burtonif CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER 28707a998935SViresh Kumarsource "drivers/cpufreq/Kconfig" 28717a998935SViresh Kumarendif 28729726b43aSWu Zhangjin 2873c095ebafSPaul Burtonsource "drivers/cpuidle/Kconfig" 2874c095ebafSPaul Burton 2875c095ebafSPaul Burtonendmenu 2876c095ebafSPaul Burton 2877d5950b43SSam Ravnborgsource "net/Kconfig" 2878d5950b43SSam Ravnborg 28791da177e4SLinus Torvaldssource "drivers/Kconfig" 28801da177e4SLinus Torvalds 288198cdee0eSRalf Baechlesource "drivers/firmware/Kconfig" 288298cdee0eSRalf Baechle 28831da177e4SLinus Torvaldssource "fs/Kconfig" 28841da177e4SLinus Torvalds 28851da177e4SLinus Torvaldssource "arch/mips/Kconfig.debug" 28861da177e4SLinus Torvalds 28871da177e4SLinus Torvaldssource "security/Kconfig" 28881da177e4SLinus Torvalds 28891da177e4SLinus Torvaldssource "crypto/Kconfig" 28901da177e4SLinus Torvalds 28911da177e4SLinus Torvaldssource "lib/Kconfig" 28922235a54dSSanjay Lal 28932235a54dSSanjay Lalsource "arch/mips/kvm/Kconfig" 2894