xref: /linux/arch/mips/Kconfig (revision 1723b4a34af85447684c9696af83929d2c1e8e6b)
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
171*1723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_128HZ
172*1723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_256HZ
173*1723b4a3SAtsushi 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
271*1723b4a3SAtsushi 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
3111da177e4SLinus Torvalds	help
312f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Atlas evaluation
3131da177e4SLinus Torvalds	  board.
3141da177e4SLinus Torvalds
3151da177e4SLinus Torvaldsconfig MIPS_MALTA
3163fa986faSMartin Michlmayr	bool "MIPS Malta board"
31761ed242dSRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
3181da177e4SLinus Torvalds	select BOOT_ELF32
3191da177e4SLinus Torvalds	select HAVE_STD_PC_SERIAL_PORT
3201da177e4SLinus Torvalds	select DMA_NONCOHERENT
321e01402b1SRalf Baechle	select IRQ_CPU
3221da177e4SLinus Torvalds	select GENERIC_ISA_DMA
3231da177e4SLinus Torvalds	select HW_HAS_PCI
3241da177e4SLinus Torvalds	select I8259
3255e83d430SRalf Baechle	select MIPS_BOARDS_GEN
3265e83d430SRalf Baechle	select MIPS_BONITO64
3271da177e4SLinus Torvalds	select MIPS_GT64120
3285e83d430SRalf Baechle	select MIPS_MSC
3291da177e4SLinus Torvalds	select SWAP_IO_SPACE
3307cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3317cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3327cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
3337cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
3347cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
335ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
336ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3375e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3385e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
3391da177e4SLinus Torvalds	help
340f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Malta evaluation
3411da177e4SLinus Torvalds	  board.
3421da177e4SLinus Torvalds
3431da177e4SLinus Torvaldsconfig MIPS_SEAD
3443fa986faSMartin Michlmayr	bool "MIPS SEAD board (EXPERIMENTAL)"
3451da177e4SLinus Torvalds	depends on EXPERIMENTAL
3461da177e4SLinus Torvalds	select IRQ_CPU
3471da177e4SLinus Torvalds	select DMA_NONCOHERENT
3485e83d430SRalf Baechle	select MIPS_BOARDS_GEN
3497cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3507cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3517cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
352ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3535e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
3545e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3555e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
356f638d197SMaciej W. Rozycki	help
357f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies SEAD evaluation
358f638d197SMaciej W. Rozycki	  board.
3591da177e4SLinus Torvalds
360a240a469SMark.Zhanconfig WR_PPMC
361a240a469SMark.Zhan	bool "Support for Wind River PPMC board"
362a240a469SMark.Zhan	select IRQ_CPU
363a240a469SMark.Zhan	select BOOT_ELF32
364a240a469SMark.Zhan	select DMA_NONCOHERENT
365a240a469SMark.Zhan	select HW_HAS_PCI
366a240a469SMark.Zhan	select MIPS_GT64120
367a240a469SMark.Zhan	select SWAP_IO_SPACE
368a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R1
369a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R2
370a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS64_R1
371a240a469SMark.Zhan	select SYS_HAS_CPU_NEVADA
372a240a469SMark.Zhan	select SYS_HAS_CPU_RM7000
373a240a469SMark.Zhan	select SYS_SUPPORTS_32BIT_KERNEL
374a240a469SMark.Zhan	select SYS_SUPPORTS_64BIT_KERNEL
375a240a469SMark.Zhan	select SYS_SUPPORTS_BIG_ENDIAN
376a240a469SMark.Zhan	select SYS_SUPPORTS_LITTLE_ENDIAN
377a240a469SMark.Zhan	help
378a240a469SMark.Zhan	  This enables support for the Wind River MIPS32 4KC PPMC evaluation
379a240a469SMark.Zhan	  board, which is based on GT64120 bridge chip.
380a240a469SMark.Zhan
381c78cbf49SRalf Baechleconfig MIPS_SIM
3823fa986faSMartin Michlmayr	bool 'MIPS simulator (MIPSsim)'
383c78cbf49SRalf Baechle	select DMA_NONCOHERENT
384c78cbf49SRalf Baechle	select IRQ_CPU
3857cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3867cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
387c78cbf49SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
388c78cbf49SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
389c78cbf49SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
390c78cbf49SRalf Baechle	help
391c78cbf49SRalf Baechle	  This option enables support for MIPS Technologies MIPSsim software
392c78cbf49SRalf Baechle	  emulator.
393c78cbf49SRalf Baechle
3941da177e4SLinus Torvaldsconfig MOMENCO_JAGUAR_ATX
3953fa986faSMartin Michlmayr	bool "Momentum Jaguar board"
3961da177e4SLinus Torvalds	select BOOT_ELF32
3971da177e4SLinus Torvalds	select DMA_NONCOHERENT
3981da177e4SLinus Torvalds	select HW_HAS_PCI
3991da177e4SLinus Torvalds	select IRQ_CPU
4001da177e4SLinus Torvalds	select IRQ_CPU_RM7K
4011da177e4SLinus Torvalds	select IRQ_MV64340
4021da177e4SLinus Torvalds	select LIMITED_DMA
4031da177e4SLinus Torvalds	select PCI_MARVELL
4041da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
4051da177e4SLinus Torvalds	select SWAP_IO_SPACE
4067cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
407ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
408ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
4095e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4101da177e4SLinus Torvalds	help
4111da177e4SLinus Torvalds	  The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
4121da177e4SLinus Torvalds	  Momentum Computer <http://www.momenco.com/>.
4131da177e4SLinus Torvalds
4145e83d430SRalf Baechleconfig MOMENCO_OCELOT
4153fa986faSMartin Michlmayr	bool "Momentum Ocelot board"
4165e83d430SRalf Baechle	select DMA_NONCOHERENT
4171da177e4SLinus Torvalds	select HW_HAS_PCI
4181da177e4SLinus Torvalds	select IRQ_CPU
4191da177e4SLinus Torvalds	select IRQ_CPU_RM7K
4205e83d430SRalf Baechle	select MIPS_GT64120
4215e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4221da177e4SLinus Torvalds	select SWAP_IO_SPACE
4237cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
424ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
425ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
4265e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4271da177e4SLinus Torvalds	help
4285e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4295e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4301da177e4SLinus Torvalds
4315e83d430SRalf Baechleconfig MOMENCO_OCELOT_3
4323fa986faSMartin Michlmayr	bool "Momentum Ocelot-3 board"
4335e83d430SRalf Baechle	select BOOT_ELF32
4345e83d430SRalf Baechle	select DMA_NONCOHERENT
4355e83d430SRalf Baechle	select HW_HAS_PCI
4365e83d430SRalf Baechle	select IRQ_CPU
4375e83d430SRalf Baechle	select IRQ_CPU_RM7K
4385e83d430SRalf Baechle	select IRQ_MV64340
4395e83d430SRalf Baechle	select PCI_MARVELL
4405e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4415e83d430SRalf Baechle	select SWAP_IO_SPACE
4427cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
4435e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4445e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4455e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4465e83d430SRalf Baechle	help
4475e83d430SRalf Baechle	  The Ocelot-3 is based off Discovery III System Controller and
4485e83d430SRalf Baechle	  PMC-Sierra Rm79000 core.
4495e83d430SRalf Baechle
4505e83d430SRalf Baechleconfig MOMENCO_OCELOT_C
4513fa986faSMartin Michlmayr	bool "Momentum Ocelot-C board"
4525e83d430SRalf Baechle	select DMA_NONCOHERENT
4535e83d430SRalf Baechle	select HW_HAS_PCI
4545e83d430SRalf Baechle	select IRQ_CPU
4555e83d430SRalf Baechle	select IRQ_MV64340
4565e83d430SRalf Baechle	select PCI_MARVELL
4575e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4585e83d430SRalf Baechle	select SWAP_IO_SPACE
4597cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4605e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4615e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4625e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4635e83d430SRalf Baechle	help
4645e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4655e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4665e83d430SRalf Baechle
4675e83d430SRalf Baechleconfig MOMENCO_OCELOT_G
4683fa986faSMartin Michlmayr	bool "Momentum Ocelot-G board"
4695e83d430SRalf Baechle	select DMA_NONCOHERENT
4705e83d430SRalf Baechle	select HW_HAS_PCI
4715e83d430SRalf Baechle	select IRQ_CPU
4725e83d430SRalf Baechle	select IRQ_CPU_RM7K
4735e83d430SRalf Baechle	select PCI_MARVELL
4745e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4755e83d430SRalf Baechle	select SWAP_IO_SPACE
4767cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4775e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4785e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4795e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4805e83d430SRalf Baechle	help
4815e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4825e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4835e83d430SRalf Baechle
4845e83d430SRalf Baechleconfig MIPS_XXS1500
4853fa986faSMartin Michlmayr	bool "MyCable XXS1500 board"
4865e83d430SRalf Baechle	select DMA_NONCOHERENT
4875e83d430SRalf Baechle	select SOC_AU1500
4885e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4891da177e4SLinus Torvalds
490bdf21b18SPete Popovconfig PNX8550_V2PCI
4913fa986faSMartin Michlmayr	bool "Philips PNX8550 based Viper2-PCI board"
4924b29f604SRalf Baechle	depends on BROKEN
493bdf21b18SPete Popov	select PNX8550
494bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
495bdf21b18SPete Popov
496bdf21b18SPete Popovconfig PNX8550_JBS
4973fa986faSMartin Michlmayr	bool "Philips PNX8550 based JBS board"
4984b29f604SRalf Baechle	depends on BROKEN
499bdf21b18SPete Popov	select PNX8550
500bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
501bdf21b18SPete Popov
5021da177e4SLinus Torvaldsconfig DDB5477
5033fa986faSMartin Michlmayr	bool "NEC DDB Vrc-5477"
5045e83d430SRalf Baechle	select DDB5XXX_COMMON
5051da177e4SLinus Torvalds	select DMA_NONCOHERENT
5061da177e4SLinus Torvalds	select HW_HAS_PCI
5071da177e4SLinus Torvalds	select I8259
5081da177e4SLinus Torvalds	select IRQ_CPU
5097cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
510ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
511ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5125e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
5131da177e4SLinus Torvalds	help
5141da177e4SLinus Torvalds	  This enables support for the R5432-based NEC DDB Vrc-5477,
5151da177e4SLinus Torvalds	  or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
5161da177e4SLinus Torvalds
5171da177e4SLinus Torvalds	  Features : kernel debugging, serial terminal, NFS root fs, on-board
5181da177e4SLinus Torvalds	  ether port USB, AC97, PCI, etc.
5191da177e4SLinus Torvalds
5205e83d430SRalf Baechleconfig MACH_VR41XX
5213fa986faSMartin Michlmayr	bool "NEC VR41XX-based machines"
5227cf8053bSRalf Baechle	select SYS_HAS_CPU_VR41XX
5235e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5245e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5255e83d430SRalf Baechle
5265e83d430SRalf Baechleconfig PMC_YOSEMITE
5273fa986faSMartin Michlmayr	bool "PMC-Sierra Yosemite eval board"
5285e83d430SRalf Baechle	select DMA_COHERENT
5295e83d430SRalf Baechle	select HW_HAS_PCI
5305e83d430SRalf Baechle	select IRQ_CPU
5315e83d430SRalf Baechle	select IRQ_CPU_RM7K
5325e83d430SRalf Baechle	select IRQ_CPU_RM9K
5335e83d430SRalf Baechle	select SWAP_IO_SPACE
5347cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
5355e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5365e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
5375e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5385e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
5395e83d430SRalf Baechle	help
5405e83d430SRalf Baechle	  Yosemite is an evaluation board for the RM9000x2 processor
5415e83d430SRalf Baechle	  manufactured by PMC-Sierra.
5421da177e4SLinus Torvalds
54307119621SRalf Baechleconfig QEMU
5443fa986faSMartin Michlmayr	bool "Qemu"
54507119621SRalf Baechle	select DMA_COHERENT
54607119621SRalf Baechle	select GENERIC_ISA_DMA
54707119621SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
548e5c6c8e4SMichael Neuling	select I8253
54907119621SRalf Baechle	select I8259
55007119621SRalf Baechle	select ISA
55107119621SRalf Baechle	select SWAP_IO_SPACE
5527cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
55307119621SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
55407119621SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
55507119621SRalf Baechle	help
55607119621SRalf Baechle	  Qemu is a software emulator which among other architectures also
55707119621SRalf Baechle	  can simulate a MIPS32 4Kc system.  This patch adds support for the
55807119621SRalf Baechle	  system architecture that currently is being simulated by Qemu.  It
55907119621SRalf Baechle	  will eventually be removed again when Qemu has the capability to
56007119621SRalf Baechle	  simulate actual MIPS hardware platforms.  More information on Qemu
56107119621SRalf Baechle	  can be found at http://www.linux-mips.org/wiki/Qemu.
56207119621SRalf Baechle
563355c471fSdmitry pervushinconfig MARKEINS
564355c471fSdmitry pervushin	bool "Support for NEC EMMA2RH Mark-eins"
565355c471fSdmitry pervushin	select DMA_NONCOHERENT
566355c471fSdmitry pervushin	select HW_HAS_PCI
567355c471fSdmitry pervushin	select IRQ_CPU
568355c471fSdmitry pervushin	select SWAP_IO_SPACE
569355c471fSdmitry pervushin	select SYS_SUPPORTS_32BIT_KERNEL
570355c471fSdmitry pervushin	select SYS_SUPPORTS_BIG_ENDIAN
571355c471fSdmitry pervushin	select SYS_SUPPORTS_LITTLE_ENDIAN
572355c471fSdmitry pervushin	select SYS_HAS_CPU_R5000
573355c471fSdmitry pervushin	help
574355c471fSdmitry pervushin	  This enables support for the R5432-based NEC Mark-eins
575355c471fSdmitry pervushin	  boards with R5500 CPU.
576355c471fSdmitry pervushin
5771da177e4SLinus Torvaldsconfig SGI_IP22
5783fa986faSMartin Michlmayr	bool "SGI IP22 (Indy/Indigo2)"
5791da177e4SLinus Torvalds	select ARC
5801da177e4SLinus Torvalds	select ARC32
5811da177e4SLinus Torvalds	select BOOT_ELF32
5821da177e4SLinus Torvalds	select DMA_NONCOHERENT
5835e83d430SRalf Baechle	select HW_HAS_EISA
5841da177e4SLinus Torvalds	select IP22_CPU_SCACHE
5851da177e4SLinus Torvalds	select IRQ_CPU
586aac076f8SRalf Baechle	select NO_ISA if ISA
5871da177e4SLinus Torvalds	select SWAP_IO_SPACE
5887cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
5897cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
590ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
591ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5925e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5931da177e4SLinus Torvalds	help
5941da177e4SLinus Torvalds	  This are the SGI Indy, Challenge S and Indigo2, as well as certain
5951da177e4SLinus Torvalds	  OEM variants like the Tandem CMN B006S. To compile a Linux kernel
5961da177e4SLinus Torvalds	  that runs on these, say Y here.
5971da177e4SLinus Torvalds
5981da177e4SLinus Torvaldsconfig SGI_IP27
5993fa986faSMartin Michlmayr	bool "SGI IP27 (Origin200/2000)"
6001da177e4SLinus Torvalds	select ARC
6011da177e4SLinus Torvalds	select ARC64
6025e83d430SRalf Baechle	select BOOT_ELF64
6031da177e4SLinus Torvalds	select DMA_IP27
6041da177e4SLinus Torvalds	select HW_HAS_PCI
6051da177e4SLinus Torvalds	select PCI_DOMAINS
6067cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000
607ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6085e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
609d8cb4e11SRalf Baechle	select SYS_SUPPORTS_NUMA
6101da177e4SLinus Torvalds	help
6111da177e4SLinus Torvalds	  This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
6121da177e4SLinus Torvalds	  workstations.  To compile a Linux kernel that runs on these, say Y
6131da177e4SLinus Torvalds	  here.
6141da177e4SLinus Torvalds
6151da177e4SLinus Torvaldsconfig SGI_IP32
6163fa986faSMartin Michlmayr	bool "SGI IP32 (O2) (EXPERIMENTAL)"
617ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
6181da177e4SLinus Torvalds	select ARC
6191da177e4SLinus Torvalds	select ARC32
6201da177e4SLinus Torvalds	select BOOT_ELF32
6211da177e4SLinus Torvalds	select OWN_DMA
6221da177e4SLinus Torvalds	select DMA_IP32
6231da177e4SLinus Torvalds	select DMA_NONCOHERENT
6241da177e4SLinus Torvalds	select HW_HAS_PCI
6251da177e4SLinus Torvalds	select R5000_CPU_SCACHE
6261da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
6277cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
6287cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000 if BROKEN
6297cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
630dd2f18feSRalf Baechle	select SYS_HAS_CPU_NEVADA
631ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6325e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6331da177e4SLinus Torvalds	help
6341da177e4SLinus Torvalds	  If you want this kernel to run on SGI O2 workstation, say Y here.
6351da177e4SLinus Torvalds
6369a6dcea1SAndrew Isaacsonconfig SIBYTE_BIGSUR
6373fa986faSMartin Michlmayr	bool "Sibyte BCM91480B-BigSur"
6389a6dcea1SAndrew Isaacson	select BOOT_ELF32
6399a6dcea1SAndrew Isaacson	select DMA_COHERENT
6407cf8053bSRalf Baechle	select PCI_DOMAINS
6419a6dcea1SAndrew Isaacson	select SIBYTE_BCM1x80
6429a6dcea1SAndrew Isaacson	select SWAP_IO_SPACE
6437cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6449a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_BIG_ENDIAN
6459a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_LITTLE_ENDIAN
6469a6dcea1SAndrew Isaacson
6475e83d430SRalf Baechleconfig SIBYTE_SWARM
6483fa986faSMartin Michlmayr	bool "Sibyte BCM91250A-SWARM"
6495e83d430SRalf Baechle	select BOOT_ELF32
6505e83d430SRalf Baechle	select DMA_COHERENT
6515e83d430SRalf Baechle	select SIBYTE_SB1250
6525e83d430SRalf Baechle	select SWAP_IO_SPACE
6537cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6545e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6555e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6565e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
657e3ad1c23SPete Popov
6585e83d430SRalf Baechleconfig SIBYTE_SENTOSA
6593fa986faSMartin Michlmayr	bool "Sibyte BCM91250E-Sentosa"
6605e83d430SRalf Baechle	depends on EXPERIMENTAL
6615e83d430SRalf Baechle	select BOOT_ELF32
6625e83d430SRalf Baechle	select DMA_COHERENT
6635e83d430SRalf Baechle	select SIBYTE_SB1250
6645e83d430SRalf Baechle	select SWAP_IO_SPACE
6657cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6665e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6675e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6685e83d430SRalf Baechle
6695e83d430SRalf Baechleconfig SIBYTE_RHONE
6703fa986faSMartin Michlmayr	bool "Sibyte BCM91125E-Rhone"
6715e83d430SRalf Baechle	depends on EXPERIMENTAL
6725e83d430SRalf Baechle	select BOOT_ELF32
6735e83d430SRalf Baechle	select DMA_COHERENT
6745e83d430SRalf Baechle	select SIBYTE_BCM1125H
6755e83d430SRalf Baechle	select SWAP_IO_SPACE
6767cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6775e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6785e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6795e83d430SRalf Baechle
6805e83d430SRalf Baechleconfig SIBYTE_CARMEL
6813fa986faSMartin Michlmayr	bool "Sibyte BCM91120x-Carmel"
6825e83d430SRalf Baechle	depends on EXPERIMENTAL
6835e83d430SRalf Baechle	select BOOT_ELF32
6845e83d430SRalf Baechle	select DMA_COHERENT
6855e83d430SRalf Baechle	select SIBYTE_BCM1120
6865e83d430SRalf Baechle	select SWAP_IO_SPACE
6877cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6885e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6895e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6905e83d430SRalf Baechle
6915e83d430SRalf Baechleconfig SIBYTE_PTSWARM
6923fa986faSMartin Michlmayr	bool "Sibyte BCM91250PT-PTSWARM"
6935e83d430SRalf Baechle	depends on EXPERIMENTAL
6945e83d430SRalf Baechle	select BOOT_ELF32
6955e83d430SRalf Baechle	select DMA_COHERENT
6965e83d430SRalf Baechle	select SIBYTE_SB1250
6975e83d430SRalf Baechle	select SWAP_IO_SPACE
6987cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6995e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7005e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7015e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7025e83d430SRalf Baechle
7035e83d430SRalf Baechleconfig SIBYTE_LITTLESUR
7043fa986faSMartin Michlmayr	bool "Sibyte BCM91250C2-LittleSur"
7055e83d430SRalf Baechle	depends on EXPERIMENTAL
7065e83d430SRalf Baechle	select BOOT_ELF32
7075e83d430SRalf Baechle	select DMA_COHERENT
7085e83d430SRalf Baechle	select SIBYTE_SB1250
7095e83d430SRalf Baechle	select SWAP_IO_SPACE
7107cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7115e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7125e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7135e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7145e83d430SRalf Baechle
7155e83d430SRalf Baechleconfig SIBYTE_CRHINE
7163fa986faSMartin Michlmayr	bool "Sibyte BCM91120C-CRhine"
7175e83d430SRalf Baechle	depends on EXPERIMENTAL
7185e83d430SRalf Baechle	select BOOT_ELF32
7195e83d430SRalf Baechle	select DMA_COHERENT
7205e83d430SRalf Baechle	select SIBYTE_BCM1120
7215e83d430SRalf Baechle	select SWAP_IO_SPACE
7227cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7235e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7245e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7255e83d430SRalf Baechle
7265e83d430SRalf Baechleconfig SIBYTE_CRHONE
7273fa986faSMartin Michlmayr	bool "Sibyte BCM91125C-CRhone"
7285e83d430SRalf Baechle	depends on EXPERIMENTAL
7295e83d430SRalf Baechle	select BOOT_ELF32
7305e83d430SRalf Baechle	select DMA_COHERENT
7315e83d430SRalf Baechle	select SIBYTE_BCM1125
7325e83d430SRalf Baechle	select SWAP_IO_SPACE
7337cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7345e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7355e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7365e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7375e83d430SRalf Baechle
7385e83d430SRalf Baechleconfig SNI_RM200_PCI
7393fa986faSMartin Michlmayr	bool "SNI RM200 PCI"
7404a0312fcSThomas Bogendoerfer	select ARC if CPU_LITTLE_ENDIAN
7414a0312fcSThomas Bogendoerfer	select ARC32 if CPU_LITTLE_ENDIAN
7425e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
7435e83d430SRalf Baechle	select BOOT_ELF32
7445e83d430SRalf Baechle	select DMA_NONCOHERENT
7455e83d430SRalf Baechle	select GENERIC_ISA_DMA
7465e83d430SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
7475e83d430SRalf Baechle	select HW_HAS_EISA
7485e83d430SRalf Baechle	select HW_HAS_PCI
749e5c6c8e4SMichael Neuling	select I8253
7505e83d430SRalf Baechle	select I8259
7515e83d430SRalf Baechle	select ISA
7524a0312fcSThomas Bogendoerfer	select SWAP_IO_SPACE if CPU_BIG_ENDIAN
7537cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
7544a0312fcSThomas Bogendoerfer	select SYS_HAS_CPU_R5000
7554a0312fcSThomas Bogendoerfer	select R5000_CPU_SCACHE
756ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
7575e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
7584a0312fcSThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
7595e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7605e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7611da177e4SLinus Torvalds	help
7625e83d430SRalf Baechle	  The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
7635e83d430SRalf Baechle	  Nixdorf Informationssysteme (SNI), parent company of Pyramid
7645e83d430SRalf Baechle	  Technology and now in turn merged with Fujitsu.  Say Y here to
7655e83d430SRalf Baechle	  support this machine type.
7661da177e4SLinus Torvalds
7675e83d430SRalf Baechleconfig TOSHIBA_JMR3927
7683fa986faSMartin Michlmayr	bool "Toshiba JMR-TX3927 board"
7695e83d430SRalf Baechle	select DMA_NONCOHERENT
7705e83d430SRalf Baechle	select HW_HAS_PCI
7715e83d430SRalf Baechle	select MIPS_TX3927
7725e83d430SRalf Baechle	select SWAP_IO_SPACE
7737cf8053bSRalf Baechle	select SYS_HAS_CPU_TX39XX
7745e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7755e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7765e83d430SRalf Baechle	select TOSHIBA_BOARDS
7775e83d430SRalf Baechle
7785e83d430SRalf Baechleconfig TOSHIBA_RBTX4927
7793fa986faSMartin Michlmayr	bool "Toshiba TBTX49[23]7 board"
7805e83d430SRalf Baechle	select DMA_NONCOHERENT
7815e83d430SRalf Baechle	select HAS_TXX9_SERIAL
7825e83d430SRalf Baechle	select HW_HAS_PCI
7835e83d430SRalf Baechle	select I8259
7845e83d430SRalf Baechle	select ISA
7855e83d430SRalf Baechle	select SWAP_IO_SPACE
7867cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
7875e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7885e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
7895e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7905e83d430SRalf Baechle	select TOSHIBA_BOARDS
7915e83d430SRalf Baechle	help
7925e83d430SRalf Baechle	  This Toshiba board is based on the TX4927 processor. Say Y here to
7935e83d430SRalf Baechle	  support this machine type
7941da177e4SLinus Torvalds
79523fbee9dSRalf Baechleconfig TOSHIBA_RBTX4938
7963fa986faSMartin Michlmayr	bool "Toshiba RBTX4938 board"
79723fbee9dSRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
79823fbee9dSRalf Baechle	select DMA_NONCOHERENT
79923fbee9dSRalf Baechle	select GENERIC_ISA_DMA
80023fbee9dSRalf Baechle	select HAS_TXX9_SERIAL
80123fbee9dSRalf Baechle	select HW_HAS_PCI
80223fbee9dSRalf Baechle	select I8259
80323fbee9dSRalf Baechle	select ISA
80423fbee9dSRalf Baechle	select SWAP_IO_SPACE
8057cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
80623fbee9dSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
80723fbee9dSRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
80823fbee9dSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
80923fbee9dSRalf Baechle	select TOSHIBA_BOARDS
81023fbee9dSRalf Baechle	help
81123fbee9dSRalf Baechle	  This Toshiba board is based on the TX4938 processor. Say Y here to
81223fbee9dSRalf Baechle	  support this machine type
81323fbee9dSRalf Baechle
8141da177e4SLinus Torvaldsendchoice
8151da177e4SLinus Torvalds
8165e83d430SRalf Baechlesource "arch/mips/ddb5xxx/Kconfig"
8175e83d430SRalf Baechlesource "arch/mips/gt64120/ev64120/Kconfig"
8185e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig"
8195e83d430SRalf Baechlesource "arch/mips/ite-boards/Kconfig"
8205e83d430SRalf Baechlesource "arch/mips/lasat/Kconfig"
8215e83d430SRalf Baechlesource "arch/mips/momentum/Kconfig"
8225e83d430SRalf Baechlesource "arch/mips/pmc-sierra/Kconfig"
82329c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig"
82438b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig"
8255e83d430SRalf Baechlesource "arch/mips/tx4927/Kconfig"
82623fbee9dSRalf Baechlesource "arch/mips/tx4938/Kconfig"
8275e83d430SRalf Baechlesource "arch/mips/vr41xx/Kconfig"
828bdf21b18SPete Popovsource "arch/mips/philips/pnx8550/common/Kconfig"
829e87dddebSPeter Hortonsource "arch/mips/cobalt/Kconfig"
83038b18f72SRalf Baechle
8315e83d430SRalf Baechleendmenu
8325e83d430SRalf Baechle
8331da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
8341da177e4SLinus Torvalds	bool
8351da177e4SLinus Torvalds	default y
8361da177e4SLinus Torvalds
8371da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM
8381da177e4SLinus Torvalds	bool
8391da177e4SLinus Torvalds
8403c9ee7efSAkinobu Mitaconfig GENERIC_FIND_NEXT_BIT
8413c9ee7efSAkinobu Mita	bool
8423c9ee7efSAkinobu Mita	default y
8433c9ee7efSAkinobu Mita
8443c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT
8453c9ee7efSAkinobu Mita	bool
8463c9ee7efSAkinobu Mita	default y
8473c9ee7efSAkinobu Mita
8481da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
8491da177e4SLinus Torvalds	bool
8501da177e4SLinus Torvalds	default y
8511da177e4SLinus Torvalds
8521cc89038SAtsushi Nemotoconfig SCHED_NO_NO_OMIT_FRAME_POINTER
8531cc89038SAtsushi Nemoto	bool
8541cc89038SAtsushi Nemoto	default y
8551cc89038SAtsushi Nemoto
8561da177e4SLinus Torvalds#
8571da177e4SLinus Torvalds# Select some configuration options automatically based on user selections.
8581da177e4SLinus Torvalds#
8591da177e4SLinus Torvaldsconfig ARC
8601da177e4SLinus Torvalds	bool
8611da177e4SLinus Torvalds
86261ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC
86361ed242dSRalf Baechle	bool
86461ed242dSRalf Baechle
8651da177e4SLinus Torvaldsconfig DMA_COHERENT
8661da177e4SLinus Torvalds	bool
8671da177e4SLinus Torvalds
8681da177e4SLinus Torvaldsconfig DMA_IP27
8691da177e4SLinus Torvalds	bool
8701da177e4SLinus Torvalds
8714ce588cdSRalf Baechleconfig DMA_IP32
8724ce588cdSRalf Baechle	bool
8734ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8744ce588cdSRalf Baechle
8751da177e4SLinus Torvaldsconfig DMA_NONCOHERENT
8761da177e4SLinus Torvalds	bool
8774ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8784ce588cdSRalf Baechle
8794ce588cdSRalf Baechleconfig DMA_NEED_PCI_MAP_STATE
8804ce588cdSRalf Baechle	bool
8811da177e4SLinus Torvalds
8825e83d430SRalf Baechleconfig OWN_DMA
8835e83d430SRalf Baechle	bool
8845e83d430SRalf Baechle
8851da177e4SLinus Torvaldsconfig EARLY_PRINTK
8861da177e4SLinus Torvalds	bool
8871da177e4SLinus Torvalds
8881da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA
8891da177e4SLinus Torvalds	bool
8901da177e4SLinus Torvalds
8911da177e4SLinus Torvaldsconfig I8259
8921da177e4SLinus Torvalds	bool
8931da177e4SLinus Torvalds
8941da177e4SLinus Torvaldsconfig LIMITED_DMA
8951da177e4SLinus Torvalds	bool
8961da177e4SLinus Torvalds	select HIGHMEM
897797798c1SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
8981da177e4SLinus Torvalds
8991da177e4SLinus Torvaldsconfig MIPS_BONITO64
9001da177e4SLinus Torvalds	bool
9011da177e4SLinus Torvalds
9021da177e4SLinus Torvaldsconfig MIPS_MSC
9031da177e4SLinus Torvalds	bool
9041da177e4SLinus Torvalds
9051da177e4SLinus Torvaldsconfig MIPS_NILE4
9061da177e4SLinus Torvalds	bool
9071da177e4SLinus Torvalds
9081da177e4SLinus Torvaldsconfig MIPS_DISABLE_OBSOLETE_IDE
9091da177e4SLinus Torvalds	bool
9101da177e4SLinus Torvalds
9115e83d430SRalf Baechle#
9125e83d430SRalf Baechle# Endianess selection.  Suffiently obscure so many users don't know what to
9135e83d430SRalf Baechle# answer,so we try hard to limit the available choices.  Also the use of a
9145e83d430SRalf Baechle# choice statement should be more obvious to the user.
9155e83d430SRalf Baechle#
9165e83d430SRalf Baechlechoice
9175e83d430SRalf Baechle	prompt "Endianess selection"
9181da177e4SLinus Torvalds	help
9191da177e4SLinus Torvalds	  Some MIPS machines can be configured for either little or big endian
9205e83d430SRalf Baechle	  byte order. These modes require different kernels and a different
9215e83d430SRalf Baechle	  Linux distribution.  In general there is one prefered byteorder for a
9225e83d430SRalf Baechle	  particular system but some systems are just as commonly used in the
9235e83d430SRalf Baechle	  one or the other endianess.
9245e83d430SRalf Baechle
9255e83d430SRalf Baechleconfig CPU_BIG_ENDIAN
9265e83d430SRalf Baechle	bool "Big endian"
9275e83d430SRalf Baechle	depends on SYS_SUPPORTS_BIG_ENDIAN
9285e83d430SRalf Baechle
9295e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN
9305e83d430SRalf Baechle	bool "Little endian"
9315e83d430SRalf Baechle	depends on SYS_SUPPORTS_LITTLE_ENDIAN
9325e83d430SRalf Baechle	help
9335e83d430SRalf Baechle
9345e83d430SRalf Baechleendchoice
9355e83d430SRalf Baechle
9365e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN
9375e83d430SRalf Baechle	bool
9385e83d430SRalf Baechle
9395e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN
9405e83d430SRalf Baechle	bool
9411da177e4SLinus Torvalds
9421da177e4SLinus Torvaldsconfig IRQ_CPU
9431da177e4SLinus Torvalds	bool
9441da177e4SLinus Torvalds
9451da177e4SLinus Torvaldsconfig IRQ_CPU_RM7K
9461da177e4SLinus Torvalds	bool
9471da177e4SLinus Torvalds
9485e83d430SRalf Baechleconfig IRQ_CPU_RM9K
9495e83d430SRalf Baechle	bool
9505e83d430SRalf Baechle
9511da177e4SLinus Torvaldsconfig IRQ_MV64340
9521da177e4SLinus Torvalds	bool
9531da177e4SLinus Torvalds
9541da177e4SLinus Torvaldsconfig DDB5XXX_COMMON
9551da177e4SLinus Torvalds	bool
9561da177e4SLinus Torvalds
9571da177e4SLinus Torvaldsconfig MIPS_BOARDS_GEN
9581da177e4SLinus Torvalds	bool
9591da177e4SLinus Torvalds
9601da177e4SLinus Torvaldsconfig MIPS_GT64111
9611da177e4SLinus Torvalds	bool
9621da177e4SLinus Torvalds
9631da177e4SLinus Torvaldsconfig MIPS_GT64120
9641da177e4SLinus Torvalds	bool
9651da177e4SLinus Torvalds
9661da177e4SLinus Torvaldsconfig MIPS_TX3927
9671da177e4SLinus Torvalds	bool
9681da177e4SLinus Torvalds	select HAS_TXX9_SERIAL
9691da177e4SLinus Torvalds
9701da177e4SLinus Torvaldsconfig PCI_MARVELL
9711da177e4SLinus Torvalds	bool
9721da177e4SLinus Torvalds
9731da177e4SLinus Torvaldsconfig ITE_BOARD_GEN
9741da177e4SLinus Torvalds	bool
9755e83d430SRalf Baechle
9765e83d430SRalf Baechleconfig SOC_AU1000
9775e83d430SRalf Baechle	bool
9785e83d430SRalf Baechle	select SOC_AU1X00
9795e83d430SRalf Baechle
9805e83d430SRalf Baechleconfig SOC_AU1100
9815e83d430SRalf Baechle	bool
9825e83d430SRalf Baechle	select SOC_AU1X00
9835e83d430SRalf Baechle
9845e83d430SRalf Baechleconfig SOC_AU1500
9855e83d430SRalf Baechle	bool
9865e83d430SRalf Baechle	select SOC_AU1X00
9875e83d430SRalf Baechle
9885e83d430SRalf Baechleconfig SOC_AU1550
9895e83d430SRalf Baechle	bool
9905e83d430SRalf Baechle	select SOC_AU1X00
9915e83d430SRalf Baechle
9925e83d430SRalf Baechleconfig SOC_AU1200
9935e83d430SRalf Baechle	bool
9945e83d430SRalf Baechle	select SOC_AU1X00
9955e83d430SRalf Baechle
9965e83d430SRalf Baechleconfig SOC_AU1X00
9975e83d430SRalf Baechle	bool
9987cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
9995e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
10001da177e4SLinus Torvalds
1001bdf21b18SPete Popovconfig PNX8550
1002bdf21b18SPete Popov	bool
1003bdf21b18SPete Popov	select SOC_PNX8550
1004bdf21b18SPete Popov
1005bdf21b18SPete Popovconfig SOC_PNX8550
1006bdf21b18SPete Popov	bool
1007bdf21b18SPete Popov	select DMA_NONCOHERENT
1008bdf21b18SPete Popov	select HW_HAS_PCI
1009b8c2a77cSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
10107cf8053bSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
1011bdf21b18SPete Popov
10121da177e4SLinus Torvaldsconfig SWAP_IO_SPACE
10131da177e4SLinus Torvalds	bool
10141da177e4SLinus Torvalds
1015355c471fSdmitry pervushinconfig EMMA2RH
1016355c471fSdmitry pervushin	bool
1017355c471fSdmitry pervushin	depends on MARKEINS
1018355c471fSdmitry pervushin	default y
1019355c471fSdmitry pervushin
10201da177e4SLinus Torvalds#
10211da177e4SLinus Torvalds# Unfortunately not all GT64120 systems run the chip at the same clock.
10221da177e4SLinus Torvalds# As the user for the clock rate and try to minimize the available options.
10231da177e4SLinus Torvalds#
10241da177e4SLinus Torvaldschoice
10251da177e4SLinus Torvalds	prompt "Galileo Chip Clock"
10261da177e4SLinus Torvalds	#default SYSCLK_83 if MIPS_EV64120
10271da177e4SLinus Torvalds	depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10281da177e4SLinus Torvalds	default SYSCLK_83 if MIPS_EV64120
10291da177e4SLinus Torvalds	default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
10301da177e4SLinus Torvalds
10311da177e4SLinus Torvaldsconfig SYSCLK_75
10321da177e4SLinus Torvalds	bool "75" if MIPS_EV64120
10331da177e4SLinus Torvalds
10341da177e4SLinus Torvaldsconfig SYSCLK_83
10351da177e4SLinus Torvalds	bool "83.3" if MIPS_EV64120
10361da177e4SLinus Torvalds
10371da177e4SLinus Torvaldsconfig SYSCLK_100
10381da177e4SLinus Torvalds	bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10391da177e4SLinus Torvalds
10401da177e4SLinus Torvaldsendchoice
10411da177e4SLinus Torvalds
10425e83d430SRalf Baechleconfig ARC32
10435e83d430SRalf Baechle	bool
10445e83d430SRalf Baechle
10451da177e4SLinus Torvaldsconfig AU1X00_USB_DEVICE
10461da177e4SLinus Torvalds	bool
10471da177e4SLinus Torvalds	depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
10481da177e4SLinus Torvalds	default n
10491da177e4SLinus Torvalds
10501da177e4SLinus Torvaldsconfig MIPS_GT96100
10511da177e4SLinus Torvalds	bool
10525e83d430SRalf Baechle	select MIPS_GT64120
10531da177e4SLinus Torvalds
10541da177e4SLinus Torvaldsconfig IT8172_CIR
10551da177e4SLinus Torvalds	bool
10561da177e4SLinus Torvalds	depends on MIPS_ITE8172 || MIPS_IVR
10571da177e4SLinus Torvalds	default y
10581da177e4SLinus Torvalds
10591da177e4SLinus Torvaldsconfig IT8712
10601da177e4SLinus Torvalds	bool
10611da177e4SLinus Torvalds	depends on MIPS_ITE8172
10621da177e4SLinus Torvalds	default y
10631da177e4SLinus Torvalds
10641da177e4SLinus Torvaldsconfig BOOT_ELF32
10651da177e4SLinus Torvalds	bool
10661da177e4SLinus Torvalds
10671da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT
10681da177e4SLinus Torvalds	int
10691da177e4SLinus Torvalds	default "4" if MACH_DECSTATION
10701da177e4SLinus Torvalds	default "7" if SGI_IP27
10711da177e4SLinus Torvalds	default "5"
10721da177e4SLinus Torvalds
10731da177e4SLinus Torvaldsconfig HAVE_STD_PC_SERIAL_PORT
10741da177e4SLinus Torvalds	bool
10751da177e4SLinus Torvalds
10761da177e4SLinus Torvaldsconfig ARC_CONSOLE
10771da177e4SLinus Torvalds	bool "ARC console support"
10781da177e4SLinus Torvalds	depends on SGI_IP22 || SNI_RM200_PCI
10791da177e4SLinus Torvalds
10801da177e4SLinus Torvaldsconfig ARC_MEMORY
10811da177e4SLinus Torvalds	bool
10821da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
10831da177e4SLinus Torvalds	default y
10841da177e4SLinus Torvalds
10851da177e4SLinus Torvaldsconfig ARC_PROMLIB
10861da177e4SLinus Torvalds	bool
10871da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
10881da177e4SLinus Torvalds	default y
10891da177e4SLinus Torvalds
10901da177e4SLinus Torvaldsconfig ARC64
10911da177e4SLinus Torvalds	bool
10921da177e4SLinus Torvalds
10931da177e4SLinus Torvaldsconfig BOOT_ELF64
10941da177e4SLinus Torvalds	bool
10951da177e4SLinus Torvalds
10961da177e4SLinus Torvaldsconfig TOSHIBA_BOARDS
10971da177e4SLinus Torvalds	bool
10981da177e4SLinus Torvalds
10991da177e4SLinus Torvaldsmenu "CPU selection"
11001da177e4SLinus Torvalds
11011da177e4SLinus Torvaldschoice
11021da177e4SLinus Torvalds	prompt "CPU type"
11031da177e4SLinus Torvalds	default CPU_R4X00
11041da177e4SLinus Torvalds
11056e760c8dSRalf Baechleconfig CPU_MIPS32_R1
11066e760c8dSRalf Baechle	bool "MIPS32 Release 1"
11077cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R1
1108f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11096e760c8dSRalf Baechle	select CPU_HAS_PREFETCH
1110797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1111ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11126e760c8dSRalf Baechle	help
11135e83d430SRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
11141e5f1caaSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
11151e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
11161e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
11171e5f1caaSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
11181e5f1caaSRalf Baechle	  Release 2 of the MIPS32 architecture is available since several
11191e5f1caaSRalf Baechle	  years so chances are you even have a MIPS32 Release 2 processor
11201e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS32_R2 instead for better
11211e5f1caaSRalf Baechle	  performance.
11221e5f1caaSRalf Baechle
11231e5f1caaSRalf Baechleconfig CPU_MIPS32_R2
11241e5f1caaSRalf Baechle	bool "MIPS32 Release 2"
11257cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R2
1126f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11271e5f1caaSRalf Baechle	select CPU_HAS_PREFETCH
1128797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1129ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11301e5f1caaSRalf Baechle	help
11315e83d430SRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11326e760c8dSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
11336e760c8dSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
11346e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11356e760c8dSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
11361da177e4SLinus Torvalds
11376e760c8dSRalf Baechleconfig CPU_MIPS64_R1
11386e760c8dSRalf Baechle	bool "MIPS64 Release 1"
11397cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R1
1140f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1141797798c1SRalf Baechle	select CPU_HAS_PREFETCH
1142ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1143ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1144ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11456e760c8dSRalf Baechle	help
11466e760c8dSRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
11476e760c8dSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11486e760c8dSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11496e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11506e760c8dSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11511e5f1caaSRalf Baechle	  Release 2 of the MIPS64 architecture is available since several
11521e5f1caaSRalf Baechle	  years so chances are you even have a MIPS64 Release 2 processor
11531e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS64_R2 instead for better
11541e5f1caaSRalf Baechle	  performance.
11551e5f1caaSRalf Baechle
11561e5f1caaSRalf Baechleconfig CPU_MIPS64_R2
11571e5f1caaSRalf Baechle	bool "MIPS64 Release 2"
11587cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R2
1159f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1160797798c1SRalf Baechle	select CPU_HAS_PREFETCH
11611e5f1caaSRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
11621e5f1caaSRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
1163ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11641e5f1caaSRalf Baechle	help
11651e5f1caaSRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11661e5f1caaSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11671e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11681e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
11691e5f1caaSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11701da177e4SLinus Torvalds
11711da177e4SLinus Torvaldsconfig CPU_R3000
11721da177e4SLinus Torvalds	bool "R3000"
11737cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R3000
1174f7062ddbSRalf Baechle	select CPU_HAS_WB
1175ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1176797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11771da177e4SLinus Torvalds	help
11781da177e4SLinus Torvalds	  Please make sure to pick the right CPU type. Linux/MIPS is not
11791da177e4SLinus Torvalds	  designed to be generic, i.e. Kernels compiled for R3000 CPUs will
11801da177e4SLinus Torvalds	  *not* work on R4000 machines and vice versa.  However, since most
11811da177e4SLinus Torvalds	  of the supported machines have an R4000 (or similar) CPU, R4x00
11821da177e4SLinus Torvalds	  might be a safe bet.  If the resulting kernel does not work,
11831da177e4SLinus Torvalds	  try to recompile with R3000.
11841da177e4SLinus Torvalds
11851da177e4SLinus Torvaldsconfig CPU_TX39XX
11861da177e4SLinus Torvalds	bool "R39XX"
11877cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX39XX
1188ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
11891da177e4SLinus Torvalds
11901da177e4SLinus Torvaldsconfig CPU_VR41XX
11911da177e4SLinus Torvalds	bool "R41xx"
11927cf8053bSRalf Baechle	depends on SYS_HAS_CPU_VR41XX
1193ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1194ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11951da177e4SLinus Torvalds	help
11965e83d430SRalf Baechle	  The options selects support for the NEC VR4100 series of processors.
11971da177e4SLinus Torvalds	  Only choose this option if you have one of these processors as a
11981da177e4SLinus Torvalds	  kernel built with this option will not run on any other type of
11991da177e4SLinus Torvalds	  processor or vice versa.
12001da177e4SLinus Torvalds
12011da177e4SLinus Torvaldsconfig CPU_R4300
12021da177e4SLinus Torvalds	bool "R4300"
12037cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4300
1204f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1205ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1206ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12071da177e4SLinus Torvalds	help
12081da177e4SLinus Torvalds	  MIPS Technologies R4300-series processors.
12091da177e4SLinus Torvalds
12101da177e4SLinus Torvaldsconfig CPU_R4X00
12111da177e4SLinus Torvalds	bool "R4x00"
12127cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4X00
1213f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1214ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1215ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12161da177e4SLinus Torvalds	help
12171da177e4SLinus Torvalds	  MIPS Technologies R4000-series processors other than 4300, including
12181da177e4SLinus Torvalds	  the R4000, R4400, R4600, and 4700.
12191da177e4SLinus Torvalds
12201da177e4SLinus Torvaldsconfig CPU_TX49XX
12211da177e4SLinus Torvalds	bool "R49XX"
12227cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX49XX
1223f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1224de862b48SAtsushi Nemoto	select CPU_HAS_PREFETCH
1225ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1226ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12271da177e4SLinus Torvalds
12281da177e4SLinus Torvaldsconfig CPU_R5000
12291da177e4SLinus Torvalds	bool "R5000"
12307cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5000
1231f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1232ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1233ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12341da177e4SLinus Torvalds	help
12351da177e4SLinus Torvalds	  MIPS Technologies R5000-series processors other than the Nevada.
12361da177e4SLinus Torvalds
12371da177e4SLinus Torvaldsconfig CPU_R5432
12381da177e4SLinus Torvalds	bool "R5432"
12397cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5432
1240f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12415e83d430SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
12425e83d430SRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
12431da177e4SLinus Torvalds
12441da177e4SLinus Torvaldsconfig CPU_R6000
12451da177e4SLinus Torvalds	bool "R6000"
1246ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
1247f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12487cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R6000
1249ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
12501da177e4SLinus Torvalds	help
12511da177e4SLinus Torvalds	  MIPS Technologies R6000 and R6000A series processors.  Note these
12521da177e4SLinus Torvalds	  processors are extremly rare and the support for them is incomplete.
12531da177e4SLinus Torvalds
12541da177e4SLinus Torvaldsconfig CPU_NEVADA
12551da177e4SLinus Torvalds	bool "RM52xx"
12567cf8053bSRalf Baechle	depends on SYS_HAS_CPU_NEVADA
1257f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1258ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1259ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12601da177e4SLinus Torvalds	help
12611da177e4SLinus Torvalds	  QED / PMC-Sierra RM52xx-series ("Nevada") processors.
12621da177e4SLinus Torvalds
12631da177e4SLinus Torvaldsconfig CPU_R8000
12641da177e4SLinus Torvalds	bool "R8000"
1265ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
12667cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R8000
1267f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12685e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1269ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12701da177e4SLinus Torvalds	help
12711da177e4SLinus Torvalds	  MIPS Technologies R8000 processors.  Note these processors are
12721da177e4SLinus Torvalds	  uncommon and the support for them is incomplete.
12731da177e4SLinus Torvalds
12741da177e4SLinus Torvaldsconfig CPU_R10000
12751da177e4SLinus Torvalds	bool "R10000"
12767cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R10000
1277f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12785e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1279ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1280ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1281797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12821da177e4SLinus Torvalds	help
12831da177e4SLinus Torvalds	  MIPS Technologies R10000-series processors.
12841da177e4SLinus Torvalds
12851da177e4SLinus Torvaldsconfig CPU_RM7000
12861da177e4SLinus Torvalds	bool "RM7000"
12877cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM7000
1288f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12895e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1290ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1291ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1292797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12931da177e4SLinus Torvalds
12941da177e4SLinus Torvaldsconfig CPU_RM9000
12951da177e4SLinus Torvalds	bool "RM9000"
12967cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM9000
1297f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12985e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1299ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1300ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1301797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13021da177e4SLinus Torvalds
13031da177e4SLinus Torvaldsconfig CPU_SB1
13041da177e4SLinus Torvalds	bool "SB1"
13057cf8053bSRalf Baechle	depends on SYS_HAS_CPU_SB1
1306f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1307ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1308ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1309797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13101da177e4SLinus Torvalds
13111da177e4SLinus Torvaldsendchoice
13121da177e4SLinus Torvalds
13137cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1
13147cf8053bSRalf Baechle	bool
13157cf8053bSRalf Baechle
13167cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2
13177cf8053bSRalf Baechle	bool
13187cf8053bSRalf Baechle
13197cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1
13207cf8053bSRalf Baechle	bool
13217cf8053bSRalf Baechle
13227cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2
13237cf8053bSRalf Baechle	bool
13247cf8053bSRalf Baechle
13257cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000
13267cf8053bSRalf Baechle	bool
13277cf8053bSRalf Baechle
13287cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX39XX
13297cf8053bSRalf Baechle	bool
13307cf8053bSRalf Baechle
13317cf8053bSRalf Baechleconfig SYS_HAS_CPU_VR41XX
13327cf8053bSRalf Baechle	bool
13337cf8053bSRalf Baechle
13347cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4300
13357cf8053bSRalf Baechle	bool
13367cf8053bSRalf Baechle
13377cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00
13387cf8053bSRalf Baechle	bool
13397cf8053bSRalf Baechle
13407cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX
13417cf8053bSRalf Baechle	bool
13427cf8053bSRalf Baechle
13437cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000
13447cf8053bSRalf Baechle	bool
13457cf8053bSRalf Baechle
13467cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5432
13477cf8053bSRalf Baechle	bool
13487cf8053bSRalf Baechle
13497cf8053bSRalf Baechleconfig SYS_HAS_CPU_R6000
13507cf8053bSRalf Baechle	bool
13517cf8053bSRalf Baechle
13527cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA
13537cf8053bSRalf Baechle	bool
13547cf8053bSRalf Baechle
13557cf8053bSRalf Baechleconfig SYS_HAS_CPU_R8000
13567cf8053bSRalf Baechle	bool
13577cf8053bSRalf Baechle
13587cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000
13597cf8053bSRalf Baechle	bool
13607cf8053bSRalf Baechle
13617cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000
13627cf8053bSRalf Baechle	bool
13637cf8053bSRalf Baechle
13647cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM9000
13657cf8053bSRalf Baechle	bool
13667cf8053bSRalf Baechle
13677cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1
13687cf8053bSRalf Baechle	bool
13697cf8053bSRalf Baechle
13705e83d430SRalf Baechleendmenu
13715e83d430SRalf Baechle
13725e83d430SRalf Baechle#
13735e83d430SRalf Baechle# These two indicate any levelof the MIPS32 and MIPS64 architecture
13745e83d430SRalf Baechle#
13755e83d430SRalf Baechleconfig CPU_MIPS32
13765e83d430SRalf Baechle	bool
13775e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
13785e83d430SRalf Baechle
13795e83d430SRalf Baechleconfig CPU_MIPS64
13805e83d430SRalf Baechle	bool
13815e83d430SRalf Baechle	default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
13825e83d430SRalf Baechle
13835e83d430SRalf Baechle#
13845e83d430SRalf Baechle# These two indicate the revision of the architecture, either 32 bot 64 bit.
13855e83d430SRalf Baechle#
13865e83d430SRalf Baechleconfig CPU_MIPSR1
13875e83d430SRalf Baechle	bool
13885e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
13895e83d430SRalf Baechle
13905e83d430SRalf Baechleconfig CPU_MIPSR2
13915e83d430SRalf Baechle	bool
13925e83d430SRalf Baechle	default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
13935e83d430SRalf Baechle
13945e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL
13955e83d430SRalf Baechle	bool
13965e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL
13975e83d430SRalf Baechle	bool
13985e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL
13995e83d430SRalf Baechle	bool
14005e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL
14015e83d430SRalf Baechle	bool
14025e83d430SRalf Baechle
14035e83d430SRalf Baechlemenu "Kernel type"
14045e83d430SRalf Baechle
14055e83d430SRalf Baechlechoice
14065e83d430SRalf Baechle
14075e83d430SRalf Baechle	prompt "Kernel code model"
14085e83d430SRalf Baechle	help
14095e83d430SRalf Baechle	  You should only select this option if you have a workload that
14105e83d430SRalf Baechle	  actually benefits from 64-bit processing or if your machine has
14115e83d430SRalf Baechle	  large memory.  You will only be presented a single option in this
14125e83d430SRalf Baechle	  menu if your system does not support both 32-bit and 64-bit kernels.
14135e83d430SRalf Baechle
14145e83d430SRalf Baechleconfig 32BIT
14155e83d430SRalf Baechle	bool "32-bit kernel"
14165e83d430SRalf Baechle	depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
14175e83d430SRalf Baechle	select TRAD_SIGNALS
14185e83d430SRalf Baechle	help
14195e83d430SRalf Baechle	  Select this option if you want to build a 32-bit kernel.
14205e83d430SRalf Baechleconfig 64BIT
14215e83d430SRalf Baechle	bool "64-bit kernel"
14225e83d430SRalf Baechle	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
14235e83d430SRalf Baechle	help
14245e83d430SRalf Baechle	  Select this option if you want to build a 64-bit kernel.
14255e83d430SRalf Baechle
14265e83d430SRalf Baechleendchoice
14275e83d430SRalf Baechle
14281da177e4SLinus Torvaldschoice
14291da177e4SLinus Torvalds	prompt "Kernel page size"
14301da177e4SLinus Torvalds	default PAGE_SIZE_4KB
14311da177e4SLinus Torvalds
14321da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB
14331da177e4SLinus Torvalds	bool "4kB"
14341da177e4SLinus Torvalds	help
14351da177e4SLinus Torvalds	 This option select the standard 4kB Linux page size.  On some
14361da177e4SLinus Torvalds	 R3000-family processors this is the only available page size.  Using
14371da177e4SLinus Torvalds	 4kB page size will minimize memory consumption and is therefore
14381da177e4SLinus Torvalds	 recommended for low memory systems.
14391da177e4SLinus Torvalds
14401da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB
14411da177e4SLinus Torvalds	bool "8kB"
14421da177e4SLinus Torvalds	depends on EXPERIMENTAL && CPU_R8000
14431da177e4SLinus Torvalds	help
14441da177e4SLinus Torvalds	  Using 8kB page size will result in higher performance kernel at
14451da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available
14461da177e4SLinus Torvalds	  only on the R8000 processor.  Not that at the time of this writing
14471da177e4SLinus Torvalds	  this option is still high experimental; there are also issues with
14481da177e4SLinus Torvalds	  compatibility of user applications.
14491da177e4SLinus Torvalds
14501da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB
14511da177e4SLinus Torvalds	bool "16kB"
1452714bfad6SRalf Baechle	depends on !CPU_R3000 && !CPU_TX39XX
14531da177e4SLinus Torvalds	help
14541da177e4SLinus Torvalds	  Using 16kB page size will result in higher performance kernel at
14551da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
1456714bfad6SRalf Baechle	  all non-R3000 family processors.  Note that you will need a suitable
1457714bfad6SRalf Baechle	  Linux distribution to support this.
14581da177e4SLinus Torvalds
14591da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB
14601da177e4SLinus Torvalds	bool "64kB"
14611da177e4SLinus Torvalds	depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
14621da177e4SLinus Torvalds	help
14631da177e4SLinus Torvalds	  Using 64kB page size will result in higher performance kernel at
14641da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
14651da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
1466714bfad6SRalf Baechle	  writing this option is still high experimental.
14671da177e4SLinus Torvalds
14681da177e4SLinus Torvaldsendchoice
14691da177e4SLinus Torvalds
14701da177e4SLinus Torvaldsconfig BOARD_SCACHE
14711da177e4SLinus Torvalds	bool
14721da177e4SLinus Torvalds
14731da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE
14741da177e4SLinus Torvalds	bool
14751da177e4SLinus Torvalds	select BOARD_SCACHE
14761da177e4SLinus Torvalds
14771da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE
14781da177e4SLinus Torvalds	bool
14791da177e4SLinus Torvalds	select BOARD_SCACHE
14801da177e4SLinus Torvalds
14811da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE
14821da177e4SLinus Torvalds	bool
14831da177e4SLinus Torvalds	select BOARD_SCACHE
14841da177e4SLinus Torvalds
14851da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS
14861da177e4SLinus Torvalds	bool "Use DMA to clear/copy pages"
14871da177e4SLinus Torvalds	depends on CPU_SB1
14881da177e4SLinus Torvalds	help
14891da177e4SLinus Torvalds	  Instead of using the CPU to zero and copy pages, use a Data Mover
14901da177e4SLinus Torvalds	  channel.  These DMA channels are otherwise unused by the standard
14911da177e4SLinus Torvalds	  SiByte Linux port.  Seems to give a small performance benefit.
14921da177e4SLinus Torvalds
14931da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH
1494c8094b53SRalf Baechle	bool
14951da177e4SLinus Torvalds
1496e01402b1SRalf Baechleconfig MIPS_MT
1497e01402b1SRalf Baechle	bool "Enable MIPS MT"
1498e01402b1SRalf Baechle
1499340ee4b9SRalf Baechlechoice
1500340ee4b9SRalf Baechle	prompt "MIPS MT options"
1501340ee4b9SRalf Baechle	depends on MIPS_MT
1502340ee4b9SRalf Baechle
150341c594abSRalf Baechleconfig MIPS_MT_SMTC
150441c594abSRalf Baechle	bool "SMTC: Use all TCs on all VPEs for SMP"
1505f7062ddbSRalf Baechle	select CPU_MIPSR2_IRQ_VI
1506f7062ddbSRalf Baechle	select CPU_MIPSR2_SRS
150741c594abSRalf Baechle	select SMP
150841c594abSRalf Baechle
1509340ee4b9SRalf Baechleconfig MIPS_MT_SMP
1510340ee4b9SRalf Baechle	bool "Use 1 TC on each available VPE for SMP"
1511340ee4b9SRalf Baechle	select SMP
1512340ee4b9SRalf Baechle
1513e01402b1SRalf Baechleconfig MIPS_VPE_LOADER
1514e01402b1SRalf Baechle	bool "VPE loader support."
1515e01402b1SRalf Baechle	depends on MIPS_MT
1516e01402b1SRalf Baechle	help
1517e01402b1SRalf Baechle	  Includes a loader for loading an elf relocatable object
1518e01402b1SRalf Baechle	  onto another VPE and running it.
1519e01402b1SRalf Baechle
1520340ee4b9SRalf Baechleendchoice
1521340ee4b9SRalf Baechle
1522f088fc84SRalf Baechleconfig MIPS_MT_FPAFF
1523f088fc84SRalf Baechle	bool "Dynamic FPU affinity for FP-intensive threads"
1524f088fc84SRalf Baechle	depends on MIPS_MT
1525f088fc84SRalf Baechle	default y
1526f088fc84SRalf Baechle
1527e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM
1528e01402b1SRalf Baechle	bool "Load VPE program into memory hidden from linux"
1529e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
1530e01402b1SRalf Baechle	default y
1531e01402b1SRalf Baechle	help
1532e01402b1SRalf Baechle	  The loader can use memory that is present but has been hidden from
1533e01402b1SRalf Baechle	  Linux using the kernel command line option "mem=xxMB". It's up to
1534e01402b1SRalf Baechle	  you to ensure the amount you put in the option and the space your
1535e01402b1SRalf Baechle	  program requires is less or equal to the amount physically present.
1536e01402b1SRalf Baechle
1537e01402b1SRalf Baechle# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1538e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API
1539e01402b1SRalf Baechle	bool "Enable support for AP/SP API (RTLX)"
1540e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
15415e83d430SRalf Baechle	help
1542e01402b1SRalf Baechle
15432600990eSRalf Baechleconfig MIPS_APSP_KSPD
15442600990eSRalf Baechle	bool "Enable KSPD"
15452600990eSRalf Baechle	depends on MIPS_VPE_APSP_API
15462600990eSRalf Baechle	default y
15472600990eSRalf Baechle	help
15482600990eSRalf Baechle	  KSPD is a kernel daemon that accepts syscall requests from the SP
15492600990eSRalf Baechle	  side, actions them and returns the results. It also handles the
15502600990eSRalf Baechle	  "exit" syscall notifying other kernel modules the SP program is
15512600990eSRalf Baechle	  exiting.  You probably want to say yes here.
15522600990eSRalf Baechle
15531da177e4SLinus Torvaldsconfig SB1_PASS_1_WORKAROUNDS
15541da177e4SLinus Torvalds	bool
15551da177e4SLinus Torvalds	depends on CPU_SB1_PASS_1
15561da177e4SLinus Torvalds	default y
15571da177e4SLinus Torvalds
15581da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS
15591da177e4SLinus Torvalds	bool
15601da177e4SLinus Torvalds	depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
15611da177e4SLinus Torvalds	default y
15621da177e4SLinus Torvalds
15631da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS
15641da177e4SLinus Torvalds	bool
15651da177e4SLinus Torvalds	depends on CPU_SB1 && CPU_SB1_PASS_2
15661da177e4SLinus Torvalds	default y
15671da177e4SLinus Torvalds
15681da177e4SLinus Torvaldsconfig 64BIT_PHYS_ADDR
15691da177e4SLinus Torvalds	bool "Support for 64-bit physical address space"
1570948928adSRalf Baechle	depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT
15711da177e4SLinus Torvalds
15721da177e4SLinus Torvaldsconfig CPU_HAS_LLSC
1573f7062ddbSRalf Baechle	bool
15741da177e4SLinus Torvalds
15751da177e4SLinus Torvaldsconfig CPU_HAS_WB
1576f7062ddbSRalf Baechle	bool
1577e01402b1SRalf Baechle
1578e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI
1579e01402b1SRalf Baechle	bool "Vectored interrupt mode"
1580f7062ddbSRalf Baechle	depends on CPU_MIPSR2
1581e01402b1SRalf Baechle	help
1582e01402b1SRalf Baechle	   Vectored interrupt mode allowing faster dispatching of interrupts.
1583e01402b1SRalf Baechle	   The board support code needs to be written to take advantage of this
1584e01402b1SRalf Baechle	   mode.  Compatibility code is included to allow the kernel to run on
1585e01402b1SRalf Baechle	   a CPU that does not support vectored interrupts.  It's safe to
1586e01402b1SRalf Baechle	   say Y here.
1587e01402b1SRalf Baechle
1588e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI
1589e01402b1SRalf Baechle	bool "External interrupt controller mode"
1590f7062ddbSRalf Baechle	depends on CPU_MIPSR2
1591e01402b1SRalf Baechle	help
1592e01402b1SRalf Baechle	   Extended interrupt mode takes advantage of an external interrupt
1593e01402b1SRalf Baechle	   controller to allow fast dispatching from many possible interrupt
1594e01402b1SRalf Baechle	   sources. Say N unless you know that external interrupt support is
1595e01402b1SRalf Baechle	   required.
1596e01402b1SRalf Baechle
1597e01402b1SRalf Baechleconfig CPU_MIPSR2_SRS
1598e01402b1SRalf Baechle	bool "Make shadow set registers available for interrupt handlers"
1599e01402b1SRalf Baechle	depends on CPU_MIPSR2_IRQ_VI || CPU_MIPSR2_IRQ_EI
1600e01402b1SRalf Baechle	help
1601e01402b1SRalf Baechle	   Allow the kernel to use shadow register sets for fast interrupts.
1602e01402b1SRalf Baechle	   Interrupt handlers must be specially written to use shadow sets.
1603e01402b1SRalf Baechle	   Say N unless you know that shadow register set upport is needed.
1604e01402b1SRalf Baechle
16051da177e4SLinus Torvaldsconfig CPU_HAS_SYNC
16061da177e4SLinus Torvalds	bool
16071da177e4SLinus Torvalds	depends on !CPU_R3000
16081da177e4SLinus Torvalds	default y
16091da177e4SLinus Torvalds
16101da177e4SLinus Torvalds#
1611797798c1SRalf Baechle# Use the generic interrupt handling code in kernel/irq/:
1612797798c1SRalf Baechle#
1613797798c1SRalf Baechleconfig GENERIC_HARDIRQS
1614797798c1SRalf Baechle	bool
1615797798c1SRalf Baechle	default y
1616797798c1SRalf Baechle
1617797798c1SRalf Baechleconfig GENERIC_IRQ_PROBE
1618797798c1SRalf Baechle	bool
1619797798c1SRalf Baechle	default y
1620797798c1SRalf Baechle
1621797798c1SRalf Baechle#
16221da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel.
16231da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed
16241da177e4SLinus Torvalds#   caches such as R3000, SB1, R7000 or those that look like they're virtually
16251da177e4SLinus Torvalds#   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
16261da177e4SLinus Torvalds#   moment we protect the user and offer the highmem option only on machines
16271da177e4SLinus Torvalds#   where it's known to be safe.  This will not offer highmem on a few systems
16281da177e4SLinus Torvalds#   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
16291da177e4SLinus Torvalds#   indexed CPUs but we're playing safe.
1630797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1631797798c1SRalf Baechle#   know they might have memory configurations that could make use of highmem
1632797798c1SRalf Baechle#   support.
16331da177e4SLinus Torvalds#
16341da177e4SLinus Torvaldsconfig HIGHMEM
16351da177e4SLinus Torvalds	bool "High Memory Support"
1636797798c1SRalf Baechle	depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1637797798c1SRalf Baechle
1638797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM
1639797798c1SRalf Baechle	bool
1640797798c1SRalf Baechle
1641797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM
1642797798c1SRalf Baechle	bool
16431da177e4SLinus Torvalds
1644b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE
1645b4819b59SYoichi Yuasa	def_bool y
1646b4819b59SYoichi Yuasa	depends on !NUMA
1647b4819b59SYoichi Yuasa
1648d8cb4e11SRalf Baechleconfig ARCH_DISCONTIGMEM_ENABLE
1649d8cb4e11SRalf Baechle	bool
1650d8cb4e11SRalf Baechle	default y if SGI_IP27
1651d8cb4e11SRalf Baechle	help
1652d8cb4e11SRalf Baechle	  Say Y to upport efficient handling of discontiguous physical memory,
1653d8cb4e11SRalf Baechle	  for architectures which are either NUMA (Non-Uniform Memory Access)
1654d8cb4e11SRalf Baechle	  or have huge holes in the physical address space for other reasons.
1655d8cb4e11SRalf Baechle	  See <file:Documentation/vm/numa> for more.
1656d8cb4e11SRalf Baechle
1657d8cb4e11SRalf Baechleconfig NUMA
1658d8cb4e11SRalf Baechle	bool "NUMA Support"
1659d8cb4e11SRalf Baechle	depends on SYS_SUPPORTS_NUMA
1660d8cb4e11SRalf Baechle	help
1661d8cb4e11SRalf Baechle	  Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1662d8cb4e11SRalf Baechle	  Access).  This option improves performance on systems with more
1663d8cb4e11SRalf Baechle	  than two nodes; on two node systems it is generally better to
1664d8cb4e11SRalf Baechle	  leave it disabled; on single node systems disable this option
1665d8cb4e11SRalf Baechle	  disabled.
1666d8cb4e11SRalf Baechle
1667d8cb4e11SRalf Baechleconfig SYS_SUPPORTS_NUMA
1668d8cb4e11SRalf Baechle	bool
1669d8cb4e11SRalf Baechle
1670c80d79d7SYasunori Gotoconfig NODES_SHIFT
1671c80d79d7SYasunori Goto	int
1672c80d79d7SYasunori Goto	default "6"
1673c80d79d7SYasunori Goto	depends on NEED_MULTIPLE_NODES
1674c80d79d7SYasunori Goto
1675b4819b59SYoichi Yuasasource "mm/Kconfig"
1676b4819b59SYoichi Yuasa
16771da177e4SLinus Torvaldsconfig SMP
16781da177e4SLinus Torvalds	bool "Multi-Processing support"
167941c594abSRalf Baechle	depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250 || QEMU) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP || MIPS_MT_SMTC
16801da177e4SLinus Torvalds	---help---
16811da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
16821da177e4SLinus Torvalds	  a system with only one CPU, like most personal computers, say N. If
16831da177e4SLinus Torvalds	  you have a system with more than one CPU, say Y.
16841da177e4SLinus Torvalds
16851da177e4SLinus Torvalds	  If you say N here, the kernel will run on single and multiprocessor
16861da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
16871da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
16881da177e4SLinus Torvalds	  singleprocessor machines. On a singleprocessor machine, the kernel
16891da177e4SLinus Torvalds	  will run faster if you say N here.
16901da177e4SLinus Torvalds
16911da177e4SLinus Torvalds	  People using multiprocessor machines who say Y here should also say
16921da177e4SLinus Torvalds	  Y to "Enhanced Real Time Clock Support", below.
16931da177e4SLinus Torvalds
16941da177e4SLinus Torvalds	  See also the <file:Documentation/smp.txt> and the SMP-HOWTO
16951da177e4SLinus Torvalds	  available at <http://www.tldp.org/docs.html#howto>.
16961da177e4SLinus Torvalds
16971da177e4SLinus Torvalds	  If you don't know what to do here, say N.
16981da177e4SLinus Torvalds
16991da177e4SLinus Torvaldsconfig NR_CPUS
17001da177e4SLinus Torvalds	int "Maximum number of CPUs (2-64)"
17011da177e4SLinus Torvalds	range 2 64
17021da177e4SLinus Torvalds	depends on SMP
17031da177e4SLinus Torvalds	default "64" if SGI_IP27
17041da177e4SLinus Torvalds	default "2"
17051da177e4SLinus Torvalds	help
17061da177e4SLinus Torvalds	  This allows you to specify the maximum number of CPUs which this
17071da177e4SLinus Torvalds	  kernel will support.  The maximum supported value is 32 for 32-bit
17081da177e4SLinus Torvalds	  kernel and 64 for 64-bit kernels; the minimum value which makes
17091da177e4SLinus Torvalds	  sense is 2.
17101da177e4SLinus Torvalds
17111da177e4SLinus Torvalds	  This is purely to save memory - each supported CPU adds
17121da177e4SLinus Torvalds	  approximately eight kilobytes to the kernel image.
17131da177e4SLinus Torvalds
1714*1723b4a3SAtsushi Nemoto#
1715*1723b4a3SAtsushi Nemoto# Timer Interrupt Frequency Configuration
1716*1723b4a3SAtsushi Nemoto#
1717*1723b4a3SAtsushi Nemoto
1718*1723b4a3SAtsushi Nemotochoice
1719*1723b4a3SAtsushi Nemoto	prompt "Timer frequency"
1720*1723b4a3SAtsushi Nemoto	default HZ_250
1721*1723b4a3SAtsushi Nemoto	help
1722*1723b4a3SAtsushi Nemoto	 Allows the configuration of the timer frequency.
1723*1723b4a3SAtsushi Nemoto
1724*1723b4a3SAtsushi Nemoto	config HZ_48
1725*1723b4a3SAtsushi Nemoto		bool "48 HZ" if SYS_SUPPORTS_48HZ
1726*1723b4a3SAtsushi Nemoto
1727*1723b4a3SAtsushi Nemoto	config HZ_100
1728*1723b4a3SAtsushi Nemoto		bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1729*1723b4a3SAtsushi Nemoto
1730*1723b4a3SAtsushi Nemoto	config HZ_128
1731*1723b4a3SAtsushi Nemoto		bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1732*1723b4a3SAtsushi Nemoto
1733*1723b4a3SAtsushi Nemoto	config HZ_250
1734*1723b4a3SAtsushi Nemoto		bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1735*1723b4a3SAtsushi Nemoto
1736*1723b4a3SAtsushi Nemoto	config HZ_256
1737*1723b4a3SAtsushi Nemoto		bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1738*1723b4a3SAtsushi Nemoto
1739*1723b4a3SAtsushi Nemoto	config HZ_1000
1740*1723b4a3SAtsushi Nemoto		bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1741*1723b4a3SAtsushi Nemoto
1742*1723b4a3SAtsushi Nemoto	config HZ_1024
1743*1723b4a3SAtsushi Nemoto		bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1744*1723b4a3SAtsushi Nemoto
1745*1723b4a3SAtsushi Nemotoendchoice
1746*1723b4a3SAtsushi Nemoto
1747*1723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_48HZ
1748*1723b4a3SAtsushi Nemoto	bool
1749*1723b4a3SAtsushi Nemoto
1750*1723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_100HZ
1751*1723b4a3SAtsushi Nemoto	bool
1752*1723b4a3SAtsushi Nemoto
1753*1723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_128HZ
1754*1723b4a3SAtsushi Nemoto	bool
1755*1723b4a3SAtsushi Nemoto
1756*1723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_250HZ
1757*1723b4a3SAtsushi Nemoto	bool
1758*1723b4a3SAtsushi Nemoto
1759*1723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_256HZ
1760*1723b4a3SAtsushi Nemoto	bool
1761*1723b4a3SAtsushi Nemoto
1762*1723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1000HZ
1763*1723b4a3SAtsushi Nemoto	bool
1764*1723b4a3SAtsushi Nemoto
1765*1723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1024HZ
1766*1723b4a3SAtsushi Nemoto	bool
1767*1723b4a3SAtsushi Nemoto
1768*1723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_ARBIT_HZ
1769*1723b4a3SAtsushi Nemoto	bool
1770*1723b4a3SAtsushi Nemoto	default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1771*1723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1772*1723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1773*1723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_1024HZ
1774*1723b4a3SAtsushi Nemoto
1775*1723b4a3SAtsushi Nemotoconfig HZ
1776*1723b4a3SAtsushi Nemoto	int
1777*1723b4a3SAtsushi Nemoto	default 48 if HZ_48
1778*1723b4a3SAtsushi Nemoto	default 100 if HZ_100
1779*1723b4a3SAtsushi Nemoto	default 128 if HZ_128
1780*1723b4a3SAtsushi Nemoto	default 250 if HZ_250
1781*1723b4a3SAtsushi Nemoto	default 256 if HZ_256
1782*1723b4a3SAtsushi Nemoto	default 1000 if HZ_1000
1783*1723b4a3SAtsushi Nemoto	default 1024 if HZ_1024
1784*1723b4a3SAtsushi Nemoto
1785e80de850SRalf Baechlesource "kernel/Kconfig.preempt"
17861da177e4SLinus Torvalds
17871da177e4SLinus Torvaldsconfig RTC_DS1742
17881da177e4SLinus Torvalds	bool "DS1742 BRAM/RTC support"
17891da177e4SLinus Torvalds	depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
17901da177e4SLinus Torvalds
17911da177e4SLinus Torvaldsconfig MIPS_INSANE_LARGE
17921da177e4SLinus Torvalds	bool "Support for large 64-bit configurations"
1793875d43e7SRalf Baechle	depends on CPU_R10000 && 64BIT
17941da177e4SLinus Torvalds	help
17951da177e4SLinus Torvalds	  MIPS R10000 does support a 44 bit / 16TB address space as opposed to
17961da177e4SLinus Torvalds	  previous 64-bit processors which only supported 40 bit / 1TB. If you
17971da177e4SLinus Torvalds	  need processes of more than 1TB virtual address space, say Y here.
17981da177e4SLinus Torvalds	  This will result in additional memory usage, so it is not
17991da177e4SLinus Torvalds	  recommended for normal users.
18001da177e4SLinus Torvalds
18015e83d430SRalf Baechleendmenu
18025e83d430SRalf Baechle
18031da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
18041da177e4SLinus Torvalds	bool
18051da177e4SLinus Torvalds	default y
18061da177e4SLinus Torvalds
1807b6c3539bSRalf Baechlesource "init/Kconfig"
1808b6c3539bSRalf Baechle
18091da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
18101da177e4SLinus Torvalds
18115e83d430SRalf Baechleconfig HW_HAS_EISA
18125e83d430SRalf Baechle	bool
18131da177e4SLinus Torvaldsconfig HW_HAS_PCI
18141da177e4SLinus Torvalds	bool
18151da177e4SLinus Torvalds
18161da177e4SLinus Torvaldsconfig PCI
18171da177e4SLinus Torvalds	bool "Support for PCI controller"
18181da177e4SLinus Torvalds	depends on HW_HAS_PCI
18191da177e4SLinus Torvalds	help
18201da177e4SLinus Torvalds	  Find out whether you have a PCI motherboard. PCI is the name of a
18211da177e4SLinus Torvalds	  bus system, i.e. the way the CPU talks to the other stuff inside
18221da177e4SLinus Torvalds	  your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
18231da177e4SLinus Torvalds	  say Y, otherwise N.
18241da177e4SLinus Torvalds
18251da177e4SLinus Torvalds	  The PCI-HOWTO, available from
18261da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>, contains valuable
18271da177e4SLinus Torvalds	  information about which PCI hardware does work under Linux and which
18281da177e4SLinus Torvalds	  doesn't.
18291da177e4SLinus Torvalds
18301da177e4SLinus Torvaldsconfig PCI_DOMAINS
18311da177e4SLinus Torvalds	bool
18321da177e4SLinus Torvalds	depends on PCI
18331da177e4SLinus Torvalds
18341da177e4SLinus Torvaldssource "drivers/pci/Kconfig"
18351da177e4SLinus Torvalds
18361da177e4SLinus Torvalds#
18371da177e4SLinus Torvalds# ISA support is now enabled via select.  Too many systems still have the one
18381da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect
18391da177e4SLinus Torvalds# users to choose the right thing ...
18401da177e4SLinus Torvalds#
18411da177e4SLinus Torvaldsconfig ISA
18421da177e4SLinus Torvalds	bool
18431da177e4SLinus Torvalds
1844aac076f8SRalf Baechleconfig NO_ISA
1845aac076f8SRalf Baechle	bool
1846aac076f8SRalf Baechle
18471da177e4SLinus Torvaldsconfig EISA
18481da177e4SLinus Torvalds	bool "EISA support"
18495e83d430SRalf Baechle	depends on HW_HAS_EISA
18501da177e4SLinus Torvalds	select ISA
18511da177e4SLinus Torvalds	---help---
18521da177e4SLinus Torvalds	  The Extended Industry Standard Architecture (EISA) bus was
18531da177e4SLinus Torvalds	  developed as an open alternative to the IBM MicroChannel bus.
18541da177e4SLinus Torvalds
18551da177e4SLinus Torvalds	  The EISA bus provided some of the features of the IBM MicroChannel
18561da177e4SLinus Torvalds	  bus while maintaining backward compatibility with cards made for
18571da177e4SLinus Torvalds	  the older ISA bus.  The EISA bus saw limited use between 1988 and
18581da177e4SLinus Torvalds	  1995 when it was made obsolete by the PCI bus.
18591da177e4SLinus Torvalds
18601da177e4SLinus Torvalds	  Say Y here if you are building a kernel for an EISA-based machine.
18611da177e4SLinus Torvalds
18621da177e4SLinus Torvalds	  Otherwise, say N.
18631da177e4SLinus Torvalds
18641da177e4SLinus Torvaldssource "drivers/eisa/Kconfig"
18651da177e4SLinus Torvalds
18661da177e4SLinus Torvaldsconfig TC
18671da177e4SLinus Torvalds	bool "TURBOchannel support"
18681da177e4SLinus Torvalds	depends on MACH_DECSTATION
18691da177e4SLinus Torvalds	help
18701da177e4SLinus Torvalds	  TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
18711da177e4SLinus Torvalds	  processors.  Documentation on writing device drivers for TurboChannel
18721da177e4SLinus Torvalds	  is available at:
18731da177e4SLinus Torvalds	  <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
18741da177e4SLinus Torvalds
18751da177e4SLinus Torvalds#config ACCESSBUS
18761da177e4SLinus Torvalds#	bool "Access.Bus support"
18771da177e4SLinus Torvalds#	depends on TC
18781da177e4SLinus Torvalds
18791da177e4SLinus Torvaldsconfig MMU
18801da177e4SLinus Torvalds	bool
18811da177e4SLinus Torvalds	default y
18821da177e4SLinus Torvalds
1883e5c6c8e4SMichael Neulingconfig I8253
1884e5c6c8e4SMichael Neuling	bool
1885e5c6c8e4SMichael Neuling
18861da177e4SLinus Torvaldssource "drivers/pcmcia/Kconfig"
18871da177e4SLinus Torvalds
18881da177e4SLinus Torvaldssource "drivers/pci/hotplug/Kconfig"
18891da177e4SLinus Torvalds
18901da177e4SLinus Torvaldsendmenu
18911da177e4SLinus Torvalds
18921da177e4SLinus Torvaldsmenu "Executable file formats"
18931da177e4SLinus Torvalds
18941da177e4SLinus Torvaldssource "fs/Kconfig.binfmt"
18951da177e4SLinus Torvalds
18961da177e4SLinus Torvaldsconfig TRAD_SIGNALS
18971da177e4SLinus Torvalds	bool
18981da177e4SLinus Torvalds
18991da177e4SLinus Torvaldsconfig BUILD_ELF64
19001da177e4SLinus Torvalds	bool "Use 64-bit ELF format for building"
1901875d43e7SRalf Baechle	depends on 64BIT
19021da177e4SLinus Torvalds	help
19031da177e4SLinus Torvalds	  A 64-bit kernel is usually built using the 64-bit ELF binary object
19041da177e4SLinus Torvalds	  format as it's one that allows arbitrary 64-bit constructs.  For
19051da177e4SLinus Torvalds	  kernels that are loaded within the KSEG compatibility segments the
19061da177e4SLinus Torvalds	  32-bit ELF format can optionally be used resulting in a somewhat
19071da177e4SLinus Torvalds	  smaller binary, but this option is not explicitly supported by the
19081da177e4SLinus Torvalds	  toolchain and since binutils 2.14 it does not even work at all.
19091da177e4SLinus Torvalds
19101da177e4SLinus Torvalds	  Say Y to use the 64-bit format or N to use the 32-bit one.
19111da177e4SLinus Torvalds
19121da177e4SLinus Torvalds	  If unsure say Y.
19131da177e4SLinus Torvalds
19141da177e4SLinus Torvaldsconfig BINFMT_IRIX
19151da177e4SLinus Torvalds	bool "Include IRIX binary compatibility"
19165e83d430SRalf Baechle	depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
19171da177e4SLinus Torvalds
19181da177e4SLinus Torvaldsconfig MIPS32_COMPAT
19191da177e4SLinus Torvalds	bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
1920875d43e7SRalf Baechle	depends on 64BIT
19211da177e4SLinus Torvalds	help
19221da177e4SLinus Torvalds	  Select this option if you want Linux/MIPS 32-bit binary
19231da177e4SLinus Torvalds	  compatibility. Since all software available for Linux/MIPS is
19241da177e4SLinus Torvalds	  currently 32-bit you should say Y here.
19251da177e4SLinus Torvalds
19261da177e4SLinus Torvaldsconfig COMPAT
19271da177e4SLinus Torvalds	bool
19281da177e4SLinus Torvalds	depends on MIPS32_COMPAT
19291da177e4SLinus Torvalds	default y
19301da177e4SLinus Torvalds
19311da177e4SLinus Torvaldsconfig MIPS32_O32
19321da177e4SLinus Torvalds	bool "Kernel support for o32 binaries"
19331da177e4SLinus Torvalds	depends on MIPS32_COMPAT
19341da177e4SLinus Torvalds	help
19351da177e4SLinus Torvalds	  Select this option if you want to run o32 binaries.  These are pure
19361da177e4SLinus Torvalds	  32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
19371da177e4SLinus Torvalds	  existing binaries are in this format.
19381da177e4SLinus Torvalds
19391da177e4SLinus Torvalds	  If unsure, say Y.
19401da177e4SLinus Torvalds
19411da177e4SLinus Torvaldsconfig MIPS32_N32
19421da177e4SLinus Torvalds	bool "Kernel support for n32 binaries"
19431da177e4SLinus Torvalds	depends on MIPS32_COMPAT
19441da177e4SLinus Torvalds	help
19451da177e4SLinus Torvalds	  Select this option if you want to run n32 binaries.  These are
19461da177e4SLinus Torvalds	  64-bit binaries using 32-bit quantities for addressing and certain
19471da177e4SLinus Torvalds	  data that would normally be 64-bit.  They are used in special
19481da177e4SLinus Torvalds	  cases.
19491da177e4SLinus Torvalds
19501da177e4SLinus Torvalds	  If unsure, say N.
19511da177e4SLinus Torvalds
19521da177e4SLinus Torvaldsconfig BINFMT_ELF32
19531da177e4SLinus Torvalds	bool
19541da177e4SLinus Torvalds	default y if MIPS32_O32 || MIPS32_N32
19551da177e4SLinus Torvalds
1956127c6f66SRalf Baechleconfig SECCOMP
1957127c6f66SRalf Baechle	bool "Enable seccomp to safely compute untrusted bytecode"
1958127c6f66SRalf Baechle	depends on PROC_FS && BROKEN
1959127c6f66SRalf Baechle	default y
1960127c6f66SRalf Baechle	help
1961127c6f66SRalf Baechle	  This kernel feature is useful for number crunching applications
1962127c6f66SRalf Baechle	  that may need to compute untrusted bytecode during their
1963127c6f66SRalf Baechle	  execution. By using pipes or other transports made available to
1964127c6f66SRalf Baechle	  the process as file descriptors supporting the read/write
1965127c6f66SRalf Baechle	  syscalls, it's possible to isolate those applications in
1966127c6f66SRalf Baechle	  their own address space using seccomp. Once seccomp is
1967127c6f66SRalf Baechle	  enabled via /proc/<pid>/seccomp, it cannot be disabled
1968127c6f66SRalf Baechle	  and the task is only allowed to execute a few safe syscalls
1969127c6f66SRalf Baechle	  defined by each seccomp mode.
1970127c6f66SRalf Baechle
1971127c6f66SRalf Baechle	  If unsure, say Y. Only embedded should say N here.
1972127c6f66SRalf Baechle
19731da177e4SLinus Torvaldsconfig PM
19741da177e4SLinus Torvalds	bool "Power Management support (EXPERIMENTAL)"
19755e83d430SRalf Baechle	depends on EXPERIMENTAL && SOC_AU1X00
19761da177e4SLinus Torvalds
1977952fa954SRodolfo Giometticonfig APM
1978952fa954SRodolfo Giometti        tristate "Advanced Power Management Emulation"
1979952fa954SRodolfo Giometti	depends on PM
1980952fa954SRodolfo Giometti        ---help---
1981952fa954SRodolfo Giometti	  APM is a BIOS specification for saving power using several different
1982952fa954SRodolfo Giometti	  techniques. This is mostly useful for battery powered systems with
1983952fa954SRodolfo Giometti	  APM compliant BIOSes. If you say Y here, the system time will be
1984952fa954SRodolfo Giometti	  reset after a RESUME operation, the /proc/apm device will provide
1985952fa954SRodolfo Giometti	  battery status information, and user-space programs will receive
1986952fa954SRodolfo Giometti	  notification of APM "events" (e.g. battery status change).
1987952fa954SRodolfo Giometti
1988952fa954SRodolfo Giometti	  In order to use APM, you will need supporting software. For location
1989952fa954SRodolfo Giometti	  and more information, read <file:Documentation/pm.txt> and the
1990952fa954SRodolfo Giometti	  Battery Powered Linux mini-HOWTO, available from
1991952fa954SRodolfo Giometti	  <http://www.tldp.org/docs.html#howto>.
1992952fa954SRodolfo Giometti
1993952fa954SRodolfo Giometti	  This driver does not spin down disk drives (see the hdparm(8)
1994952fa954SRodolfo Giometti	  manpage ("man 8 hdparm") for that), and it doesn't turn off
1995952fa954SRodolfo Giometti	  VESA-compliant "green" monitors.
1996952fa954SRodolfo Giometti
1997952fa954SRodolfo Giometti	  Generally, if you don't have a battery in your machine, there isn't
1998952fa954SRodolfo Giometti	  much point in using this driver and you should say N. If you get
1999952fa954SRodolfo Giometti	  random kernel OOPSes or reboots that don't seem to be related to
2000952fa954SRodolfo Giometti	  anything, try disabling/enabling this option (or disabling/enabling
2001952fa954SRodolfo Giometti	  APM in your BIOS).
2002952fa954SRodolfo Giometti
20031da177e4SLinus Torvaldsendmenu
20041da177e4SLinus Torvalds
2005d5950b43SSam Ravnborgsource "net/Kconfig"
2006d5950b43SSam Ravnborg
20071da177e4SLinus Torvaldssource "drivers/Kconfig"
20081da177e4SLinus Torvalds
20091da177e4SLinus Torvaldssource "fs/Kconfig"
20101da177e4SLinus Torvalds
20115e83d430SRalf Baechlesource "arch/mips/oprofile/Kconfig"
20125e83d430SRalf Baechle
20131da177e4SLinus Torvaldssource "arch/mips/Kconfig.debug"
20141da177e4SLinus Torvalds
20151da177e4SLinus Torvaldssource "security/Kconfig"
20161da177e4SLinus Torvalds
20171da177e4SLinus Torvaldssource "crypto/Kconfig"
20181da177e4SLinus Torvalds
20191da177e4SLinus Torvaldssource "lib/Kconfig"
2020