11da177e4SLinus Torvaldsconfig MIPS 21da177e4SLinus Torvalds bool 31da177e4SLinus Torvalds default y 41da177e4SLinus Torvalds # Horrible source of confusion. Die, die, die ... 51da177e4SLinus Torvalds select EMBEDDED 61da177e4SLinus Torvalds 7a08b6b79Sviro@ZenIV.linux.org.uk# shouldn't it be per-subarchitecture? 8a08b6b79Sviro@ZenIV.linux.org.ukconfig ARCH_MAY_HAVE_PC_FDC 9a08b6b79Sviro@ZenIV.linux.org.uk bool 10a08b6b79Sviro@ZenIV.linux.org.uk default y 11a08b6b79Sviro@ZenIV.linux.org.uk 121da177e4SLinus Torvaldsmainmenu "Linux/MIPS Kernel Configuration" 131da177e4SLinus Torvalds 141da177e4SLinus Torvaldssource "init/Kconfig" 151da177e4SLinus Torvalds 16e01402b1SRalf Baechleconfig CPU_MIPS32 17e01402b1SRalf Baechle bool 18e01402b1SRalf Baechle default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 19e01402b1SRalf Baechle 20e01402b1SRalf Baechleconfig CPU_MIPS64 21e01402b1SRalf Baechle bool 22e01402b1SRalf Baechle default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 23e01402b1SRalf Baechle 24e01402b1SRalf Baechleconfig CPU_MIPSR1 25e01402b1SRalf Baechle bool 26e01402b1SRalf Baechle default y if CPU_MIPS32_R1 || CPU_MIPS64_R1 27e01402b1SRalf Baechle 28e01402b1SRalf Baechleconfig CPU_MIPSR2 29e01402b1SRalf Baechle bool 30e01402b1SRalf Baechle default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 31e01402b1SRalf Baechle 32ed5ba2fbSYoichi Yuasaconfig SYS_SUPPORTS_32BIT_KERNEL 33ed5ba2fbSYoichi Yuasa bool 34ed5ba2fbSYoichi Yuasaconfig SYS_SUPPORTS_64BIT_KERNEL 35ed5ba2fbSYoichi Yuasa bool 36ed5ba2fbSYoichi Yuasaconfig CPU_SUPPORTS_32BIT_KERNEL 37ed5ba2fbSYoichi Yuasa bool 38ed5ba2fbSYoichi Yuasaconfig CPU_SUPPORTS_64BIT_KERNEL 39ed5ba2fbSYoichi Yuasa bool 40ed5ba2fbSYoichi Yuasa 41875d43e7SRalf Baechlemenu "Kernel type" 42875d43e7SRalf Baechle 43875d43e7SRalf Baechlechoice 44875d43e7SRalf Baechle 45875d43e7SRalf Baechle prompt "Kernel code model" 46875d43e7SRalf Baechle help 47875d43e7SRalf Baechle You should only select this option if you have a workload that 48875d43e7SRalf Baechle actually benefits from 64-bit processing or if your machine has 49875d43e7SRalf Baechle large memory. You will only be presented a single option in this 50875d43e7SRalf Baechle menu if your system does not support both 32-bit and 64-bit kernels. 51875d43e7SRalf Baechle 52875d43e7SRalf Baechleconfig 32BIT 53875d43e7SRalf Baechle bool "32-bit kernel" 54875d43e7SRalf Baechle depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL 55875d43e7SRalf Baechle select TRAD_SIGNALS 56875d43e7SRalf Baechle help 57875d43e7SRalf Baechle Select this option if you want to build a 32-bit kernel. 58875d43e7SRalf Baechle 59875d43e7SRalf Baechleconfig 64BIT 60875d43e7SRalf Baechle bool "64-bit kernel" 61875d43e7SRalf Baechle depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL 62875d43e7SRalf Baechle help 63875d43e7SRalf Baechle Select this option if you want to build a 64-bit kernel. 64875d43e7SRalf Baechle 65875d43e7SRalf Baechleendchoice 66875d43e7SRalf Baechle 67875d43e7SRalf Baechleendmenu 68875d43e7SRalf Baechle 691da177e4SLinus Torvaldsmenu "Machine selection" 701da177e4SLinus Torvalds 711da177e4SLinus Torvaldsconfig MACH_JAZZ 721da177e4SLinus Torvalds bool "Support for the Jazz family of machines" 731da177e4SLinus Torvalds select ARC 741da177e4SLinus Torvalds select ARC32 75*61ed242dSRalf Baechle select ARCH_MAY_HAVE_PC_FDC 761da177e4SLinus Torvalds select GENERIC_ISA_DMA 771da177e4SLinus Torvalds select I8259 781da177e4SLinus Torvalds select ISA 79ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 80ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 811da177e4SLinus Torvalds help 821da177e4SLinus Torvalds This a family of machines based on the MIPS R4030 chipset which was 831da177e4SLinus Torvalds used by several vendors to build RISC/os and Windows NT workstations. 841da177e4SLinus Torvalds Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and 851da177e4SLinus Torvalds Olivetti M700-10 workstations. 861da177e4SLinus Torvalds 871da177e4SLinus Torvaldsconfig ACER_PICA_61 881da177e4SLinus Torvalds bool "Support for Acer PICA 1 chipset (EXPERIMENTAL)" 891da177e4SLinus Torvalds depends on MACH_JAZZ && EXPERIMENTAL 901da177e4SLinus Torvalds select DMA_NONCOHERENT 911da177e4SLinus Torvalds help 921da177e4SLinus Torvalds This is a machine with a R4400 133/150 MHz CPU. To compile a Linux 931da177e4SLinus Torvalds kernel that runs on these, say Y here. For details about Linux on 941da177e4SLinus Torvalds the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at 951da177e4SLinus Torvalds <http://www.linux-mips.org/>. 961da177e4SLinus Torvalds 971da177e4SLinus Torvaldsconfig MIPS_MAGNUM_4000 981da177e4SLinus Torvalds bool "Support for MIPS Magnum 4000" 991da177e4SLinus Torvalds depends on MACH_JAZZ 1001da177e4SLinus Torvalds select DMA_NONCOHERENT 1011da177e4SLinus Torvalds help 1021da177e4SLinus Torvalds This is a machine with a R4000 100 MHz CPU. To compile a Linux 1031da177e4SLinus Torvalds kernel that runs on these, say Y here. For details about Linux on 1041da177e4SLinus Torvalds the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at 1051da177e4SLinus Torvalds <http://www.linux-mips.org/>. 1061da177e4SLinus Torvalds 1071da177e4SLinus Torvaldsconfig OLIVETTI_M700 1081da177e4SLinus Torvalds bool "Support for Olivetti M700-10" 1091da177e4SLinus Torvalds depends on MACH_JAZZ 1101da177e4SLinus Torvalds select DMA_NONCOHERENT 1111da177e4SLinus Torvalds help 1121da177e4SLinus Torvalds This is a machine with a R4000 100 MHz CPU. To compile a Linux 1131da177e4SLinus Torvalds kernel that runs on these, say Y here. For details about Linux on 1141da177e4SLinus Torvalds the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at 1151da177e4SLinus Torvalds <http://www.linux-mips.org/>. 1161da177e4SLinus Torvalds 1171da177e4SLinus Torvaldsconfig MACH_VR41XX 11863fb6fd1SYoichi Yuasa bool "Support for NEC VR4100 series based machines" 119ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 120ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 1211da177e4SLinus Torvalds 1221da177e4SLinus Torvaldsconfig NEC_CMBVR4133 1231da177e4SLinus Torvalds bool "Support for NEC CMB-VR4133" 1241da177e4SLinus Torvalds depends on MACH_VR41XX 1251da177e4SLinus Torvalds select CPU_VR41XX 1261da177e4SLinus Torvalds select DMA_NONCOHERENT 1271da177e4SLinus Torvalds select IRQ_CPU 1281da177e4SLinus Torvalds select HW_HAS_PCI 1291da177e4SLinus Torvalds 1301da177e4SLinus Torvaldsconfig ROCKHOPPER 1311da177e4SLinus Torvalds bool "Support for Rockhopper baseboard" 1321da177e4SLinus Torvalds depends on NEC_CMBVR4133 1331da177e4SLinus Torvalds select I8259 1341da177e4SLinus Torvalds select HAVE_STD_PC_SERIAL_PORT 1351da177e4SLinus Torvalds 1361da177e4SLinus Torvaldsconfig CASIO_E55 1371da177e4SLinus Torvalds bool "Support for CASIO CASSIOPEIA E-10/15/55/65" 1381da177e4SLinus Torvalds depends on MACH_VR41XX 1398dd4aebeSYoichi Yuasa select CPU_LITTLE_ENDIAN 1401da177e4SLinus Torvalds select DMA_NONCOHERENT 1411da177e4SLinus Torvalds select IRQ_CPU 1421da177e4SLinus Torvalds select ISA 1431da177e4SLinus Torvalds 1441da177e4SLinus Torvaldsconfig IBM_WORKPAD 1451da177e4SLinus Torvalds bool "Support for IBM WorkPad z50" 1461da177e4SLinus Torvalds depends on MACH_VR41XX 1478dd4aebeSYoichi Yuasa select CPU_LITTLE_ENDIAN 1481da177e4SLinus Torvalds select DMA_NONCOHERENT 1491da177e4SLinus Torvalds select IRQ_CPU 1501da177e4SLinus Torvalds select ISA 1511da177e4SLinus Torvalds 15263b799f9SYoichi Yuasaconfig TANBAC_TB022X 15363b799f9SYoichi Yuasa bool "Support for TANBAC VR4131 multichip module and TANBAC VR4131DIMM" 1541da177e4SLinus Torvalds depends on MACH_VR41XX 15563b799f9SYoichi Yuasa select CPU_LITTLE_ENDIAN 1561da177e4SLinus Torvalds select DMA_NONCOHERENT 1571da177e4SLinus Torvalds select IRQ_CPU 15863b799f9SYoichi Yuasa select HW_HAS_PCI 1591da177e4SLinus Torvalds help 16063b799f9SYoichi Yuasa The TANBAC VR4131 multichip module(TB0225) and 16163b799f9SYoichi Yuasa the TANBAC VR4131DIMM(TB0229) are MIPS-based platforms 16263b799f9SYoichi Yuasa manufactured by TANBAC. 16363b799f9SYoichi Yuasa Please refer to <http://www.tanbac.co.jp/> 16463b799f9SYoichi Yuasa about VR4131 multichip module and VR4131DIMM. 1651da177e4SLinus Torvalds 16663b799f9SYoichi Yuasaconfig TANBAC_TB0226 16763b799f9SYoichi Yuasa bool "Support for TANBAC Mbase(TB0226)" 16863b799f9SYoichi Yuasa depends on TANBAC_TB022X 16963b799f9SYoichi Yuasa select GPIO_VR41XX 1701da177e4SLinus Torvalds help 17163b799f9SYoichi Yuasa The TANBAC Mbase(TB0226) is a MIPS-based platform manufactured by TANBAC. 17263b799f9SYoichi Yuasa Please refer to <http://www.tanbac.co.jp/> about Mbase. 1731da177e4SLinus Torvalds 1744d666d7aSYoichi Yuasaconfig TANBAC_TB0287 1754d666d7aSYoichi Yuasa bool "Support for TANBAC Mini-ITX DIMM base(TB0287)" 1764d666d7aSYoichi Yuasa depends on TANBAC_TB022X 1774d666d7aSYoichi Yuasa help 1784d666d7aSYoichi Yuasa The TANBAC Mini-ITX DIMM base(TB0287) is a MIPS-based platform manufactured by TANBAC. 1794d666d7aSYoichi Yuasa Please refer to <http://www.tanbac.co.jp/> about Mini-ITX DIMM base. 1804d666d7aSYoichi Yuasa 1811da177e4SLinus Torvaldsconfig VICTOR_MPC30X 1821da177e4SLinus Torvalds bool "Support for Victor MP-C303/304" 1831da177e4SLinus Torvalds depends on MACH_VR41XX 1848dd4aebeSYoichi Yuasa select CPU_LITTLE_ENDIAN 1858dd4aebeSYoichi Yuasa select DMA_NONCOHERENT 1868dd4aebeSYoichi Yuasa select IRQ_CPU 1878dd4aebeSYoichi Yuasa select HW_HAS_PCI 1881da177e4SLinus Torvalds 1891da177e4SLinus Torvaldsconfig ZAO_CAPCELLA 1901da177e4SLinus Torvalds bool "Support for ZAO Networks Capcella" 1911da177e4SLinus Torvalds depends on MACH_VR41XX 1928dd4aebeSYoichi Yuasa select CPU_LITTLE_ENDIAN 1931da177e4SLinus Torvalds select DMA_NONCOHERENT 1941da177e4SLinus Torvalds select IRQ_CPU 1958dd4aebeSYoichi Yuasa select HW_HAS_PCI 1961da177e4SLinus Torvalds 1971da177e4SLinus Torvaldsconfig PCI_VR41XX 1981da177e4SLinus Torvalds bool "Add PCI control unit support of NEC VR4100 series" 199466adc66SYoichi Yuasa depends on MACH_VR41XX && HW_HAS_PCI 200466adc66SYoichi Yuasa default y 201466adc66SYoichi Yuasa select PCI 2021da177e4SLinus Torvalds 2031da177e4SLinus Torvaldsconfig VRC4173 2041da177e4SLinus Torvalds tristate "Add NEC VRC4173 companion chip support" 2051da177e4SLinus Torvalds depends on MACH_VR41XX && PCI_VR41XX 2061da177e4SLinus Torvalds ---help--- 2071da177e4SLinus Torvalds The NEC VRC4173 is a companion chip for NEC VR4122/VR4131. 2081da177e4SLinus Torvalds 2091da177e4SLinus Torvaldsconfig TOSHIBA_JMR3927 2101da177e4SLinus Torvalds bool "Support for Toshiba JMR-TX3927 board" 2111da177e4SLinus Torvalds select DMA_NONCOHERENT 2121da177e4SLinus Torvalds select HW_HAS_PCI 2131da177e4SLinus Torvalds select SWAP_IO_SPACE 214ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 2151da177e4SLinus Torvalds 2161da177e4SLinus Torvaldsconfig MIPS_COBALT 217ed5ba2fbSYoichi Yuasa bool "Support for Cobalt Server" 2181da177e4SLinus Torvalds depends on EXPERIMENTAL 2191da177e4SLinus Torvalds select DMA_NONCOHERENT 2201da177e4SLinus Torvalds select HW_HAS_PCI 2211da177e4SLinus Torvalds select I8259 2221da177e4SLinus Torvalds select IRQ_CPU 223ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 224ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 2251da177e4SLinus Torvalds 2261da177e4SLinus Torvaldsconfig MACH_DECSTATION 2271da177e4SLinus Torvalds bool "Support for DECstations" 2281da177e4SLinus Torvalds select BOOT_ELF32 2291da177e4SLinus Torvalds select DMA_NONCOHERENT 230b6d468ecSMaciej W. Rozycki select EARLY_PRINTK 2311da177e4SLinus Torvalds select IRQ_CPU 232ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 233ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 2341da177e4SLinus Torvalds ---help--- 2351da177e4SLinus Torvalds This enables support for DEC's MIPS based workstations. For details 2361da177e4SLinus Torvalds see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the 2371da177e4SLinus Torvalds DECstation porting pages on <http://decstation.unix-ag.org/>. 2381da177e4SLinus Torvalds 2391da177e4SLinus Torvalds If you have one of the following DECstation Models you definitely 2401da177e4SLinus Torvalds want to choose R4xx0 for the CPU Type: 2411da177e4SLinus Torvalds 2421da177e4SLinus Torvalds DECstation 5000/50 2431da177e4SLinus Torvalds DECstation 5000/150 2441da177e4SLinus Torvalds DECstation 5000/260 2451da177e4SLinus Torvalds DECsystem 5900/260 2461da177e4SLinus Torvalds 2471da177e4SLinus Torvalds otherwise choose R3000. 2481da177e4SLinus Torvalds 2491da177e4SLinus Torvaldsconfig MIPS_EV64120 2501da177e4SLinus Torvalds bool "Support for Galileo EV64120 Evaluation board (EXPERIMENTAL)" 2511da177e4SLinus Torvalds depends on EXPERIMENTAL 2521da177e4SLinus Torvalds select DMA_NONCOHERENT 253e01402b1SRalf Baechle select IRQ_CPU 2541da177e4SLinus Torvalds select HW_HAS_PCI 2551da177e4SLinus Torvalds select MIPS_GT64120 256ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 257ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 2581da177e4SLinus Torvalds help 2591da177e4SLinus Torvalds This is an evaluation board based on the Galileo GT-64120 2601da177e4SLinus Torvalds single-chip system controller that contains a MIPS R5000 compatible 2611da177e4SLinus Torvalds core running at 75/100MHz. Their website is located at 2621da177e4SLinus Torvalds <http://www.marvell.com/>. Say Y here if you wish to build a 2631da177e4SLinus Torvalds kernel for this platform. 2641da177e4SLinus Torvalds 2651da177e4SLinus Torvaldsconfig EVB_PCI1 2661da177e4SLinus Torvalds bool "Enable Second PCI (PCI1)" 2671da177e4SLinus Torvalds depends on MIPS_EV64120 2681da177e4SLinus Torvalds 2691da177e4SLinus Torvaldsconfig MIPS_EV96100 2701da177e4SLinus Torvalds bool "Support for Galileo EV96100 Evaluation board (EXPERIMENTAL)" 2711da177e4SLinus Torvalds depends on EXPERIMENTAL 2721da177e4SLinus Torvalds select DMA_NONCOHERENT 2731da177e4SLinus Torvalds select HW_HAS_PCI 2741da177e4SLinus Torvalds select IRQ_CPU 2751da177e4SLinus Torvalds select MIPS_GT96100 2761da177e4SLinus Torvalds select RM7000_CPU_SCACHE 2771da177e4SLinus Torvalds select SWAP_IO_SPACE 278ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 279ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 2801da177e4SLinus Torvalds help 2811da177e4SLinus Torvalds This is an evaluation board based on the Galileo GT-96100 LAN/WAN 2821da177e4SLinus Torvalds communications controllers containing a MIPS R5000 compatible core 2831da177e4SLinus Torvalds running at 83MHz. Their website is <http://www.marvell.com/>. Say Y 2841da177e4SLinus Torvalds here if you wish to build a kernel for this platform. 2851da177e4SLinus Torvalds 2861da177e4SLinus Torvaldsconfig MIPS_IVR 2871da177e4SLinus Torvalds bool "Support for Globespan IVR board" 2881da177e4SLinus Torvalds select DMA_NONCOHERENT 2891da177e4SLinus Torvalds select HW_HAS_PCI 290ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 291ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 2921da177e4SLinus Torvalds help 2931da177e4SLinus Torvalds This is an evaluation board built by Globespan to showcase thir 2941da177e4SLinus Torvalds iVR (Internet Video Recorder) design. It utilizes a QED RM5231 2951da177e4SLinus Torvalds R5000 MIPS core. More information can be found out their website 2961da177e4SLinus Torvalds located at <http://www.globespan.net/>. Say Y here if you wish to 2971da177e4SLinus Torvalds build a kernel for this platform. 2981da177e4SLinus Torvalds 2991da177e4SLinus Torvaldsconfig LASAT 3001da177e4SLinus Torvalds bool "Support for LASAT Networks platforms" 3011da177e4SLinus Torvalds select DMA_NONCOHERENT 3021da177e4SLinus Torvalds select HW_HAS_PCI 3031da177e4SLinus Torvalds select MIPS_GT64120 3041da177e4SLinus Torvalds select R5000_CPU_SCACHE 305ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 306ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 3071da177e4SLinus Torvalds 3081da177e4SLinus Torvaldsconfig PICVUE 3091da177e4SLinus Torvalds tristate "PICVUE LCD display driver" 3101da177e4SLinus Torvalds depends on LASAT 3111da177e4SLinus Torvalds 3121da177e4SLinus Torvaldsconfig PICVUE_PROC 3131da177e4SLinus Torvalds tristate "PICVUE LCD display driver /proc interface" 3141da177e4SLinus Torvalds depends on PICVUE 3151da177e4SLinus Torvalds 3161da177e4SLinus Torvaldsconfig DS1603 3171da177e4SLinus Torvalds bool "DS1603 RTC driver" 3181da177e4SLinus Torvalds depends on LASAT 3191da177e4SLinus Torvalds 3201da177e4SLinus Torvaldsconfig LASAT_SYSCTL 3211da177e4SLinus Torvalds bool "LASAT sysctl interface" 3221da177e4SLinus Torvalds depends on LASAT 3231da177e4SLinus Torvalds 3241da177e4SLinus Torvaldsconfig MIPS_ITE8172 3251da177e4SLinus Torvalds bool "Support for ITE 8172G board" 3261da177e4SLinus Torvalds select DMA_NONCOHERENT 3271da177e4SLinus Torvalds select HW_HAS_PCI 328ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 329ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 3301da177e4SLinus Torvalds help 3311da177e4SLinus Torvalds Ths is an evaluation board made by ITE <http://www.ite.com.tw/> 3321da177e4SLinus Torvalds with ATX form factor that utilizes a MIPS R5000 to work with its 3331da177e4SLinus Torvalds ITE8172G companion internet appliance chip. The MIPS core can be 3341da177e4SLinus Torvalds either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build 3351da177e4SLinus Torvalds a kernel for this platform. 3361da177e4SLinus Torvalds 3371da177e4SLinus Torvaldsconfig IT8172_REVC 3381da177e4SLinus Torvalds bool "Support for older IT8172 (Rev C)" 3391da177e4SLinus Torvalds depends on MIPS_ITE8172 3401da177e4SLinus Torvalds help 3411da177e4SLinus Torvalds Say Y here to support the older, Revision C version of the Integrated 3421da177e4SLinus Torvalds Technology Express, Inc. ITE8172 SBC. Vendor page at 3431da177e4SLinus Torvalds <http://www.ite.com.tw/ia/brief_it8172bsp.htm>; picture of the 3441da177e4SLinus Torvalds board at <http://www.mvista.com/partners/semiconductor/ite.html>. 3451da177e4SLinus Torvalds 3461da177e4SLinus Torvaldsconfig MIPS_ATLAS 3471da177e4SLinus Torvalds bool "Support for MIPS Atlas board" 3481da177e4SLinus Torvalds select BOOT_ELF32 3491da177e4SLinus Torvalds select DMA_NONCOHERENT 3501da177e4SLinus Torvalds select HW_HAS_PCI 3511da177e4SLinus Torvalds select MIPS_GT64120 352f4b7cdb4SMaciej W. Rozycki select RM7000_CPU_SCACHE 3531da177e4SLinus Torvalds select SWAP_IO_SPACE 354ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 355ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 3561da177e4SLinus Torvalds help 357f638d197SMaciej W. Rozycki This enables support for the MIPS Technologies Atlas evaluation 3581da177e4SLinus Torvalds board. 3591da177e4SLinus Torvalds 3601da177e4SLinus Torvaldsconfig MIPS_MALTA 3611da177e4SLinus Torvalds bool "Support for MIPS Malta board" 362*61ed242dSRalf Baechle select ARCH_MAY_HAVE_PC_FDC 3631da177e4SLinus Torvalds select BOOT_ELF32 3641da177e4SLinus Torvalds select HAVE_STD_PC_SERIAL_PORT 3651da177e4SLinus Torvalds select DMA_NONCOHERENT 366e01402b1SRalf Baechle select IRQ_CPU 3671da177e4SLinus Torvalds select GENERIC_ISA_DMA 3681da177e4SLinus Torvalds select HW_HAS_PCI 3691da177e4SLinus Torvalds select I8259 3701da177e4SLinus Torvalds select MIPS_GT64120 3711da177e4SLinus Torvalds select SWAP_IO_SPACE 372ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 373ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 3741da177e4SLinus Torvalds help 375f638d197SMaciej W. Rozycki This enables support for the MIPS Technologies Malta evaluation 3761da177e4SLinus Torvalds board. 3771da177e4SLinus Torvalds 3781da177e4SLinus Torvaldsconfig MIPS_SEAD 3791da177e4SLinus Torvalds bool "Support for MIPS SEAD board (EXPERIMENTAL)" 3801da177e4SLinus Torvalds depends on EXPERIMENTAL 3811da177e4SLinus Torvalds select IRQ_CPU 3821da177e4SLinus Torvalds select DMA_NONCOHERENT 383ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 384ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 385f638d197SMaciej W. Rozycki help 386f638d197SMaciej W. Rozycki This enables support for the MIPS Technologies SEAD evaluation 387f638d197SMaciej W. Rozycki board. 3881da177e4SLinus Torvalds 3891da177e4SLinus Torvaldsconfig MOMENCO_OCELOT 3901da177e4SLinus Torvalds bool "Support for Momentum Ocelot board" 3911da177e4SLinus Torvalds select DMA_NONCOHERENT 3921da177e4SLinus Torvalds select HW_HAS_PCI 3931da177e4SLinus Torvalds select IRQ_CPU 3941da177e4SLinus Torvalds select IRQ_CPU_RM7K 3951da177e4SLinus Torvalds select MIPS_GT64120 3961da177e4SLinus Torvalds select RM7000_CPU_SCACHE 3971da177e4SLinus Torvalds select SWAP_IO_SPACE 398ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 399ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 4001da177e4SLinus Torvalds help 4011da177e4SLinus Torvalds The Ocelot is a MIPS-based Single Board Computer (SBC) made by 4021da177e4SLinus Torvalds Momentum Computer <http://www.momenco.com/>. 4031da177e4SLinus Torvalds 4041da177e4SLinus Torvaldsconfig MOMENCO_OCELOT_G 4051da177e4SLinus Torvalds bool "Support for Momentum Ocelot-G board" 4061da177e4SLinus Torvalds select DMA_NONCOHERENT 4071da177e4SLinus Torvalds select HW_HAS_PCI 4081da177e4SLinus Torvalds select IRQ_CPU 4091da177e4SLinus Torvalds select IRQ_CPU_RM7K 4101da177e4SLinus Torvalds select PCI_MARVELL 4111da177e4SLinus Torvalds select RM7000_CPU_SCACHE 4121da177e4SLinus Torvalds select SWAP_IO_SPACE 413ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 414ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 4151da177e4SLinus Torvalds help 4161da177e4SLinus Torvalds The Ocelot is a MIPS-based Single Board Computer (SBC) made by 4171da177e4SLinus Torvalds Momentum Computer <http://www.momenco.com/>. 4181da177e4SLinus Torvalds 4191da177e4SLinus Torvaldsconfig MOMENCO_OCELOT_C 4201da177e4SLinus Torvalds bool "Support for Momentum Ocelot-C board" 4211da177e4SLinus Torvalds select DMA_NONCOHERENT 4221da177e4SLinus Torvalds select HW_HAS_PCI 4231da177e4SLinus Torvalds select IRQ_CPU 4241da177e4SLinus Torvalds select IRQ_MV64340 4251da177e4SLinus Torvalds select PCI_MARVELL 4261da177e4SLinus Torvalds select RM7000_CPU_SCACHE 4271da177e4SLinus Torvalds select SWAP_IO_SPACE 428ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 429ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 4301da177e4SLinus Torvalds help 4311da177e4SLinus Torvalds The Ocelot is a MIPS-based Single Board Computer (SBC) made by 4321da177e4SLinus Torvalds Momentum Computer <http://www.momenco.com/>. 4331da177e4SLinus Torvalds 4341da177e4SLinus Torvaldsconfig MOMENCO_OCELOT_3 4351da177e4SLinus Torvalds bool "Support for Momentum Ocelot-3 board" 4361da177e4SLinus Torvalds select BOOT_ELF32 4371da177e4SLinus Torvalds select DMA_NONCOHERENT 4381da177e4SLinus Torvalds select HW_HAS_PCI 4391da177e4SLinus Torvalds select IRQ_CPU 4401da177e4SLinus Torvalds select IRQ_CPU_RM7K 4411da177e4SLinus Torvalds select IRQ_MV64340 4421da177e4SLinus Torvalds select PCI_MARVELL 4431da177e4SLinus Torvalds select RM7000_CPU_SCACHE 4441da177e4SLinus Torvalds select SWAP_IO_SPACE 445ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 446ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 4471da177e4SLinus Torvalds help 4481da177e4SLinus Torvalds The Ocelot-3 is based off Discovery III System Controller and 4491da177e4SLinus Torvalds PMC-Sierra Rm79000 core. 4501da177e4SLinus Torvalds 4511da177e4SLinus Torvaldsconfig MOMENCO_JAGUAR_ATX 4521da177e4SLinus Torvalds bool "Support for Momentum Jaguar board" 4531da177e4SLinus Torvalds select BOOT_ELF32 4541da177e4SLinus Torvalds select DMA_NONCOHERENT 4551da177e4SLinus Torvalds select HW_HAS_PCI 4561da177e4SLinus Torvalds select IRQ_CPU 4571da177e4SLinus Torvalds select IRQ_CPU_RM7K 4581da177e4SLinus Torvalds select IRQ_MV64340 4591da177e4SLinus Torvalds select LIMITED_DMA 4601da177e4SLinus Torvalds select PCI_MARVELL 4611da177e4SLinus Torvalds select RM7000_CPU_SCACHE 4621da177e4SLinus Torvalds select SWAP_IO_SPACE 463ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 464ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 4651da177e4SLinus Torvalds help 4661da177e4SLinus Torvalds The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by 4671da177e4SLinus Torvalds Momentum Computer <http://www.momenco.com/>. 4681da177e4SLinus Torvalds 4691da177e4SLinus Torvaldsconfig JAGUAR_DMALOW 4701da177e4SLinus Torvalds bool "Low DMA Mode" 4711da177e4SLinus Torvalds depends on MOMENCO_JAGUAR_ATX 4721da177e4SLinus Torvalds help 4731da177e4SLinus Torvalds Select to Y if jump JP5 is set on your board, N otherwise. Normally 4741da177e4SLinus Torvalds the jumper is set, so if you feel unsafe, just say Y. 4751da177e4SLinus Torvalds 4761da177e4SLinus Torvaldsconfig PMC_YOSEMITE 4771da177e4SLinus Torvalds bool "Support for PMC-Sierra Yosemite eval board" 4781da177e4SLinus Torvalds select DMA_COHERENT 4791da177e4SLinus Torvalds select HW_HAS_PCI 4801da177e4SLinus Torvalds select IRQ_CPU 4811da177e4SLinus Torvalds select IRQ_CPU_RM7K 4821da177e4SLinus Torvalds select IRQ_CPU_RM9K 4831da177e4SLinus Torvalds select SWAP_IO_SPACE 484ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 485ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 4861da177e4SLinus Torvalds help 4871da177e4SLinus Torvalds Yosemite is an evaluation board for the RM9000x2 processor 4881da177e4SLinus Torvalds manufactured by PMC-Sierra 4891da177e4SLinus Torvalds 4901da177e4SLinus Torvaldsconfig HYPERTRANSPORT 4911da177e4SLinus Torvalds bool "Hypertransport Support for PMC-Sierra Yosemite" 4921da177e4SLinus Torvalds depends on PMC_YOSEMITE 4931da177e4SLinus Torvalds 494bdf21b18SPete Popovconfig PNX8550_V2PCI 495bdf21b18SPete Popov bool "Support for Philips PNX8550 based Viper2-PCI board" 496bdf21b18SPete Popov select PNX8550 497bdf21b18SPete Popov select SYS_SUPPORTS_LITTLE_ENDIAN 498bdf21b18SPete Popov 499bdf21b18SPete Popovconfig PNX8550_JBS 500bdf21b18SPete Popov bool "Support for Philips PNX8550 based JBS board" 501bdf21b18SPete Popov select PNX8550 502bdf21b18SPete Popov select SYS_SUPPORTS_LITTLE_ENDIAN 503bdf21b18SPete Popov 5041da177e4SLinus Torvaldsconfig DDB5074 5051da177e4SLinus Torvalds bool "Support for NEC DDB Vrc-5074 (EXPERIMENTAL)" 5061da177e4SLinus Torvalds depends on EXPERIMENTAL 5071da177e4SLinus Torvalds select DMA_NONCOHERENT 5081da177e4SLinus Torvalds select HAVE_STD_PC_SERIAL_PORT 5091da177e4SLinus Torvalds select HW_HAS_PCI 5101da177e4SLinus Torvalds select IRQ_CPU 5111da177e4SLinus Torvalds select I8259 5121da177e4SLinus Torvalds select ISA 513ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 514ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 5151da177e4SLinus Torvalds help 5161da177e4SLinus Torvalds This enables support for the VR5000-based NEC DDB Vrc-5074 5171da177e4SLinus Torvalds evaluation board. 5181da177e4SLinus Torvalds 5191da177e4SLinus Torvaldsconfig DDB5476 5201da177e4SLinus Torvalds bool "Support for NEC DDB Vrc-5476" 5211da177e4SLinus Torvalds select DMA_NONCOHERENT 5221da177e4SLinus Torvalds select HAVE_STD_PC_SERIAL_PORT 5231da177e4SLinus Torvalds select HW_HAS_PCI 5241da177e4SLinus Torvalds select IRQ_CPU 5251da177e4SLinus Torvalds select I8259 5261da177e4SLinus Torvalds select ISA 527ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 528ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 5291da177e4SLinus Torvalds help 5301da177e4SLinus Torvalds This enables support for the R5432-based NEC DDB Vrc-5476 5311da177e4SLinus Torvalds evaluation board. 5321da177e4SLinus Torvalds 5331da177e4SLinus Torvalds Features : kernel debugging, serial terminal, NFS root fs, on-board 5341da177e4SLinus Torvalds ether port USB, AC97, PCI, PCI VGA card & framebuffer console, 5351da177e4SLinus Torvalds IDE controller, PS2 keyboard, PS2 mouse, etc. 5361da177e4SLinus Torvalds 5371da177e4SLinus Torvaldsconfig DDB5477 5381da177e4SLinus Torvalds bool "Support for NEC DDB Vrc-5477" 5391da177e4SLinus Torvalds select DMA_NONCOHERENT 5401da177e4SLinus Torvalds select HW_HAS_PCI 5411da177e4SLinus Torvalds select I8259 5421da177e4SLinus Torvalds select IRQ_CPU 543ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 544ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 5451da177e4SLinus Torvalds help 5461da177e4SLinus Torvalds This enables support for the R5432-based NEC DDB Vrc-5477, 5471da177e4SLinus Torvalds or Rockhopper/SolutionGear boards with R5432/R5500 CPUs. 5481da177e4SLinus Torvalds 5491da177e4SLinus Torvalds Features : kernel debugging, serial terminal, NFS root fs, on-board 5501da177e4SLinus Torvalds ether port USB, AC97, PCI, etc. 5511da177e4SLinus Torvalds 5521da177e4SLinus Torvaldsconfig DDB5477_BUS_FREQUENCY 5531da177e4SLinus Torvalds int "bus frequency (in kHZ, 0 for auto-detect)" 5541da177e4SLinus Torvalds depends on DDB5477 5551da177e4SLinus Torvalds default 0 5561da177e4SLinus Torvalds 55707119621SRalf Baechleconfig QEMU 55807119621SRalf Baechle bool "Support for Qemu" 55907119621SRalf Baechle select DMA_COHERENT 56007119621SRalf Baechle select GENERIC_ISA_DMA 56107119621SRalf Baechle select HAVE_STD_PC_SERIAL_PORT 56207119621SRalf Baechle select I8259 56307119621SRalf Baechle select ISA 56407119621SRalf Baechle select SWAP_IO_SPACE 56507119621SRalf Baechle select SYS_SUPPORTS_32BIT_KERNEL 56607119621SRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 567797798c1SRalf Baechle select SYS_SUPPORTS_HIGHMEM 56807119621SRalf Baechle help 56907119621SRalf Baechle Qemu is a software emulator which among other architectures also 57007119621SRalf Baechle can simulate a MIPS32 4Kc system. This patch adds support for the 57107119621SRalf Baechle system architecture that currently is being simulated by Qemu. It 57207119621SRalf Baechle will eventually be removed again when Qemu has the capability to 57307119621SRalf Baechle simulate actual MIPS hardware platforms. More information on Qemu 57407119621SRalf Baechle can be found at http://www.linux-mips.org/wiki/Qemu. 57507119621SRalf Baechle 5761da177e4SLinus Torvaldsconfig SGI_IP22 5771da177e4SLinus Torvalds bool "Support for SGI IP22 (Indy/Indigo2)" 5781da177e4SLinus Torvalds select ARC 5791da177e4SLinus Torvalds select ARC32 5801da177e4SLinus Torvalds select BOOT_ELF32 5811da177e4SLinus Torvalds select DMA_NONCOHERENT 5821da177e4SLinus Torvalds select IP22_CPU_SCACHE 5831da177e4SLinus Torvalds select IRQ_CPU 5841da177e4SLinus Torvalds select SWAP_IO_SPACE 585ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 586ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 5871da177e4SLinus Torvalds help 5881da177e4SLinus Torvalds This are the SGI Indy, Challenge S and Indigo2, as well as certain 5891da177e4SLinus Torvalds OEM variants like the Tandem CMN B006S. To compile a Linux kernel 5901da177e4SLinus Torvalds that runs on these, say Y here. 5911da177e4SLinus Torvalds 5921da177e4SLinus Torvaldsconfig SGI_IP27 5931da177e4SLinus Torvalds bool "Support for SGI IP27 (Origin200/2000)" 5941da177e4SLinus Torvalds select ARC 5951da177e4SLinus Torvalds select ARC64 5961da177e4SLinus Torvalds select DMA_IP27 5971da177e4SLinus Torvalds select HW_HAS_PCI 5981da177e4SLinus Torvalds select PCI_DOMAINS 599ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 6001da177e4SLinus Torvalds help 6011da177e4SLinus Torvalds This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics 6021da177e4SLinus Torvalds workstations. To compile a Linux kernel that runs on these, say Y 6031da177e4SLinus Torvalds here. 6041da177e4SLinus Torvalds 6051da177e4SLinus Torvalds#config SGI_SN0_XXL 6061da177e4SLinus Torvalds# bool "IP27 XXL" 6071da177e4SLinus Torvalds# depends on SGI_IP27 6081da177e4SLinus Torvalds# This options adds support for userspace processes upto 16TB size. 6091da177e4SLinus Torvalds# Normally the limit is just .5TB. 6101da177e4SLinus Torvalds 6111da177e4SLinus Torvaldsconfig SGI_SN0_N_MODE 6121da177e4SLinus Torvalds bool "IP27 N-Mode" 6131da177e4SLinus Torvalds depends on SGI_IP27 6141da177e4SLinus Torvalds help 6151da177e4SLinus Torvalds The nodes of Origin 200, Origin 2000 and Onyx 2 systems can be 6161da177e4SLinus Torvalds configured in either N-Modes which allows for more nodes or M-Mode 6171da177e4SLinus Torvalds which allows for more memory. Your system is most probably 6181da177e4SLinus Torvalds running in M-Mode, so you should say N here. 6191da177e4SLinus Torvalds 6203f22ab27SDave Hansenconfig ARCH_DISCONTIGMEM_ENABLE 6211da177e4SLinus Torvalds bool 6221da177e4SLinus Torvalds default y if SGI_IP27 6231da177e4SLinus Torvalds help 6241da177e4SLinus Torvalds Say Y to upport efficient handling of discontiguous physical memory, 6251da177e4SLinus Torvalds for architectures which are either NUMA (Non-Uniform Memory Access) 6261da177e4SLinus Torvalds or have huge holes in the physical address space for other reasons. 6271da177e4SLinus Torvalds See <file:Documentation/vm/numa> for more. 6281da177e4SLinus Torvalds 6291da177e4SLinus Torvaldsconfig NUMA 6301da177e4SLinus Torvalds bool "NUMA Support" 6311da177e4SLinus Torvalds depends on SGI_IP27 6321da177e4SLinus Torvalds help 6331da177e4SLinus Torvalds Say Y to compile the kernel to support NUMA (Non-Uniform Memory 6341da177e4SLinus Torvalds Access). This option is for configuring high-end multiprocessor 6351da177e4SLinus Torvalds server machines. If in doubt, say N. 6361da177e4SLinus Torvalds 6371da177e4SLinus Torvaldsconfig MAPPED_KERNEL 6381da177e4SLinus Torvalds bool "Mapped kernel support" 6391da177e4SLinus Torvalds depends on SGI_IP27 6401da177e4SLinus Torvalds help 6411da177e4SLinus Torvalds Change the way a Linux kernel is loaded into memory on a MIPS64 6421da177e4SLinus Torvalds machine. This is required in order to support text replication and 6431da177e4SLinus Torvalds NUMA. If you need to understand it, read the source code. 6441da177e4SLinus Torvalds 6451da177e4SLinus Torvaldsconfig REPLICATE_KTEXT 6461da177e4SLinus Torvalds bool "Kernel text replication support" 6471da177e4SLinus Torvalds depends on SGI_IP27 6481da177e4SLinus Torvalds help 6491da177e4SLinus Torvalds Say Y here to enable replicating the kernel text across multiple 6501da177e4SLinus Torvalds nodes in a NUMA cluster. This trades memory for speed. 6511da177e4SLinus Torvalds 6521da177e4SLinus Torvaldsconfig REPLICATE_EXHANDLERS 6531da177e4SLinus Torvalds bool "Exception handler replication support" 6541da177e4SLinus Torvalds depends on SGI_IP27 6551da177e4SLinus Torvalds help 6561da177e4SLinus Torvalds Say Y here to enable replicating the kernel exception handlers 6571da177e4SLinus Torvalds across multiple nodes in a NUMA cluster. This trades memory for 6581da177e4SLinus Torvalds speed. 6591da177e4SLinus Torvalds 6601da177e4SLinus Torvaldsconfig SGI_IP32 6611da177e4SLinus Torvalds bool "Support for SGI IP32 (O2) (EXPERIMENTAL)" 662ed5ba2fbSYoichi Yuasa depends on EXPERIMENTAL 6631da177e4SLinus Torvalds select ARC 6641da177e4SLinus Torvalds select ARC32 6651da177e4SLinus Torvalds select BOOT_ELF32 6661da177e4SLinus Torvalds select OWN_DMA 6671da177e4SLinus Torvalds select DMA_IP32 6681da177e4SLinus Torvalds select DMA_NONCOHERENT 6695eaf7a21SRalf Baechle select HAS_TXX9_SERIAL 6701da177e4SLinus Torvalds select HW_HAS_PCI 6711da177e4SLinus Torvalds select R5000_CPU_SCACHE 6721da177e4SLinus Torvalds select RM7000_CPU_SCACHE 673ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 6741da177e4SLinus Torvalds help 6751da177e4SLinus Torvalds If you want this kernel to run on SGI O2 workstation, say Y here. 6761da177e4SLinus Torvalds 677e3ad1c23SPete Popovconfig SOC_AU1200 678e3ad1c23SPete Popov bool 679e3ad1c23SPete Popov select SOC_AU1X00 680e3ad1c23SPete Popov 6811da177e4SLinus Torvaldsconfig SOC_AU1X00 6821da177e4SLinus Torvalds bool "Support for AMD/Alchemy Au1X00 SOCs" 683ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 6841da177e4SLinus Torvalds 6851da177e4SLinus Torvaldschoice 6861da177e4SLinus Torvalds prompt "Au1X00 SOC Type" 6871da177e4SLinus Torvalds depends on SOC_AU1X00 6881da177e4SLinus Torvalds help 6891da177e4SLinus Torvalds Say Y here to enable support for one of three AMD/Alchemy 6901da177e4SLinus Torvalds SOCs. For additional documentation see www.amd.com. 6911da177e4SLinus Torvalds 6921da177e4SLinus Torvaldsconfig SOC_AU1000 6931da177e4SLinus Torvalds bool "SOC_AU1000" 6941da177e4SLinus Torvaldsconfig SOC_AU1100 6951da177e4SLinus Torvalds bool "SOC_AU1100" 6961da177e4SLinus Torvaldsconfig SOC_AU1500 6971da177e4SLinus Torvalds bool "SOC_AU1500" 6981da177e4SLinus Torvaldsconfig SOC_AU1550 6991da177e4SLinus Torvalds bool "SOC_AU1550" 7001da177e4SLinus Torvalds 70123fbee9dSRalf Baechleconfig TOSHIBA_RBTX4938 70223fbee9dSRalf Baechle bool "Support for Toshiba RBTX4938 board" 70323fbee9dSRalf Baechle select HAVE_STD_PC_SERIAL_PORT 70423fbee9dSRalf Baechle select DMA_NONCOHERENT 70523fbee9dSRalf Baechle select GENERIC_ISA_DMA 70623fbee9dSRalf Baechle select HAS_TXX9_SERIAL 70723fbee9dSRalf Baechle select HW_HAS_PCI 70823fbee9dSRalf Baechle select I8259 70923fbee9dSRalf Baechle select ISA 71023fbee9dSRalf Baechle select SWAP_IO_SPACE 71123fbee9dSRalf Baechle select SYS_SUPPORTS_32BIT_KERNEL 71223fbee9dSRalf Baechle select SYS_SUPPORTS_LITTLE_ENDIAN 71323fbee9dSRalf Baechle select SYS_SUPPORTS_BIG_ENDIAN 71423fbee9dSRalf Baechle select TOSHIBA_BOARDS 71523fbee9dSRalf Baechle help 71623fbee9dSRalf Baechle This Toshiba board is based on the TX4938 processor. Say Y here to 71723fbee9dSRalf Baechle support this machine type 71823fbee9dSRalf Baechle 7191da177e4SLinus Torvaldsendchoice 7201da177e4SLinus Torvalds 7211da177e4SLinus Torvaldschoice 7221da177e4SLinus Torvalds prompt "AMD/Alchemy Au1x00 board support" 7231da177e4SLinus Torvalds depends on SOC_AU1X00 7241da177e4SLinus Torvalds help 7251da177e4SLinus Torvalds These are evaluation boards built by AMD/Alchemy to 7261da177e4SLinus Torvalds showcase their Au1X00 Internet Edge Processors. The SOC design 7271da177e4SLinus Torvalds is based on the MIPS32 architecture running at 266/400/500MHz 7281da177e4SLinus Torvalds with many integrated peripherals. Further information can be 7291da177e4SLinus Torvalds found at their website, <http://www.amd.com/>. Say Y here if you 7301da177e4SLinus Torvalds wish to build a kernel for this platform. 7311da177e4SLinus Torvalds 7321da177e4SLinus Torvaldsconfig MIPS_PB1000 7331da177e4SLinus Torvalds bool "PB1000 board" 7341da177e4SLinus Torvalds depends on SOC_AU1000 7351da177e4SLinus Torvalds select DMA_NONCOHERENT 7361da177e4SLinus Torvalds select HW_HAS_PCI 7371da177e4SLinus Torvalds select SWAP_IO_SPACE 7381da177e4SLinus Torvalds 7391da177e4SLinus Torvaldsconfig MIPS_PB1100 7401da177e4SLinus Torvalds bool "PB1100 board" 7411da177e4SLinus Torvalds depends on SOC_AU1100 7421da177e4SLinus Torvalds select DMA_NONCOHERENT 7431da177e4SLinus Torvalds select HW_HAS_PCI 7441da177e4SLinus Torvalds select SWAP_IO_SPACE 7451da177e4SLinus Torvalds 7461da177e4SLinus Torvaldsconfig MIPS_PB1500 7471da177e4SLinus Torvalds bool "PB1500 board" 7481da177e4SLinus Torvalds depends on SOC_AU1500 749d8f5d861SPete Popov select DMA_NONCOHERENT 7501da177e4SLinus Torvalds select HW_HAS_PCI 7511da177e4SLinus Torvalds 7521da177e4SLinus Torvaldsconfig MIPS_PB1550 7531da177e4SLinus Torvalds bool "PB1550 board" 7541da177e4SLinus Torvalds depends on SOC_AU1550 7551da177e4SLinus Torvalds select DMA_COHERENT 7561da177e4SLinus Torvalds select HW_HAS_PCI 7571da177e4SLinus Torvalds select MIPS_DISABLE_OBSOLETE_IDE 7581da177e4SLinus Torvalds 759e3ad1c23SPete Popovconfig MIPS_PB1200 760e3ad1c23SPete Popov bool "AMD Alchemy PB1200 board" 761e3ad1c23SPete Popov select SOC_AU1200 762e3ad1c23SPete Popov select DMA_NONCOHERENT 763e3ad1c23SPete Popov select MIPS_DISABLE_OBSOLETE_IDE 76481731f79SSteven J. Hill select SYS_SUPPORTS_BIG_ENDIAN 765797798c1SRalf Baechle select SYS_SUPPORTS_HIGHMEM 766797798c1SRalf Baechle select SYS_SUPPORTS_HIGHMEM 767797798c1SRalf Baechle select SYS_SUPPORTS_HIGHMEM 768797798c1SRalf Baechle select SYS_SUPPORTS_HIGHMEM 769e3ad1c23SPete Popov select SYS_SUPPORTS_LITTLE_ENDIAN 770e3ad1c23SPete Popov 7711da177e4SLinus Torvaldsconfig MIPS_DB1000 7721da177e4SLinus Torvalds bool "DB1000 board" 7731da177e4SLinus Torvalds depends on SOC_AU1000 7741da177e4SLinus Torvalds select DMA_NONCOHERENT 7751da177e4SLinus Torvalds select HW_HAS_PCI 7761da177e4SLinus Torvalds 7771da177e4SLinus Torvaldsconfig MIPS_DB1100 7781da177e4SLinus Torvalds bool "DB1100 board" 7791da177e4SLinus Torvalds depends on SOC_AU1100 7801da177e4SLinus Torvalds select DMA_NONCOHERENT 7811da177e4SLinus Torvalds 7821da177e4SLinus Torvaldsconfig MIPS_DB1500 7831da177e4SLinus Torvalds bool "DB1500 board" 7841da177e4SLinus Torvalds depends on SOC_AU1500 785d8f5d861SPete Popov select DMA_NONCOHERENT 7861da177e4SLinus Torvalds select HW_HAS_PCI 7871da177e4SLinus Torvalds select MIPS_DISABLE_OBSOLETE_IDE 7881da177e4SLinus Torvalds 7891da177e4SLinus Torvaldsconfig MIPS_DB1550 7901da177e4SLinus Torvalds bool "DB1550 board" 7911da177e4SLinus Torvalds depends on SOC_AU1550 7921da177e4SLinus Torvalds select HW_HAS_PCI 793d8f5d861SPete Popov select DMA_NONCOHERENT 7941da177e4SLinus Torvalds select MIPS_DISABLE_OBSOLETE_IDE 7951da177e4SLinus Torvalds 7961da177e4SLinus Torvaldsconfig MIPS_BOSPORUS 7971da177e4SLinus Torvalds bool "Bosporus board" 7981da177e4SLinus Torvalds depends on SOC_AU1500 7991da177e4SLinus Torvalds select DMA_NONCOHERENT 8001da177e4SLinus Torvalds 801e3ad1c23SPete Popovconfig MIPS_DB1200 802e3ad1c23SPete Popov bool "AMD Alchemy DB1200 board" 803e3ad1c23SPete Popov select SOC_AU1200 80426a940e2SPete Popov select DMA_COHERENT 805e3ad1c23SPete Popov select MIPS_DISABLE_OBSOLETE_IDE 806e3ad1c23SPete Popov select SYS_SUPPORTS_LITTLE_ENDIAN 807e3ad1c23SPete Popov 8081da177e4SLinus Torvaldsconfig MIPS_MIRAGE 8091da177e4SLinus Torvalds bool "Mirage board" 8101da177e4SLinus Torvalds depends on SOC_AU1500 8111da177e4SLinus Torvalds select DMA_NONCOHERENT 8121da177e4SLinus Torvalds 8131da177e4SLinus Torvaldsconfig MIPS_XXS1500 8141da177e4SLinus Torvalds bool "MyCable XXS1500 board" 8151da177e4SLinus Torvalds depends on SOC_AU1500 8161da177e4SLinus Torvalds select DMA_NONCOHERENT 8171da177e4SLinus Torvalds 8181da177e4SLinus Torvaldsconfig MIPS_MTX1 8191da177e4SLinus Torvalds bool "4G Systems MTX-1 board" 8201da177e4SLinus Torvalds depends on SOC_AU1500 8211da177e4SLinus Torvalds select HW_HAS_PCI 8221da177e4SLinus Torvalds select DMA_NONCOHERENT 8231da177e4SLinus Torvalds 8241da177e4SLinus Torvaldsendchoice 8251da177e4SLinus Torvalds 8261da177e4SLinus Torvaldsconfig SNI_RM200_PCI 8271da177e4SLinus Torvalds bool "Support for SNI RM200 PCI" 8281da177e4SLinus Torvalds select ARC 8291da177e4SLinus Torvalds select ARC32 830*61ed242dSRalf Baechle select ARCH_MAY_HAVE_PC_FDC 8311da177e4SLinus Torvalds select BOOT_ELF32 8321da177e4SLinus Torvalds select DMA_NONCOHERENT 8331da177e4SLinus Torvalds select GENERIC_ISA_DMA 8341da177e4SLinus Torvalds select HAVE_STD_PC_SERIAL_PORT 8351da177e4SLinus Torvalds select HW_HAS_PCI 8361da177e4SLinus Torvalds select I8259 8371da177e4SLinus Torvalds select ISA 838ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 839ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL 840797798c1SRalf Baechle select SYS_SUPPORTS_HIGHMEM 8411da177e4SLinus Torvalds help 8421da177e4SLinus Torvalds The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens 8431da177e4SLinus Torvalds Nixdorf Informationssysteme (SNI), parent company of Pyramid 8441da177e4SLinus Torvalds Technology and now in turn merged with Fujitsu. Say Y here to 8451da177e4SLinus Torvalds support this machine type. 8461da177e4SLinus Torvalds 8471da177e4SLinus Torvaldsconfig TOSHIBA_RBTX4927 8481da177e4SLinus Torvalds bool "Support for Toshiba TBTX49[23]7 board" 8491da177e4SLinus Torvalds select DMA_NONCOHERENT 8501da177e4SLinus Torvalds select HAS_TXX9_SERIAL 8511da177e4SLinus Torvalds select HW_HAS_PCI 8521da177e4SLinus Torvalds select I8259 8531da177e4SLinus Torvalds select ISA 8541da177e4SLinus Torvalds select SWAP_IO_SPACE 855ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_32BIT_KERNEL 856ed5ba2fbSYoichi Yuasa select SYS_SUPPORTS_64BIT_KERNEL 8571da177e4SLinus Torvalds help 8581da177e4SLinus Torvalds This Toshiba board is based on the TX4927 processor. Say Y here to 8591da177e4SLinus Torvalds support this machine type 8601da177e4SLinus Torvalds 8611da177e4SLinus Torvaldsconfig TOSHIBA_FPCIB0 8621da177e4SLinus Torvalds bool "FPCIB0 Backplane Support" 8631da177e4SLinus Torvalds depends on TOSHIBA_RBTX4927 8641da177e4SLinus Torvalds 86529c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig" 86638b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig" 86723fbee9dSRalf Baechlesource "arch/mips/tx4938/Kconfig" 868bdf21b18SPete Popovsource "arch/mips/philips/pnx8550/common/Kconfig" 86938b18f72SRalf Baechle 8701da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK 8711da177e4SLinus Torvalds bool 8721da177e4SLinus Torvalds default y 8731da177e4SLinus Torvalds 8741da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM 8751da177e4SLinus Torvalds bool 8765eaf7a21SRalf Baechle select HAS_TXX9_SERIAL 8771da177e4SLinus Torvalds 8781da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY 8791da177e4SLinus Torvalds bool 8801da177e4SLinus Torvalds default y 8811da177e4SLinus Torvalds 8821da177e4SLinus Torvalds# 8831da177e4SLinus Torvalds# Select some configuration options automatically based on user selections. 8841da177e4SLinus Torvalds# 8851da177e4SLinus Torvaldsconfig ARC 8861da177e4SLinus Torvalds bool 8871da177e4SLinus Torvalds depends on SNI_RM200_PCI || SGI_IP32 || SGI_IP27 || SGI_IP22 || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61 8881da177e4SLinus Torvalds default y 8891da177e4SLinus Torvalds 890*61ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC 891*61ed242dSRalf Baechle bool 892*61ed242dSRalf Baechle 8931da177e4SLinus Torvaldsconfig DMA_COHERENT 8941da177e4SLinus Torvalds bool 8951da177e4SLinus Torvalds 8961da177e4SLinus Torvaldsconfig DMA_IP27 8971da177e4SLinus Torvalds bool 8981da177e4SLinus Torvalds 8994ce588cdSRalf Baechleconfig DMA_IP32 9004ce588cdSRalf Baechle bool 9014ce588cdSRalf Baechle select DMA_NEED_PCI_MAP_STATE 9024ce588cdSRalf Baechle 9031da177e4SLinus Torvaldsconfig DMA_NONCOHERENT 9041da177e4SLinus Torvalds bool 9054ce588cdSRalf Baechle select DMA_NEED_PCI_MAP_STATE 9064ce588cdSRalf Baechle 9074ce588cdSRalf Baechleconfig DMA_NEED_PCI_MAP_STATE 9084ce588cdSRalf Baechle bool 9091da177e4SLinus Torvalds 9101da177e4SLinus Torvaldsconfig EARLY_PRINTK 9111da177e4SLinus Torvalds bool 9121da177e4SLinus Torvalds depends on MACH_DECSTATION 9131da177e4SLinus Torvalds default y 9141da177e4SLinus Torvalds 9151da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA 9161da177e4SLinus Torvalds bool 9171da177e4SLinus Torvalds depends on SNI_RM200_PCI || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61 || MIPS_MALTA 9181da177e4SLinus Torvalds default y 9191da177e4SLinus Torvalds 9201da177e4SLinus Torvaldsconfig I8259 9211da177e4SLinus Torvalds bool 9221da177e4SLinus Torvalds depends on SNI_RM200_PCI || DDB5477 || DDB5476 || DDB5074 || MACH_JAZZ || MIPS_MALTA || MIPS_COBALT 9231da177e4SLinus Torvalds default y 9241da177e4SLinus Torvalds 9251da177e4SLinus Torvaldsconfig LIMITED_DMA 9261da177e4SLinus Torvalds bool 9271da177e4SLinus Torvalds select HIGHMEM 928797798c1SRalf Baechle select SYS_SUPPORTS_HIGHMEM 9291da177e4SLinus Torvalds 9301da177e4SLinus Torvaldsconfig MIPS_BONITO64 9311da177e4SLinus Torvalds bool 9321da177e4SLinus Torvalds depends on MIPS_ATLAS || MIPS_MALTA 9331da177e4SLinus Torvalds default y 9341da177e4SLinus Torvalds 9351da177e4SLinus Torvaldsconfig MIPS_MSC 9361da177e4SLinus Torvalds bool 9371da177e4SLinus Torvalds depends on MIPS_ATLAS || MIPS_MALTA 9381da177e4SLinus Torvalds default y 9391da177e4SLinus Torvalds 9401da177e4SLinus Torvaldsconfig MIPS_NILE4 9411da177e4SLinus Torvalds bool 9421da177e4SLinus Torvalds depends on LASAT 9431da177e4SLinus Torvalds default y 9441da177e4SLinus Torvalds 9451da177e4SLinus Torvaldsconfig MIPS_DISABLE_OBSOLETE_IDE 9461da177e4SLinus Torvalds bool 9471da177e4SLinus Torvalds 9481da177e4SLinus Torvaldsconfig CPU_LITTLE_ENDIAN 9491da177e4SLinus Torvalds bool "Generate little endian code" 950ab1418a3SAdrian Bunk default y if ACER_PICA_61 || CASIO_E55 || DDB5074 || DDB5476 || DDB5477 || MACH_DECSTATION || IBM_WORKPAD || LASAT || MIPS_COBALT || MIPS_ITE8172 || MIPS_IVR || SOC_AU1X00 || OLIVETTI_M700 || SNI_RM200_PCI || VICTOR_MPC30X || ZAO_CAPCELLA 9511da177e4SLinus Torvalds default n if MIPS_EV64120 || MIPS_EV96100 || MOMENCO_OCELOT || MOMENCO_OCELOT_G || SGI_IP22 || SGI_IP27 || SGI_IP32 || TOSHIBA_JMR3927 9521da177e4SLinus Torvalds help 9531da177e4SLinus Torvalds Some MIPS machines can be configured for either little or big endian 9541da177e4SLinus Torvalds byte order. These modes require different kernels. Say Y if your 9551da177e4SLinus Torvalds machine is little endian, N if it's a big endian machine. 9561da177e4SLinus Torvalds 9571da177e4SLinus Torvaldsconfig IRQ_CPU 9581da177e4SLinus Torvalds bool 9591da177e4SLinus Torvalds 9601da177e4SLinus Torvaldsconfig IRQ_CPU_RM7K 9611da177e4SLinus Torvalds bool 9621da177e4SLinus Torvalds 9631da177e4SLinus Torvaldsconfig IRQ_MV64340 9641da177e4SLinus Torvalds bool 9651da177e4SLinus Torvalds 9661da177e4SLinus Torvaldsconfig DDB5XXX_COMMON 9671da177e4SLinus Torvalds bool 9681da177e4SLinus Torvalds depends on DDB5074 || DDB5476 || DDB5477 9691da177e4SLinus Torvalds default y 9701da177e4SLinus Torvalds 9711da177e4SLinus Torvaldsconfig MIPS_BOARDS_GEN 9721da177e4SLinus Torvalds bool 9731da177e4SLinus Torvalds depends on MIPS_ATLAS || MIPS_MALTA || MIPS_SEAD 9741da177e4SLinus Torvalds default y 9751da177e4SLinus Torvalds 9761da177e4SLinus Torvaldsconfig MIPS_GT64111 9771da177e4SLinus Torvalds bool 9781da177e4SLinus Torvalds depends on MIPS_COBALT 9791da177e4SLinus Torvalds default y 9801da177e4SLinus Torvalds 9811da177e4SLinus Torvaldsconfig MIPS_GT64120 9821da177e4SLinus Torvalds bool 9831da177e4SLinus Torvalds depends on MIPS_EV64120 || MIPS_EV96100 || LASAT || MIPS_ATLAS || MIPS_MALTA || MOMENCO_OCELOT 9841da177e4SLinus Torvalds default y 9851da177e4SLinus Torvalds 9861da177e4SLinus Torvaldsconfig MIPS_TX3927 9871da177e4SLinus Torvalds bool 9881da177e4SLinus Torvalds depends on TOSHIBA_JMR3927 9891da177e4SLinus Torvalds select HAS_TXX9_SERIAL 9901da177e4SLinus Torvalds default y 9911da177e4SLinus Torvalds 9921da177e4SLinus Torvaldsconfig PCI_MARVELL 9931da177e4SLinus Torvalds bool 9941da177e4SLinus Torvalds 9951da177e4SLinus Torvaldsconfig ITE_BOARD_GEN 9961da177e4SLinus Torvalds bool 9971da177e4SLinus Torvalds depends on MIPS_IVR || MIPS_ITE8172 9981da177e4SLinus Torvalds default y 9991da177e4SLinus Torvalds 1000bdf21b18SPete Popovconfig PNX8550 1001bdf21b18SPete Popov bool 1002bdf21b18SPete Popov select SOC_PNX8550 1003bdf21b18SPete Popov 1004bdf21b18SPete Popovconfig SOC_PNX8550 1005bdf21b18SPete Popov bool 1006bdf21b18SPete Popov select SYS_SUPPORTS_32BIT_KERNEL 1007bdf21b18SPete Popov select DMA_NONCOHERENT 1008bdf21b18SPete Popov select HW_HAS_PCI 1009bdf21b18SPete Popov 10101da177e4SLinus Torvaldsconfig SWAP_IO_SPACE 10111da177e4SLinus Torvalds bool 10121da177e4SLinus Torvalds 10131da177e4SLinus Torvalds# 10141da177e4SLinus Torvalds# Unfortunately not all GT64120 systems run the chip at the same clock. 10151da177e4SLinus Torvalds# As the user for the clock rate and try to minimize the available options. 10161da177e4SLinus Torvalds# 10171da177e4SLinus Torvaldschoice 10181da177e4SLinus Torvalds prompt "Galileo Chip Clock" 10191da177e4SLinus Torvalds #default SYSCLK_83 if MIPS_EV64120 10201da177e4SLinus Torvalds depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G 10211da177e4SLinus Torvalds default SYSCLK_83 if MIPS_EV64120 10221da177e4SLinus Torvalds default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G 10231da177e4SLinus Torvalds 10241da177e4SLinus Torvaldsconfig SYSCLK_75 10251da177e4SLinus Torvalds bool "75" if MIPS_EV64120 10261da177e4SLinus Torvalds 10271da177e4SLinus Torvaldsconfig SYSCLK_83 10281da177e4SLinus Torvalds bool "83.3" if MIPS_EV64120 10291da177e4SLinus Torvalds 10301da177e4SLinus Torvaldsconfig SYSCLK_100 10311da177e4SLinus Torvalds bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G 10321da177e4SLinus Torvalds 10331da177e4SLinus Torvaldsendchoice 10341da177e4SLinus Torvalds 10351da177e4SLinus Torvaldsconfig AU1X00_USB_DEVICE 10361da177e4SLinus Torvalds bool 10371da177e4SLinus Torvalds depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000 10381da177e4SLinus Torvalds default n 10391da177e4SLinus Torvalds 10401da177e4SLinus Torvaldsconfig MIPS_GT96100 10411da177e4SLinus Torvalds bool 10421da177e4SLinus Torvalds depends on MIPS_EV96100 10431da177e4SLinus Torvalds default y 10441da177e4SLinus Torvalds help 10451da177e4SLinus Torvalds Say Y here to support the Galileo Technology GT96100 communications 10461da177e4SLinus Torvalds controller card. There is a web page at <http://www.galileot.com/>. 10471da177e4SLinus Torvalds 10481da177e4SLinus Torvaldsconfig IT8172_CIR 10491da177e4SLinus Torvalds bool 10501da177e4SLinus Torvalds depends on MIPS_ITE8172 || MIPS_IVR 10511da177e4SLinus Torvalds default y 10521da177e4SLinus Torvalds 10531da177e4SLinus Torvaldsconfig IT8712 10541da177e4SLinus Torvalds bool 10551da177e4SLinus Torvalds depends on MIPS_ITE8172 10561da177e4SLinus Torvalds default y 10571da177e4SLinus Torvalds 10581da177e4SLinus Torvaldsconfig BOOT_ELF32 10591da177e4SLinus Torvalds bool 10601da177e4SLinus Torvalds depends on MACH_DECSTATION || MIPS_ATLAS || MIPS_MALTA || MOMENCO_JAGUAR_ATX || MOMENCO_OCELOT_3 || SIBYTE_SB1xxx_SOC || SGI_IP32 || SGI_IP22 || SNI_RM200_PCI 10611da177e4SLinus Torvalds default y 10621da177e4SLinus Torvalds 10631da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT 10641da177e4SLinus Torvalds int 10651da177e4SLinus Torvalds default "4" if MACH_DECSTATION 10661da177e4SLinus Torvalds default "7" if SGI_IP27 10671da177e4SLinus Torvalds default "5" 10681da177e4SLinus Torvalds 10691da177e4SLinus Torvaldsconfig ARC32 10701da177e4SLinus Torvalds bool 10711da177e4SLinus Torvalds depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32 10721da177e4SLinus Torvalds default y 10731da177e4SLinus Torvalds 10741da177e4SLinus Torvaldsconfig HAVE_STD_PC_SERIAL_PORT 10751da177e4SLinus Torvalds bool 10761da177e4SLinus Torvalds 10771da177e4SLinus Torvaldsconfig ARC_CONSOLE 10781da177e4SLinus Torvalds bool "ARC console support" 10791da177e4SLinus Torvalds depends on SGI_IP22 || SNI_RM200_PCI 10801da177e4SLinus Torvalds 10811da177e4SLinus Torvaldsconfig ARC_MEMORY 10821da177e4SLinus Torvalds bool 10831da177e4SLinus Torvalds depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32 10841da177e4SLinus Torvalds default y 10851da177e4SLinus Torvalds 10861da177e4SLinus Torvaldsconfig ARC_PROMLIB 10871da177e4SLinus Torvalds bool 10881da177e4SLinus Torvalds depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32 10891da177e4SLinus Torvalds default y 10901da177e4SLinus Torvalds 10911da177e4SLinus Torvaldsconfig ARC64 10921da177e4SLinus Torvalds bool 10931da177e4SLinus Torvalds depends on SGI_IP27 10941da177e4SLinus Torvalds default y 10951da177e4SLinus Torvalds 10961da177e4SLinus Torvaldsconfig BOOT_ELF64 10971da177e4SLinus Torvalds bool 10981da177e4SLinus Torvalds depends on SGI_IP27 10991da177e4SLinus Torvalds default y 11001da177e4SLinus Torvalds 11011da177e4SLinus Torvalds#config MAPPED_PCI_IO y 11021da177e4SLinus Torvalds# bool 11031da177e4SLinus Torvalds# depends on SGI_IP27 11041da177e4SLinus Torvalds# default y 11051da177e4SLinus Torvalds 11061da177e4SLinus Torvaldsconfig TOSHIBA_BOARDS 11071da177e4SLinus Torvalds bool 11081da177e4SLinus Torvalds depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927 11091da177e4SLinus Torvalds default y 11101da177e4SLinus Torvalds 11111da177e4SLinus Torvaldsendmenu 11121da177e4SLinus Torvalds 11131da177e4SLinus Torvaldsmenu "CPU selection" 11141da177e4SLinus Torvalds 11151da177e4SLinus Torvaldschoice 11161da177e4SLinus Torvalds prompt "CPU type" 11171da177e4SLinus Torvalds default CPU_R4X00 11181da177e4SLinus Torvalds 11196e760c8dSRalf Baechleconfig CPU_MIPS32_R1 11206e760c8dSRalf Baechle bool "MIPS32 Release 1" 11216e760c8dSRalf Baechle select CPU_HAS_PREFETCH 1122797798c1SRalf Baechle select CPU_SUPPORTS_32BIT_KERNEL 11236e760c8dSRalf Baechle help 11241e5f1caaSRalf Baechle Choose this option to build a kernel for release 2 or later of the 11251e5f1caaSRalf Baechle MIPS32 architecture. Most modern embedded systems with a 32-bit 11261e5f1caaSRalf Baechle MIPS processor are based on a MIPS32 processor. If you know the 11271e5f1caaSRalf Baechle specific type of processor in your system, choose those that one 11281e5f1caaSRalf Baechle otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system. 11291e5f1caaSRalf Baechle Release 2 of the MIPS32 architecture is available since several 11301e5f1caaSRalf Baechle years so chances are you even have a MIPS32 Release 2 processor 11311e5f1caaSRalf Baechle in which case you should choose CPU_MIPS32_R2 instead for better 11321e5f1caaSRalf Baechle performance. 11331e5f1caaSRalf Baechle 11341e5f1caaSRalf Baechleconfig CPU_MIPS32_R2 11351e5f1caaSRalf Baechle bool "MIPS32 Release 2" 11361e5f1caaSRalf Baechle select CPU_HAS_PREFETCH 1137797798c1SRalf Baechle select CPU_SUPPORTS_32BIT_KERNEL 11381e5f1caaSRalf Baechle help 11396e760c8dSRalf Baechle Choose this option to build a kernel for release 1 or later of the 11406e760c8dSRalf Baechle MIPS32 architecture. Most modern embedded systems with a 32-bit 11416e760c8dSRalf Baechle MIPS processor are based on a MIPS32 processor. If you know the 11426e760c8dSRalf Baechle specific type of processor in your system, choose those that one 11436e760c8dSRalf Baechle otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system. 11441da177e4SLinus Torvalds 11456e760c8dSRalf Baechleconfig CPU_MIPS64_R1 11466e760c8dSRalf Baechle bool "MIPS64 Release 1" 1147797798c1SRalf Baechle select CPU_HAS_PREFETCH 1148ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1149ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 11506e760c8dSRalf Baechle help 11516e760c8dSRalf Baechle Choose this option to build a kernel for release 1 or later of the 11526e760c8dSRalf Baechle MIPS64 architecture. Many modern embedded systems with a 64-bit 11536e760c8dSRalf Baechle MIPS processor are based on a MIPS64 processor. If you know the 11546e760c8dSRalf Baechle specific type of processor in your system, choose those that one 11556e760c8dSRalf Baechle otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. 11561e5f1caaSRalf Baechle Release 2 of the MIPS64 architecture is available since several 11571e5f1caaSRalf Baechle years so chances are you even have a MIPS64 Release 2 processor 11581e5f1caaSRalf Baechle in which case you should choose CPU_MIPS64_R2 instead for better 11591e5f1caaSRalf Baechle performance. 11601e5f1caaSRalf Baechle 11611e5f1caaSRalf Baechleconfig CPU_MIPS64_R2 11621e5f1caaSRalf Baechle bool "MIPS64 Release 2" 1163797798c1SRalf Baechle select CPU_HAS_PREFETCH 11641e5f1caaSRalf Baechle select CPU_SUPPORTS_32BIT_KERNEL 11651e5f1caaSRalf Baechle select CPU_SUPPORTS_64BIT_KERNEL 11661e5f1caaSRalf Baechle help 11671e5f1caaSRalf Baechle Choose this option to build a kernel for release 2 or later of the 11681e5f1caaSRalf Baechle MIPS64 architecture. Many modern embedded systems with a 64-bit 11691e5f1caaSRalf Baechle MIPS processor are based on a MIPS64 processor. If you know the 11701e5f1caaSRalf Baechle specific type of processor in your system, choose those that one 11711e5f1caaSRalf Baechle otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. 11721da177e4SLinus Torvalds 11731da177e4SLinus Torvaldsconfig CPU_R3000 11741da177e4SLinus Torvalds bool "R3000" 1175ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1176797798c1SRalf Baechle select CPU_SUPPORTS_HIGHMEM 11771da177e4SLinus Torvalds help 11781da177e4SLinus Torvalds Please make sure to pick the right CPU type. Linux/MIPS is not 11791da177e4SLinus Torvalds designed to be generic, i.e. Kernels compiled for R3000 CPUs will 11801da177e4SLinus Torvalds *not* work on R4000 machines and vice versa. However, since most 11811da177e4SLinus Torvalds of the supported machines have an R4000 (or similar) CPU, R4x00 11821da177e4SLinus Torvalds might be a safe bet. If the resulting kernel does not work, 11831da177e4SLinus Torvalds try to recompile with R3000. 11841da177e4SLinus Torvalds 11851da177e4SLinus Torvaldsconfig CPU_TX39XX 11861da177e4SLinus Torvalds bool "R39XX" 1187ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 11881da177e4SLinus Torvalds 11891da177e4SLinus Torvaldsconfig CPU_VR41XX 11901da177e4SLinus Torvalds bool "R41xx" 1191ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1192ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 11931da177e4SLinus Torvalds help 11941da177e4SLinus Torvalds The options selects support for the NEC VR41xx series of processors. 11951da177e4SLinus Torvalds Only choose this option if you have one of these processors as a 11961da177e4SLinus Torvalds kernel built with this option will not run on any other type of 11971da177e4SLinus Torvalds processor or vice versa. 11981da177e4SLinus Torvalds 11991da177e4SLinus Torvaldsconfig CPU_R4300 12001da177e4SLinus Torvalds bool "R4300" 1201ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1202ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 12031da177e4SLinus Torvalds help 12041da177e4SLinus Torvalds MIPS Technologies R4300-series processors. 12051da177e4SLinus Torvalds 12061da177e4SLinus Torvaldsconfig CPU_R4X00 12071da177e4SLinus Torvalds bool "R4x00" 1208ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1209ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 12101da177e4SLinus Torvalds help 12111da177e4SLinus Torvalds MIPS Technologies R4000-series processors other than 4300, including 12121da177e4SLinus Torvalds the R4000, R4400, R4600, and 4700. 12131da177e4SLinus Torvalds 12141da177e4SLinus Torvaldsconfig CPU_TX49XX 12151da177e4SLinus Torvalds bool "R49XX" 1216ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1217ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 12181da177e4SLinus Torvalds 12191da177e4SLinus Torvaldsconfig CPU_R5000 12201da177e4SLinus Torvalds bool "R5000" 1221ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1222ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 12231da177e4SLinus Torvalds help 12241da177e4SLinus Torvalds MIPS Technologies R5000-series processors other than the Nevada. 12251da177e4SLinus Torvalds 12261da177e4SLinus Torvaldsconfig CPU_R5432 12271da177e4SLinus Torvalds bool "R5432" 12281da177e4SLinus Torvalds 12291da177e4SLinus Torvaldsconfig CPU_R6000 12301da177e4SLinus Torvalds bool "R6000" 1231ed5ba2fbSYoichi Yuasa depends on EXPERIMENTAL 1232ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 12331da177e4SLinus Torvalds help 12341da177e4SLinus Torvalds MIPS Technologies R6000 and R6000A series processors. Note these 12351da177e4SLinus Torvalds processors are extremly rare and the support for them is incomplete. 12361da177e4SLinus Torvalds 12371da177e4SLinus Torvaldsconfig CPU_NEVADA 12381da177e4SLinus Torvalds bool "RM52xx" 1239ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1240ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 12411da177e4SLinus Torvalds help 12421da177e4SLinus Torvalds QED / PMC-Sierra RM52xx-series ("Nevada") processors. 12431da177e4SLinus Torvalds 12441da177e4SLinus Torvaldsconfig CPU_R8000 12451da177e4SLinus Torvalds bool "R8000" 1246ed5ba2fbSYoichi Yuasa depends on EXPERIMENTAL 1247ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 12481da177e4SLinus Torvalds help 12491da177e4SLinus Torvalds MIPS Technologies R8000 processors. Note these processors are 12501da177e4SLinus Torvalds uncommon and the support for them is incomplete. 12511da177e4SLinus Torvalds 12521da177e4SLinus Torvaldsconfig CPU_R10000 12531da177e4SLinus Torvalds bool "R10000" 1254ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1255ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1256797798c1SRalf Baechle select CPU_SUPPORTS_HIGHMEM 12571da177e4SLinus Torvalds help 12581da177e4SLinus Torvalds MIPS Technologies R10000-series processors. 12591da177e4SLinus Torvalds 12601da177e4SLinus Torvaldsconfig CPU_RM7000 12611da177e4SLinus Torvalds bool "RM7000" 1262ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1263ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1264797798c1SRalf Baechle select CPU_SUPPORTS_HIGHMEM 12651da177e4SLinus Torvalds 12661da177e4SLinus Torvaldsconfig CPU_RM9000 12671da177e4SLinus Torvalds bool "RM9000" 1268ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1269ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1270797798c1SRalf Baechle select CPU_SUPPORTS_HIGHMEM 12711da177e4SLinus Torvalds 12721da177e4SLinus Torvaldsconfig CPU_SB1 12731da177e4SLinus Torvalds bool "SB1" 1274ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_32BIT_KERNEL 1275ed5ba2fbSYoichi Yuasa select CPU_SUPPORTS_64BIT_KERNEL 1276797798c1SRalf Baechle select CPU_SUPPORTS_HIGHMEM 12771da177e4SLinus Torvalds 12781da177e4SLinus Torvaldsendchoice 12791da177e4SLinus Torvalds 12801da177e4SLinus Torvaldschoice 12811da177e4SLinus Torvalds prompt "Kernel page size" 12821da177e4SLinus Torvalds default PAGE_SIZE_4KB 12831da177e4SLinus Torvalds 12841da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB 12851da177e4SLinus Torvalds bool "4kB" 12861da177e4SLinus Torvalds help 12871da177e4SLinus Torvalds This option select the standard 4kB Linux page size. On some 12881da177e4SLinus Torvalds R3000-family processors this is the only available page size. Using 12891da177e4SLinus Torvalds 4kB page size will minimize memory consumption and is therefore 12901da177e4SLinus Torvalds recommended for low memory systems. 12911da177e4SLinus Torvalds 12921da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB 12931da177e4SLinus Torvalds bool "8kB" 12941da177e4SLinus Torvalds depends on EXPERIMENTAL && CPU_R8000 12951da177e4SLinus Torvalds help 12961da177e4SLinus Torvalds Using 8kB page size will result in higher performance kernel at 12971da177e4SLinus Torvalds the price of higher memory consumption. This option is available 12981da177e4SLinus Torvalds only on the R8000 processor. Not that at the time of this writing 12991da177e4SLinus Torvalds this option is still high experimental; there are also issues with 13001da177e4SLinus Torvalds compatibility of user applications. 13011da177e4SLinus Torvalds 13021da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB 13031da177e4SLinus Torvalds bool "16kB" 13041da177e4SLinus Torvalds depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX 13051da177e4SLinus Torvalds help 13061da177e4SLinus Torvalds Using 16kB page size will result in higher performance kernel at 13071da177e4SLinus Torvalds the price of higher memory consumption. This option is available on 13081da177e4SLinus Torvalds all non-R3000 family processor. Not that at the time of this 13091da177e4SLinus Torvalds writing this option is still high experimental; there are also 13101da177e4SLinus Torvalds issues with compatibility of user applications. 13111da177e4SLinus Torvalds 13121da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB 13131da177e4SLinus Torvalds bool "64kB" 13141da177e4SLinus Torvalds depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX 13151da177e4SLinus Torvalds help 13161da177e4SLinus Torvalds Using 64kB page size will result in higher performance kernel at 13171da177e4SLinus Torvalds the price of higher memory consumption. This option is available on 13181da177e4SLinus Torvalds all non-R3000 family processor. Not that at the time of this 13191da177e4SLinus Torvalds writing this option is still high experimental; there are also 13201da177e4SLinus Torvalds issues with compatibility of user applications. 13211da177e4SLinus Torvalds 13221da177e4SLinus Torvaldsendchoice 13231da177e4SLinus Torvalds 13241da177e4SLinus Torvaldsconfig BOARD_SCACHE 13251da177e4SLinus Torvalds bool 13261da177e4SLinus Torvalds 13271da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE 13281da177e4SLinus Torvalds bool 13291da177e4SLinus Torvalds select BOARD_SCACHE 13301da177e4SLinus Torvalds 13311da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE 13321da177e4SLinus Torvalds bool 13331da177e4SLinus Torvalds select BOARD_SCACHE 13341da177e4SLinus Torvalds 13351da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE 13361da177e4SLinus Torvalds bool 13371da177e4SLinus Torvalds select BOARD_SCACHE 13381da177e4SLinus Torvalds 13391da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS 13401da177e4SLinus Torvalds bool "Use DMA to clear/copy pages" 13411da177e4SLinus Torvalds depends on CPU_SB1 13421da177e4SLinus Torvalds help 13431da177e4SLinus Torvalds Instead of using the CPU to zero and copy pages, use a Data Mover 13441da177e4SLinus Torvalds channel. These DMA channels are otherwise unused by the standard 13451da177e4SLinus Torvalds SiByte Linux port. Seems to give a small performance benefit. 13461da177e4SLinus Torvalds 13471da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH 1348c8094b53SRalf Baechle bool 13491da177e4SLinus Torvalds 1350e01402b1SRalf Baechleconfig MIPS_MT 1351e01402b1SRalf Baechle bool "Enable MIPS MT" 1352e01402b1SRalf Baechle 1353340ee4b9SRalf Baechlechoice 1354340ee4b9SRalf Baechle prompt "MIPS MT options" 1355340ee4b9SRalf Baechle depends on MIPS_MT 1356340ee4b9SRalf Baechle 1357340ee4b9SRalf Baechleconfig MIPS_MT_SMP 1358340ee4b9SRalf Baechle bool "Use 1 TC on each available VPE for SMP" 1359340ee4b9SRalf Baechle select SMP 1360340ee4b9SRalf Baechle 1361e01402b1SRalf Baechleconfig MIPS_VPE_LOADER 1362e01402b1SRalf Baechle bool "VPE loader support." 1363e01402b1SRalf Baechle depends on MIPS_MT 1364e01402b1SRalf Baechle help 1365e01402b1SRalf Baechle Includes a loader for loading an elf relocatable object 1366e01402b1SRalf Baechle onto another VPE and running it. 1367e01402b1SRalf Baechle 1368340ee4b9SRalf Baechleendchoice 1369340ee4b9SRalf Baechle 1370e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM 1371e01402b1SRalf Baechle bool "Load VPE program into memory hidden from linux" 1372e01402b1SRalf Baechle depends on MIPS_VPE_LOADER 1373e01402b1SRalf Baechle default y 1374e01402b1SRalf Baechle help 1375e01402b1SRalf Baechle The loader can use memory that is present but has been hidden from 1376e01402b1SRalf Baechle Linux using the kernel command line option "mem=xxMB". It's up to 1377e01402b1SRalf Baechle you to ensure the amount you put in the option and the space your 1378e01402b1SRalf Baechle program requires is less or equal to the amount physically present. 1379e01402b1SRalf Baechle 1380e01402b1SRalf Baechle# this should possibly be in drivers/char, but it is rather cpu related. Hmmm 1381e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API 1382e01402b1SRalf Baechle bool "Enable support for AP/SP API (RTLX)" 1383e01402b1SRalf Baechle depends on MIPS_VPE_LOADER 1384e01402b1SRalf Baechle 13851da177e4SLinus Torvaldsconfig SB1_PASS_1_WORKAROUNDS 13861da177e4SLinus Torvalds bool 13871da177e4SLinus Torvalds depends on CPU_SB1_PASS_1 13881da177e4SLinus Torvalds default y 13891da177e4SLinus Torvalds 13901da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS 13911da177e4SLinus Torvalds bool 13921da177e4SLinus Torvalds depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2) 13931da177e4SLinus Torvalds default y 13941da177e4SLinus Torvalds 13951da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS 13961da177e4SLinus Torvalds bool 13971da177e4SLinus Torvalds depends on CPU_SB1 && CPU_SB1_PASS_2 13981da177e4SLinus Torvalds default y 13991da177e4SLinus Torvalds 14001da177e4SLinus Torvaldsconfig 64BIT_PHYS_ADDR 14011da177e4SLinus Torvalds bool "Support for 64-bit physical address space" 14026e760c8dSRalf Baechle depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32_R1 || CPU_MIPS64_R1) && 32BIT 14031da177e4SLinus Torvalds 14041da177e4SLinus Torvaldsconfig CPU_ADVANCED 14051da177e4SLinus Torvalds bool "Override CPU Options" 1406875d43e7SRalf Baechle depends on 32BIT 14071da177e4SLinus Torvalds help 14081da177e4SLinus Torvalds Saying yes here allows you to select support for various features 14091da177e4SLinus Torvalds your CPU may or may not have. Most people should say N here. 14101da177e4SLinus Torvalds 14111da177e4SLinus Torvaldsconfig CPU_HAS_LLSC 14121da177e4SLinus Torvalds bool "ll/sc Instructions available" if CPU_ADVANCED 14131da177e4SLinus Torvalds default y if !CPU_ADVANCED && !CPU_R3000 && !CPU_VR41XX && !CPU_TX39XX 14141da177e4SLinus Torvalds help 14151da177e4SLinus Torvalds MIPS R4000 series and later provide the Load Linked (ll) 14161da177e4SLinus Torvalds and Store Conditional (sc) instructions. More information is 14171da177e4SLinus Torvalds available at <http://www.go-ecs.com/mips/miptek1.htm>. 14181da177e4SLinus Torvalds 14191da177e4SLinus Torvalds Say Y here if your CPU has the ll and sc instructions. Say Y here 14201da177e4SLinus Torvalds for better performance, N if you don't know. You must say Y here 14211da177e4SLinus Torvalds for multiprocessor machines. 14221da177e4SLinus Torvalds 14231da177e4SLinus Torvaldsconfig CPU_HAS_LLDSCD 14241da177e4SLinus Torvalds bool "lld/scd Instructions available" if CPU_ADVANCED 14256e760c8dSRalf Baechle default y if !CPU_ADVANCED && !CPU_R3000 && !CPU_VR41XX && !CPU_TX39XX && !CPU_MIPS32_R1 14261da177e4SLinus Torvalds help 14271da177e4SLinus Torvalds Say Y here if your CPU has the lld and scd instructions, the 64-bit 14281da177e4SLinus Torvalds equivalents of ll and sc. Say Y here for better performance, N if 14291da177e4SLinus Torvalds you don't know. You must say Y here for multiprocessor machines. 14301da177e4SLinus Torvalds 14311da177e4SLinus Torvaldsconfig CPU_HAS_WB 14321da177e4SLinus Torvalds bool "Writeback Buffer available" if CPU_ADVANCED 14331da177e4SLinus Torvalds default y if !CPU_ADVANCED && CPU_R3000 && MACH_DECSTATION 14341da177e4SLinus Torvalds help 14351da177e4SLinus Torvalds Say N here for slightly better performance. You must say Y here for 14361da177e4SLinus Torvalds machines which require flushing of write buffers in software. Saying 14371da177e4SLinus Torvalds Y is the safe option; N may result in kernel malfunction and crashes. 14381da177e4SLinus Torvalds 1439e01402b1SRalf Baechlemenu "MIPSR2 Interrupt handling" 1440e01402b1SRalf Baechle depends on CPU_MIPSR2 && CPU_ADVANCED 1441e01402b1SRalf Baechle 1442e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI 1443e01402b1SRalf Baechle bool "Vectored interrupt mode" 1444e01402b1SRalf Baechle help 1445e01402b1SRalf Baechle Vectored interrupt mode allowing faster dispatching of interrupts. 1446e01402b1SRalf Baechle The board support code needs to be written to take advantage of this 1447e01402b1SRalf Baechle mode. Compatibility code is included to allow the kernel to run on 1448e01402b1SRalf Baechle a CPU that does not support vectored interrupts. It's safe to 1449e01402b1SRalf Baechle say Y here. 1450e01402b1SRalf Baechle 1451e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI 1452e01402b1SRalf Baechle bool "External interrupt controller mode" 1453e01402b1SRalf Baechle help 1454e01402b1SRalf Baechle Extended interrupt mode takes advantage of an external interrupt 1455e01402b1SRalf Baechle controller to allow fast dispatching from many possible interrupt 1456e01402b1SRalf Baechle sources. Say N unless you know that external interrupt support is 1457e01402b1SRalf Baechle required. 1458e01402b1SRalf Baechle 1459e01402b1SRalf Baechleconfig CPU_MIPSR2_SRS 1460e01402b1SRalf Baechle bool "Make shadow set registers available for interrupt handlers" 1461e01402b1SRalf Baechle depends on CPU_MIPSR2_IRQ_VI || CPU_MIPSR2_IRQ_EI 1462e01402b1SRalf Baechle help 1463e01402b1SRalf Baechle Allow the kernel to use shadow register sets for fast interrupts. 1464e01402b1SRalf Baechle Interrupt handlers must be specially written to use shadow sets. 1465e01402b1SRalf Baechle Say N unless you know that shadow register set upport is needed. 1466e01402b1SRalf Baechleendmenu 1467e01402b1SRalf Baechle 14681da177e4SLinus Torvaldsconfig CPU_HAS_SYNC 14691da177e4SLinus Torvalds bool 14701da177e4SLinus Torvalds depends on !CPU_R3000 14711da177e4SLinus Torvalds default y 14721da177e4SLinus Torvalds 14731da177e4SLinus Torvalds# 1474797798c1SRalf Baechle# Use the generic interrupt handling code in kernel/irq/: 1475797798c1SRalf Baechle# 1476797798c1SRalf Baechleconfig GENERIC_HARDIRQS 1477797798c1SRalf Baechle bool 1478797798c1SRalf Baechle default y 1479797798c1SRalf Baechle 1480797798c1SRalf Baechleconfig GENERIC_IRQ_PROBE 1481797798c1SRalf Baechle bool 1482797798c1SRalf Baechle default y 1483797798c1SRalf Baechle 1484797798c1SRalf Baechle# 14851da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel. 14861da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed 14871da177e4SLinus Torvalds# caches such as R3000, SB1, R7000 or those that look like they're virtually 14881da177e4SLinus Torvalds# indexed such as R4000/R4400 SC and MC versions or R10000. So for the 14891da177e4SLinus Torvalds# moment we protect the user and offer the highmem option only on machines 14901da177e4SLinus Torvalds# where it's known to be safe. This will not offer highmem on a few systems 14911da177e4SLinus Torvalds# such as MIPS32 and MIPS64 CPUs which may have virtual and physically 14921da177e4SLinus Torvalds# indexed CPUs but we're playing safe. 1493797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we 1494797798c1SRalf Baechle# know they might have memory configurations that could make use of highmem 1495797798c1SRalf Baechle# support. 14961da177e4SLinus Torvalds# 14971da177e4SLinus Torvaldsconfig HIGHMEM 14981da177e4SLinus Torvalds bool "High Memory Support" 1499797798c1SRalf Baechle depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM 1500797798c1SRalf Baechle 1501797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM 1502797798c1SRalf Baechle bool 1503797798c1SRalf Baechle 1504797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM 1505797798c1SRalf Baechle bool 15061da177e4SLinus Torvalds 1507b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE 1508b4819b59SYoichi Yuasa def_bool y 1509b4819b59SYoichi Yuasa depends on !NUMA 1510b4819b59SYoichi Yuasa 1511b4819b59SYoichi Yuasasource "mm/Kconfig" 1512b4819b59SYoichi Yuasa 15131da177e4SLinus Torvaldsconfig SMP 15141da177e4SLinus Torvalds bool "Multi-Processing support" 1515340ee4b9SRalf Baechle depends on CPU_RM9000 || (SIBYTE_SB1250 && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP 15161da177e4SLinus Torvalds ---help--- 15171da177e4SLinus Torvalds This enables support for systems with more than one CPU. If you have 15181da177e4SLinus Torvalds a system with only one CPU, like most personal computers, say N. If 15191da177e4SLinus Torvalds you have a system with more than one CPU, say Y. 15201da177e4SLinus Torvalds 15211da177e4SLinus Torvalds If you say N here, the kernel will run on single and multiprocessor 15221da177e4SLinus Torvalds machines, but will use only one CPU of a multiprocessor machine. If 15231da177e4SLinus Torvalds you say Y here, the kernel will run on many, but not all, 15241da177e4SLinus Torvalds singleprocessor machines. On a singleprocessor machine, the kernel 15251da177e4SLinus Torvalds will run faster if you say N here. 15261da177e4SLinus Torvalds 15271da177e4SLinus Torvalds People using multiprocessor machines who say Y here should also say 15281da177e4SLinus Torvalds Y to "Enhanced Real Time Clock Support", below. 15291da177e4SLinus Torvalds 15301da177e4SLinus Torvalds See also the <file:Documentation/smp.txt> and the SMP-HOWTO 15311da177e4SLinus Torvalds available at <http://www.tldp.org/docs.html#howto>. 15321da177e4SLinus Torvalds 15331da177e4SLinus Torvalds If you don't know what to do here, say N. 15341da177e4SLinus Torvalds 15351da177e4SLinus Torvaldsconfig NR_CPUS 15361da177e4SLinus Torvalds int "Maximum number of CPUs (2-64)" 15371da177e4SLinus Torvalds range 2 64 15381da177e4SLinus Torvalds depends on SMP 15391da177e4SLinus Torvalds default "64" if SGI_IP27 15401da177e4SLinus Torvalds default "2" 15411da177e4SLinus Torvalds help 15421da177e4SLinus Torvalds This allows you to specify the maximum number of CPUs which this 15431da177e4SLinus Torvalds kernel will support. The maximum supported value is 32 for 32-bit 15441da177e4SLinus Torvalds kernel and 64 for 64-bit kernels; the minimum value which makes 15451da177e4SLinus Torvalds sense is 2. 15461da177e4SLinus Torvalds 15471da177e4SLinus Torvalds This is purely to save memory - each supported CPU adds 15481da177e4SLinus Torvalds approximately eight kilobytes to the kernel image. 15491da177e4SLinus Torvalds 1550e80de850SRalf Baechlesource "kernel/Kconfig.preempt" 15511da177e4SLinus Torvalds 15521da177e4SLinus Torvaldsconfig RTC_DS1742 15531da177e4SLinus Torvalds bool "DS1742 BRAM/RTC support" 15541da177e4SLinus Torvalds depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927 15551da177e4SLinus Torvalds 15561da177e4SLinus Torvaldsconfig MIPS_INSANE_LARGE 15571da177e4SLinus Torvalds bool "Support for large 64-bit configurations" 1558875d43e7SRalf Baechle depends on CPU_R10000 && 64BIT 15591da177e4SLinus Torvalds help 15601da177e4SLinus Torvalds MIPS R10000 does support a 44 bit / 16TB address space as opposed to 15611da177e4SLinus Torvalds previous 64-bit processors which only supported 40 bit / 1TB. If you 15621da177e4SLinus Torvalds need processes of more than 1TB virtual address space, say Y here. 15631da177e4SLinus Torvalds This will result in additional memory usage, so it is not 15641da177e4SLinus Torvalds recommended for normal users. 15651da177e4SLinus Torvalds 15661da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK 15671da177e4SLinus Torvalds bool 15681da177e4SLinus Torvalds default y 15691da177e4SLinus Torvalds 15701da177e4SLinus Torvaldsendmenu 15711da177e4SLinus Torvalds 15721da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)" 15731da177e4SLinus Torvalds 15741da177e4SLinus Torvaldsconfig HW_HAS_PCI 15751da177e4SLinus Torvalds bool 15761da177e4SLinus Torvalds 15771da177e4SLinus Torvaldsconfig PCI 15781da177e4SLinus Torvalds bool "Support for PCI controller" 15791da177e4SLinus Torvalds depends on HW_HAS_PCI 15801da177e4SLinus Torvalds help 15811da177e4SLinus Torvalds Find out whether you have a PCI motherboard. PCI is the name of a 15821da177e4SLinus Torvalds bus system, i.e. the way the CPU talks to the other stuff inside 15831da177e4SLinus Torvalds your box. Other bus systems are ISA, EISA, or VESA. If you have PCI, 15841da177e4SLinus Torvalds say Y, otherwise N. 15851da177e4SLinus Torvalds 15861da177e4SLinus Torvalds The PCI-HOWTO, available from 15871da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>, contains valuable 15881da177e4SLinus Torvalds information about which PCI hardware does work under Linux and which 15891da177e4SLinus Torvalds doesn't. 15901da177e4SLinus Torvalds 15911da177e4SLinus Torvaldsconfig PCI_DOMAINS 15921da177e4SLinus Torvalds bool 15931da177e4SLinus Torvalds depends on PCI 15941da177e4SLinus Torvalds 15951da177e4SLinus Torvaldssource "drivers/pci/Kconfig" 15961da177e4SLinus Torvalds 15971da177e4SLinus Torvalds# 15981da177e4SLinus Torvalds# ISA support is now enabled via select. Too many systems still have the one 15991da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect 16001da177e4SLinus Torvalds# users to choose the right thing ... 16011da177e4SLinus Torvalds# 16021da177e4SLinus Torvaldsconfig ISA 16031da177e4SLinus Torvalds bool 16041da177e4SLinus Torvalds 16051da177e4SLinus Torvaldsconfig EISA 16061da177e4SLinus Torvalds bool "EISA support" 16071da177e4SLinus Torvalds depends on SGI_IP22 || SNI_RM200_PCI 16081da177e4SLinus Torvalds select ISA 16091da177e4SLinus Torvalds ---help--- 16101da177e4SLinus Torvalds The Extended Industry Standard Architecture (EISA) bus was 16111da177e4SLinus Torvalds developed as an open alternative to the IBM MicroChannel bus. 16121da177e4SLinus Torvalds 16131da177e4SLinus Torvalds The EISA bus provided some of the features of the IBM MicroChannel 16141da177e4SLinus Torvalds bus while maintaining backward compatibility with cards made for 16151da177e4SLinus Torvalds the older ISA bus. The EISA bus saw limited use between 1988 and 16161da177e4SLinus Torvalds 1995 when it was made obsolete by the PCI bus. 16171da177e4SLinus Torvalds 16181da177e4SLinus Torvalds Say Y here if you are building a kernel for an EISA-based machine. 16191da177e4SLinus Torvalds 16201da177e4SLinus Torvalds Otherwise, say N. 16211da177e4SLinus Torvalds 16221da177e4SLinus Torvaldssource "drivers/eisa/Kconfig" 16231da177e4SLinus Torvalds 16241da177e4SLinus Torvaldsconfig TC 16251da177e4SLinus Torvalds bool "TURBOchannel support" 16261da177e4SLinus Torvalds depends on MACH_DECSTATION 16271da177e4SLinus Torvalds help 16281da177e4SLinus Torvalds TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS 16291da177e4SLinus Torvalds processors. Documentation on writing device drivers for TurboChannel 16301da177e4SLinus Torvalds is available at: 16311da177e4SLinus Torvalds <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>. 16321da177e4SLinus Torvalds 16331da177e4SLinus Torvalds#config ACCESSBUS 16341da177e4SLinus Torvalds# bool "Access.Bus support" 16351da177e4SLinus Torvalds# depends on TC 16361da177e4SLinus Torvalds 16371da177e4SLinus Torvaldsconfig MMU 16381da177e4SLinus Torvalds bool 16391da177e4SLinus Torvalds default y 16401da177e4SLinus Torvalds 16411da177e4SLinus Torvaldsconfig MCA 16421da177e4SLinus Torvalds bool 16431da177e4SLinus Torvalds 16441da177e4SLinus Torvaldsconfig SBUS 16451da177e4SLinus Torvalds bool 16461da177e4SLinus Torvalds 16471da177e4SLinus Torvaldssource "drivers/pcmcia/Kconfig" 16481da177e4SLinus Torvalds 16491da177e4SLinus Torvaldssource "drivers/pci/hotplug/Kconfig" 16501da177e4SLinus Torvalds 16511da177e4SLinus Torvaldsendmenu 16521da177e4SLinus Torvalds 16531da177e4SLinus Torvaldsmenu "Executable file formats" 16541da177e4SLinus Torvalds 16551da177e4SLinus Torvaldssource "fs/Kconfig.binfmt" 16561da177e4SLinus Torvalds 16571da177e4SLinus Torvaldsconfig TRAD_SIGNALS 16581da177e4SLinus Torvalds bool 1659875d43e7SRalf Baechle default y if 32BIT 16601da177e4SLinus Torvalds 16611da177e4SLinus Torvaldsconfig BUILD_ELF64 16621da177e4SLinus Torvalds bool "Use 64-bit ELF format for building" 1663875d43e7SRalf Baechle depends on 64BIT 16641da177e4SLinus Torvalds help 16651da177e4SLinus Torvalds A 64-bit kernel is usually built using the 64-bit ELF binary object 16661da177e4SLinus Torvalds format as it's one that allows arbitrary 64-bit constructs. For 16671da177e4SLinus Torvalds kernels that are loaded within the KSEG compatibility segments the 16681da177e4SLinus Torvalds 32-bit ELF format can optionally be used resulting in a somewhat 16691da177e4SLinus Torvalds smaller binary, but this option is not explicitly supported by the 16701da177e4SLinus Torvalds toolchain and since binutils 2.14 it does not even work at all. 16711da177e4SLinus Torvalds 16721da177e4SLinus Torvalds Say Y to use the 64-bit format or N to use the 32-bit one. 16731da177e4SLinus Torvalds 16741da177e4SLinus Torvalds If unsure say Y. 16751da177e4SLinus Torvalds 16761da177e4SLinus Torvaldsconfig BINFMT_IRIX 16771da177e4SLinus Torvalds bool "Include IRIX binary compatibility" 1678875d43e7SRalf Baechle depends on !CPU_LITTLE_ENDIAN && 32BIT && BROKEN 16791da177e4SLinus Torvalds 16801da177e4SLinus Torvaldsconfig MIPS32_COMPAT 16811da177e4SLinus Torvalds bool "Kernel support for Linux/MIPS 32-bit binary compatibility" 1682875d43e7SRalf Baechle depends on 64BIT 16831da177e4SLinus Torvalds help 16841da177e4SLinus Torvalds Select this option if you want Linux/MIPS 32-bit binary 16851da177e4SLinus Torvalds compatibility. Since all software available for Linux/MIPS is 16861da177e4SLinus Torvalds currently 32-bit you should say Y here. 16871da177e4SLinus Torvalds 16881da177e4SLinus Torvaldsconfig COMPAT 16891da177e4SLinus Torvalds bool 16901da177e4SLinus Torvalds depends on MIPS32_COMPAT 16911da177e4SLinus Torvalds default y 16921da177e4SLinus Torvalds 16931da177e4SLinus Torvaldsconfig MIPS32_O32 16941da177e4SLinus Torvalds bool "Kernel support for o32 binaries" 16951da177e4SLinus Torvalds depends on MIPS32_COMPAT 16961da177e4SLinus Torvalds help 16971da177e4SLinus Torvalds Select this option if you want to run o32 binaries. These are pure 16981da177e4SLinus Torvalds 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of 16991da177e4SLinus Torvalds existing binaries are in this format. 17001da177e4SLinus Torvalds 17011da177e4SLinus Torvalds If unsure, say Y. 17021da177e4SLinus Torvalds 17031da177e4SLinus Torvaldsconfig MIPS32_N32 17041da177e4SLinus Torvalds bool "Kernel support for n32 binaries" 17051da177e4SLinus Torvalds depends on MIPS32_COMPAT 17061da177e4SLinus Torvalds help 17071da177e4SLinus Torvalds Select this option if you want to run n32 binaries. These are 17081da177e4SLinus Torvalds 64-bit binaries using 32-bit quantities for addressing and certain 17091da177e4SLinus Torvalds data that would normally be 64-bit. They are used in special 17101da177e4SLinus Torvalds cases. 17111da177e4SLinus Torvalds 17121da177e4SLinus Torvalds If unsure, say N. 17131da177e4SLinus Torvalds 17141da177e4SLinus Torvaldsconfig BINFMT_ELF32 17151da177e4SLinus Torvalds bool 17161da177e4SLinus Torvalds default y if MIPS32_O32 || MIPS32_N32 17171da177e4SLinus Torvalds 1718127c6f66SRalf Baechleconfig SECCOMP 1719127c6f66SRalf Baechle bool "Enable seccomp to safely compute untrusted bytecode" 1720127c6f66SRalf Baechle depends on PROC_FS && BROKEN 1721127c6f66SRalf Baechle default y 1722127c6f66SRalf Baechle help 1723127c6f66SRalf Baechle This kernel feature is useful for number crunching applications 1724127c6f66SRalf Baechle that may need to compute untrusted bytecode during their 1725127c6f66SRalf Baechle execution. By using pipes or other transports made available to 1726127c6f66SRalf Baechle the process as file descriptors supporting the read/write 1727127c6f66SRalf Baechle syscalls, it's possible to isolate those applications in 1728127c6f66SRalf Baechle their own address space using seccomp. Once seccomp is 1729127c6f66SRalf Baechle enabled via /proc/<pid>/seccomp, it cannot be disabled 1730127c6f66SRalf Baechle and the task is only allowed to execute a few safe syscalls 1731127c6f66SRalf Baechle defined by each seccomp mode. 1732127c6f66SRalf Baechle 1733127c6f66SRalf Baechle If unsure, say Y. Only embedded should say N here. 1734127c6f66SRalf Baechle 17351da177e4SLinus Torvaldsconfig PM 17361da177e4SLinus Torvalds bool "Power Management support (EXPERIMENTAL)" 17371da177e4SLinus Torvalds depends on EXPERIMENTAL && MACH_AU1X00 17381da177e4SLinus Torvalds 17391da177e4SLinus Torvaldsendmenu 17401da177e4SLinus Torvalds 1741d5950b43SSam Ravnborgsource "net/Kconfig" 1742d5950b43SSam Ravnborg 17431da177e4SLinus Torvaldssource "drivers/Kconfig" 17441da177e4SLinus Torvalds 17451da177e4SLinus Torvaldssource "fs/Kconfig" 17461da177e4SLinus Torvalds 17471da177e4SLinus Torvaldssource "arch/mips/Kconfig.debug" 17481da177e4SLinus Torvalds 17491da177e4SLinus Torvaldssource "security/Kconfig" 17501da177e4SLinus Torvalds 17511da177e4SLinus Torvaldssource "crypto/Kconfig" 17521da177e4SLinus Torvalds 17531da177e4SLinus Torvaldssource "lib/Kconfig" 17541da177e4SLinus Torvalds 17555cae841bSAl Viroconfig ISA_DMA_API 17565cae841bSAl Viro bool 17575cae841bSAl Viro default y 1758