xref: /linux/arch/mips/Kconfig (revision b1c6cd429b5f9fde39f5950ba9f2993286954f6c)
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
71da177e4SLinus Torvaldsmainmenu "Linux/MIPS Kernel Configuration"
81da177e4SLinus Torvalds
91da177e4SLinus Torvaldsmenu "Machine selection"
101da177e4SLinus Torvalds
115e83d430SRalf Baechlechoice
125e83d430SRalf Baechle	prompt "System type"
135e83d430SRalf Baechle	default SGI_IP22
141da177e4SLinus Torvalds
155e83d430SRalf Baechleconfig MIPS_MTX1
163fa986faSMartin Michlmayr	bool "4G Systems MTX-1 board"
171da177e4SLinus Torvalds	select DMA_NONCOHERENT
181da177e4SLinus Torvalds	select HW_HAS_PCI
195e83d430SRalf Baechle	select SOC_AU1500
207cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
215e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
221da177e4SLinus Torvalds
235e83d430SRalf Baechleconfig MIPS_BOSPORUS
245e83d430SRalf Baechle	bool "AMD Alchemy Bosporus board"
255e83d430SRalf Baechle	select SOC_AU1500
261da177e4SLinus Torvalds	select DMA_NONCOHERENT
277cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
285e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
291da177e4SLinus Torvalds
305e83d430SRalf Baechleconfig MIPS_PB1000
315e83d430SRalf Baechle	bool "AMD Alchemy PB1000 board"
325e83d430SRalf Baechle	select SOC_AU1000
331da177e4SLinus Torvalds	select DMA_NONCOHERENT
341da177e4SLinus Torvalds	select HW_HAS_PCI
351da177e4SLinus Torvalds	select SWAP_IO_SPACE
367cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
375e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
385e83d430SRalf Baechle
395e83d430SRalf Baechleconfig MIPS_PB1100
405e83d430SRalf Baechle	bool "AMD Alchemy PB1100 board"
415e83d430SRalf Baechle	select SOC_AU1100
425e83d430SRalf Baechle	select DMA_NONCOHERENT
435e83d430SRalf Baechle	select HW_HAS_PCI
445e83d430SRalf Baechle	select SWAP_IO_SPACE
457cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
465e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
475e83d430SRalf Baechle
485e83d430SRalf Baechleconfig MIPS_PB1500
495e83d430SRalf Baechle	bool "AMD Alchemy PB1500 board"
505e83d430SRalf Baechle	select SOC_AU1500
515e83d430SRalf Baechle	select DMA_NONCOHERENT
525e83d430SRalf Baechle	select HW_HAS_PCI
537cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
545e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
555e83d430SRalf Baechle
565e83d430SRalf Baechleconfig MIPS_PB1550
575e83d430SRalf Baechle	bool "AMD Alchemy PB1550 board"
585e83d430SRalf Baechle	select SOC_AU1550
595e83d430SRalf Baechle	select DMA_NONCOHERENT
605e83d430SRalf Baechle	select HW_HAS_PCI
615e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
627cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
635e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
645e83d430SRalf Baechle
655e83d430SRalf Baechleconfig MIPS_PB1200
665e83d430SRalf Baechle	bool "AMD Alchemy PB1200 board"
675e83d430SRalf Baechle	select SOC_AU1200
685e83d430SRalf Baechle	select DMA_NONCOHERENT
695e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
707cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
715e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
725e83d430SRalf Baechle
735e83d430SRalf Baechleconfig MIPS_DB1000
745e83d430SRalf Baechle	bool "AMD Alchemy DB1000 board"
755e83d430SRalf Baechle	select SOC_AU1000
765e83d430SRalf Baechle	select DMA_NONCOHERENT
775e83d430SRalf Baechle	select HW_HAS_PCI
787cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
795e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
805e83d430SRalf Baechle
815e83d430SRalf Baechleconfig MIPS_DB1100
825e83d430SRalf Baechle	bool "AMD Alchemy DB1100 board"
835e83d430SRalf Baechle	select SOC_AU1100
845e83d430SRalf Baechle	select DMA_NONCOHERENT
857cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
865e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
875e83d430SRalf Baechle
885e83d430SRalf Baechleconfig MIPS_DB1500
895e83d430SRalf Baechle	bool "AMD Alchemy DB1500 board"
905e83d430SRalf Baechle	select SOC_AU1500
915e83d430SRalf Baechle	select DMA_NONCOHERENT
925e83d430SRalf Baechle	select HW_HAS_PCI
935e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
947cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
955e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
965e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
975e83d430SRalf Baechle
985e83d430SRalf Baechleconfig MIPS_DB1550
995e83d430SRalf Baechle	bool "AMD Alchemy DB1550 board"
1005e83d430SRalf Baechle	select SOC_AU1550
1015e83d430SRalf Baechle	select HW_HAS_PCI
1025e83d430SRalf Baechle	select DMA_NONCOHERENT
1035e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
1047cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1055e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1065e83d430SRalf Baechle
1075e83d430SRalf Baechleconfig MIPS_DB1200
1085e83d430SRalf Baechle	bool "AMD Alchemy DB1200 board"
1095e83d430SRalf Baechle	select SOC_AU1200
1105e83d430SRalf Baechle	select DMA_COHERENT
1115e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
1127cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1135e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1145e83d430SRalf Baechle
1155e83d430SRalf Baechleconfig MIPS_MIRAGE
1165e83d430SRalf Baechle	bool "AMD Alchemy Mirage board"
1175e83d430SRalf Baechle	select DMA_NONCOHERENT
1185e83d430SRalf Baechle	select SOC_AU1500
1197cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1205e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1211da177e4SLinus Torvalds
12235189fadSRalf Baechleconfig BASLER_EXCITE
12335189fadSRalf Baechle	bool "Basler eXcite smart camera support"
12435189fadSRalf Baechle	select DMA_COHERENT
12535189fadSRalf Baechle	select HW_HAS_PCI
12635189fadSRalf Baechle	select IRQ_CPU
12735189fadSRalf Baechle	select IRQ_CPU_RM7K
12835189fadSRalf Baechle	select IRQ_CPU_RM9K
12935189fadSRalf Baechle	select SERIAL_RM9000
13035189fadSRalf Baechle	select SYS_HAS_CPU_RM9000
13135189fadSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
13235189fadSRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
13335189fadSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
13435189fadSRalf Baechle	help
13535189fadSRalf Baechle	  The eXcite is a smart camera platform manufactured by
13635189fadSRalf Baechle	  Basler Vision Technologies AG
13735189fadSRalf Baechle
13835189fadSRalf Baechleconfig BASLER_EXCITE_PROTOTYPE
13935189fadSRalf Baechle	bool "Support for pre-release units"
14035189fadSRalf Baechle	depends on BASLER_EXCITE
14135189fadSRalf Baechle	default n
14235189fadSRalf Baechle	help
14335189fadSRalf Baechle	  Pre-series (prototype) units are different from later ones in
14435189fadSRalf Baechle	  some ways. Select this option if you have one of these. Please
14535189fadSRalf Baechle	  note that a kernel built with this option selected will not be
14635189fadSRalf Baechle	  able to run on normal units.
14735189fadSRalf Baechle
1481da177e4SLinus Torvaldsconfig MIPS_COBALT
1493fa986faSMartin Michlmayr	bool "Cobalt Server"
1501da177e4SLinus Torvalds	select DMA_NONCOHERENT
1511da177e4SLinus Torvalds	select HW_HAS_PCI
1521da177e4SLinus Torvalds	select I8259
1531da177e4SLinus Torvalds	select IRQ_CPU
1545e83d430SRalf Baechle	select MIPS_GT64111
1557cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
156ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
157ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1585e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1591da177e4SLinus Torvalds
1601da177e4SLinus Torvaldsconfig MACH_DECSTATION
1613fa986faSMartin Michlmayr	bool "DECstations"
1621da177e4SLinus Torvalds	select BOOT_ELF32
1631da177e4SLinus Torvalds	select DMA_NONCOHERENT
164b6d468ecSMaciej W. Rozycki	select EARLY_PRINTK
1651da177e4SLinus Torvalds	select IRQ_CPU
1667cf8053bSRalf Baechle	select SYS_HAS_CPU_R3000
1677cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
168ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
169ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1705e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1711723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_128HZ
1721723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_256HZ
1731723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_1024HZ
1745e83d430SRalf Baechle	help
1751da177e4SLinus Torvalds	  This enables support for DEC's MIPS based workstations.  For details
1761da177e4SLinus Torvalds	  see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
1771da177e4SLinus Torvalds	  DECstation porting pages on <http://decstation.unix-ag.org/>.
1781da177e4SLinus Torvalds
1791da177e4SLinus Torvalds	  If you have one of the following DECstation Models you definitely
1801da177e4SLinus Torvalds	  want to choose R4xx0 for the CPU Type:
1811da177e4SLinus Torvalds
1821da177e4SLinus Torvalds	  	DECstation 5000/50
1831da177e4SLinus Torvalds	  	DECstation 5000/150
1841da177e4SLinus Torvalds	  	DECstation 5000/260
1851da177e4SLinus Torvalds	  	DECsystem 5900/260
1861da177e4SLinus Torvalds
1871da177e4SLinus Torvalds	  otherwise choose R3000.
1881da177e4SLinus Torvalds
1891da177e4SLinus Torvaldsconfig MIPS_EV64120
1903fa986faSMartin Michlmayr	bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
1911da177e4SLinus Torvalds	depends on EXPERIMENTAL
1921da177e4SLinus Torvalds	select DMA_NONCOHERENT
1931da177e4SLinus Torvalds	select HW_HAS_PCI
1941da177e4SLinus Torvalds	select MIPS_GT64120
1957cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
196ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
197ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
1985e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
1991da177e4SLinus Torvalds	help
2001da177e4SLinus Torvalds	  This is an evaluation board based on the Galileo GT-64120
2011da177e4SLinus Torvalds	  single-chip system controller that contains a MIPS R5000 compatible
2021da177e4SLinus Torvalds	  core running at 75/100MHz.  Their website is located at
2031da177e4SLinus Torvalds	  <http://www.marvell.com/>.  Say Y here if you wish to build a
2041da177e4SLinus Torvalds	  kernel for this platform.
2051da177e4SLinus Torvalds
2061da177e4SLinus Torvaldsconfig MIPS_EV96100
2073fa986faSMartin Michlmayr	bool "Galileo EV96100 Evaluation board (EXPERIMENTAL)"
2081da177e4SLinus Torvalds	depends on EXPERIMENTAL
2091da177e4SLinus Torvalds	select DMA_NONCOHERENT
2101da177e4SLinus Torvalds	select HW_HAS_PCI
2111da177e4SLinus Torvalds	select IRQ_CPU
2121da177e4SLinus Torvalds	select MIPS_GT96100
2131da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
2141da177e4SLinus Torvalds	select SWAP_IO_SPACE
2157cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
2167cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
217ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
2185e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2195e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2201da177e4SLinus Torvalds	help
2211da177e4SLinus Torvalds	  This is an evaluation board based on the Galileo GT-96100 LAN/WAN
2221da177e4SLinus Torvalds	  communications controllers containing a MIPS R5000 compatible core
2231da177e4SLinus Torvalds	  running at 83MHz. Their website is <http://www.marvell.com/>. Say Y
2241da177e4SLinus Torvalds	  here if you wish to build a kernel for this platform.
2251da177e4SLinus Torvalds
2261da177e4SLinus Torvaldsconfig MIPS_IVR
2273fa986faSMartin Michlmayr	bool "Globespan IVR board"
2281da177e4SLinus Torvalds	select DMA_NONCOHERENT
2291da177e4SLinus Torvalds	select HW_HAS_PCI
2305e83d430SRalf Baechle	select ITE_BOARD_GEN
2317cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
232ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
233ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2345e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2351da177e4SLinus Torvalds	help
2361da177e4SLinus Torvalds	  This is an evaluation board built by Globespan to showcase thir
2371da177e4SLinus Torvalds	  iVR (Internet Video Recorder) design. It utilizes a QED RM5231
2381da177e4SLinus Torvalds	  R5000 MIPS core. More information can be found out their website
2391da177e4SLinus Torvalds	  located at <http://www.globespan.net/>. Say Y here if you wish to
2401da177e4SLinus Torvalds	  build a kernel for this platform.
2411da177e4SLinus Torvalds
2421da177e4SLinus Torvaldsconfig MIPS_ITE8172
2433fa986faSMartin Michlmayr	bool "ITE 8172G board"
2441da177e4SLinus Torvalds	select DMA_NONCOHERENT
2451da177e4SLinus Torvalds	select HW_HAS_PCI
2465e83d430SRalf Baechle	select ITE_BOARD_GEN
2477cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
2487cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
249ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
250ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2515e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2521da177e4SLinus Torvalds	help
2531da177e4SLinus Torvalds	  Ths is an evaluation board made by ITE <http://www.ite.com.tw/>
2541da177e4SLinus Torvalds	  with ATX form factor that utilizes a MIPS R5000 to work with its
2551da177e4SLinus Torvalds	  ITE8172G companion internet appliance chip. The MIPS core can be
2561da177e4SLinus Torvalds	  either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build
2571da177e4SLinus Torvalds	  a kernel for this platform.
2581da177e4SLinus Torvalds
2595e83d430SRalf Baechleconfig MACH_JAZZ
2603fa986faSMartin Michlmayr	bool "Jazz family of machines"
2615e83d430SRalf Baechle	select ARC
2625e83d430SRalf Baechle	select ARC32
2635e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
2645e83d430SRalf Baechle	select GENERIC_ISA_DMA
265e5c6c8e4SMichael Neuling	select I8253
2665e83d430SRalf Baechle	select I8259
2675e83d430SRalf Baechle	select ISA
2687cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
2695e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
2705e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2711723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_100HZ
2721da177e4SLinus Torvalds	help
2735e83d430SRalf Baechle	 This a family of machines based on the MIPS R4030 chipset which was
2745e83d430SRalf Baechle	 used by several vendors to build RISC/os and Windows NT workstations.
2755e83d430SRalf Baechle	 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
2765e83d430SRalf Baechle	 Olivetti M700-10 workstations.
2775e83d430SRalf Baechle
2785e83d430SRalf Baechleconfig LASAT
2793fa986faSMartin Michlmayr	bool "LASAT Networks platforms"
2805e83d430SRalf Baechle	select DMA_NONCOHERENT
2815e83d430SRalf Baechle	select HW_HAS_PCI
2825e83d430SRalf Baechle	select MIPS_GT64120
2835e83d430SRalf Baechle	select MIPS_NILE4
2845e83d430SRalf Baechle	select R5000_CPU_SCACHE
2857cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
2865e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
2875e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2885e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2891da177e4SLinus Torvalds
2901da177e4SLinus Torvaldsconfig MIPS_ATLAS
2913fa986faSMartin Michlmayr	bool "MIPS Atlas board"
2921da177e4SLinus Torvalds	select BOOT_ELF32
2931da177e4SLinus Torvalds	select DMA_NONCOHERENT
2945e83d430SRalf Baechle	select IRQ_CPU
2951da177e4SLinus Torvalds	select HW_HAS_PCI
2965e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2975e83d430SRalf Baechle	select MIPS_BONITO64
2981da177e4SLinus Torvalds	select MIPS_GT64120
2995e83d430SRalf Baechle	select MIPS_MSC
300f4b7cdb4SMaciej W. Rozycki	select RM7000_CPU_SCACHE
3011da177e4SLinus Torvalds	select SWAP_IO_SPACE
3027cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3037cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3047cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
3057cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
3067cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
307ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
308ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3095e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3105e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
311f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
3121da177e4SLinus Torvalds	help
313f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Atlas evaluation
3141da177e4SLinus Torvalds	  board.
3151da177e4SLinus Torvalds
3161da177e4SLinus Torvaldsconfig MIPS_MALTA
3173fa986faSMartin Michlmayr	bool "MIPS Malta board"
31861ed242dSRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
3191da177e4SLinus Torvalds	select BOOT_ELF32
3201da177e4SLinus Torvalds	select HAVE_STD_PC_SERIAL_PORT
3211da177e4SLinus Torvalds	select DMA_NONCOHERENT
322e01402b1SRalf Baechle	select IRQ_CPU
3231da177e4SLinus Torvalds	select GENERIC_ISA_DMA
3241da177e4SLinus Torvalds	select HW_HAS_PCI
3251da177e4SLinus Torvalds	select I8259
3265e83d430SRalf Baechle	select MIPS_BOARDS_GEN
3275e83d430SRalf Baechle	select MIPS_BONITO64
3289318c51aSChris Dearman	select MIPS_CPU_SCACHE
3291da177e4SLinus Torvalds	select MIPS_GT64120
3305e83d430SRalf Baechle	select MIPS_MSC
3311da177e4SLinus Torvalds	select SWAP_IO_SPACE
3327cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3337cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3347cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
3357cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
3367cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
337ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
338ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3395e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3405e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
341f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING
3421da177e4SLinus Torvalds	help
343f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Malta evaluation
3441da177e4SLinus Torvalds	  board.
3451da177e4SLinus Torvalds
3461da177e4SLinus Torvaldsconfig MIPS_SEAD
3473fa986faSMartin Michlmayr	bool "MIPS SEAD board (EXPERIMENTAL)"
3481da177e4SLinus Torvalds	depends on EXPERIMENTAL
3491da177e4SLinus Torvalds	select IRQ_CPU
3501da177e4SLinus Torvalds	select DMA_NONCOHERENT
3515e83d430SRalf Baechle	select MIPS_BOARDS_GEN
3527cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3537cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3547cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
355ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3565e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
3575e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3585e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
359f638d197SMaciej W. Rozycki	help
360f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies SEAD evaluation
361f638d197SMaciej W. Rozycki	  board.
3621da177e4SLinus Torvalds
363a240a469SMark.Zhanconfig WR_PPMC
3649247857fSMark.Zhan	bool "Wind River PPMC board"
365a240a469SMark.Zhan	select IRQ_CPU
366a240a469SMark.Zhan	select BOOT_ELF32
367a240a469SMark.Zhan	select DMA_NONCOHERENT
368a240a469SMark.Zhan	select HW_HAS_PCI
369a240a469SMark.Zhan	select MIPS_GT64120
370a240a469SMark.Zhan	select SWAP_IO_SPACE
371a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R1
372a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R2
373a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS64_R1
374a240a469SMark.Zhan	select SYS_HAS_CPU_NEVADA
375a240a469SMark.Zhan	select SYS_HAS_CPU_RM7000
376a240a469SMark.Zhan	select SYS_SUPPORTS_32BIT_KERNEL
377a240a469SMark.Zhan	select SYS_SUPPORTS_64BIT_KERNEL
378a240a469SMark.Zhan	select SYS_SUPPORTS_BIG_ENDIAN
379a240a469SMark.Zhan	select SYS_SUPPORTS_LITTLE_ENDIAN
380a240a469SMark.Zhan	help
381a240a469SMark.Zhan	  This enables support for the Wind River MIPS32 4KC PPMC evaluation
382a240a469SMark.Zhan	  board, which is based on GT64120 bridge chip.
383a240a469SMark.Zhan
384c78cbf49SRalf Baechleconfig MIPS_SIM
3853fa986faSMartin Michlmayr	bool 'MIPS simulator (MIPSsim)'
386c78cbf49SRalf Baechle	select DMA_NONCOHERENT
387c78cbf49SRalf Baechle	select IRQ_CPU
3887cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3897cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
390c78cbf49SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
391c78cbf49SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
392c78cbf49SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
393c78cbf49SRalf Baechle	help
394c78cbf49SRalf Baechle	  This option enables support for MIPS Technologies MIPSsim software
395c78cbf49SRalf Baechle	  emulator.
396c78cbf49SRalf Baechle
3971da177e4SLinus Torvaldsconfig MOMENCO_JAGUAR_ATX
3983fa986faSMartin Michlmayr	bool "Momentum Jaguar board"
3991da177e4SLinus Torvalds	select BOOT_ELF32
4001da177e4SLinus Torvalds	select DMA_NONCOHERENT
4011da177e4SLinus Torvalds	select HW_HAS_PCI
4021da177e4SLinus Torvalds	select IRQ_CPU
4031da177e4SLinus Torvalds	select IRQ_CPU_RM7K
4041da177e4SLinus Torvalds	select IRQ_MV64340
4051da177e4SLinus Torvalds	select LIMITED_DMA
4061da177e4SLinus Torvalds	select PCI_MARVELL
4071da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
4081da177e4SLinus Torvalds	select SWAP_IO_SPACE
4097cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
410ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
411ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
4125e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4131da177e4SLinus Torvalds	help
4141da177e4SLinus Torvalds	  The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
4151da177e4SLinus Torvalds	  Momentum Computer <http://www.momenco.com/>.
4161da177e4SLinus Torvalds
4175e83d430SRalf Baechleconfig MOMENCO_OCELOT
4183fa986faSMartin Michlmayr	bool "Momentum Ocelot board"
4195e83d430SRalf Baechle	select DMA_NONCOHERENT
4201da177e4SLinus Torvalds	select HW_HAS_PCI
4211da177e4SLinus Torvalds	select IRQ_CPU
4221da177e4SLinus Torvalds	select IRQ_CPU_RM7K
4235e83d430SRalf Baechle	select MIPS_GT64120
4245e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4251da177e4SLinus Torvalds	select SWAP_IO_SPACE
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
4301da177e4SLinus Torvalds	help
4315e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4325e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4331da177e4SLinus Torvalds
4345e83d430SRalf Baechleconfig MOMENCO_OCELOT_3
4353fa986faSMartin Michlmayr	bool "Momentum Ocelot-3 board"
4365e83d430SRalf Baechle	select BOOT_ELF32
4375e83d430SRalf Baechle	select DMA_NONCOHERENT
4385e83d430SRalf Baechle	select HW_HAS_PCI
4395e83d430SRalf Baechle	select IRQ_CPU
4405e83d430SRalf Baechle	select IRQ_CPU_RM7K
4415e83d430SRalf Baechle	select IRQ_MV64340
4425e83d430SRalf Baechle	select PCI_MARVELL
4435e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4445e83d430SRalf Baechle	select SWAP_IO_SPACE
4457cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
4465e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4475e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4485e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4495e83d430SRalf Baechle	help
4505e83d430SRalf Baechle	  The Ocelot-3 is based off Discovery III System Controller and
4515e83d430SRalf Baechle	  PMC-Sierra Rm79000 core.
4525e83d430SRalf Baechle
4535e83d430SRalf Baechleconfig MOMENCO_OCELOT_C
4543fa986faSMartin Michlmayr	bool "Momentum Ocelot-C board"
4555e83d430SRalf Baechle	select DMA_NONCOHERENT
4565e83d430SRalf Baechle	select HW_HAS_PCI
4575e83d430SRalf Baechle	select IRQ_CPU
4585e83d430SRalf Baechle	select IRQ_MV64340
4595e83d430SRalf Baechle	select PCI_MARVELL
4605e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4615e83d430SRalf Baechle	select SWAP_IO_SPACE
4627cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4635e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4645e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4655e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4665e83d430SRalf Baechle	help
4675e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4685e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4695e83d430SRalf Baechle
4705e83d430SRalf Baechleconfig MOMENCO_OCELOT_G
4713fa986faSMartin Michlmayr	bool "Momentum Ocelot-G board"
4725e83d430SRalf Baechle	select DMA_NONCOHERENT
4735e83d430SRalf Baechle	select HW_HAS_PCI
4745e83d430SRalf Baechle	select IRQ_CPU
4755e83d430SRalf Baechle	select IRQ_CPU_RM7K
4765e83d430SRalf Baechle	select PCI_MARVELL
4775e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4785e83d430SRalf Baechle	select SWAP_IO_SPACE
4797cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4805e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4815e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4825e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4835e83d430SRalf Baechle	help
4845e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4855e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4865e83d430SRalf Baechle
4875e83d430SRalf Baechleconfig MIPS_XXS1500
4883fa986faSMartin Michlmayr	bool "MyCable XXS1500 board"
4895e83d430SRalf Baechle	select DMA_NONCOHERENT
4905e83d430SRalf Baechle	select SOC_AU1500
4915e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4921da177e4SLinus Torvalds
493bdf21b18SPete Popovconfig PNX8550_V2PCI
4943fa986faSMartin Michlmayr	bool "Philips PNX8550 based Viper2-PCI board"
4954b29f604SRalf Baechle	depends on BROKEN
496bdf21b18SPete Popov	select PNX8550
497bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
498bdf21b18SPete Popov
499bdf21b18SPete Popovconfig PNX8550_JBS
5003fa986faSMartin Michlmayr	bool "Philips PNX8550 based JBS board"
5014b29f604SRalf Baechle	depends on BROKEN
502bdf21b18SPete Popov	select PNX8550
503bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
504bdf21b18SPete Popov
5051da177e4SLinus Torvaldsconfig DDB5477
5063fa986faSMartin Michlmayr	bool "NEC DDB Vrc-5477"
5075e83d430SRalf Baechle	select DDB5XXX_COMMON
5081da177e4SLinus Torvalds	select DMA_NONCOHERENT
5091da177e4SLinus Torvalds	select HW_HAS_PCI
5101da177e4SLinus Torvalds	select I8259
5111da177e4SLinus Torvalds	select IRQ_CPU
5127cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
513ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
514ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5155e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
5161da177e4SLinus Torvalds	help
5171da177e4SLinus Torvalds	  This enables support for the R5432-based NEC DDB Vrc-5477,
5181da177e4SLinus Torvalds	  or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
5191da177e4SLinus Torvalds
5201da177e4SLinus Torvalds	  Features : kernel debugging, serial terminal, NFS root fs, on-board
5211da177e4SLinus Torvalds	  ether port USB, AC97, PCI, etc.
5221da177e4SLinus Torvalds
5235e83d430SRalf Baechleconfig MACH_VR41XX
5243fa986faSMartin Michlmayr	bool "NEC VR41XX-based machines"
5257cf8053bSRalf Baechle	select SYS_HAS_CPU_VR41XX
5265e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5275e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5285e83d430SRalf Baechle
5295e83d430SRalf Baechleconfig PMC_YOSEMITE
5303fa986faSMartin Michlmayr	bool "PMC-Sierra Yosemite eval board"
5315e83d430SRalf Baechle	select DMA_COHERENT
5325e83d430SRalf Baechle	select HW_HAS_PCI
5335e83d430SRalf Baechle	select IRQ_CPU
5345e83d430SRalf Baechle	select IRQ_CPU_RM7K
5355e83d430SRalf Baechle	select IRQ_CPU_RM9K
5365e83d430SRalf Baechle	select SWAP_IO_SPACE
5377cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
5385e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5395e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
5405e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5415e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
542e73ea273SRalf Baechle	select SYS_SUPPORTS_SMP
5435e83d430SRalf Baechle	help
5445e83d430SRalf Baechle	  Yosemite is an evaluation board for the RM9000x2 processor
5455e83d430SRalf Baechle	  manufactured by PMC-Sierra.
5461da177e4SLinus Torvalds
54707119621SRalf Baechleconfig QEMU
5483fa986faSMartin Michlmayr	bool "Qemu"
54907119621SRalf Baechle	select DMA_COHERENT
55007119621SRalf Baechle	select GENERIC_ISA_DMA
55107119621SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
552e5c6c8e4SMichael Neuling	select I8253
55307119621SRalf Baechle	select I8259
55407119621SRalf Baechle	select ISA
55507119621SRalf Baechle	select SWAP_IO_SPACE
5567cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
55707119621SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
55807119621SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
559*b1c6cd42SAtsushi Nemoto	select ARCH_SPARSEMEM_ENABLE
56007119621SRalf Baechle	help
56107119621SRalf Baechle	  Qemu is a software emulator which among other architectures also
56207119621SRalf Baechle	  can simulate a MIPS32 4Kc system.  This patch adds support for the
56307119621SRalf Baechle	  system architecture that currently is being simulated by Qemu.  It
56407119621SRalf Baechle	  will eventually be removed again when Qemu has the capability to
56507119621SRalf Baechle	  simulate actual MIPS hardware platforms.  More information on Qemu
56607119621SRalf Baechle	  can be found at http://www.linux-mips.org/wiki/Qemu.
56707119621SRalf Baechle
568355c471fSdmitry pervushinconfig MARKEINS
569355c471fSdmitry pervushin	bool "Support for NEC EMMA2RH Mark-eins"
570355c471fSdmitry pervushin	select DMA_NONCOHERENT
571355c471fSdmitry pervushin	select HW_HAS_PCI
572355c471fSdmitry pervushin	select IRQ_CPU
573355c471fSdmitry pervushin	select SWAP_IO_SPACE
574355c471fSdmitry pervushin	select SYS_SUPPORTS_32BIT_KERNEL
575355c471fSdmitry pervushin	select SYS_SUPPORTS_BIG_ENDIAN
576355c471fSdmitry pervushin	select SYS_SUPPORTS_LITTLE_ENDIAN
577355c471fSdmitry pervushin	select SYS_HAS_CPU_R5000
578355c471fSdmitry pervushin	help
579355c471fSdmitry pervushin	  This enables support for the R5432-based NEC Mark-eins
580355c471fSdmitry pervushin	  boards with R5500 CPU.
581355c471fSdmitry pervushin
5821da177e4SLinus Torvaldsconfig SGI_IP22
5833fa986faSMartin Michlmayr	bool "SGI IP22 (Indy/Indigo2)"
5841da177e4SLinus Torvalds	select ARC
5851da177e4SLinus Torvalds	select ARC32
5861da177e4SLinus Torvalds	select BOOT_ELF32
5871da177e4SLinus Torvalds	select DMA_NONCOHERENT
5885e83d430SRalf Baechle	select HW_HAS_EISA
5891da177e4SLinus Torvalds	select IP22_CPU_SCACHE
5901da177e4SLinus Torvalds	select IRQ_CPU
591aac076f8SRalf Baechle	select NO_ISA if ISA
5921da177e4SLinus Torvalds	select SWAP_IO_SPACE
5937cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
5947cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
595ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
596ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5975e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
598e73ea273SRalf Baechle	select SYS_SUPPORTS_SMP
5991da177e4SLinus Torvalds	help
6001da177e4SLinus Torvalds	  This are the SGI Indy, Challenge S and Indigo2, as well as certain
6011da177e4SLinus Torvalds	  OEM variants like the Tandem CMN B006S. To compile a Linux kernel
6021da177e4SLinus Torvalds	  that runs on these, say Y here.
6031da177e4SLinus Torvalds
6041da177e4SLinus Torvaldsconfig SGI_IP27
6053fa986faSMartin Michlmayr	bool "SGI IP27 (Origin200/2000)"
6061da177e4SLinus Torvalds	select ARC
6071da177e4SLinus Torvalds	select ARC64
6085e83d430SRalf Baechle	select BOOT_ELF64
6091da177e4SLinus Torvalds	select DMA_IP27
610a3d45391SRalf Baechle	select EARLY_PRINTK
6111da177e4SLinus Torvalds	select HW_HAS_PCI
6121da177e4SLinus Torvalds	select PCI_DOMAINS
6137cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000
614ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6155e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
616d8cb4e11SRalf Baechle	select SYS_SUPPORTS_NUMA
6171da177e4SLinus Torvalds	help
6181da177e4SLinus Torvalds	  This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
6191da177e4SLinus Torvalds	  workstations.  To compile a Linux kernel that runs on these, say Y
6201da177e4SLinus Torvalds	  here.
6211da177e4SLinus Torvalds
6221da177e4SLinus Torvaldsconfig SGI_IP32
6233fa986faSMartin Michlmayr	bool "SGI IP32 (O2) (EXPERIMENTAL)"
624ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
6251da177e4SLinus Torvalds	select ARC
6261da177e4SLinus Torvalds	select ARC32
6271da177e4SLinus Torvalds	select BOOT_ELF32
6281da177e4SLinus Torvalds	select OWN_DMA
6291da177e4SLinus Torvalds	select DMA_IP32
6301da177e4SLinus Torvalds	select DMA_NONCOHERENT
6311da177e4SLinus Torvalds	select HW_HAS_PCI
6321da177e4SLinus Torvalds	select R5000_CPU_SCACHE
6331da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
6347cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
6357cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000 if BROKEN
6367cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
637dd2f18feSRalf Baechle	select SYS_HAS_CPU_NEVADA
638ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6395e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6401da177e4SLinus Torvalds	help
6411da177e4SLinus Torvalds	  If you want this kernel to run on SGI O2 workstation, say Y here.
6421da177e4SLinus Torvalds
6439a6dcea1SAndrew Isaacsonconfig SIBYTE_BIGSUR
6443fa986faSMartin Michlmayr	bool "Sibyte BCM91480B-BigSur"
6459a6dcea1SAndrew Isaacson	select BOOT_ELF32
6469a6dcea1SAndrew Isaacson	select DMA_COHERENT
6477cf8053bSRalf Baechle	select PCI_DOMAINS
6489a6dcea1SAndrew Isaacson	select SIBYTE_BCM1x80
6499a6dcea1SAndrew Isaacson	select SWAP_IO_SPACE
6507cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6519a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_BIG_ENDIAN
6529a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_LITTLE_ENDIAN
6539a6dcea1SAndrew Isaacson
6545e83d430SRalf Baechleconfig SIBYTE_SWARM
6553fa986faSMartin Michlmayr	bool "Sibyte BCM91250A-SWARM"
6565e83d430SRalf Baechle	select BOOT_ELF32
6575e83d430SRalf Baechle	select DMA_COHERENT
6585e83d430SRalf Baechle	select SIBYTE_SB1250
6595e83d430SRalf Baechle	select SWAP_IO_SPACE
6607cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6615e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6625e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6635e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
664e3ad1c23SPete Popov
6655e83d430SRalf Baechleconfig SIBYTE_SENTOSA
6663fa986faSMartin Michlmayr	bool "Sibyte BCM91250E-Sentosa"
6675e83d430SRalf Baechle	depends on EXPERIMENTAL
6685e83d430SRalf Baechle	select BOOT_ELF32
6695e83d430SRalf Baechle	select DMA_COHERENT
6705e83d430SRalf Baechle	select SIBYTE_SB1250
6715e83d430SRalf Baechle	select SWAP_IO_SPACE
6727cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6735e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6745e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6755e83d430SRalf Baechle
6765e83d430SRalf Baechleconfig SIBYTE_RHONE
6773fa986faSMartin Michlmayr	bool "Sibyte BCM91125E-Rhone"
6785e83d430SRalf Baechle	depends on EXPERIMENTAL
6795e83d430SRalf Baechle	select BOOT_ELF32
6805e83d430SRalf Baechle	select DMA_COHERENT
6815e83d430SRalf Baechle	select SIBYTE_BCM1125H
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_CARMEL
6883fa986faSMartin Michlmayr	bool "Sibyte BCM91120x-Carmel"
6895e83d430SRalf Baechle	depends on EXPERIMENTAL
6905e83d430SRalf Baechle	select BOOT_ELF32
6915e83d430SRalf Baechle	select DMA_COHERENT
6925e83d430SRalf Baechle	select SIBYTE_BCM1120
6935e83d430SRalf Baechle	select SWAP_IO_SPACE
6947cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6955e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6965e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6975e83d430SRalf Baechle
6985e83d430SRalf Baechleconfig SIBYTE_PTSWARM
6993fa986faSMartin Michlmayr	bool "Sibyte BCM91250PT-PTSWARM"
7005e83d430SRalf Baechle	depends on EXPERIMENTAL
7015e83d430SRalf Baechle	select BOOT_ELF32
7025e83d430SRalf Baechle	select DMA_COHERENT
7035e83d430SRalf Baechle	select SIBYTE_SB1250
7045e83d430SRalf Baechle	select SWAP_IO_SPACE
7057cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7065e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7075e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7085e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7095e83d430SRalf Baechle
7105e83d430SRalf Baechleconfig SIBYTE_LITTLESUR
7113fa986faSMartin Michlmayr	bool "Sibyte BCM91250C2-LittleSur"
7125e83d430SRalf Baechle	depends on EXPERIMENTAL
7135e83d430SRalf Baechle	select BOOT_ELF32
7145e83d430SRalf Baechle	select DMA_COHERENT
7155e83d430SRalf Baechle	select SIBYTE_SB1250
7165e83d430SRalf Baechle	select SWAP_IO_SPACE
7177cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7185e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7195e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7205e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7215e83d430SRalf Baechle
7225e83d430SRalf Baechleconfig SIBYTE_CRHINE
7233fa986faSMartin Michlmayr	bool "Sibyte BCM91120C-CRhine"
7245e83d430SRalf Baechle	depends on EXPERIMENTAL
7255e83d430SRalf Baechle	select BOOT_ELF32
7265e83d430SRalf Baechle	select DMA_COHERENT
7275e83d430SRalf Baechle	select SIBYTE_BCM1120
7285e83d430SRalf Baechle	select SWAP_IO_SPACE
7297cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7305e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7315e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7325e83d430SRalf Baechle
7335e83d430SRalf Baechleconfig SIBYTE_CRHONE
7343fa986faSMartin Michlmayr	bool "Sibyte BCM91125C-CRhone"
7355e83d430SRalf Baechle	depends on EXPERIMENTAL
7365e83d430SRalf Baechle	select BOOT_ELF32
7375e83d430SRalf Baechle	select DMA_COHERENT
7385e83d430SRalf Baechle	select SIBYTE_BCM1125
7395e83d430SRalf Baechle	select SWAP_IO_SPACE
7407cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7415e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7425e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7435e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7445e83d430SRalf Baechle
7455e83d430SRalf Baechleconfig SNI_RM200_PCI
7463fa986faSMartin Michlmayr	bool "SNI RM200 PCI"
7474a0312fcSThomas Bogendoerfer	select ARC if CPU_LITTLE_ENDIAN
7484a0312fcSThomas Bogendoerfer	select ARC32 if CPU_LITTLE_ENDIAN
7495e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
7505e83d430SRalf Baechle	select BOOT_ELF32
7515e83d430SRalf Baechle	select DMA_NONCOHERENT
7525e83d430SRalf Baechle	select GENERIC_ISA_DMA
7535e83d430SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
7545e83d430SRalf Baechle	select HW_HAS_EISA
7555e83d430SRalf Baechle	select HW_HAS_PCI
756e5c6c8e4SMichael Neuling	select I8253
7575e83d430SRalf Baechle	select I8259
7585e83d430SRalf Baechle	select ISA
7594a0312fcSThomas Bogendoerfer	select SWAP_IO_SPACE if CPU_BIG_ENDIAN
7607cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
7614a0312fcSThomas Bogendoerfer	select SYS_HAS_CPU_R5000
7624a0312fcSThomas Bogendoerfer	select R5000_CPU_SCACHE
763ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
7645e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
7654a0312fcSThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
7665e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7675e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7681da177e4SLinus Torvalds	help
7695e83d430SRalf Baechle	  The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
7705e83d430SRalf Baechle	  Nixdorf Informationssysteme (SNI), parent company of Pyramid
7715e83d430SRalf Baechle	  Technology and now in turn merged with Fujitsu.  Say Y here to
7725e83d430SRalf Baechle	  support this machine type.
7731da177e4SLinus Torvalds
7745e83d430SRalf Baechleconfig TOSHIBA_JMR3927
7753fa986faSMartin Michlmayr	bool "Toshiba JMR-TX3927 board"
7765e83d430SRalf Baechle	select DMA_NONCOHERENT
7775e83d430SRalf Baechle	select HW_HAS_PCI
7785e83d430SRalf Baechle	select MIPS_TX3927
7795e83d430SRalf Baechle	select SWAP_IO_SPACE
7807cf8053bSRalf Baechle	select SYS_HAS_CPU_TX39XX
7815e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7825e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7835e83d430SRalf Baechle	select TOSHIBA_BOARDS
7845e83d430SRalf Baechle
7855e83d430SRalf Baechleconfig TOSHIBA_RBTX4927
7863fa986faSMartin Michlmayr	bool "Toshiba TBTX49[23]7 board"
7875e83d430SRalf Baechle	select DMA_NONCOHERENT
7885e83d430SRalf Baechle	select HAS_TXX9_SERIAL
7895e83d430SRalf Baechle	select HW_HAS_PCI
7905e83d430SRalf Baechle	select I8259
7915e83d430SRalf Baechle	select ISA
7925e83d430SRalf Baechle	select SWAP_IO_SPACE
7937cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
7945e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7955e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
7965e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7975e83d430SRalf Baechle	select TOSHIBA_BOARDS
7985e83d430SRalf Baechle	help
7995e83d430SRalf Baechle	  This Toshiba board is based on the TX4927 processor. Say Y here to
8005e83d430SRalf Baechle	  support this machine type
8011da177e4SLinus Torvalds
80223fbee9dSRalf Baechleconfig TOSHIBA_RBTX4938
8033fa986faSMartin Michlmayr	bool "Toshiba RBTX4938 board"
80423fbee9dSRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
80523fbee9dSRalf Baechle	select DMA_NONCOHERENT
80623fbee9dSRalf Baechle	select GENERIC_ISA_DMA
80723fbee9dSRalf Baechle	select HAS_TXX9_SERIAL
80823fbee9dSRalf Baechle	select HW_HAS_PCI
80923fbee9dSRalf Baechle	select I8259
81023fbee9dSRalf Baechle	select ISA
81123fbee9dSRalf Baechle	select SWAP_IO_SPACE
8127cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
81323fbee9dSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
81423fbee9dSRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
81523fbee9dSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
81623fbee9dSRalf Baechle	select TOSHIBA_BOARDS
81723fbee9dSRalf Baechle	help
81823fbee9dSRalf Baechle	  This Toshiba board is based on the TX4938 processor. Say Y here to
81923fbee9dSRalf Baechle	  support this machine type
82023fbee9dSRalf Baechle
8211da177e4SLinus Torvaldsendchoice
8221da177e4SLinus Torvalds
8235e83d430SRalf Baechlesource "arch/mips/ddb5xxx/Kconfig"
8245e83d430SRalf Baechlesource "arch/mips/gt64120/ev64120/Kconfig"
8255e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig"
8265e83d430SRalf Baechlesource "arch/mips/ite-boards/Kconfig"
8275e83d430SRalf Baechlesource "arch/mips/lasat/Kconfig"
8285e83d430SRalf Baechlesource "arch/mips/momentum/Kconfig"
8295e83d430SRalf Baechlesource "arch/mips/pmc-sierra/Kconfig"
83029c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig"
83138b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig"
8325e83d430SRalf Baechlesource "arch/mips/tx4927/Kconfig"
83323fbee9dSRalf Baechlesource "arch/mips/tx4938/Kconfig"
8345e83d430SRalf Baechlesource "arch/mips/vr41xx/Kconfig"
835bdf21b18SPete Popovsource "arch/mips/philips/pnx8550/common/Kconfig"
836e87dddebSPeter Hortonsource "arch/mips/cobalt/Kconfig"
83738b18f72SRalf Baechle
8385e83d430SRalf Baechleendmenu
8395e83d430SRalf Baechle
8401da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
8411da177e4SLinus Torvalds	bool
8421da177e4SLinus Torvalds	default y
8431da177e4SLinus Torvalds
8441da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM
8451da177e4SLinus Torvalds	bool
8461da177e4SLinus Torvalds
8473c9ee7efSAkinobu Mitaconfig GENERIC_FIND_NEXT_BIT
8483c9ee7efSAkinobu Mita	bool
8493c9ee7efSAkinobu Mita	default y
8503c9ee7efSAkinobu Mita
8513c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT
8523c9ee7efSAkinobu Mita	bool
8533c9ee7efSAkinobu Mita	default y
8543c9ee7efSAkinobu Mita
8551da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
8561da177e4SLinus Torvalds	bool
8571da177e4SLinus Torvalds	default y
8581da177e4SLinus Torvalds
8591cc89038SAtsushi Nemotoconfig SCHED_NO_NO_OMIT_FRAME_POINTER
8601cc89038SAtsushi Nemoto	bool
8611cc89038SAtsushi Nemoto	default y
8621cc89038SAtsushi Nemoto
8631da177e4SLinus Torvalds#
8641da177e4SLinus Torvalds# Select some configuration options automatically based on user selections.
8651da177e4SLinus Torvalds#
8661da177e4SLinus Torvaldsconfig ARC
8671da177e4SLinus Torvalds	bool
8681da177e4SLinus Torvalds
86961ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC
87061ed242dSRalf Baechle	bool
87161ed242dSRalf Baechle
8721da177e4SLinus Torvaldsconfig DMA_COHERENT
8731da177e4SLinus Torvalds	bool
8741da177e4SLinus Torvalds
8751da177e4SLinus Torvaldsconfig DMA_IP27
8761da177e4SLinus Torvalds	bool
8771da177e4SLinus Torvalds
8784ce588cdSRalf Baechleconfig DMA_IP32
8794ce588cdSRalf Baechle	bool
8804ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8814ce588cdSRalf Baechle
8821da177e4SLinus Torvaldsconfig DMA_NONCOHERENT
8831da177e4SLinus Torvalds	bool
8844ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8854ce588cdSRalf Baechle
8864ce588cdSRalf Baechleconfig DMA_NEED_PCI_MAP_STATE
8874ce588cdSRalf Baechle	bool
8881da177e4SLinus Torvalds
8895e83d430SRalf Baechleconfig OWN_DMA
8905e83d430SRalf Baechle	bool
8915e83d430SRalf Baechle
8921da177e4SLinus Torvaldsconfig EARLY_PRINTK
8931da177e4SLinus Torvalds	bool
8941da177e4SLinus Torvalds
8951da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA
8961da177e4SLinus Torvalds	bool
8971da177e4SLinus Torvalds
8981da177e4SLinus Torvaldsconfig I8259
8991da177e4SLinus Torvalds	bool
9001da177e4SLinus Torvalds
9011da177e4SLinus Torvaldsconfig LIMITED_DMA
9021da177e4SLinus Torvalds	bool
9031da177e4SLinus Torvalds	select HIGHMEM
904797798c1SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
9051da177e4SLinus Torvalds
9061da177e4SLinus Torvaldsconfig MIPS_BONITO64
9071da177e4SLinus Torvalds	bool
9081da177e4SLinus Torvalds
9091da177e4SLinus Torvaldsconfig MIPS_MSC
9101da177e4SLinus Torvalds	bool
9111da177e4SLinus Torvalds
9121da177e4SLinus Torvaldsconfig MIPS_NILE4
9131da177e4SLinus Torvalds	bool
9141da177e4SLinus Torvalds
9151da177e4SLinus Torvaldsconfig MIPS_DISABLE_OBSOLETE_IDE
9161da177e4SLinus Torvalds	bool
9171da177e4SLinus Torvalds
9185e83d430SRalf Baechle#
9195e83d430SRalf Baechle# Endianess selection.  Suffiently obscure so many users don't know what to
9205e83d430SRalf Baechle# answer,so we try hard to limit the available choices.  Also the use of a
9215e83d430SRalf Baechle# choice statement should be more obvious to the user.
9225e83d430SRalf Baechle#
9235e83d430SRalf Baechlechoice
9245e83d430SRalf Baechle	prompt "Endianess selection"
9251da177e4SLinus Torvalds	help
9261da177e4SLinus Torvalds	  Some MIPS machines can be configured for either little or big endian
9275e83d430SRalf Baechle	  byte order. These modes require different kernels and a different
9285e83d430SRalf Baechle	  Linux distribution.  In general there is one prefered byteorder for a
9295e83d430SRalf Baechle	  particular system but some systems are just as commonly used in the
9305e83d430SRalf Baechle	  one or the other endianess.
9315e83d430SRalf Baechle
9325e83d430SRalf Baechleconfig CPU_BIG_ENDIAN
9335e83d430SRalf Baechle	bool "Big endian"
9345e83d430SRalf Baechle	depends on SYS_SUPPORTS_BIG_ENDIAN
9355e83d430SRalf Baechle
9365e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN
9375e83d430SRalf Baechle	bool "Little endian"
9385e83d430SRalf Baechle	depends on SYS_SUPPORTS_LITTLE_ENDIAN
9395e83d430SRalf Baechle	help
9405e83d430SRalf Baechle
9415e83d430SRalf Baechleendchoice
9425e83d430SRalf Baechle
9435e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN
9445e83d430SRalf Baechle	bool
9455e83d430SRalf Baechle
9465e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN
9475e83d430SRalf Baechle	bool
9481da177e4SLinus Torvalds
9491da177e4SLinus Torvaldsconfig IRQ_CPU
9501da177e4SLinus Torvalds	bool
9511da177e4SLinus Torvalds
9521da177e4SLinus Torvaldsconfig IRQ_CPU_RM7K
9531da177e4SLinus Torvalds	bool
9541da177e4SLinus Torvalds
9555e83d430SRalf Baechleconfig IRQ_CPU_RM9K
9565e83d430SRalf Baechle	bool
9575e83d430SRalf Baechle
9581da177e4SLinus Torvaldsconfig IRQ_MV64340
9591da177e4SLinus Torvalds	bool
9601da177e4SLinus Torvalds
9611da177e4SLinus Torvaldsconfig DDB5XXX_COMMON
9621da177e4SLinus Torvalds	bool
9631da177e4SLinus Torvalds
9641da177e4SLinus Torvaldsconfig MIPS_BOARDS_GEN
9651da177e4SLinus Torvalds	bool
9661da177e4SLinus Torvalds
9671da177e4SLinus Torvaldsconfig MIPS_GT64111
9681da177e4SLinus Torvalds	bool
9691da177e4SLinus Torvalds
9701da177e4SLinus Torvaldsconfig MIPS_GT64120
9711da177e4SLinus Torvalds	bool
9721da177e4SLinus Torvalds
9731da177e4SLinus Torvaldsconfig MIPS_TX3927
9741da177e4SLinus Torvalds	bool
9751da177e4SLinus Torvalds	select HAS_TXX9_SERIAL
9761da177e4SLinus Torvalds
9771da177e4SLinus Torvaldsconfig PCI_MARVELL
9781da177e4SLinus Torvalds	bool
9791da177e4SLinus Torvalds
9801da177e4SLinus Torvaldsconfig ITE_BOARD_GEN
9811da177e4SLinus Torvalds	bool
9825e83d430SRalf Baechle
9835e83d430SRalf Baechleconfig SOC_AU1000
9845e83d430SRalf Baechle	bool
9855e83d430SRalf Baechle	select SOC_AU1X00
9865e83d430SRalf Baechle
9875e83d430SRalf Baechleconfig SOC_AU1100
9885e83d430SRalf Baechle	bool
9895e83d430SRalf Baechle	select SOC_AU1X00
9905e83d430SRalf Baechle
9915e83d430SRalf Baechleconfig SOC_AU1500
9925e83d430SRalf Baechle	bool
9935e83d430SRalf Baechle	select SOC_AU1X00
9945e83d430SRalf Baechle
9955e83d430SRalf Baechleconfig SOC_AU1550
9965e83d430SRalf Baechle	bool
9975e83d430SRalf Baechle	select SOC_AU1X00
9985e83d430SRalf Baechle
9995e83d430SRalf Baechleconfig SOC_AU1200
10005e83d430SRalf Baechle	bool
10015e83d430SRalf Baechle	select SOC_AU1X00
10025e83d430SRalf Baechle
10035e83d430SRalf Baechleconfig SOC_AU1X00
10045e83d430SRalf Baechle	bool
10057cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
10065e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
10071da177e4SLinus Torvalds
1008bdf21b18SPete Popovconfig PNX8550
1009bdf21b18SPete Popov	bool
1010bdf21b18SPete Popov	select SOC_PNX8550
1011bdf21b18SPete Popov
1012bdf21b18SPete Popovconfig SOC_PNX8550
1013bdf21b18SPete Popov	bool
1014bdf21b18SPete Popov	select DMA_NONCOHERENT
1015bdf21b18SPete Popov	select HW_HAS_PCI
1016b8c2a77cSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
10177cf8053bSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
1018bdf21b18SPete Popov
10191da177e4SLinus Torvaldsconfig SWAP_IO_SPACE
10201da177e4SLinus Torvalds	bool
10211da177e4SLinus Torvalds
1022355c471fSdmitry pervushinconfig EMMA2RH
1023355c471fSdmitry pervushin	bool
1024355c471fSdmitry pervushin	depends on MARKEINS
1025355c471fSdmitry pervushin	default y
1026355c471fSdmitry pervushin
10271da177e4SLinus Torvalds#
10281da177e4SLinus Torvalds# Unfortunately not all GT64120 systems run the chip at the same clock.
10291da177e4SLinus Torvalds# As the user for the clock rate and try to minimize the available options.
10301da177e4SLinus Torvalds#
10311da177e4SLinus Torvaldschoice
10321da177e4SLinus Torvalds	prompt "Galileo Chip Clock"
10331da177e4SLinus Torvalds	#default SYSCLK_83 if MIPS_EV64120
10341da177e4SLinus Torvalds	depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10351da177e4SLinus Torvalds	default SYSCLK_83 if MIPS_EV64120
10361da177e4SLinus Torvalds	default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
10371da177e4SLinus Torvalds
10381da177e4SLinus Torvaldsconfig SYSCLK_75
10391da177e4SLinus Torvalds	bool "75" if MIPS_EV64120
10401da177e4SLinus Torvalds
10411da177e4SLinus Torvaldsconfig SYSCLK_83
10421da177e4SLinus Torvalds	bool "83.3" if MIPS_EV64120
10431da177e4SLinus Torvalds
10441da177e4SLinus Torvaldsconfig SYSCLK_100
10451da177e4SLinus Torvalds	bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10461da177e4SLinus Torvalds
10471da177e4SLinus Torvaldsendchoice
10481da177e4SLinus Torvalds
10495e83d430SRalf Baechleconfig ARC32
10505e83d430SRalf Baechle	bool
10515e83d430SRalf Baechle
10521da177e4SLinus Torvaldsconfig AU1X00_USB_DEVICE
10531da177e4SLinus Torvalds	bool
10541da177e4SLinus Torvalds	depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
10551da177e4SLinus Torvalds	default n
10561da177e4SLinus Torvalds
10571da177e4SLinus Torvaldsconfig MIPS_GT96100
10581da177e4SLinus Torvalds	bool
10595e83d430SRalf Baechle	select MIPS_GT64120
10601da177e4SLinus Torvalds
10611da177e4SLinus Torvaldsconfig IT8172_CIR
10621da177e4SLinus Torvalds	bool
10631da177e4SLinus Torvalds	depends on MIPS_ITE8172 || MIPS_IVR
10641da177e4SLinus Torvalds	default y
10651da177e4SLinus Torvalds
10661da177e4SLinus Torvaldsconfig IT8712
10671da177e4SLinus Torvalds	bool
10681da177e4SLinus Torvalds	depends on MIPS_ITE8172
10691da177e4SLinus Torvalds	default y
10701da177e4SLinus Torvalds
10711da177e4SLinus Torvaldsconfig BOOT_ELF32
10721da177e4SLinus Torvalds	bool
10731da177e4SLinus Torvalds
10741da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT
10751da177e4SLinus Torvalds	int
10761da177e4SLinus Torvalds	default "4" if MACH_DECSTATION
10771da177e4SLinus Torvalds	default "7" if SGI_IP27
10781da177e4SLinus Torvalds	default "5"
10791da177e4SLinus Torvalds
10801da177e4SLinus Torvaldsconfig HAVE_STD_PC_SERIAL_PORT
10811da177e4SLinus Torvalds	bool
10821da177e4SLinus Torvalds
10831da177e4SLinus Torvaldsconfig ARC_CONSOLE
10841da177e4SLinus Torvalds	bool "ARC console support"
10851da177e4SLinus Torvalds	depends on SGI_IP22 || SNI_RM200_PCI
10861da177e4SLinus Torvalds
10871da177e4SLinus Torvaldsconfig ARC_MEMORY
10881da177e4SLinus Torvalds	bool
10891da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
10901da177e4SLinus Torvalds	default y
10911da177e4SLinus Torvalds
10921da177e4SLinus Torvaldsconfig ARC_PROMLIB
10931da177e4SLinus Torvalds	bool
10941da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
10951da177e4SLinus Torvalds	default y
10961da177e4SLinus Torvalds
10971da177e4SLinus Torvaldsconfig ARC64
10981da177e4SLinus Torvalds	bool
10991da177e4SLinus Torvalds
11001da177e4SLinus Torvaldsconfig BOOT_ELF64
11011da177e4SLinus Torvalds	bool
11021da177e4SLinus Torvalds
11031da177e4SLinus Torvaldsconfig TOSHIBA_BOARDS
11041da177e4SLinus Torvalds	bool
11051da177e4SLinus Torvalds
11061da177e4SLinus Torvaldsmenu "CPU selection"
11071da177e4SLinus Torvalds
11081da177e4SLinus Torvaldschoice
11091da177e4SLinus Torvalds	prompt "CPU type"
11101da177e4SLinus Torvalds	default CPU_R4X00
11111da177e4SLinus Torvalds
11126e760c8dSRalf Baechleconfig CPU_MIPS32_R1
11136e760c8dSRalf Baechle	bool "MIPS32 Release 1"
11147cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R1
1115f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11166e760c8dSRalf Baechle	select CPU_HAS_PREFETCH
1117797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1118ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11196e760c8dSRalf Baechle	help
11205e83d430SRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
11211e5f1caaSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
11221e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
11231e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
11241e5f1caaSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
11251e5f1caaSRalf Baechle	  Release 2 of the MIPS32 architecture is available since several
11261e5f1caaSRalf Baechle	  years so chances are you even have a MIPS32 Release 2 processor
11271e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS32_R2 instead for better
11281e5f1caaSRalf Baechle	  performance.
11291e5f1caaSRalf Baechle
11301e5f1caaSRalf Baechleconfig CPU_MIPS32_R2
11311e5f1caaSRalf Baechle	bool "MIPS32 Release 2"
11327cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R2
1133f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11341e5f1caaSRalf Baechle	select CPU_HAS_PREFETCH
1135797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1136ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11371e5f1caaSRalf Baechle	help
11385e83d430SRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11396e760c8dSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
11406e760c8dSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
11416e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11426e760c8dSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
11431da177e4SLinus Torvalds
11446e760c8dSRalf Baechleconfig CPU_MIPS64_R1
11456e760c8dSRalf Baechle	bool "MIPS64 Release 1"
11467cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R1
1147f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1148797798c1SRalf Baechle	select CPU_HAS_PREFETCH
1149ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1150ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1151ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11526e760c8dSRalf Baechle	help
11536e760c8dSRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
11546e760c8dSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11556e760c8dSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11566e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11576e760c8dSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11581e5f1caaSRalf Baechle	  Release 2 of the MIPS64 architecture is available since several
11591e5f1caaSRalf Baechle	  years so chances are you even have a MIPS64 Release 2 processor
11601e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS64_R2 instead for better
11611e5f1caaSRalf Baechle	  performance.
11621e5f1caaSRalf Baechle
11631e5f1caaSRalf Baechleconfig CPU_MIPS64_R2
11641e5f1caaSRalf Baechle	bool "MIPS64 Release 2"
11657cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R2
1166f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1167797798c1SRalf Baechle	select CPU_HAS_PREFETCH
11681e5f1caaSRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
11691e5f1caaSRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
1170ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11711e5f1caaSRalf Baechle	help
11721e5f1caaSRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11731e5f1caaSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11741e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11751e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
11761e5f1caaSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11771da177e4SLinus Torvalds
11781da177e4SLinus Torvaldsconfig CPU_R3000
11791da177e4SLinus Torvalds	bool "R3000"
11807cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R3000
1181f7062ddbSRalf Baechle	select CPU_HAS_WB
1182ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1183797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11841da177e4SLinus Torvalds	help
11851da177e4SLinus Torvalds	  Please make sure to pick the right CPU type. Linux/MIPS is not
11861da177e4SLinus Torvalds	  designed to be generic, i.e. Kernels compiled for R3000 CPUs will
11871da177e4SLinus Torvalds	  *not* work on R4000 machines and vice versa.  However, since most
11881da177e4SLinus Torvalds	  of the supported machines have an R4000 (or similar) CPU, R4x00
11891da177e4SLinus Torvalds	  might be a safe bet.  If the resulting kernel does not work,
11901da177e4SLinus Torvalds	  try to recompile with R3000.
11911da177e4SLinus Torvalds
11921da177e4SLinus Torvaldsconfig CPU_TX39XX
11931da177e4SLinus Torvalds	bool "R39XX"
11947cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX39XX
1195ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
11961da177e4SLinus Torvalds
11971da177e4SLinus Torvaldsconfig CPU_VR41XX
11981da177e4SLinus Torvalds	bool "R41xx"
11997cf8053bSRalf Baechle	depends on SYS_HAS_CPU_VR41XX
1200ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1201ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12021da177e4SLinus Torvalds	help
12035e83d430SRalf Baechle	  The options selects support for the NEC VR4100 series of processors.
12041da177e4SLinus Torvalds	  Only choose this option if you have one of these processors as a
12051da177e4SLinus Torvalds	  kernel built with this option will not run on any other type of
12061da177e4SLinus Torvalds	  processor or vice versa.
12071da177e4SLinus Torvalds
12081da177e4SLinus Torvaldsconfig CPU_R4300
12091da177e4SLinus Torvalds	bool "R4300"
12107cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4300
1211f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1212ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1213ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12141da177e4SLinus Torvalds	help
12151da177e4SLinus Torvalds	  MIPS Technologies R4300-series processors.
12161da177e4SLinus Torvalds
12171da177e4SLinus Torvaldsconfig CPU_R4X00
12181da177e4SLinus Torvalds	bool "R4x00"
12197cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4X00
1220f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1221ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1222ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12231da177e4SLinus Torvalds	help
12241da177e4SLinus Torvalds	  MIPS Technologies R4000-series processors other than 4300, including
12251da177e4SLinus Torvalds	  the R4000, R4400, R4600, and 4700.
12261da177e4SLinus Torvalds
12271da177e4SLinus Torvaldsconfig CPU_TX49XX
12281da177e4SLinus Torvalds	bool "R49XX"
12297cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX49XX
1230f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1231de862b48SAtsushi Nemoto	select CPU_HAS_PREFETCH
1232ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1233ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12341da177e4SLinus Torvalds
12351da177e4SLinus Torvaldsconfig CPU_R5000
12361da177e4SLinus Torvalds	bool "R5000"
12377cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5000
1238f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1239ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1240ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12411da177e4SLinus Torvalds	help
12421da177e4SLinus Torvalds	  MIPS Technologies R5000-series processors other than the Nevada.
12431da177e4SLinus Torvalds
12441da177e4SLinus Torvaldsconfig CPU_R5432
12451da177e4SLinus Torvalds	bool "R5432"
12467cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5432
1247f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12485e83d430SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
12495e83d430SRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
12501da177e4SLinus Torvalds
12511da177e4SLinus Torvaldsconfig CPU_R6000
12521da177e4SLinus Torvalds	bool "R6000"
1253ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
1254f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12557cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R6000
1256ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
12571da177e4SLinus Torvalds	help
12581da177e4SLinus Torvalds	  MIPS Technologies R6000 and R6000A series processors.  Note these
1259c09b47d8SChris Dearman	  processors are extremely rare and the support for them is incomplete.
12601da177e4SLinus Torvalds
12611da177e4SLinus Torvaldsconfig CPU_NEVADA
12621da177e4SLinus Torvalds	bool "RM52xx"
12637cf8053bSRalf Baechle	depends on SYS_HAS_CPU_NEVADA
1264f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1265ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1266ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12671da177e4SLinus Torvalds	help
12681da177e4SLinus Torvalds	  QED / PMC-Sierra RM52xx-series ("Nevada") processors.
12691da177e4SLinus Torvalds
12701da177e4SLinus Torvaldsconfig CPU_R8000
12711da177e4SLinus Torvalds	bool "R8000"
1272ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
12737cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R8000
1274f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12755e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1276ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12771da177e4SLinus Torvalds	help
12781da177e4SLinus Torvalds	  MIPS Technologies R8000 processors.  Note these processors are
12791da177e4SLinus Torvalds	  uncommon and the support for them is incomplete.
12801da177e4SLinus Torvalds
12811da177e4SLinus Torvaldsconfig CPU_R10000
12821da177e4SLinus Torvalds	bool "R10000"
12837cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R10000
1284f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12855e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1286ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1287ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1288797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12891da177e4SLinus Torvalds	help
12901da177e4SLinus Torvalds	  MIPS Technologies R10000-series processors.
12911da177e4SLinus Torvalds
12921da177e4SLinus Torvaldsconfig CPU_RM7000
12931da177e4SLinus Torvalds	bool "RM7000"
12947cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM7000
1295f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12965e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1297ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1298ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1299797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13001da177e4SLinus Torvalds
13011da177e4SLinus Torvaldsconfig CPU_RM9000
13021da177e4SLinus Torvalds	bool "RM9000"
13037cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM9000
1304f7062ddbSRalf Baechle	select CPU_HAS_LLSC
13055e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1306ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1307ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1308797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13091da177e4SLinus Torvalds
13101da177e4SLinus Torvaldsconfig CPU_SB1
13111da177e4SLinus Torvalds	bool "SB1"
13127cf8053bSRalf Baechle	depends on SYS_HAS_CPU_SB1
1313f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1314ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1315ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1316797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13171da177e4SLinus Torvalds
13181da177e4SLinus Torvaldsendchoice
13191da177e4SLinus Torvalds
13207cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1
13217cf8053bSRalf Baechle	bool
13227cf8053bSRalf Baechle
13237cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2
13247cf8053bSRalf Baechle	bool
13257cf8053bSRalf Baechle
13267cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1
13277cf8053bSRalf Baechle	bool
13287cf8053bSRalf Baechle
13297cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2
13307cf8053bSRalf Baechle	bool
13317cf8053bSRalf Baechle
13327cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000
13337cf8053bSRalf Baechle	bool
13347cf8053bSRalf Baechle
13357cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX39XX
13367cf8053bSRalf Baechle	bool
13377cf8053bSRalf Baechle
13387cf8053bSRalf Baechleconfig SYS_HAS_CPU_VR41XX
13397cf8053bSRalf Baechle	bool
13407cf8053bSRalf Baechle
13417cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4300
13427cf8053bSRalf Baechle	bool
13437cf8053bSRalf Baechle
13447cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00
13457cf8053bSRalf Baechle	bool
13467cf8053bSRalf Baechle
13477cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX
13487cf8053bSRalf Baechle	bool
13497cf8053bSRalf Baechle
13507cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000
13517cf8053bSRalf Baechle	bool
13527cf8053bSRalf Baechle
13537cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5432
13547cf8053bSRalf Baechle	bool
13557cf8053bSRalf Baechle
13567cf8053bSRalf Baechleconfig SYS_HAS_CPU_R6000
13577cf8053bSRalf Baechle	bool
13587cf8053bSRalf Baechle
13597cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA
13607cf8053bSRalf Baechle	bool
13617cf8053bSRalf Baechle
13627cf8053bSRalf Baechleconfig SYS_HAS_CPU_R8000
13637cf8053bSRalf Baechle	bool
13647cf8053bSRalf Baechle
13657cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000
13667cf8053bSRalf Baechle	bool
13677cf8053bSRalf Baechle
13687cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000
13697cf8053bSRalf Baechle	bool
13707cf8053bSRalf Baechle
13717cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM9000
13727cf8053bSRalf Baechle	bool
13737cf8053bSRalf Baechle
13747cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1
13757cf8053bSRalf Baechle	bool
13767cf8053bSRalf Baechle
13775e83d430SRalf Baechleendmenu
13785e83d430SRalf Baechle
13795e83d430SRalf Baechle#
13805e83d430SRalf Baechle# These two indicate any level of the MIPS32 and MIPS64 architecture
13815e83d430SRalf Baechle#
13825e83d430SRalf Baechleconfig CPU_MIPS32
13835e83d430SRalf Baechle	bool
13845e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
13855e83d430SRalf Baechle
13865e83d430SRalf Baechleconfig CPU_MIPS64
13875e83d430SRalf Baechle	bool
13885e83d430SRalf Baechle	default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
13895e83d430SRalf Baechle
13905e83d430SRalf Baechle#
1391c09b47d8SChris Dearman# These two indicate the revision of the architecture, either Release 1 or Release 2
13925e83d430SRalf Baechle#
13935e83d430SRalf Baechleconfig CPU_MIPSR1
13945e83d430SRalf Baechle	bool
13955e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
13965e83d430SRalf Baechle
13975e83d430SRalf Baechleconfig CPU_MIPSR2
13985e83d430SRalf Baechle	bool
13995e83d430SRalf Baechle	default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
14005e83d430SRalf Baechle
14015e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL
14025e83d430SRalf Baechle	bool
14035e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL
14045e83d430SRalf Baechle	bool
14055e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL
14065e83d430SRalf Baechle	bool
14075e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL
14085e83d430SRalf Baechle	bool
14095e83d430SRalf Baechle
14105e83d430SRalf Baechlemenu "Kernel type"
14115e83d430SRalf Baechle
14125e83d430SRalf Baechlechoice
14135e83d430SRalf Baechle
14145e83d430SRalf Baechle	prompt "Kernel code model"
14155e83d430SRalf Baechle	help
14165e83d430SRalf Baechle	  You should only select this option if you have a workload that
14175e83d430SRalf Baechle	  actually benefits from 64-bit processing or if your machine has
14185e83d430SRalf Baechle	  large memory.  You will only be presented a single option in this
14195e83d430SRalf Baechle	  menu if your system does not support both 32-bit and 64-bit kernels.
14205e83d430SRalf Baechle
14215e83d430SRalf Baechleconfig 32BIT
14225e83d430SRalf Baechle	bool "32-bit kernel"
14235e83d430SRalf Baechle	depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
14245e83d430SRalf Baechle	select TRAD_SIGNALS
14255e83d430SRalf Baechle	help
14265e83d430SRalf Baechle	  Select this option if you want to build a 32-bit kernel.
14275e83d430SRalf Baechleconfig 64BIT
14285e83d430SRalf Baechle	bool "64-bit kernel"
14295e83d430SRalf Baechle	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
14305e83d430SRalf Baechle	help
14315e83d430SRalf Baechle	  Select this option if you want to build a 64-bit kernel.
14325e83d430SRalf Baechle
14335e83d430SRalf Baechleendchoice
14345e83d430SRalf Baechle
14351da177e4SLinus Torvaldschoice
14361da177e4SLinus Torvalds	prompt "Kernel page size"
14371da177e4SLinus Torvalds	default PAGE_SIZE_4KB
14381da177e4SLinus Torvalds
14391da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB
14401da177e4SLinus Torvalds	bool "4kB"
14411da177e4SLinus Torvalds	help
14421da177e4SLinus Torvalds	 This option select the standard 4kB Linux page size.  On some
14431da177e4SLinus Torvalds	 R3000-family processors this is the only available page size.  Using
14441da177e4SLinus Torvalds	 4kB page size will minimize memory consumption and is therefore
14451da177e4SLinus Torvalds	 recommended for low memory systems.
14461da177e4SLinus Torvalds
14471da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB
14481da177e4SLinus Torvalds	bool "8kB"
14491da177e4SLinus Torvalds	depends on EXPERIMENTAL && CPU_R8000
14501da177e4SLinus Torvalds	help
14511da177e4SLinus Torvalds	  Using 8kB page size will result in higher performance kernel at
14521da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available
14531da177e4SLinus Torvalds	  only on the R8000 processor.  Not that at the time of this writing
14541da177e4SLinus Torvalds	  this option is still high experimental; there are also issues with
14551da177e4SLinus Torvalds	  compatibility of user applications.
14561da177e4SLinus Torvalds
14571da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB
14581da177e4SLinus Torvalds	bool "16kB"
1459714bfad6SRalf Baechle	depends on !CPU_R3000 && !CPU_TX39XX
14601da177e4SLinus Torvalds	help
14611da177e4SLinus Torvalds	  Using 16kB page size will result in higher performance kernel at
14621da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
1463714bfad6SRalf Baechle	  all non-R3000 family processors.  Note that you will need a suitable
1464714bfad6SRalf Baechle	  Linux distribution to support this.
14651da177e4SLinus Torvalds
14661da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB
14671da177e4SLinus Torvalds	bool "64kB"
14681da177e4SLinus Torvalds	depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
14691da177e4SLinus Torvalds	help
14701da177e4SLinus Torvalds	  Using 64kB page size will result in higher performance kernel at
14711da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
14721da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
1473714bfad6SRalf Baechle	  writing this option is still high experimental.
14741da177e4SLinus Torvalds
14751da177e4SLinus Torvaldsendchoice
14761da177e4SLinus Torvalds
14771da177e4SLinus Torvaldsconfig BOARD_SCACHE
14781da177e4SLinus Torvalds	bool
14791da177e4SLinus Torvalds
14801da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE
14811da177e4SLinus Torvalds	bool
14821da177e4SLinus Torvalds	select BOARD_SCACHE
14831da177e4SLinus Torvalds
14849318c51aSChris Dearman#
14859318c51aSChris Dearman# Support for a MIPS32 / MIPS64 style S-caches
14869318c51aSChris Dearman#
14879318c51aSChris Dearmanconfig MIPS_CPU_SCACHE
14889318c51aSChris Dearman	bool
14899318c51aSChris Dearman	select BOARD_SCACHE
14909318c51aSChris Dearman
14911da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE
14921da177e4SLinus Torvalds	bool
14931da177e4SLinus Torvalds	select BOARD_SCACHE
14941da177e4SLinus Torvalds
14951da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE
14961da177e4SLinus Torvalds	bool
14971da177e4SLinus Torvalds	select BOARD_SCACHE
14981da177e4SLinus Torvalds
14991da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS
15001da177e4SLinus Torvalds	bool "Use DMA to clear/copy pages"
15011da177e4SLinus Torvalds	depends on CPU_SB1
15021da177e4SLinus Torvalds	help
15031da177e4SLinus Torvalds	  Instead of using the CPU to zero and copy pages, use a Data Mover
15041da177e4SLinus Torvalds	  channel.  These DMA channels are otherwise unused by the standard
15051da177e4SLinus Torvalds	  SiByte Linux port.  Seems to give a small performance benefit.
15061da177e4SLinus Torvalds
15071da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH
1508c8094b53SRalf Baechle	bool
15091da177e4SLinus Torvalds
1510340ee4b9SRalf Baechlechoice
1511340ee4b9SRalf Baechle	prompt "MIPS MT options"
1512f41ae0b2SRalf Baechle
1513f41ae0b2SRalf Baechleconfig MIPS_MT_DISABLED
1514f41ae0b2SRalf Baechle	bool "Disable multithreading support."
1515f41ae0b2SRalf Baechle	help
1516f41ae0b2SRalf Baechle	  Use this option if your workload can't take advantage of
1517f41ae0b2SRalf Baechle	  MIPS hardware multithreading support.  On systems that don't have
1518f41ae0b2SRalf Baechle	  the option of an MT-enabled processor this option will be the only
1519f41ae0b2SRalf Baechle	  option in this menu.
1520340ee4b9SRalf Baechle
152141c594abSRalf Baechleconfig MIPS_MT_SMTC
152241c594abSRalf Baechle	bool "SMTC: Use all TCs on all VPEs for SMP"
1523f41ae0b2SRalf Baechle	depends on CPU_MIPS32_R2
1524f41ae0b2SRalf Baechle	#depends on CPU_MIPS64_R2		# once there is hardware ...
1525f41ae0b2SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
1526f7062ddbSRalf Baechle	select CPU_MIPSR2_IRQ_VI
1527f7062ddbSRalf Baechle	select CPU_MIPSR2_SRS
1528f41ae0b2SRalf Baechle	select MIPS_MT
152941c594abSRalf Baechle	select SMP
1530f41ae0b2SRalf Baechle	help
1531f41ae0b2SRalf Baechle	  This is a kernel model which is known a SMTC or lately has been
1532f41ae0b2SRalf Baechle	  marketesed into SMVP.
153341c594abSRalf Baechle
1534340ee4b9SRalf Baechleconfig MIPS_MT_SMP
1535340ee4b9SRalf Baechle	bool "Use 1 TC on each available VPE for SMP"
1536f41ae0b2SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
1537f41ae0b2SRalf Baechle	select CPU_MIPSR2_IRQ_VI
1538f41ae0b2SRalf Baechle	select CPU_MIPSR2_SRS
1539f41ae0b2SRalf Baechle	select MIPS_MT
1540340ee4b9SRalf Baechle	select SMP
1541f41ae0b2SRalf Baechle	help
1542f41ae0b2SRalf Baechle	  This is a kernel model which is also known a VSMP or lately
1543f41ae0b2SRalf Baechle	  has been marketesed into SMVP.
1544340ee4b9SRalf Baechle
1545e01402b1SRalf Baechleconfig MIPS_VPE_LOADER
1546e01402b1SRalf Baechle	bool "VPE loader support."
1547f41ae0b2SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
1548f41ae0b2SRalf Baechle	select MIPS_MT
1549e01402b1SRalf Baechle	help
1550e01402b1SRalf Baechle	  Includes a loader for loading an elf relocatable object
1551e01402b1SRalf Baechle	  onto another VPE and running it.
1552e01402b1SRalf Baechle
1553340ee4b9SRalf Baechleendchoice
1554340ee4b9SRalf Baechle
1555f41ae0b2SRalf Baechleconfig MIPS_MT
1556f41ae0b2SRalf Baechle	bool
1557f41ae0b2SRalf Baechle
1558f41ae0b2SRalf Baechleconfig SYS_SUPPORTS_MULTITHREADING
1559f41ae0b2SRalf Baechle	bool
1560f41ae0b2SRalf Baechle
1561f088fc84SRalf Baechleconfig MIPS_MT_FPAFF
1562f088fc84SRalf Baechle	bool "Dynamic FPU affinity for FP-intensive threads"
1563f088fc84SRalf Baechle	depends on MIPS_MT
1564f088fc84SRalf Baechle	default y
1565f088fc84SRalf Baechle
1566e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM
1567e01402b1SRalf Baechle	bool "Load VPE program into memory hidden from linux"
1568e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
1569e01402b1SRalf Baechle	default y
1570e01402b1SRalf Baechle	help
1571e01402b1SRalf Baechle	  The loader can use memory that is present but has been hidden from
1572e01402b1SRalf Baechle	  Linux using the kernel command line option "mem=xxMB". It's up to
1573e01402b1SRalf Baechle	  you to ensure the amount you put in the option and the space your
1574e01402b1SRalf Baechle	  program requires is less or equal to the amount physically present.
1575e01402b1SRalf Baechle
1576e01402b1SRalf Baechle# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1577e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API
1578e01402b1SRalf Baechle	bool "Enable support for AP/SP API (RTLX)"
1579e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
15805e83d430SRalf Baechle	help
1581e01402b1SRalf Baechle
15822600990eSRalf Baechleconfig MIPS_APSP_KSPD
15832600990eSRalf Baechle	bool "Enable KSPD"
15842600990eSRalf Baechle	depends on MIPS_VPE_APSP_API
15852600990eSRalf Baechle	default y
15862600990eSRalf Baechle	help
15872600990eSRalf Baechle	  KSPD is a kernel daemon that accepts syscall requests from the SP
15882600990eSRalf Baechle	  side, actions them and returns the results. It also handles the
15892600990eSRalf Baechle	  "exit" syscall notifying other kernel modules the SP program is
15902600990eSRalf Baechle	  exiting.  You probably want to say yes here.
15912600990eSRalf Baechle
15921da177e4SLinus Torvaldsconfig SB1_PASS_1_WORKAROUNDS
15931da177e4SLinus Torvalds	bool
15941da177e4SLinus Torvalds	depends on CPU_SB1_PASS_1
15951da177e4SLinus Torvalds	default y
15961da177e4SLinus Torvalds
15971da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS
15981da177e4SLinus Torvalds	bool
15991da177e4SLinus Torvalds	depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
16001da177e4SLinus Torvalds	default y
16011da177e4SLinus Torvalds
16021da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS
16031da177e4SLinus Torvalds	bool
16041da177e4SLinus Torvalds	depends on CPU_SB1 && CPU_SB1_PASS_2
16051da177e4SLinus Torvalds	default y
16061da177e4SLinus Torvalds
16071da177e4SLinus Torvaldsconfig 64BIT_PHYS_ADDR
16081da177e4SLinus Torvalds	bool "Support for 64-bit physical address space"
1609948928adSRalf Baechle	depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT
16101da177e4SLinus Torvalds
16111da177e4SLinus Torvaldsconfig CPU_HAS_LLSC
1612f7062ddbSRalf Baechle	bool
16131da177e4SLinus Torvalds
16141da177e4SLinus Torvaldsconfig CPU_HAS_WB
1615f7062ddbSRalf Baechle	bool
1616e01402b1SRalf Baechle
1617f41ae0b2SRalf Baechle#
1618f41ae0b2SRalf Baechle# Vectored interrupt mode is an R2 feature
1619f41ae0b2SRalf Baechle#
1620e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI
1621f41ae0b2SRalf Baechle	bool
1622e01402b1SRalf Baechle
1623f41ae0b2SRalf Baechle#
1624f41ae0b2SRalf Baechle# Extended interrupt mode is an R2 feature
1625f41ae0b2SRalf Baechle#
1626e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI
1627f41ae0b2SRalf Baechle	bool
1628e01402b1SRalf Baechle
1629f41ae0b2SRalf Baechle#
1630f41ae0b2SRalf Baechle# Shadow registers are an R2 feature
1631f41ae0b2SRalf Baechle#
1632e01402b1SRalf Baechleconfig CPU_MIPSR2_SRS
1633f41ae0b2SRalf Baechle	bool
1634e01402b1SRalf Baechle
16351da177e4SLinus Torvaldsconfig CPU_HAS_SYNC
16361da177e4SLinus Torvalds	bool
16371da177e4SLinus Torvalds	depends on !CPU_R3000
16381da177e4SLinus Torvalds	default y
16391da177e4SLinus Torvalds
16401da177e4SLinus Torvalds#
1641797798c1SRalf Baechle# Use the generic interrupt handling code in kernel/irq/:
1642797798c1SRalf Baechle#
1643797798c1SRalf Baechleconfig GENERIC_HARDIRQS
1644797798c1SRalf Baechle	bool
1645797798c1SRalf Baechle	default y
1646797798c1SRalf Baechle
1647797798c1SRalf Baechleconfig GENERIC_IRQ_PROBE
1648797798c1SRalf Baechle	bool
1649797798c1SRalf Baechle	default y
1650797798c1SRalf Baechle
16510d7012a9SIngo Molnarconfig IRQ_PER_CPU
16520d7012a9SIngo Molnar	depends on SMP
16530d7012a9SIngo Molnar	bool
16540d7012a9SIngo Molnar	default y
16550d7012a9SIngo Molnar
1656797798c1SRalf Baechle#
16571da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel.
16581da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed
16591da177e4SLinus Torvalds#   caches such as R3000, SB1, R7000 or those that look like they're virtually
16601da177e4SLinus Torvalds#   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
16611da177e4SLinus Torvalds#   moment we protect the user and offer the highmem option only on machines
16621da177e4SLinus Torvalds#   where it's known to be safe.  This will not offer highmem on a few systems
16631da177e4SLinus Torvalds#   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
16641da177e4SLinus Torvalds#   indexed CPUs but we're playing safe.
1665797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1666797798c1SRalf Baechle#   know they might have memory configurations that could make use of highmem
1667797798c1SRalf Baechle#   support.
16681da177e4SLinus Torvalds#
16691da177e4SLinus Torvaldsconfig HIGHMEM
16701da177e4SLinus Torvalds	bool "High Memory Support"
1671797798c1SRalf Baechle	depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1672797798c1SRalf Baechle
1673797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM
1674797798c1SRalf Baechle	bool
1675797798c1SRalf Baechle
1676797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM
1677797798c1SRalf Baechle	bool
16781da177e4SLinus Torvalds
1679b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE
1680b4819b59SYoichi Yuasa	def_bool y
1681b4819b59SYoichi Yuasa	depends on !NUMA
1682b4819b59SYoichi Yuasa
1683d8cb4e11SRalf Baechleconfig ARCH_DISCONTIGMEM_ENABLE
1684d8cb4e11SRalf Baechle	bool
1685d8cb4e11SRalf Baechle	default y if SGI_IP27
1686d8cb4e11SRalf Baechle	help
1687d8cb4e11SRalf Baechle	  Say Y to upport efficient handling of discontiguous physical memory,
1688d8cb4e11SRalf Baechle	  for architectures which are either NUMA (Non-Uniform Memory Access)
1689d8cb4e11SRalf Baechle	  or have huge holes in the physical address space for other reasons.
1690d8cb4e11SRalf Baechle	  See <file:Documentation/vm/numa> for more.
1691d8cb4e11SRalf Baechle
1692*b1c6cd42SAtsushi Nemotoconfig ARCH_SPARSEMEM_ENABLE
1693*b1c6cd42SAtsushi Nemoto	bool
1694*b1c6cd42SAtsushi Nemoto
1695d8cb4e11SRalf Baechleconfig NUMA
1696d8cb4e11SRalf Baechle	bool "NUMA Support"
1697d8cb4e11SRalf Baechle	depends on SYS_SUPPORTS_NUMA
1698d8cb4e11SRalf Baechle	help
1699d8cb4e11SRalf Baechle	  Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1700d8cb4e11SRalf Baechle	  Access).  This option improves performance on systems with more
1701d8cb4e11SRalf Baechle	  than two nodes; on two node systems it is generally better to
1702d8cb4e11SRalf Baechle	  leave it disabled; on single node systems disable this option
1703d8cb4e11SRalf Baechle	  disabled.
1704d8cb4e11SRalf Baechle
1705d8cb4e11SRalf Baechleconfig SYS_SUPPORTS_NUMA
1706d8cb4e11SRalf Baechle	bool
1707d8cb4e11SRalf Baechle
1708c80d79d7SYasunori Gotoconfig NODES_SHIFT
1709c80d79d7SYasunori Goto	int
1710c80d79d7SYasunori Goto	default "6"
1711c80d79d7SYasunori Goto	depends on NEED_MULTIPLE_NODES
1712c80d79d7SYasunori Goto
1713b4819b59SYoichi Yuasasource "mm/Kconfig"
1714b4819b59SYoichi Yuasa
17151da177e4SLinus Torvaldsconfig SMP
17161da177e4SLinus Torvalds	bool "Multi-Processing support"
1717e73ea273SRalf Baechle	depends on SYS_SUPPORTS_SMP
1718e73ea273SRalf Baechle	help
17191da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
17201da177e4SLinus Torvalds	  a system with only one CPU, like most personal computers, say N. If
17211da177e4SLinus Torvalds	  you have a system with more than one CPU, say Y.
17221da177e4SLinus Torvalds
17231da177e4SLinus Torvalds	  If you say N here, the kernel will run on single and multiprocessor
17241da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
17251da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
17261da177e4SLinus Torvalds	  singleprocessor machines. On a singleprocessor machine, the kernel
17271da177e4SLinus Torvalds	  will run faster if you say N here.
17281da177e4SLinus Torvalds
17291da177e4SLinus Torvalds	  People using multiprocessor machines who say Y here should also say
17301da177e4SLinus Torvalds	  Y to "Enhanced Real Time Clock Support", below.
17311da177e4SLinus Torvalds
17321da177e4SLinus Torvalds	  See also the <file:Documentation/smp.txt> and the SMP-HOWTO
17331da177e4SLinus Torvalds	  available at <http://www.tldp.org/docs.html#howto>.
17341da177e4SLinus Torvalds
17351da177e4SLinus Torvalds	  If you don't know what to do here, say N.
17361da177e4SLinus Torvalds
1737e73ea273SRalf Baechleconfig SYS_SUPPORTS_SMP
1738e73ea273SRalf Baechle	bool
1739e73ea273SRalf Baechle
17401da177e4SLinus Torvaldsconfig NR_CPUS
17411da177e4SLinus Torvalds	int "Maximum number of CPUs (2-64)"
17421da177e4SLinus Torvalds	range 2 64
17431da177e4SLinus Torvalds	depends on SMP
17441da177e4SLinus Torvalds	default "64" if SGI_IP27
17451da177e4SLinus Torvalds	default "2"
17461da177e4SLinus Torvalds	help
17471da177e4SLinus Torvalds	  This allows you to specify the maximum number of CPUs which this
17481da177e4SLinus Torvalds	  kernel will support.  The maximum supported value is 32 for 32-bit
17491da177e4SLinus Torvalds	  kernel and 64 for 64-bit kernels; the minimum value which makes
17501da177e4SLinus Torvalds	  sense is 2.
17511da177e4SLinus Torvalds
17521da177e4SLinus Torvalds	  This is purely to save memory - each supported CPU adds
17531da177e4SLinus Torvalds	  approximately eight kilobytes to the kernel image.
17541da177e4SLinus Torvalds
17551723b4a3SAtsushi Nemoto#
17561723b4a3SAtsushi Nemoto# Timer Interrupt Frequency Configuration
17571723b4a3SAtsushi Nemoto#
17581723b4a3SAtsushi Nemoto
17591723b4a3SAtsushi Nemotochoice
17601723b4a3SAtsushi Nemoto	prompt "Timer frequency"
17611723b4a3SAtsushi Nemoto	default HZ_250
17621723b4a3SAtsushi Nemoto	help
17631723b4a3SAtsushi Nemoto	 Allows the configuration of the timer frequency.
17641723b4a3SAtsushi Nemoto
17651723b4a3SAtsushi Nemoto	config HZ_48
17661723b4a3SAtsushi Nemoto		bool "48 HZ" if SYS_SUPPORTS_48HZ
17671723b4a3SAtsushi Nemoto
17681723b4a3SAtsushi Nemoto	config HZ_100
17691723b4a3SAtsushi Nemoto		bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
17701723b4a3SAtsushi Nemoto
17711723b4a3SAtsushi Nemoto	config HZ_128
17721723b4a3SAtsushi Nemoto		bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
17731723b4a3SAtsushi Nemoto
17741723b4a3SAtsushi Nemoto	config HZ_250
17751723b4a3SAtsushi Nemoto		bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
17761723b4a3SAtsushi Nemoto
17771723b4a3SAtsushi Nemoto	config HZ_256
17781723b4a3SAtsushi Nemoto		bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
17791723b4a3SAtsushi Nemoto
17801723b4a3SAtsushi Nemoto	config HZ_1000
17811723b4a3SAtsushi Nemoto		bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
17821723b4a3SAtsushi Nemoto
17831723b4a3SAtsushi Nemoto	config HZ_1024
17841723b4a3SAtsushi Nemoto		bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
17851723b4a3SAtsushi Nemoto
17861723b4a3SAtsushi Nemotoendchoice
17871723b4a3SAtsushi Nemoto
17881723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_48HZ
17891723b4a3SAtsushi Nemoto	bool
17901723b4a3SAtsushi Nemoto
17911723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_100HZ
17921723b4a3SAtsushi Nemoto	bool
17931723b4a3SAtsushi Nemoto
17941723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_128HZ
17951723b4a3SAtsushi Nemoto	bool
17961723b4a3SAtsushi Nemoto
17971723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_250HZ
17981723b4a3SAtsushi Nemoto	bool
17991723b4a3SAtsushi Nemoto
18001723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_256HZ
18011723b4a3SAtsushi Nemoto	bool
18021723b4a3SAtsushi Nemoto
18031723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1000HZ
18041723b4a3SAtsushi Nemoto	bool
18051723b4a3SAtsushi Nemoto
18061723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1024HZ
18071723b4a3SAtsushi Nemoto	bool
18081723b4a3SAtsushi Nemoto
18091723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_ARBIT_HZ
18101723b4a3SAtsushi Nemoto	bool
18111723b4a3SAtsushi Nemoto	default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
18121723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
18131723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
18141723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_1024HZ
18151723b4a3SAtsushi Nemoto
18161723b4a3SAtsushi Nemotoconfig HZ
18171723b4a3SAtsushi Nemoto	int
18181723b4a3SAtsushi Nemoto	default 48 if HZ_48
18191723b4a3SAtsushi Nemoto	default 100 if HZ_100
18201723b4a3SAtsushi Nemoto	default 128 if HZ_128
18211723b4a3SAtsushi Nemoto	default 250 if HZ_250
18221723b4a3SAtsushi Nemoto	default 256 if HZ_256
18231723b4a3SAtsushi Nemoto	default 1000 if HZ_1000
18241723b4a3SAtsushi Nemoto	default 1024 if HZ_1024
18251723b4a3SAtsushi Nemoto
1826e80de850SRalf Baechlesource "kernel/Kconfig.preempt"
18271da177e4SLinus Torvalds
18281da177e4SLinus Torvaldsconfig RTC_DS1742
18291da177e4SLinus Torvalds	bool "DS1742 BRAM/RTC support"
18301da177e4SLinus Torvalds	depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
18311da177e4SLinus Torvalds
18321da177e4SLinus Torvaldsconfig MIPS_INSANE_LARGE
18331da177e4SLinus Torvalds	bool "Support for large 64-bit configurations"
1834875d43e7SRalf Baechle	depends on CPU_R10000 && 64BIT
18351da177e4SLinus Torvalds	help
18361da177e4SLinus Torvalds	  MIPS R10000 does support a 44 bit / 16TB address space as opposed to
18371da177e4SLinus Torvalds	  previous 64-bit processors which only supported 40 bit / 1TB. If you
18381da177e4SLinus Torvalds	  need processes of more than 1TB virtual address space, say Y here.
18391da177e4SLinus Torvalds	  This will result in additional memory usage, so it is not
18401da177e4SLinus Torvalds	  recommended for normal users.
18411da177e4SLinus Torvalds
18425e83d430SRalf Baechleendmenu
18435e83d430SRalf Baechle
18441da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
18451da177e4SLinus Torvalds	bool
18461da177e4SLinus Torvalds	default y
18471da177e4SLinus Torvalds
1848b6c3539bSRalf Baechlesource "init/Kconfig"
1849b6c3539bSRalf Baechle
18501da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
18511da177e4SLinus Torvalds
18525e83d430SRalf Baechleconfig HW_HAS_EISA
18535e83d430SRalf Baechle	bool
18541da177e4SLinus Torvaldsconfig HW_HAS_PCI
18551da177e4SLinus Torvalds	bool
18561da177e4SLinus Torvalds
18571da177e4SLinus Torvaldsconfig PCI
18581da177e4SLinus Torvalds	bool "Support for PCI controller"
18591da177e4SLinus Torvalds	depends on HW_HAS_PCI
18601da177e4SLinus Torvalds	help
18611da177e4SLinus Torvalds	  Find out whether you have a PCI motherboard. PCI is the name of a
18621da177e4SLinus Torvalds	  bus system, i.e. the way the CPU talks to the other stuff inside
18631da177e4SLinus Torvalds	  your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
18641da177e4SLinus Torvalds	  say Y, otherwise N.
18651da177e4SLinus Torvalds
18661da177e4SLinus Torvalds	  The PCI-HOWTO, available from
18671da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>, contains valuable
18681da177e4SLinus Torvalds	  information about which PCI hardware does work under Linux and which
18691da177e4SLinus Torvalds	  doesn't.
18701da177e4SLinus Torvalds
18711da177e4SLinus Torvaldsconfig PCI_DOMAINS
18721da177e4SLinus Torvalds	bool
18731da177e4SLinus Torvalds	depends on PCI
18741da177e4SLinus Torvalds
18751da177e4SLinus Torvaldssource "drivers/pci/Kconfig"
18761da177e4SLinus Torvalds
18771da177e4SLinus Torvalds#
18781da177e4SLinus Torvalds# ISA support is now enabled via select.  Too many systems still have the one
18791da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect
18801da177e4SLinus Torvalds# users to choose the right thing ...
18811da177e4SLinus Torvalds#
18821da177e4SLinus Torvaldsconfig ISA
18831da177e4SLinus Torvalds	bool
18841da177e4SLinus Torvalds
1885aac076f8SRalf Baechleconfig NO_ISA
1886aac076f8SRalf Baechle	bool
1887aac076f8SRalf Baechle
18881da177e4SLinus Torvaldsconfig EISA
18891da177e4SLinus Torvalds	bool "EISA support"
18905e83d430SRalf Baechle	depends on HW_HAS_EISA
18911da177e4SLinus Torvalds	select ISA
18921da177e4SLinus Torvalds	---help---
18931da177e4SLinus Torvalds	  The Extended Industry Standard Architecture (EISA) bus was
18941da177e4SLinus Torvalds	  developed as an open alternative to the IBM MicroChannel bus.
18951da177e4SLinus Torvalds
18961da177e4SLinus Torvalds	  The EISA bus provided some of the features of the IBM MicroChannel
18971da177e4SLinus Torvalds	  bus while maintaining backward compatibility with cards made for
18981da177e4SLinus Torvalds	  the older ISA bus.  The EISA bus saw limited use between 1988 and
18991da177e4SLinus Torvalds	  1995 when it was made obsolete by the PCI bus.
19001da177e4SLinus Torvalds
19011da177e4SLinus Torvalds	  Say Y here if you are building a kernel for an EISA-based machine.
19021da177e4SLinus Torvalds
19031da177e4SLinus Torvalds	  Otherwise, say N.
19041da177e4SLinus Torvalds
19051da177e4SLinus Torvaldssource "drivers/eisa/Kconfig"
19061da177e4SLinus Torvalds
19071da177e4SLinus Torvaldsconfig TC
19081da177e4SLinus Torvalds	bool "TURBOchannel support"
19091da177e4SLinus Torvalds	depends on MACH_DECSTATION
19101da177e4SLinus Torvalds	help
19111da177e4SLinus Torvalds	  TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
19121da177e4SLinus Torvalds	  processors.  Documentation on writing device drivers for TurboChannel
19131da177e4SLinus Torvalds	  is available at:
19141da177e4SLinus Torvalds	  <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
19151da177e4SLinus Torvalds
19161da177e4SLinus Torvalds#config ACCESSBUS
19171da177e4SLinus Torvalds#	bool "Access.Bus support"
19181da177e4SLinus Torvalds#	depends on TC
19191da177e4SLinus Torvalds
19201da177e4SLinus Torvaldsconfig MMU
19211da177e4SLinus Torvalds	bool
19221da177e4SLinus Torvalds	default y
19231da177e4SLinus Torvalds
1924e5c6c8e4SMichael Neulingconfig I8253
1925e5c6c8e4SMichael Neuling	bool
1926e5c6c8e4SMichael Neuling
19271da177e4SLinus Torvaldssource "drivers/pcmcia/Kconfig"
19281da177e4SLinus Torvalds
19291da177e4SLinus Torvaldssource "drivers/pci/hotplug/Kconfig"
19301da177e4SLinus Torvalds
19311da177e4SLinus Torvaldsendmenu
19321da177e4SLinus Torvalds
19331da177e4SLinus Torvaldsmenu "Executable file formats"
19341da177e4SLinus Torvalds
19351da177e4SLinus Torvaldssource "fs/Kconfig.binfmt"
19361da177e4SLinus Torvalds
19371da177e4SLinus Torvaldsconfig TRAD_SIGNALS
19381da177e4SLinus Torvalds	bool
19391da177e4SLinus Torvalds
19401da177e4SLinus Torvaldsconfig BUILD_ELF64
19411da177e4SLinus Torvalds	bool "Use 64-bit ELF format for building"
1942875d43e7SRalf Baechle	depends on 64BIT
19431da177e4SLinus Torvalds	help
19441da177e4SLinus Torvalds	  A 64-bit kernel is usually built using the 64-bit ELF binary object
19451da177e4SLinus Torvalds	  format as it's one that allows arbitrary 64-bit constructs.  For
19461da177e4SLinus Torvalds	  kernels that are loaded within the KSEG compatibility segments the
19471da177e4SLinus Torvalds	  32-bit ELF format can optionally be used resulting in a somewhat
19481da177e4SLinus Torvalds	  smaller binary, but this option is not explicitly supported by the
19491da177e4SLinus Torvalds	  toolchain and since binutils 2.14 it does not even work at all.
19501da177e4SLinus Torvalds
19511da177e4SLinus Torvalds	  Say Y to use the 64-bit format or N to use the 32-bit one.
19521da177e4SLinus Torvalds
19531da177e4SLinus Torvalds	  If unsure say Y.
19541da177e4SLinus Torvalds
19551da177e4SLinus Torvaldsconfig BINFMT_IRIX
19561da177e4SLinus Torvalds	bool "Include IRIX binary compatibility"
19575e83d430SRalf Baechle	depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
19581da177e4SLinus Torvalds
19591da177e4SLinus Torvaldsconfig MIPS32_COMPAT
19601da177e4SLinus Torvalds	bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
1961875d43e7SRalf Baechle	depends on 64BIT
19621da177e4SLinus Torvalds	help
19631da177e4SLinus Torvalds	  Select this option if you want Linux/MIPS 32-bit binary
19641da177e4SLinus Torvalds	  compatibility. Since all software available for Linux/MIPS is
19651da177e4SLinus Torvalds	  currently 32-bit you should say Y here.
19661da177e4SLinus Torvalds
19671da177e4SLinus Torvaldsconfig COMPAT
19681da177e4SLinus Torvalds	bool
19691da177e4SLinus Torvalds	depends on MIPS32_COMPAT
19701da177e4SLinus Torvalds	default y
19711da177e4SLinus Torvalds
19721da177e4SLinus Torvaldsconfig MIPS32_O32
19731da177e4SLinus Torvalds	bool "Kernel support for o32 binaries"
19741da177e4SLinus Torvalds	depends on MIPS32_COMPAT
19751da177e4SLinus Torvalds	help
19761da177e4SLinus Torvalds	  Select this option if you want to run o32 binaries.  These are pure
19771da177e4SLinus Torvalds	  32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
19781da177e4SLinus Torvalds	  existing binaries are in this format.
19791da177e4SLinus Torvalds
19801da177e4SLinus Torvalds	  If unsure, say Y.
19811da177e4SLinus Torvalds
19821da177e4SLinus Torvaldsconfig MIPS32_N32
19831da177e4SLinus Torvalds	bool "Kernel support for n32 binaries"
19841da177e4SLinus Torvalds	depends on MIPS32_COMPAT
19851da177e4SLinus Torvalds	help
19861da177e4SLinus Torvalds	  Select this option if you want to run n32 binaries.  These are
19871da177e4SLinus Torvalds	  64-bit binaries using 32-bit quantities for addressing and certain
19881da177e4SLinus Torvalds	  data that would normally be 64-bit.  They are used in special
19891da177e4SLinus Torvalds	  cases.
19901da177e4SLinus Torvalds
19911da177e4SLinus Torvalds	  If unsure, say N.
19921da177e4SLinus Torvalds
19931da177e4SLinus Torvaldsconfig BINFMT_ELF32
19941da177e4SLinus Torvalds	bool
19951da177e4SLinus Torvalds	default y if MIPS32_O32 || MIPS32_N32
19961da177e4SLinus Torvalds
1997127c6f66SRalf Baechleconfig SECCOMP
1998127c6f66SRalf Baechle	bool "Enable seccomp to safely compute untrusted bytecode"
1999127c6f66SRalf Baechle	depends on PROC_FS && BROKEN
2000127c6f66SRalf Baechle	default y
2001127c6f66SRalf Baechle	help
2002127c6f66SRalf Baechle	  This kernel feature is useful for number crunching applications
2003127c6f66SRalf Baechle	  that may need to compute untrusted bytecode during their
2004127c6f66SRalf Baechle	  execution. By using pipes or other transports made available to
2005127c6f66SRalf Baechle	  the process as file descriptors supporting the read/write
2006127c6f66SRalf Baechle	  syscalls, it's possible to isolate those applications in
2007127c6f66SRalf Baechle	  their own address space using seccomp. Once seccomp is
2008127c6f66SRalf Baechle	  enabled via /proc/<pid>/seccomp, it cannot be disabled
2009127c6f66SRalf Baechle	  and the task is only allowed to execute a few safe syscalls
2010127c6f66SRalf Baechle	  defined by each seccomp mode.
2011127c6f66SRalf Baechle
2012127c6f66SRalf Baechle	  If unsure, say Y. Only embedded should say N here.
2013127c6f66SRalf Baechle
20141da177e4SLinus Torvaldsconfig PM
20151da177e4SLinus Torvalds	bool "Power Management support (EXPERIMENTAL)"
20165e83d430SRalf Baechle	depends on EXPERIMENTAL && SOC_AU1X00
20171da177e4SLinus Torvalds
2018952fa954SRodolfo Giometticonfig APM
2019952fa954SRodolfo Giometti        tristate "Advanced Power Management Emulation"
2020952fa954SRodolfo Giometti	depends on PM
2021952fa954SRodolfo Giometti        ---help---
2022952fa954SRodolfo Giometti	  APM is a BIOS specification for saving power using several different
2023952fa954SRodolfo Giometti	  techniques. This is mostly useful for battery powered systems with
2024952fa954SRodolfo Giometti	  APM compliant BIOSes. If you say Y here, the system time will be
2025952fa954SRodolfo Giometti	  reset after a RESUME operation, the /proc/apm device will provide
2026952fa954SRodolfo Giometti	  battery status information, and user-space programs will receive
2027952fa954SRodolfo Giometti	  notification of APM "events" (e.g. battery status change).
2028952fa954SRodolfo Giometti
2029952fa954SRodolfo Giometti	  In order to use APM, you will need supporting software. For location
2030952fa954SRodolfo Giometti	  and more information, read <file:Documentation/pm.txt> and the
2031952fa954SRodolfo Giometti	  Battery Powered Linux mini-HOWTO, available from
2032952fa954SRodolfo Giometti	  <http://www.tldp.org/docs.html#howto>.
2033952fa954SRodolfo Giometti
2034952fa954SRodolfo Giometti	  This driver does not spin down disk drives (see the hdparm(8)
2035952fa954SRodolfo Giometti	  manpage ("man 8 hdparm") for that), and it doesn't turn off
2036952fa954SRodolfo Giometti	  VESA-compliant "green" monitors.
2037952fa954SRodolfo Giometti
2038952fa954SRodolfo Giometti	  Generally, if you don't have a battery in your machine, there isn't
2039952fa954SRodolfo Giometti	  much point in using this driver and you should say N. If you get
2040952fa954SRodolfo Giometti	  random kernel OOPSes or reboots that don't seem to be related to
2041952fa954SRodolfo Giometti	  anything, try disabling/enabling this option (or disabling/enabling
2042952fa954SRodolfo Giometti	  APM in your BIOS).
2043952fa954SRodolfo Giometti
20441da177e4SLinus Torvaldsendmenu
20451da177e4SLinus Torvalds
2046d5950b43SSam Ravnborgsource "net/Kconfig"
2047d5950b43SSam Ravnborg
20481da177e4SLinus Torvaldssource "drivers/Kconfig"
20491da177e4SLinus Torvalds
20501da177e4SLinus Torvaldssource "fs/Kconfig"
20511da177e4SLinus Torvalds
20525e83d430SRalf Baechlesource "arch/mips/oprofile/Kconfig"
20535e83d430SRalf Baechle
20541da177e4SLinus Torvaldssource "arch/mips/Kconfig.debug"
20551da177e4SLinus Torvalds
20561da177e4SLinus Torvaldssource "security/Kconfig"
20571da177e4SLinus Torvalds
20581da177e4SLinus Torvaldssource "crypto/Kconfig"
20591da177e4SLinus Torvalds
20601da177e4SLinus Torvaldssource "lib/Kconfig"
2061