xref: /linux/arch/mips/Kconfig (revision 3c9ee7ef87414cba80dbdf433d3547bb20055ef7)
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
165e83d430SRalf Baechle	bool "Support for 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
1221da177e4SLinus Torvaldsconfig MIPS_COBALT
123ed5ba2fbSYoichi Yuasa	bool "Support for Cobalt Server"
1241da177e4SLinus Torvalds	select DMA_NONCOHERENT
1251da177e4SLinus Torvalds	select HW_HAS_PCI
1261da177e4SLinus Torvalds	select I8259
1271da177e4SLinus Torvalds	select IRQ_CPU
1285e83d430SRalf Baechle	select MIPS_GT64111
1297cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
130ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
131ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1325e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1331da177e4SLinus Torvalds
1341da177e4SLinus Torvaldsconfig MACH_DECSTATION
1351da177e4SLinus Torvalds	bool "Support for DECstations"
1361da177e4SLinus Torvalds	select BOOT_ELF32
1371da177e4SLinus Torvalds	select DMA_NONCOHERENT
138b6d468ecSMaciej W. Rozycki	select EARLY_PRINTK
1391da177e4SLinus Torvalds	select IRQ_CPU
1407cf8053bSRalf Baechle	select SYS_HAS_CPU_R3000
1417cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
142ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
143ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1445e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1455e83d430SRalf Baechle	help
1461da177e4SLinus Torvalds	  This enables support for DEC's MIPS based workstations.  For details
1471da177e4SLinus Torvalds	  see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
1481da177e4SLinus Torvalds	  DECstation porting pages on <http://decstation.unix-ag.org/>.
1491da177e4SLinus Torvalds
1501da177e4SLinus Torvalds	  If you have one of the following DECstation Models you definitely
1511da177e4SLinus Torvalds	  want to choose R4xx0 for the CPU Type:
1521da177e4SLinus Torvalds
1531da177e4SLinus Torvalds	  	DECstation 5000/50
1541da177e4SLinus Torvalds	  	DECstation 5000/150
1551da177e4SLinus Torvalds	  	DECstation 5000/260
1561da177e4SLinus Torvalds	  	DECsystem 5900/260
1571da177e4SLinus Torvalds
1581da177e4SLinus Torvalds	  otherwise choose R3000.
1591da177e4SLinus Torvalds
1601da177e4SLinus Torvaldsconfig MIPS_EV64120
1611da177e4SLinus Torvalds	bool "Support for Galileo EV64120 Evaluation board (EXPERIMENTAL)"
1621da177e4SLinus Torvalds	depends on EXPERIMENTAL
1631da177e4SLinus Torvalds	select DMA_NONCOHERENT
1641da177e4SLinus Torvalds	select HW_HAS_PCI
1651da177e4SLinus Torvalds	select MIPS_GT64120
1667cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
167ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
168ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
1695e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
1701da177e4SLinus Torvalds	help
1711da177e4SLinus Torvalds	  This is an evaluation board based on the Galileo GT-64120
1721da177e4SLinus Torvalds	  single-chip system controller that contains a MIPS R5000 compatible
1731da177e4SLinus Torvalds	  core running at 75/100MHz.  Their website is located at
1741da177e4SLinus Torvalds	  <http://www.marvell.com/>.  Say Y here if you wish to build a
1751da177e4SLinus Torvalds	  kernel for this platform.
1761da177e4SLinus Torvalds
1771da177e4SLinus Torvaldsconfig MIPS_EV96100
1781da177e4SLinus Torvalds	bool "Support for Galileo EV96100 Evaluation board (EXPERIMENTAL)"
1791da177e4SLinus Torvalds	depends on EXPERIMENTAL
1801da177e4SLinus Torvalds	select DMA_NONCOHERENT
1811da177e4SLinus Torvalds	select HW_HAS_PCI
1821da177e4SLinus Torvalds	select IRQ_CPU
1831da177e4SLinus Torvalds	select MIPS_GT96100
1841da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
1851da177e4SLinus Torvalds	select SWAP_IO_SPACE
1867cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
1877cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
188ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
1895e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1905e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
1911da177e4SLinus Torvalds	help
1921da177e4SLinus Torvalds	  This is an evaluation board based on the Galileo GT-96100 LAN/WAN
1931da177e4SLinus Torvalds	  communications controllers containing a MIPS R5000 compatible core
1941da177e4SLinus Torvalds	  running at 83MHz. Their website is <http://www.marvell.com/>. Say Y
1951da177e4SLinus Torvalds	  here if you wish to build a kernel for this platform.
1961da177e4SLinus Torvalds
1971da177e4SLinus Torvaldsconfig MIPS_IVR
1981da177e4SLinus Torvalds	bool "Support for Globespan IVR board"
1991da177e4SLinus Torvalds	select DMA_NONCOHERENT
2001da177e4SLinus Torvalds	select HW_HAS_PCI
2015e83d430SRalf Baechle	select ITE_BOARD_GEN
2027cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
203ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
204ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2055e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2061da177e4SLinus Torvalds	help
2071da177e4SLinus Torvalds	  This is an evaluation board built by Globespan to showcase thir
2081da177e4SLinus Torvalds	  iVR (Internet Video Recorder) design. It utilizes a QED RM5231
2091da177e4SLinus Torvalds	  R5000 MIPS core. More information can be found out their website
2101da177e4SLinus Torvalds	  located at <http://www.globespan.net/>. Say Y here if you wish to
2111da177e4SLinus Torvalds	  build a kernel for this platform.
2121da177e4SLinus Torvalds
2131da177e4SLinus Torvaldsconfig MIPS_ITE8172
2141da177e4SLinus Torvalds	bool "Support for ITE 8172G board"
2151da177e4SLinus Torvalds	select DMA_NONCOHERENT
2161da177e4SLinus Torvalds	select HW_HAS_PCI
2175e83d430SRalf Baechle	select ITE_BOARD_GEN
2187cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
2197cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
220ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
221ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2225e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2231da177e4SLinus Torvalds	help
2241da177e4SLinus Torvalds	  Ths is an evaluation board made by ITE <http://www.ite.com.tw/>
2251da177e4SLinus Torvalds	  with ATX form factor that utilizes a MIPS R5000 to work with its
2261da177e4SLinus Torvalds	  ITE8172G companion internet appliance chip. The MIPS core can be
2271da177e4SLinus Torvalds	  either a NEC Vr5432 or QED RM5231. Say Y here if you wish to build
2281da177e4SLinus Torvalds	  a kernel for this platform.
2291da177e4SLinus Torvalds
2305e83d430SRalf Baechleconfig MACH_JAZZ
2315e83d430SRalf Baechle	bool "Support for the Jazz family of machines"
2325e83d430SRalf Baechle	select ARC
2335e83d430SRalf Baechle	select ARC32
2345e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
2355e83d430SRalf Baechle	select GENERIC_ISA_DMA
2365e83d430SRalf Baechle	select I8259
2375e83d430SRalf Baechle	select ISA
2387cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
2395e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
2405e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2411da177e4SLinus Torvalds	help
2425e83d430SRalf Baechle	 This a family of machines based on the MIPS R4030 chipset which was
2435e83d430SRalf Baechle	 used by several vendors to build RISC/os and Windows NT workstations.
2445e83d430SRalf Baechle	 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
2455e83d430SRalf Baechle	 Olivetti M700-10 workstations.
2465e83d430SRalf Baechle
2475e83d430SRalf Baechleconfig LASAT
2485e83d430SRalf Baechle	bool "Support for LASAT Networks platforms"
2495e83d430SRalf Baechle	select DMA_NONCOHERENT
2505e83d430SRalf Baechle	select HW_HAS_PCI
2515e83d430SRalf Baechle	select MIPS_GT64120
2525e83d430SRalf Baechle	select MIPS_NILE4
2535e83d430SRalf Baechle	select R5000_CPU_SCACHE
2547cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
2555e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
2565e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2575e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2581da177e4SLinus Torvalds
2591da177e4SLinus Torvaldsconfig MIPS_ATLAS
2601da177e4SLinus Torvalds	bool "Support for MIPS Atlas board"
2611da177e4SLinus Torvalds	select BOOT_ELF32
2621da177e4SLinus Torvalds	select DMA_NONCOHERENT
2635e83d430SRalf Baechle	select IRQ_CPU
2641da177e4SLinus Torvalds	select HW_HAS_PCI
2655e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2665e83d430SRalf Baechle	select MIPS_BONITO64
2671da177e4SLinus Torvalds	select MIPS_GT64120
2685e83d430SRalf Baechle	select MIPS_MSC
269f4b7cdb4SMaciej W. Rozycki	select RM7000_CPU_SCACHE
2701da177e4SLinus Torvalds	select SWAP_IO_SPACE
2717cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
2727cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
2737cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
2747cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
2757cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
276ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
277ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
2785e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2795e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2801da177e4SLinus Torvalds	help
281f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Atlas evaluation
2821da177e4SLinus Torvalds	  board.
2831da177e4SLinus Torvalds
2841da177e4SLinus Torvaldsconfig MIPS_MALTA
2851da177e4SLinus Torvalds	bool "Support for MIPS Malta board"
28661ed242dSRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
2871da177e4SLinus Torvalds	select BOOT_ELF32
2881da177e4SLinus Torvalds	select HAVE_STD_PC_SERIAL_PORT
2891da177e4SLinus Torvalds	select DMA_NONCOHERENT
290e01402b1SRalf Baechle	select IRQ_CPU
2911da177e4SLinus Torvalds	select GENERIC_ISA_DMA
2921da177e4SLinus Torvalds	select HW_HAS_PCI
2931da177e4SLinus Torvalds	select I8259
2945e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2955e83d430SRalf Baechle	select MIPS_BONITO64
2961da177e4SLinus Torvalds	select MIPS_GT64120
2975e83d430SRalf Baechle	select MIPS_MSC
2981da177e4SLinus Torvalds	select SWAP_IO_SPACE
2997cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3007cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3017cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
3027cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
3037cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
304ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
305ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3065e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3075e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
3081da177e4SLinus Torvalds	help
309f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Malta evaluation
3101da177e4SLinus Torvalds	  board.
3111da177e4SLinus Torvalds
3121da177e4SLinus Torvaldsconfig MIPS_SEAD
3131da177e4SLinus Torvalds	bool "Support for MIPS SEAD board (EXPERIMENTAL)"
3141da177e4SLinus Torvalds	depends on EXPERIMENTAL
3151da177e4SLinus Torvalds	select IRQ_CPU
3161da177e4SLinus Torvalds	select DMA_NONCOHERENT
3175e83d430SRalf Baechle	select MIPS_BOARDS_GEN
3187cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3197cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3207cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
321ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3225e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
3235e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3245e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
325f638d197SMaciej W. Rozycki	help
326f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies SEAD evaluation
327f638d197SMaciej W. Rozycki	  board.
3281da177e4SLinus Torvalds
329c78cbf49SRalf Baechleconfig MIPS_SIM
330c78cbf49SRalf Baechle	bool 'Support for MIPS simulator (MIPSsim)'
331c78cbf49SRalf Baechle	select DMA_NONCOHERENT
332c78cbf49SRalf Baechle	select IRQ_CPU
3337cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3347cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
335c78cbf49SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
336c78cbf49SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
337c78cbf49SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
338c78cbf49SRalf Baechle	help
339c78cbf49SRalf Baechle	  This option enables support for MIPS Technologies MIPSsim software
340c78cbf49SRalf Baechle	  emulator.
341c78cbf49SRalf Baechle
3421da177e4SLinus Torvaldsconfig MOMENCO_JAGUAR_ATX
3431da177e4SLinus Torvalds	bool "Support for Momentum Jaguar board"
3441da177e4SLinus Torvalds	select BOOT_ELF32
3451da177e4SLinus Torvalds	select DMA_NONCOHERENT
3461da177e4SLinus Torvalds	select HW_HAS_PCI
3471da177e4SLinus Torvalds	select IRQ_CPU
3481da177e4SLinus Torvalds	select IRQ_CPU_RM7K
3491da177e4SLinus Torvalds	select IRQ_MV64340
3501da177e4SLinus Torvalds	select LIMITED_DMA
3511da177e4SLinus Torvalds	select PCI_MARVELL
3521da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
3531da177e4SLinus Torvalds	select SWAP_IO_SPACE
3547cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
355ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
356ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3575e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3581da177e4SLinus Torvalds	help
3591da177e4SLinus Torvalds	  The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
3601da177e4SLinus Torvalds	  Momentum Computer <http://www.momenco.com/>.
3611da177e4SLinus Torvalds
3625e83d430SRalf Baechleconfig MOMENCO_OCELOT
3635e83d430SRalf Baechle	bool "Support for Momentum Ocelot board"
3645e83d430SRalf Baechle	select DMA_NONCOHERENT
3651da177e4SLinus Torvalds	select HW_HAS_PCI
3661da177e4SLinus Torvalds	select IRQ_CPU
3671da177e4SLinus Torvalds	select IRQ_CPU_RM7K
3685e83d430SRalf Baechle	select MIPS_GT64120
3695e83d430SRalf Baechle	select RM7000_CPU_SCACHE
3701da177e4SLinus Torvalds	select SWAP_IO_SPACE
3717cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
372ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
373ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3745e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3751da177e4SLinus Torvalds	help
3765e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
3775e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
3781da177e4SLinus Torvalds
3795e83d430SRalf Baechleconfig MOMENCO_OCELOT_3
3805e83d430SRalf Baechle	bool "Support for Momentum Ocelot-3 board"
3815e83d430SRalf Baechle	select BOOT_ELF32
3825e83d430SRalf Baechle	select DMA_NONCOHERENT
3835e83d430SRalf Baechle	select HW_HAS_PCI
3845e83d430SRalf Baechle	select IRQ_CPU
3855e83d430SRalf Baechle	select IRQ_CPU_RM7K
3865e83d430SRalf Baechle	select IRQ_MV64340
3875e83d430SRalf Baechle	select PCI_MARVELL
3885e83d430SRalf Baechle	select RM7000_CPU_SCACHE
3895e83d430SRalf Baechle	select SWAP_IO_SPACE
3907cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
3915e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
3925e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
3935e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3945e83d430SRalf Baechle	help
3955e83d430SRalf Baechle	  The Ocelot-3 is based off Discovery III System Controller and
3965e83d430SRalf Baechle	  PMC-Sierra Rm79000 core.
3975e83d430SRalf Baechle
3985e83d430SRalf Baechleconfig MOMENCO_OCELOT_C
3995e83d430SRalf Baechle	bool "Support for Momentum Ocelot-C board"
4005e83d430SRalf Baechle	select DMA_NONCOHERENT
4015e83d430SRalf Baechle	select HW_HAS_PCI
4025e83d430SRalf Baechle	select IRQ_CPU
4035e83d430SRalf Baechle	select IRQ_MV64340
4045e83d430SRalf Baechle	select PCI_MARVELL
4055e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4065e83d430SRalf Baechle	select SWAP_IO_SPACE
4077cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4085e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4095e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4105e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4115e83d430SRalf Baechle	help
4125e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4135e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4145e83d430SRalf Baechle
4155e83d430SRalf Baechleconfig MOMENCO_OCELOT_G
4165e83d430SRalf Baechle	bool "Support for Momentum Ocelot-G board"
4175e83d430SRalf Baechle	select DMA_NONCOHERENT
4185e83d430SRalf Baechle	select HW_HAS_PCI
4195e83d430SRalf Baechle	select IRQ_CPU
4205e83d430SRalf Baechle	select IRQ_CPU_RM7K
4215e83d430SRalf Baechle	select PCI_MARVELL
4225e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4235e83d430SRalf Baechle	select SWAP_IO_SPACE
4247cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4255e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4265e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4275e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4285e83d430SRalf Baechle	help
4295e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4305e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4315e83d430SRalf Baechle
4325e83d430SRalf Baechleconfig MIPS_XXS1500
4335e83d430SRalf Baechle	bool "Support for MyCable XXS1500 board"
4345e83d430SRalf Baechle	select DMA_NONCOHERENT
4355e83d430SRalf Baechle	select SOC_AU1500
4365e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4371da177e4SLinus Torvalds
438bdf21b18SPete Popovconfig PNX8550_V2PCI
439bdf21b18SPete Popov	bool "Support for Philips PNX8550 based Viper2-PCI board"
440bdf21b18SPete Popov	select PNX8550
441bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
442bdf21b18SPete Popov
443bdf21b18SPete Popovconfig PNX8550_JBS
444bdf21b18SPete Popov	bool "Support for Philips PNX8550 based JBS board"
445bdf21b18SPete Popov	select PNX8550
446bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
447bdf21b18SPete Popov
4481da177e4SLinus Torvaldsconfig DDB5074
4491da177e4SLinus Torvalds	bool "Support for NEC DDB Vrc-5074 (EXPERIMENTAL)"
4501da177e4SLinus Torvalds	depends on EXPERIMENTAL
4515e83d430SRalf Baechle	select DDB5XXX_COMMON
4521da177e4SLinus Torvalds	select DMA_NONCOHERENT
4531da177e4SLinus Torvalds	select HAVE_STD_PC_SERIAL_PORT
4541da177e4SLinus Torvalds	select HW_HAS_PCI
4551da177e4SLinus Torvalds	select IRQ_CPU
4561da177e4SLinus Torvalds	select I8259
4571da177e4SLinus Torvalds	select ISA
4587cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
459ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
460ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
4615e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4625e83d430SRalf Baechle	help
4635e83d430SRalf Baechle	  This enables support for the VR5000-based NEC DDB Vrc-5074
4645e83d430SRalf Baechle	  evaluation board.
4655e83d430SRalf Baechle
4665e83d430SRalf Baechleconfig DDB5476
4675e83d430SRalf Baechle	bool "Support for NEC DDB Vrc-5476"
4685e83d430SRalf Baechle	select DDB5XXX_COMMON
4695e83d430SRalf Baechle	select DMA_NONCOHERENT
4705e83d430SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
4715e83d430SRalf Baechle	select HW_HAS_PCI
4725e83d430SRalf Baechle	select IRQ_CPU
4735e83d430SRalf Baechle	select I8259
4745e83d430SRalf Baechle	select ISA
4757cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
4765e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4775e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
4785e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4791da177e4SLinus Torvalds	help
4801da177e4SLinus Torvalds	  This enables support for the R5432-based NEC DDB Vrc-5476
4811da177e4SLinus Torvalds	  evaluation board.
4821da177e4SLinus Torvalds
4831da177e4SLinus Torvalds	  Features : kernel debugging, serial terminal, NFS root fs, on-board
4841da177e4SLinus Torvalds	  ether port USB, AC97, PCI, PCI VGA card & framebuffer console,
4851da177e4SLinus Torvalds	  IDE controller, PS2 keyboard, PS2 mouse, etc.
4861da177e4SLinus Torvalds
4871da177e4SLinus Torvaldsconfig DDB5477
4881da177e4SLinus Torvalds	bool "Support for NEC DDB Vrc-5477"
4895e83d430SRalf Baechle	select DDB5XXX_COMMON
4901da177e4SLinus Torvalds	select DMA_NONCOHERENT
4911da177e4SLinus Torvalds	select HW_HAS_PCI
4921da177e4SLinus Torvalds	select I8259
4931da177e4SLinus Torvalds	select IRQ_CPU
4947cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
495ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
496ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
4975e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4981da177e4SLinus Torvalds	help
4991da177e4SLinus Torvalds	  This enables support for the R5432-based NEC DDB Vrc-5477,
5001da177e4SLinus Torvalds	  or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
5011da177e4SLinus Torvalds
5021da177e4SLinus Torvalds	  Features : kernel debugging, serial terminal, NFS root fs, on-board
5031da177e4SLinus Torvalds	  ether port USB, AC97, PCI, etc.
5041da177e4SLinus Torvalds
5055e83d430SRalf Baechleconfig MACH_VR41XX
5065e83d430SRalf Baechle	bool "Support for NEC VR4100 series based machines"
5077cf8053bSRalf Baechle	select SYS_HAS_CPU_VR41XX
5085e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5095e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5105e83d430SRalf Baechle
5115e83d430SRalf Baechleconfig PMC_YOSEMITE
5125e83d430SRalf Baechle	bool "Support for PMC-Sierra Yosemite eval board"
5135e83d430SRalf Baechle	select DMA_COHERENT
5145e83d430SRalf Baechle	select HW_HAS_PCI
5155e83d430SRalf Baechle	select IRQ_CPU
5165e83d430SRalf Baechle	select IRQ_CPU_RM7K
5175e83d430SRalf Baechle	select IRQ_CPU_RM9K
5185e83d430SRalf Baechle	select SWAP_IO_SPACE
5197cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
5205e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5215e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
5225e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5235e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
5245e83d430SRalf Baechle	help
5255e83d430SRalf Baechle	  Yosemite is an evaluation board for the RM9000x2 processor
5265e83d430SRalf Baechle	  manufactured by PMC-Sierra.
5271da177e4SLinus Torvalds
52807119621SRalf Baechleconfig QEMU
52907119621SRalf Baechle	bool "Support for Qemu"
53007119621SRalf Baechle	select DMA_COHERENT
53107119621SRalf Baechle	select GENERIC_ISA_DMA
53207119621SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
53307119621SRalf Baechle	select I8259
53407119621SRalf Baechle	select ISA
53507119621SRalf Baechle	select SWAP_IO_SPACE
5367cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
53707119621SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
53807119621SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
53907119621SRalf Baechle	help
54007119621SRalf Baechle	  Qemu is a software emulator which among other architectures also
54107119621SRalf Baechle	  can simulate a MIPS32 4Kc system.  This patch adds support for the
54207119621SRalf Baechle	  system architecture that currently is being simulated by Qemu.  It
54307119621SRalf Baechle	  will eventually be removed again when Qemu has the capability to
54407119621SRalf Baechle	  simulate actual MIPS hardware platforms.  More information on Qemu
54507119621SRalf Baechle	  can be found at http://www.linux-mips.org/wiki/Qemu.
54607119621SRalf Baechle
5471da177e4SLinus Torvaldsconfig SGI_IP22
5481da177e4SLinus Torvalds	bool "Support for SGI IP22 (Indy/Indigo2)"
5491da177e4SLinus Torvalds	select ARC
5501da177e4SLinus Torvalds	select ARC32
5511da177e4SLinus Torvalds	select BOOT_ELF32
5521da177e4SLinus Torvalds	select DMA_NONCOHERENT
5535e83d430SRalf Baechle	select HW_HAS_EISA
5541da177e4SLinus Torvalds	select IP22_CPU_SCACHE
5551da177e4SLinus Torvalds	select IRQ_CPU
5561da177e4SLinus Torvalds	select SWAP_IO_SPACE
5577cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
5587cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
559ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
560ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5615e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5621da177e4SLinus Torvalds	help
5631da177e4SLinus Torvalds	  This are the SGI Indy, Challenge S and Indigo2, as well as certain
5641da177e4SLinus Torvalds	  OEM variants like the Tandem CMN B006S. To compile a Linux kernel
5651da177e4SLinus Torvalds	  that runs on these, say Y here.
5661da177e4SLinus Torvalds
5671da177e4SLinus Torvaldsconfig SGI_IP27
5681da177e4SLinus Torvalds	bool "Support for SGI IP27 (Origin200/2000)"
5691da177e4SLinus Torvalds	select ARC
5701da177e4SLinus Torvalds	select ARC64
5715e83d430SRalf Baechle	select BOOT_ELF64
5721da177e4SLinus Torvalds	select DMA_IP27
5731da177e4SLinus Torvalds	select HW_HAS_PCI
5741da177e4SLinus Torvalds	select PCI_DOMAINS
5757cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000
576ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5775e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5781da177e4SLinus Torvalds	help
5791da177e4SLinus Torvalds	  This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
5801da177e4SLinus Torvalds	  workstations.  To compile a Linux kernel that runs on these, say Y
5811da177e4SLinus Torvalds	  here.
5821da177e4SLinus Torvalds
5831da177e4SLinus Torvaldsconfig SGI_IP32
5841da177e4SLinus Torvalds	bool "Support for SGI IP32 (O2) (EXPERIMENTAL)"
585ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
5861da177e4SLinus Torvalds	select ARC
5871da177e4SLinus Torvalds	select ARC32
5881da177e4SLinus Torvalds	select BOOT_ELF32
5891da177e4SLinus Torvalds	select OWN_DMA
5901da177e4SLinus Torvalds	select DMA_IP32
5911da177e4SLinus Torvalds	select DMA_NONCOHERENT
5921da177e4SLinus Torvalds	select HW_HAS_PCI
5931da177e4SLinus Torvalds	select R5000_CPU_SCACHE
5941da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
5957cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
5967cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000 if BROKEN
5977cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
598dd2f18feSRalf Baechle	select SYS_HAS_CPU_NEVADA
599ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6005e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6011da177e4SLinus Torvalds	help
6021da177e4SLinus Torvalds	  If you want this kernel to run on SGI O2 workstation, say Y here.
6031da177e4SLinus Torvalds
6049a6dcea1SAndrew Isaacsonconfig SIBYTE_BIGSUR
605a206f6a7SMartin Michlmayr	bool "Support for Sibyte BCM91480B-BigSur"
6069a6dcea1SAndrew Isaacson	select BOOT_ELF32
6079a6dcea1SAndrew Isaacson	select DMA_COHERENT
6087cf8053bSRalf Baechle	select PCI_DOMAINS
6099a6dcea1SAndrew Isaacson	select SIBYTE_BCM1x80
6109a6dcea1SAndrew Isaacson	select SWAP_IO_SPACE
6117cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6129a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_BIG_ENDIAN
6139a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_LITTLE_ENDIAN
6149a6dcea1SAndrew Isaacson
6155e83d430SRalf Baechleconfig SIBYTE_SWARM
6165e83d430SRalf Baechle	bool "Support for Sibyte BCM91250A-SWARM"
6175e83d430SRalf Baechle	select BOOT_ELF32
6185e83d430SRalf Baechle	select DMA_COHERENT
6195e83d430SRalf Baechle	select SIBYTE_SB1250
6205e83d430SRalf Baechle	select SWAP_IO_SPACE
6217cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6225e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6235e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6245e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
625e3ad1c23SPete Popov
6265e83d430SRalf Baechleconfig SIBYTE_SENTOSA
6275e83d430SRalf Baechle	bool "Support for Sibyte BCM91250E-Sentosa"
6285e83d430SRalf Baechle	depends on EXPERIMENTAL
6295e83d430SRalf Baechle	select BOOT_ELF32
6305e83d430SRalf Baechle	select DMA_COHERENT
6315e83d430SRalf Baechle	select SIBYTE_SB1250
6325e83d430SRalf Baechle	select SWAP_IO_SPACE
6337cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6345e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6355e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6365e83d430SRalf Baechle
6375e83d430SRalf Baechleconfig SIBYTE_RHONE
6385e83d430SRalf Baechle	bool "Support for Sibyte BCM91125E-Rhone"
6395e83d430SRalf Baechle	depends on EXPERIMENTAL
6405e83d430SRalf Baechle	select BOOT_ELF32
6415e83d430SRalf Baechle	select DMA_COHERENT
6425e83d430SRalf Baechle	select SIBYTE_BCM1125H
6435e83d430SRalf Baechle	select SWAP_IO_SPACE
6447cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6455e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6465e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6475e83d430SRalf Baechle
6485e83d430SRalf Baechleconfig SIBYTE_CARMEL
6495e83d430SRalf Baechle	bool "Support for Sibyte BCM91120x-Carmel"
6505e83d430SRalf Baechle	depends on EXPERIMENTAL
6515e83d430SRalf Baechle	select BOOT_ELF32
6525e83d430SRalf Baechle	select DMA_COHERENT
6535e83d430SRalf Baechle	select SIBYTE_BCM1120
6545e83d430SRalf Baechle	select SWAP_IO_SPACE
6557cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6565e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6575e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6585e83d430SRalf Baechle
6595e83d430SRalf Baechleconfig SIBYTE_PTSWARM
6605e83d430SRalf Baechle	bool "Support for Sibyte BCM91250PT-PTSWARM"
6615e83d430SRalf Baechle	depends on EXPERIMENTAL
6625e83d430SRalf Baechle	select BOOT_ELF32
6635e83d430SRalf Baechle	select DMA_COHERENT
6645e83d430SRalf Baechle	select SIBYTE_SB1250
6655e83d430SRalf Baechle	select SWAP_IO_SPACE
6667cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6675e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6685e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6695e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6705e83d430SRalf Baechle
6715e83d430SRalf Baechleconfig SIBYTE_LITTLESUR
6725e83d430SRalf Baechle	bool "Support for Sibyte BCM91250C2-LittleSur"
6735e83d430SRalf Baechle	depends on EXPERIMENTAL
6745e83d430SRalf Baechle	select BOOT_ELF32
6755e83d430SRalf Baechle	select DMA_COHERENT
6765e83d430SRalf Baechle	select SIBYTE_SB1250
6775e83d430SRalf Baechle	select SWAP_IO_SPACE
6787cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6795e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6805e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6815e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6825e83d430SRalf Baechle
6835e83d430SRalf Baechleconfig SIBYTE_CRHINE
6845e83d430SRalf Baechle	bool "Support for Sibyte BCM91120C-CRhine"
6855e83d430SRalf Baechle	depends on EXPERIMENTAL
6865e83d430SRalf Baechle	select BOOT_ELF32
6875e83d430SRalf Baechle	select DMA_COHERENT
6885e83d430SRalf Baechle	select SIBYTE_BCM1120
6895e83d430SRalf Baechle	select SWAP_IO_SPACE
6907cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6915e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6925e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6935e83d430SRalf Baechle
6945e83d430SRalf Baechleconfig SIBYTE_CRHONE
6955e83d430SRalf Baechle	bool "Support for Sibyte BCM91125C-CRhone"
6965e83d430SRalf Baechle	depends on EXPERIMENTAL
6975e83d430SRalf Baechle	select BOOT_ELF32
6985e83d430SRalf Baechle	select DMA_COHERENT
6995e83d430SRalf Baechle	select SIBYTE_BCM1125
7005e83d430SRalf Baechle	select SWAP_IO_SPACE
7017cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7025e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7035e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7045e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7055e83d430SRalf Baechle
7065e83d430SRalf Baechleconfig SNI_RM200_PCI
7075e83d430SRalf Baechle	bool "Support for SNI RM200 PCI"
7085e83d430SRalf Baechle	select ARC
7095e83d430SRalf Baechle	select ARC32
7105e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
7115e83d430SRalf Baechle	select BOOT_ELF32
7125e83d430SRalf Baechle	select DMA_NONCOHERENT
7135e83d430SRalf Baechle	select GENERIC_ISA_DMA
7145e83d430SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
7155e83d430SRalf Baechle	select HW_HAS_EISA
7165e83d430SRalf Baechle	select HW_HAS_PCI
7175e83d430SRalf Baechle	select I8259
7185e83d430SRalf Baechle	select ISA
7197cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
720ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
7215e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
7225e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN if EXPERIMENTAL
7235e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7245e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7251da177e4SLinus Torvalds	help
7265e83d430SRalf Baechle	  The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
7275e83d430SRalf Baechle	  Nixdorf Informationssysteme (SNI), parent company of Pyramid
7285e83d430SRalf Baechle	  Technology and now in turn merged with Fujitsu.  Say Y here to
7295e83d430SRalf Baechle	  support this machine type.
7301da177e4SLinus Torvalds
7315e83d430SRalf Baechleconfig TOSHIBA_JMR3927
7325e83d430SRalf Baechle	bool "Support for Toshiba JMR-TX3927 board"
7335e83d430SRalf Baechle	select DMA_NONCOHERENT
7345e83d430SRalf Baechle	select HW_HAS_PCI
7355e83d430SRalf Baechle	select MIPS_TX3927
7365e83d430SRalf Baechle	select SWAP_IO_SPACE
7377cf8053bSRalf Baechle	select SYS_HAS_CPU_TX39XX
7385e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7395e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7405e83d430SRalf Baechle	select TOSHIBA_BOARDS
7415e83d430SRalf Baechle
7425e83d430SRalf Baechleconfig TOSHIBA_RBTX4927
7435e83d430SRalf Baechle	bool "Support for Toshiba TBTX49[23]7 board"
7445e83d430SRalf Baechle	select DMA_NONCOHERENT
7455e83d430SRalf Baechle	select HAS_TXX9_SERIAL
7465e83d430SRalf Baechle	select HW_HAS_PCI
7475e83d430SRalf Baechle	select I8259
7485e83d430SRalf Baechle	select ISA
7495e83d430SRalf Baechle	select SWAP_IO_SPACE
7507cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
7515e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7525e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
7535e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7545e83d430SRalf Baechle	select TOSHIBA_BOARDS
7555e83d430SRalf Baechle	help
7565e83d430SRalf Baechle	  This Toshiba board is based on the TX4927 processor. Say Y here to
7575e83d430SRalf Baechle	  support this machine type
7581da177e4SLinus Torvalds
75923fbee9dSRalf Baechleconfig TOSHIBA_RBTX4938
76023fbee9dSRalf Baechle	bool "Support for Toshiba RBTX4938 board"
76123fbee9dSRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
76223fbee9dSRalf Baechle	select DMA_NONCOHERENT
76323fbee9dSRalf Baechle	select GENERIC_ISA_DMA
76423fbee9dSRalf Baechle	select HAS_TXX9_SERIAL
76523fbee9dSRalf Baechle	select HW_HAS_PCI
76623fbee9dSRalf Baechle	select I8259
76723fbee9dSRalf Baechle	select ISA
76823fbee9dSRalf Baechle	select SWAP_IO_SPACE
7697cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
77023fbee9dSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
77123fbee9dSRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
77223fbee9dSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
77323fbee9dSRalf Baechle	select TOSHIBA_BOARDS
77423fbee9dSRalf Baechle	help
77523fbee9dSRalf Baechle	  This Toshiba board is based on the TX4938 processor. Say Y here to
77623fbee9dSRalf Baechle	  support this machine type
77723fbee9dSRalf Baechle
7781da177e4SLinus Torvaldsendchoice
7791da177e4SLinus Torvalds
7805e83d430SRalf Baechlesource "arch/mips/ddb5xxx/Kconfig"
7815e83d430SRalf Baechlesource "arch/mips/gt64120/ev64120/Kconfig"
7825e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig"
7835e83d430SRalf Baechlesource "arch/mips/ite-boards/Kconfig"
7845e83d430SRalf Baechlesource "arch/mips/lasat/Kconfig"
7855e83d430SRalf Baechlesource "arch/mips/momentum/Kconfig"
7865e83d430SRalf Baechlesource "arch/mips/pmc-sierra/Kconfig"
78729c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig"
78838b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig"
7895e83d430SRalf Baechlesource "arch/mips/tx4927/Kconfig"
79023fbee9dSRalf Baechlesource "arch/mips/tx4938/Kconfig"
7915e83d430SRalf Baechlesource "arch/mips/vr41xx/Kconfig"
792bdf21b18SPete Popovsource "arch/mips/philips/pnx8550/common/Kconfig"
793e87dddebSPeter Hortonsource "arch/mips/cobalt/Kconfig"
79438b18f72SRalf Baechle
7955e83d430SRalf Baechleendmenu
7965e83d430SRalf Baechle
7971da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
7981da177e4SLinus Torvalds	bool
7991da177e4SLinus Torvalds	default y
8001da177e4SLinus Torvalds
8011da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM
8021da177e4SLinus Torvalds	bool
8031da177e4SLinus Torvalds
804*3c9ee7efSAkinobu Mitaconfig GENERIC_FIND_NEXT_BIT
805*3c9ee7efSAkinobu Mita	bool
806*3c9ee7efSAkinobu Mita	default y
807*3c9ee7efSAkinobu Mita
808*3c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT
809*3c9ee7efSAkinobu Mita	bool
810*3c9ee7efSAkinobu Mita	default y
811*3c9ee7efSAkinobu Mita
8121da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
8131da177e4SLinus Torvalds	bool
8141da177e4SLinus Torvalds	default y
8151da177e4SLinus Torvalds
8161da177e4SLinus Torvalds#
8171da177e4SLinus Torvalds# Select some configuration options automatically based on user selections.
8181da177e4SLinus Torvalds#
8191da177e4SLinus Torvaldsconfig ARC
8201da177e4SLinus Torvalds	bool
8211da177e4SLinus Torvalds
82261ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC
82361ed242dSRalf Baechle	bool
82461ed242dSRalf Baechle
8251da177e4SLinus Torvaldsconfig DMA_COHERENT
8261da177e4SLinus Torvalds	bool
8271da177e4SLinus Torvalds
8281da177e4SLinus Torvaldsconfig DMA_IP27
8291da177e4SLinus Torvalds	bool
8301da177e4SLinus Torvalds
8314ce588cdSRalf Baechleconfig DMA_IP32
8324ce588cdSRalf Baechle	bool
8334ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8344ce588cdSRalf Baechle
8351da177e4SLinus Torvaldsconfig DMA_NONCOHERENT
8361da177e4SLinus Torvalds	bool
8374ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8384ce588cdSRalf Baechle
8394ce588cdSRalf Baechleconfig DMA_NEED_PCI_MAP_STATE
8404ce588cdSRalf Baechle	bool
8411da177e4SLinus Torvalds
8425e83d430SRalf Baechleconfig OWN_DMA
8435e83d430SRalf Baechle	bool
8445e83d430SRalf Baechle
8451da177e4SLinus Torvaldsconfig EARLY_PRINTK
8461da177e4SLinus Torvalds	bool
8471da177e4SLinus Torvalds
8481da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA
8491da177e4SLinus Torvalds	bool
8501da177e4SLinus Torvalds
8511da177e4SLinus Torvaldsconfig I8259
8521da177e4SLinus Torvalds	bool
8531da177e4SLinus Torvalds
8541da177e4SLinus Torvaldsconfig LIMITED_DMA
8551da177e4SLinus Torvalds	bool
8561da177e4SLinus Torvalds	select HIGHMEM
857797798c1SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
8581da177e4SLinus Torvalds
8591da177e4SLinus Torvaldsconfig MIPS_BONITO64
8601da177e4SLinus Torvalds	bool
8611da177e4SLinus Torvalds
8621da177e4SLinus Torvaldsconfig MIPS_MSC
8631da177e4SLinus Torvalds	bool
8641da177e4SLinus Torvalds
8651da177e4SLinus Torvaldsconfig MIPS_NILE4
8661da177e4SLinus Torvalds	bool
8671da177e4SLinus Torvalds
8681da177e4SLinus Torvaldsconfig MIPS_DISABLE_OBSOLETE_IDE
8691da177e4SLinus Torvalds	bool
8701da177e4SLinus Torvalds
8715e83d430SRalf Baechle#
8725e83d430SRalf Baechle# Endianess selection.  Suffiently obscure so many users don't know what to
8735e83d430SRalf Baechle# answer,so we try hard to limit the available choices.  Also the use of a
8745e83d430SRalf Baechle# choice statement should be more obvious to the user.
8755e83d430SRalf Baechle#
8765e83d430SRalf Baechlechoice
8775e83d430SRalf Baechle	prompt "Endianess selection"
8781da177e4SLinus Torvalds	help
8791da177e4SLinus Torvalds	  Some MIPS machines can be configured for either little or big endian
8805e83d430SRalf Baechle	  byte order. These modes require different kernels and a different
8815e83d430SRalf Baechle	  Linux distribution.  In general there is one prefered byteorder for a
8825e83d430SRalf Baechle	  particular system but some systems are just as commonly used in the
8835e83d430SRalf Baechle	  one or the other endianess.
8845e83d430SRalf Baechle
8855e83d430SRalf Baechleconfig CPU_BIG_ENDIAN
8865e83d430SRalf Baechle	bool "Big endian"
8875e83d430SRalf Baechle	depends on SYS_SUPPORTS_BIG_ENDIAN
8885e83d430SRalf Baechle
8895e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN
8905e83d430SRalf Baechle	bool "Little endian"
8915e83d430SRalf Baechle	depends on SYS_SUPPORTS_LITTLE_ENDIAN
8925e83d430SRalf Baechle	help
8935e83d430SRalf Baechle
8945e83d430SRalf Baechleendchoice
8955e83d430SRalf Baechle
8965e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN
8975e83d430SRalf Baechle	bool
8985e83d430SRalf Baechle
8995e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN
9005e83d430SRalf Baechle	bool
9011da177e4SLinus Torvalds
9021da177e4SLinus Torvaldsconfig IRQ_CPU
9031da177e4SLinus Torvalds	bool
9041da177e4SLinus Torvalds
9051da177e4SLinus Torvaldsconfig IRQ_CPU_RM7K
9061da177e4SLinus Torvalds	bool
9071da177e4SLinus Torvalds
9085e83d430SRalf Baechleconfig IRQ_CPU_RM9K
9095e83d430SRalf Baechle	bool
9105e83d430SRalf Baechle
9111da177e4SLinus Torvaldsconfig IRQ_MV64340
9121da177e4SLinus Torvalds	bool
9131da177e4SLinus Torvalds
9141da177e4SLinus Torvaldsconfig DDB5XXX_COMMON
9151da177e4SLinus Torvalds	bool
9161da177e4SLinus Torvalds
9171da177e4SLinus Torvaldsconfig MIPS_BOARDS_GEN
9181da177e4SLinus Torvalds	bool
9191da177e4SLinus Torvalds
9201da177e4SLinus Torvaldsconfig MIPS_GT64111
9211da177e4SLinus Torvalds	bool
9221da177e4SLinus Torvalds
9231da177e4SLinus Torvaldsconfig MIPS_GT64120
9241da177e4SLinus Torvalds	bool
9251da177e4SLinus Torvalds
9261da177e4SLinus Torvaldsconfig MIPS_TX3927
9271da177e4SLinus Torvalds	bool
9281da177e4SLinus Torvalds	select HAS_TXX9_SERIAL
9291da177e4SLinus Torvalds
9301da177e4SLinus Torvaldsconfig PCI_MARVELL
9311da177e4SLinus Torvalds	bool
9321da177e4SLinus Torvalds
9331da177e4SLinus Torvaldsconfig ITE_BOARD_GEN
9341da177e4SLinus Torvalds	bool
9355e83d430SRalf Baechle
9365e83d430SRalf Baechleconfig SOC_AU1000
9375e83d430SRalf Baechle	bool
9385e83d430SRalf Baechle	select SOC_AU1X00
9395e83d430SRalf Baechle
9405e83d430SRalf Baechleconfig SOC_AU1100
9415e83d430SRalf Baechle	bool
9425e83d430SRalf Baechle	select SOC_AU1X00
9435e83d430SRalf Baechle
9445e83d430SRalf Baechleconfig SOC_AU1500
9455e83d430SRalf Baechle	bool
9465e83d430SRalf Baechle	select SOC_AU1X00
9475e83d430SRalf Baechle
9485e83d430SRalf Baechleconfig SOC_AU1550
9495e83d430SRalf Baechle	bool
9505e83d430SRalf Baechle	select SOC_AU1X00
9515e83d430SRalf Baechle
9525e83d430SRalf Baechleconfig SOC_AU1200
9535e83d430SRalf Baechle	bool
9545e83d430SRalf Baechle	select SOC_AU1X00
9555e83d430SRalf Baechle
9565e83d430SRalf Baechleconfig SOC_AU1X00
9575e83d430SRalf Baechle	bool
9587cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
9595e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
9601da177e4SLinus Torvalds
961bdf21b18SPete Popovconfig PNX8550
962bdf21b18SPete Popov	bool
963bdf21b18SPete Popov	select SOC_PNX8550
964bdf21b18SPete Popov
965bdf21b18SPete Popovconfig SOC_PNX8550
966bdf21b18SPete Popov	bool
967bdf21b18SPete Popov	select DMA_NONCOHERENT
968bdf21b18SPete Popov	select HW_HAS_PCI
969b8c2a77cSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
9707cf8053bSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
971bdf21b18SPete Popov
9721da177e4SLinus Torvaldsconfig SWAP_IO_SPACE
9731da177e4SLinus Torvalds	bool
9741da177e4SLinus Torvalds
9751da177e4SLinus Torvalds#
9761da177e4SLinus Torvalds# Unfortunately not all GT64120 systems run the chip at the same clock.
9771da177e4SLinus Torvalds# As the user for the clock rate and try to minimize the available options.
9781da177e4SLinus Torvalds#
9791da177e4SLinus Torvaldschoice
9801da177e4SLinus Torvalds	prompt "Galileo Chip Clock"
9811da177e4SLinus Torvalds	#default SYSCLK_83 if MIPS_EV64120
9821da177e4SLinus Torvalds	depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
9831da177e4SLinus Torvalds	default SYSCLK_83 if MIPS_EV64120
9841da177e4SLinus Torvalds	default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
9851da177e4SLinus Torvalds
9861da177e4SLinus Torvaldsconfig SYSCLK_75
9871da177e4SLinus Torvalds	bool "75" if MIPS_EV64120
9881da177e4SLinus Torvalds
9891da177e4SLinus Torvaldsconfig SYSCLK_83
9901da177e4SLinus Torvalds	bool "83.3" if MIPS_EV64120
9911da177e4SLinus Torvalds
9921da177e4SLinus Torvaldsconfig SYSCLK_100
9931da177e4SLinus Torvalds	bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
9941da177e4SLinus Torvalds
9951da177e4SLinus Torvaldsendchoice
9961da177e4SLinus Torvalds
9975e83d430SRalf Baechleconfig ARC32
9985e83d430SRalf Baechle	bool
9995e83d430SRalf Baechle
10001da177e4SLinus Torvaldsconfig AU1X00_USB_DEVICE
10011da177e4SLinus Torvalds	bool
10021da177e4SLinus Torvalds	depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
10031da177e4SLinus Torvalds	default n
10041da177e4SLinus Torvalds
10051da177e4SLinus Torvaldsconfig MIPS_GT96100
10061da177e4SLinus Torvalds	bool
10075e83d430SRalf Baechle	select MIPS_GT64120
10081da177e4SLinus Torvalds
10091da177e4SLinus Torvaldsconfig IT8172_CIR
10101da177e4SLinus Torvalds	bool
10111da177e4SLinus Torvalds	depends on MIPS_ITE8172 || MIPS_IVR
10121da177e4SLinus Torvalds	default y
10131da177e4SLinus Torvalds
10141da177e4SLinus Torvaldsconfig IT8712
10151da177e4SLinus Torvalds	bool
10161da177e4SLinus Torvalds	depends on MIPS_ITE8172
10171da177e4SLinus Torvalds	default y
10181da177e4SLinus Torvalds
10191da177e4SLinus Torvaldsconfig BOOT_ELF32
10201da177e4SLinus Torvalds	bool
10211da177e4SLinus Torvalds
10221da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT
10231da177e4SLinus Torvalds	int
10241da177e4SLinus Torvalds	default "4" if MACH_DECSTATION
10251da177e4SLinus Torvalds	default "7" if SGI_IP27
10261da177e4SLinus Torvalds	default "5"
10271da177e4SLinus Torvalds
10281da177e4SLinus Torvaldsconfig HAVE_STD_PC_SERIAL_PORT
10291da177e4SLinus Torvalds	bool
10301da177e4SLinus Torvalds
10311da177e4SLinus Torvaldsconfig ARC_CONSOLE
10321da177e4SLinus Torvalds	bool "ARC console support"
10331da177e4SLinus Torvalds	depends on SGI_IP22 || SNI_RM200_PCI
10341da177e4SLinus Torvalds
10351da177e4SLinus Torvaldsconfig ARC_MEMORY
10361da177e4SLinus Torvalds	bool
10371da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
10381da177e4SLinus Torvalds	default y
10391da177e4SLinus Torvalds
10401da177e4SLinus Torvaldsconfig ARC_PROMLIB
10411da177e4SLinus Torvalds	bool
10421da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
10431da177e4SLinus Torvalds	default y
10441da177e4SLinus Torvalds
10451da177e4SLinus Torvaldsconfig ARC64
10461da177e4SLinus Torvalds	bool
10471da177e4SLinus Torvalds
10481da177e4SLinus Torvaldsconfig BOOT_ELF64
10491da177e4SLinus Torvalds	bool
10501da177e4SLinus Torvalds
10511da177e4SLinus Torvaldsconfig TOSHIBA_BOARDS
10521da177e4SLinus Torvalds	bool
10531da177e4SLinus Torvalds
10541da177e4SLinus Torvaldsmenu "CPU selection"
10551da177e4SLinus Torvalds
10561da177e4SLinus Torvaldschoice
10571da177e4SLinus Torvalds	prompt "CPU type"
10581da177e4SLinus Torvalds	default CPU_R4X00
10591da177e4SLinus Torvalds
10606e760c8dSRalf Baechleconfig CPU_MIPS32_R1
10616e760c8dSRalf Baechle	bool "MIPS32 Release 1"
10627cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R1
10636e760c8dSRalf Baechle	select CPU_HAS_PREFETCH
1064797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1065ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10666e760c8dSRalf Baechle	help
10675e83d430SRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
10681e5f1caaSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
10691e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
10701e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
10711e5f1caaSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
10721e5f1caaSRalf Baechle	  Release 2 of the MIPS32 architecture is available since several
10731e5f1caaSRalf Baechle	  years so chances are you even have a MIPS32 Release 2 processor
10741e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS32_R2 instead for better
10751e5f1caaSRalf Baechle	  performance.
10761e5f1caaSRalf Baechle
10771e5f1caaSRalf Baechleconfig CPU_MIPS32_R2
10781e5f1caaSRalf Baechle	bool "MIPS32 Release 2"
10797cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R2
10801e5f1caaSRalf Baechle	select CPU_HAS_PREFETCH
1081797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1082ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10831e5f1caaSRalf Baechle	help
10845e83d430SRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
10856e760c8dSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
10866e760c8dSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
10876e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
10886e760c8dSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
10891da177e4SLinus Torvalds
10906e760c8dSRalf Baechleconfig CPU_MIPS64_R1
10916e760c8dSRalf Baechle	bool "MIPS64 Release 1"
10927cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R1
1093797798c1SRalf Baechle	select CPU_HAS_PREFETCH
1094ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1095ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1096ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10976e760c8dSRalf Baechle	help
10986e760c8dSRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
10996e760c8dSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11006e760c8dSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11016e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11026e760c8dSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11031e5f1caaSRalf Baechle	  Release 2 of the MIPS64 architecture is available since several
11041e5f1caaSRalf Baechle	  years so chances are you even have a MIPS64 Release 2 processor
11051e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS64_R2 instead for better
11061e5f1caaSRalf Baechle	  performance.
11071e5f1caaSRalf Baechle
11081e5f1caaSRalf Baechleconfig CPU_MIPS64_R2
11091e5f1caaSRalf Baechle	bool "MIPS64 Release 2"
11107cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R2
1111797798c1SRalf Baechle	select CPU_HAS_PREFETCH
11121e5f1caaSRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
11131e5f1caaSRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
1114ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11151e5f1caaSRalf Baechle	help
11161e5f1caaSRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11171e5f1caaSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11181e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11191e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
11201e5f1caaSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11211da177e4SLinus Torvalds
11221da177e4SLinus Torvaldsconfig CPU_R3000
11231da177e4SLinus Torvalds	bool "R3000"
11247cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R3000
1125ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1126797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11271da177e4SLinus Torvalds	help
11281da177e4SLinus Torvalds	  Please make sure to pick the right CPU type. Linux/MIPS is not
11291da177e4SLinus Torvalds	  designed to be generic, i.e. Kernels compiled for R3000 CPUs will
11301da177e4SLinus Torvalds	  *not* work on R4000 machines and vice versa.  However, since most
11311da177e4SLinus Torvalds	  of the supported machines have an R4000 (or similar) CPU, R4x00
11321da177e4SLinus Torvalds	  might be a safe bet.  If the resulting kernel does not work,
11331da177e4SLinus Torvalds	  try to recompile with R3000.
11341da177e4SLinus Torvalds
11351da177e4SLinus Torvaldsconfig CPU_TX39XX
11361da177e4SLinus Torvalds	bool "R39XX"
11377cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX39XX
1138ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
11391da177e4SLinus Torvalds
11401da177e4SLinus Torvaldsconfig CPU_VR41XX
11411da177e4SLinus Torvalds	bool "R41xx"
11427cf8053bSRalf Baechle	depends on SYS_HAS_CPU_VR41XX
1143ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1144ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11451da177e4SLinus Torvalds	help
11465e83d430SRalf Baechle	  The options selects support for the NEC VR4100 series of processors.
11471da177e4SLinus Torvalds	  Only choose this option if you have one of these processors as a
11481da177e4SLinus Torvalds	  kernel built with this option will not run on any other type of
11491da177e4SLinus Torvalds	  processor or vice versa.
11501da177e4SLinus Torvalds
11511da177e4SLinus Torvaldsconfig CPU_R4300
11521da177e4SLinus Torvalds	bool "R4300"
11537cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4300
1154ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1155ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11561da177e4SLinus Torvalds	help
11571da177e4SLinus Torvalds	  MIPS Technologies R4300-series processors.
11581da177e4SLinus Torvalds
11591da177e4SLinus Torvaldsconfig CPU_R4X00
11601da177e4SLinus Torvalds	bool "R4x00"
11617cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4X00
1162ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1163ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11641da177e4SLinus Torvalds	help
11651da177e4SLinus Torvalds	  MIPS Technologies R4000-series processors other than 4300, including
11661da177e4SLinus Torvalds	  the R4000, R4400, R4600, and 4700.
11671da177e4SLinus Torvalds
11681da177e4SLinus Torvaldsconfig CPU_TX49XX
11691da177e4SLinus Torvalds	bool "R49XX"
11707cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX49XX
1171de862b48SAtsushi Nemoto	select CPU_HAS_PREFETCH
1172ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1173ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11741da177e4SLinus Torvalds
11751da177e4SLinus Torvaldsconfig CPU_R5000
11761da177e4SLinus Torvalds	bool "R5000"
11777cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5000
1178ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1179ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11801da177e4SLinus Torvalds	help
11811da177e4SLinus Torvalds	  MIPS Technologies R5000-series processors other than the Nevada.
11821da177e4SLinus Torvalds
11831da177e4SLinus Torvaldsconfig CPU_R5432
11841da177e4SLinus Torvalds	bool "R5432"
11857cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5432
11865e83d430SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
11875e83d430SRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
11881da177e4SLinus Torvalds
11891da177e4SLinus Torvaldsconfig CPU_R6000
11901da177e4SLinus Torvalds	bool "R6000"
1191ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
11927cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R6000
1193ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
11941da177e4SLinus Torvalds	help
11951da177e4SLinus Torvalds	  MIPS Technologies R6000 and R6000A series processors.  Note these
11961da177e4SLinus Torvalds	  processors are extremly rare and the support for them is incomplete.
11971da177e4SLinus Torvalds
11981da177e4SLinus Torvaldsconfig CPU_NEVADA
11991da177e4SLinus Torvalds	bool "RM52xx"
12007cf8053bSRalf Baechle	depends on SYS_HAS_CPU_NEVADA
1201ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1202ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12031da177e4SLinus Torvalds	help
12041da177e4SLinus Torvalds	  QED / PMC-Sierra RM52xx-series ("Nevada") processors.
12051da177e4SLinus Torvalds
12061da177e4SLinus Torvaldsconfig CPU_R8000
12071da177e4SLinus Torvalds	bool "R8000"
1208ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
12097cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R8000
12105e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1211ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12121da177e4SLinus Torvalds	help
12131da177e4SLinus Torvalds	  MIPS Technologies R8000 processors.  Note these processors are
12141da177e4SLinus Torvalds	  uncommon and the support for them is incomplete.
12151da177e4SLinus Torvalds
12161da177e4SLinus Torvaldsconfig CPU_R10000
12171da177e4SLinus Torvalds	bool "R10000"
12187cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R10000
12195e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1220ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1221ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1222797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12231da177e4SLinus Torvalds	help
12241da177e4SLinus Torvalds	  MIPS Technologies R10000-series processors.
12251da177e4SLinus Torvalds
12261da177e4SLinus Torvaldsconfig CPU_RM7000
12271da177e4SLinus Torvalds	bool "RM7000"
12287cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM7000
12295e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1230ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1231ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1232797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12331da177e4SLinus Torvalds
12341da177e4SLinus Torvaldsconfig CPU_RM9000
12351da177e4SLinus Torvalds	bool "RM9000"
12367cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM9000
12375e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1238ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1239ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1240797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12411da177e4SLinus Torvalds
12421da177e4SLinus Torvaldsconfig CPU_SB1
12431da177e4SLinus Torvalds	bool "SB1"
12447cf8053bSRalf Baechle	depends on SYS_HAS_CPU_SB1
1245ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1246ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1247797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12481da177e4SLinus Torvalds
12491da177e4SLinus Torvaldsendchoice
12501da177e4SLinus Torvalds
12517cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1
12527cf8053bSRalf Baechle	bool
12537cf8053bSRalf Baechle
12547cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2
12557cf8053bSRalf Baechle	bool
12567cf8053bSRalf Baechle
12577cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1
12587cf8053bSRalf Baechle	bool
12597cf8053bSRalf Baechle
12607cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2
12617cf8053bSRalf Baechle	bool
12627cf8053bSRalf Baechle
12637cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000
12647cf8053bSRalf Baechle	bool
12657cf8053bSRalf Baechle
12667cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX39XX
12677cf8053bSRalf Baechle	bool
12687cf8053bSRalf Baechle
12697cf8053bSRalf Baechleconfig SYS_HAS_CPU_VR41XX
12707cf8053bSRalf Baechle	bool
12717cf8053bSRalf Baechle
12727cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4300
12737cf8053bSRalf Baechle	bool
12747cf8053bSRalf Baechle
12757cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00
12767cf8053bSRalf Baechle	bool
12777cf8053bSRalf Baechle
12787cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX
12797cf8053bSRalf Baechle	bool
12807cf8053bSRalf Baechle
12817cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000
12827cf8053bSRalf Baechle	bool
12837cf8053bSRalf Baechle
12847cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5432
12857cf8053bSRalf Baechle	bool
12867cf8053bSRalf Baechle
12877cf8053bSRalf Baechleconfig SYS_HAS_CPU_R6000
12887cf8053bSRalf Baechle	bool
12897cf8053bSRalf Baechle
12907cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA
12917cf8053bSRalf Baechle	bool
12927cf8053bSRalf Baechle
12937cf8053bSRalf Baechleconfig SYS_HAS_CPU_R8000
12947cf8053bSRalf Baechle	bool
12957cf8053bSRalf Baechle
12967cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000
12977cf8053bSRalf Baechle	bool
12987cf8053bSRalf Baechle
12997cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000
13007cf8053bSRalf Baechle	bool
13017cf8053bSRalf Baechle
13027cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM9000
13037cf8053bSRalf Baechle	bool
13047cf8053bSRalf Baechle
13057cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1
13067cf8053bSRalf Baechle	bool
13077cf8053bSRalf Baechle
13085e83d430SRalf Baechleendmenu
13095e83d430SRalf Baechle
13105e83d430SRalf Baechle#
13115e83d430SRalf Baechle# These two indicate any levelof the MIPS32 and MIPS64 architecture
13125e83d430SRalf Baechle#
13135e83d430SRalf Baechleconfig CPU_MIPS32
13145e83d430SRalf Baechle	bool
13155e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
13165e83d430SRalf Baechle
13175e83d430SRalf Baechleconfig CPU_MIPS64
13185e83d430SRalf Baechle	bool
13195e83d430SRalf Baechle	default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
13205e83d430SRalf Baechle
13215e83d430SRalf Baechle#
13225e83d430SRalf Baechle# These two indicate the revision of the architecture, either 32 bot 64 bit.
13235e83d430SRalf Baechle#
13245e83d430SRalf Baechleconfig CPU_MIPSR1
13255e83d430SRalf Baechle	bool
13265e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
13275e83d430SRalf Baechle
13285e83d430SRalf Baechleconfig CPU_MIPSR2
13295e83d430SRalf Baechle	bool
13305e83d430SRalf Baechle	default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
13315e83d430SRalf Baechle
13325e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL
13335e83d430SRalf Baechle	bool
13345e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL
13355e83d430SRalf Baechle	bool
13365e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL
13375e83d430SRalf Baechle	bool
13385e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL
13395e83d430SRalf Baechle	bool
13405e83d430SRalf Baechle
13415e83d430SRalf Baechlemenu "Kernel type"
13425e83d430SRalf Baechle
13435e83d430SRalf Baechlechoice
13445e83d430SRalf Baechle
13455e83d430SRalf Baechle	prompt "Kernel code model"
13465e83d430SRalf Baechle	help
13475e83d430SRalf Baechle	  You should only select this option if you have a workload that
13485e83d430SRalf Baechle	  actually benefits from 64-bit processing or if your machine has
13495e83d430SRalf Baechle	  large memory.  You will only be presented a single option in this
13505e83d430SRalf Baechle	  menu if your system does not support both 32-bit and 64-bit kernels.
13515e83d430SRalf Baechle
13525e83d430SRalf Baechleconfig 32BIT
13535e83d430SRalf Baechle	bool "32-bit kernel"
13545e83d430SRalf Baechle	depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
13555e83d430SRalf Baechle	select TRAD_SIGNALS
13565e83d430SRalf Baechle	help
13575e83d430SRalf Baechle	  Select this option if you want to build a 32-bit kernel.
13585e83d430SRalf Baechleconfig 64BIT
13595e83d430SRalf Baechle	bool "64-bit kernel"
13605e83d430SRalf Baechle	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
13615e83d430SRalf Baechle	help
13625e83d430SRalf Baechle	  Select this option if you want to build a 64-bit kernel.
13635e83d430SRalf Baechle
13645e83d430SRalf Baechleendchoice
13655e83d430SRalf Baechle
13661da177e4SLinus Torvaldschoice
13671da177e4SLinus Torvalds	prompt "Kernel page size"
13681da177e4SLinus Torvalds	default PAGE_SIZE_4KB
13691da177e4SLinus Torvalds
13701da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB
13711da177e4SLinus Torvalds	bool "4kB"
13721da177e4SLinus Torvalds	help
13731da177e4SLinus Torvalds	 This option select the standard 4kB Linux page size.  On some
13741da177e4SLinus Torvalds	 R3000-family processors this is the only available page size.  Using
13751da177e4SLinus Torvalds	 4kB page size will minimize memory consumption and is therefore
13761da177e4SLinus Torvalds	 recommended for low memory systems.
13771da177e4SLinus Torvalds
13781da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB
13791da177e4SLinus Torvalds	bool "8kB"
13801da177e4SLinus Torvalds	depends on EXPERIMENTAL && CPU_R8000
13811da177e4SLinus Torvalds	help
13821da177e4SLinus Torvalds	  Using 8kB page size will result in higher performance kernel at
13831da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available
13841da177e4SLinus Torvalds	  only on the R8000 processor.  Not that at the time of this writing
13851da177e4SLinus Torvalds	  this option is still high experimental; there are also issues with
13861da177e4SLinus Torvalds	  compatibility of user applications.
13871da177e4SLinus Torvalds
13881da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB
13891da177e4SLinus Torvalds	bool "16kB"
13901da177e4SLinus Torvalds	depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
13911da177e4SLinus Torvalds	help
13921da177e4SLinus Torvalds	  Using 16kB page size will result in higher performance kernel at
13931da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
13941da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
13951da177e4SLinus Torvalds	  writing this option is still high experimental; there are also
13961da177e4SLinus Torvalds	  issues with compatibility of user applications.
13971da177e4SLinus Torvalds
13981da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB
13991da177e4SLinus Torvalds	bool "64kB"
14001da177e4SLinus Torvalds	depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
14011da177e4SLinus Torvalds	help
14021da177e4SLinus Torvalds	  Using 64kB page size will result in higher performance kernel at
14031da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
14041da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
14051da177e4SLinus Torvalds	  writing this option is still high experimental; there are also
14061da177e4SLinus Torvalds	  issues with compatibility of user applications.
14071da177e4SLinus Torvalds
14081da177e4SLinus Torvaldsendchoice
14091da177e4SLinus Torvalds
14101da177e4SLinus Torvaldsconfig BOARD_SCACHE
14111da177e4SLinus Torvalds	bool
14121da177e4SLinus Torvalds
14131da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE
14141da177e4SLinus Torvalds	bool
14151da177e4SLinus Torvalds	select BOARD_SCACHE
14161da177e4SLinus Torvalds
14171da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE
14181da177e4SLinus Torvalds	bool
14191da177e4SLinus Torvalds	select BOARD_SCACHE
14201da177e4SLinus Torvalds
14211da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE
14221da177e4SLinus Torvalds	bool
14231da177e4SLinus Torvalds	select BOARD_SCACHE
14241da177e4SLinus Torvalds
14251da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS
14261da177e4SLinus Torvalds	bool "Use DMA to clear/copy pages"
14271da177e4SLinus Torvalds	depends on CPU_SB1
14281da177e4SLinus Torvalds	help
14291da177e4SLinus Torvalds	  Instead of using the CPU to zero and copy pages, use a Data Mover
14301da177e4SLinus Torvalds	  channel.  These DMA channels are otherwise unused by the standard
14311da177e4SLinus Torvalds	  SiByte Linux port.  Seems to give a small performance benefit.
14321da177e4SLinus Torvalds
14331da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH
1434c8094b53SRalf Baechle	bool
14351da177e4SLinus Torvalds
1436e01402b1SRalf Baechleconfig MIPS_MT
1437e01402b1SRalf Baechle	bool "Enable MIPS MT"
1438e01402b1SRalf Baechle
1439340ee4b9SRalf Baechlechoice
1440340ee4b9SRalf Baechle	prompt "MIPS MT options"
1441340ee4b9SRalf Baechle	depends on MIPS_MT
1442340ee4b9SRalf Baechle
1443340ee4b9SRalf Baechleconfig MIPS_MT_SMP
1444340ee4b9SRalf Baechle	bool "Use 1 TC on each available VPE for SMP"
1445340ee4b9SRalf Baechle	select SMP
1446340ee4b9SRalf Baechle
1447e01402b1SRalf Baechleconfig MIPS_VPE_LOADER
1448e01402b1SRalf Baechle	bool "VPE loader support."
1449e01402b1SRalf Baechle	depends on MIPS_MT
1450e01402b1SRalf Baechle	help
1451e01402b1SRalf Baechle	  Includes a loader for loading an elf relocatable object
1452e01402b1SRalf Baechle	  onto another VPE and running it.
1453e01402b1SRalf Baechle
1454340ee4b9SRalf Baechleendchoice
1455340ee4b9SRalf Baechle
1456e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM
1457e01402b1SRalf Baechle	bool "Load VPE program into memory hidden from linux"
1458e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
1459e01402b1SRalf Baechle	default y
1460e01402b1SRalf Baechle	help
1461e01402b1SRalf Baechle	  The loader can use memory that is present but has been hidden from
1462e01402b1SRalf Baechle	  Linux using the kernel command line option "mem=xxMB". It's up to
1463e01402b1SRalf Baechle	  you to ensure the amount you put in the option and the space your
1464e01402b1SRalf Baechle	  program requires is less or equal to the amount physically present.
1465e01402b1SRalf Baechle
1466e01402b1SRalf Baechle# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1467e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API
1468e01402b1SRalf Baechle	bool "Enable support for AP/SP API (RTLX)"
1469e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
14705e83d430SRalf Baechle	help
1471e01402b1SRalf Baechle
14721da177e4SLinus Torvaldsconfig SB1_PASS_1_WORKAROUNDS
14731da177e4SLinus Torvalds	bool
14741da177e4SLinus Torvalds	depends on CPU_SB1_PASS_1
14751da177e4SLinus Torvalds	default y
14761da177e4SLinus Torvalds
14771da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS
14781da177e4SLinus Torvalds	bool
14791da177e4SLinus Torvalds	depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
14801da177e4SLinus Torvalds	default y
14811da177e4SLinus Torvalds
14821da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS
14831da177e4SLinus Torvalds	bool
14841da177e4SLinus Torvalds	depends on CPU_SB1 && CPU_SB1_PASS_2
14851da177e4SLinus Torvalds	default y
14861da177e4SLinus Torvalds
14871da177e4SLinus Torvaldsconfig 64BIT_PHYS_ADDR
14881da177e4SLinus Torvalds	bool "Support for 64-bit physical address space"
1489948928adSRalf Baechle	depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT
14901da177e4SLinus Torvalds
14911da177e4SLinus Torvaldsconfig CPU_ADVANCED
14921da177e4SLinus Torvalds	bool "Override CPU Options"
1493875d43e7SRalf Baechle	depends on 32BIT
14941da177e4SLinus Torvalds	help
14951da177e4SLinus Torvalds	  Saying yes here allows you to select support for various features
14961da177e4SLinus Torvalds	  your CPU may or may not have.  Most people should say N here.
14971da177e4SLinus Torvalds
14981da177e4SLinus Torvaldsconfig CPU_HAS_LLSC
14991da177e4SLinus Torvalds	bool "ll/sc Instructions available" if CPU_ADVANCED
15001da177e4SLinus Torvalds	default y if !CPU_ADVANCED && !CPU_R3000 && !CPU_VR41XX && !CPU_TX39XX
15011da177e4SLinus Torvalds	help
15021da177e4SLinus Torvalds	  MIPS R4000 series and later provide the Load Linked (ll)
15031da177e4SLinus Torvalds	  and Store Conditional (sc) instructions. More information is
15041da177e4SLinus Torvalds	  available at <http://www.go-ecs.com/mips/miptek1.htm>.
15051da177e4SLinus Torvalds
15061da177e4SLinus Torvalds	  Say Y here if your CPU has the ll and sc instructions.  Say Y here
15071da177e4SLinus Torvalds	  for better performance, N if you don't know.  You must say Y here
15081da177e4SLinus Torvalds	  for multiprocessor machines.
15091da177e4SLinus Torvalds
15101da177e4SLinus Torvaldsconfig CPU_HAS_WB
15111da177e4SLinus Torvalds	bool "Writeback Buffer available" if CPU_ADVANCED
15121da177e4SLinus Torvalds	default y if !CPU_ADVANCED && CPU_R3000 && MACH_DECSTATION
15131da177e4SLinus Torvalds	help
15141da177e4SLinus Torvalds	  Say N here for slightly better performance.  You must say Y here for
15151da177e4SLinus Torvalds	  machines which require flushing of write buffers in software.  Saying
15161da177e4SLinus Torvalds	  Y is the safe option; N may result in kernel malfunction and crashes.
15171da177e4SLinus Torvalds
1518e01402b1SRalf Baechlemenu "MIPSR2 Interrupt handling"
1519e01402b1SRalf Baechle	depends on CPU_MIPSR2 && CPU_ADVANCED
1520e01402b1SRalf Baechle
1521e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI
1522e01402b1SRalf Baechle	bool "Vectored interrupt mode"
1523e01402b1SRalf Baechle	help
1524e01402b1SRalf Baechle	   Vectored interrupt mode allowing faster dispatching of interrupts.
1525e01402b1SRalf Baechle	   The board support code needs to be written to take advantage of this
1526e01402b1SRalf Baechle	   mode.  Compatibility code is included to allow the kernel to run on
1527e01402b1SRalf Baechle	   a CPU that does not support vectored interrupts.  It's safe to
1528e01402b1SRalf Baechle	   say Y here.
1529e01402b1SRalf Baechle
1530e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI
1531e01402b1SRalf Baechle	bool "External interrupt controller mode"
1532e01402b1SRalf Baechle	help
1533e01402b1SRalf Baechle	   Extended interrupt mode takes advantage of an external interrupt
1534e01402b1SRalf Baechle	   controller to allow fast dispatching from many possible interrupt
1535e01402b1SRalf Baechle	   sources. Say N unless you know that external interrupt support is
1536e01402b1SRalf Baechle	   required.
1537e01402b1SRalf Baechle
1538e01402b1SRalf Baechleconfig CPU_MIPSR2_SRS
1539e01402b1SRalf Baechle	bool "Make shadow set registers available for interrupt handlers"
1540e01402b1SRalf Baechle	depends on CPU_MIPSR2_IRQ_VI || CPU_MIPSR2_IRQ_EI
1541e01402b1SRalf Baechle	help
1542e01402b1SRalf Baechle	   Allow the kernel to use shadow register sets for fast interrupts.
1543e01402b1SRalf Baechle	   Interrupt handlers must be specially written to use shadow sets.
1544e01402b1SRalf Baechle	   Say N unless you know that shadow register set upport is needed.
1545e01402b1SRalf Baechleendmenu
1546e01402b1SRalf Baechle
15471da177e4SLinus Torvaldsconfig CPU_HAS_SYNC
15481da177e4SLinus Torvalds	bool
15491da177e4SLinus Torvalds	depends on !CPU_R3000
15501da177e4SLinus Torvalds	default y
15511da177e4SLinus Torvalds
15521da177e4SLinus Torvalds#
1553797798c1SRalf Baechle# Use the generic interrupt handling code in kernel/irq/:
1554797798c1SRalf Baechle#
1555797798c1SRalf Baechleconfig GENERIC_HARDIRQS
1556797798c1SRalf Baechle	bool
1557797798c1SRalf Baechle	default y
1558797798c1SRalf Baechle
1559797798c1SRalf Baechleconfig GENERIC_IRQ_PROBE
1560797798c1SRalf Baechle	bool
1561797798c1SRalf Baechle	default y
1562797798c1SRalf Baechle
1563797798c1SRalf Baechle#
15641da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel.
15651da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed
15661da177e4SLinus Torvalds#   caches such as R3000, SB1, R7000 or those that look like they're virtually
15671da177e4SLinus Torvalds#   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
15681da177e4SLinus Torvalds#   moment we protect the user and offer the highmem option only on machines
15691da177e4SLinus Torvalds#   where it's known to be safe.  This will not offer highmem on a few systems
15701da177e4SLinus Torvalds#   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
15711da177e4SLinus Torvalds#   indexed CPUs but we're playing safe.
1572797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1573797798c1SRalf Baechle#   know they might have memory configurations that could make use of highmem
1574797798c1SRalf Baechle#   support.
15751da177e4SLinus Torvalds#
15761da177e4SLinus Torvaldsconfig HIGHMEM
15771da177e4SLinus Torvalds	bool "High Memory Support"
1578797798c1SRalf Baechle	depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1579797798c1SRalf Baechle
1580797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM
1581797798c1SRalf Baechle	bool
1582797798c1SRalf Baechle
1583797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM
1584797798c1SRalf Baechle	bool
15851da177e4SLinus Torvalds
1586b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE
1587b4819b59SYoichi Yuasa	def_bool y
1588b4819b59SYoichi Yuasa	depends on !NUMA
1589b4819b59SYoichi Yuasa
1590b4819b59SYoichi Yuasasource "mm/Kconfig"
1591b4819b59SYoichi Yuasa
15921da177e4SLinus Torvaldsconfig SMP
15931da177e4SLinus Torvalds	bool "Multi-Processing support"
1594c1449c8fSRalf Baechle	depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250 || QEMU) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP
15951da177e4SLinus Torvalds	---help---
15961da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
15971da177e4SLinus Torvalds	  a system with only one CPU, like most personal computers, say N. If
15981da177e4SLinus Torvalds	  you have a system with more than one CPU, say Y.
15991da177e4SLinus Torvalds
16001da177e4SLinus Torvalds	  If you say N here, the kernel will run on single and multiprocessor
16011da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
16021da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
16031da177e4SLinus Torvalds	  singleprocessor machines. On a singleprocessor machine, the kernel
16041da177e4SLinus Torvalds	  will run faster if you say N here.
16051da177e4SLinus Torvalds
16061da177e4SLinus Torvalds	  People using multiprocessor machines who say Y here should also say
16071da177e4SLinus Torvalds	  Y to "Enhanced Real Time Clock Support", below.
16081da177e4SLinus Torvalds
16091da177e4SLinus Torvalds	  See also the <file:Documentation/smp.txt> and the SMP-HOWTO
16101da177e4SLinus Torvalds	  available at <http://www.tldp.org/docs.html#howto>.
16111da177e4SLinus Torvalds
16121da177e4SLinus Torvalds	  If you don't know what to do here, say N.
16131da177e4SLinus Torvalds
16141da177e4SLinus Torvaldsconfig NR_CPUS
16151da177e4SLinus Torvalds	int "Maximum number of CPUs (2-64)"
16161da177e4SLinus Torvalds	range 2 64
16171da177e4SLinus Torvalds	depends on SMP
16181da177e4SLinus Torvalds	default "64" if SGI_IP27
16191da177e4SLinus Torvalds	default "2"
16201da177e4SLinus Torvalds	help
16211da177e4SLinus Torvalds	  This allows you to specify the maximum number of CPUs which this
16221da177e4SLinus Torvalds	  kernel will support.  The maximum supported value is 32 for 32-bit
16231da177e4SLinus Torvalds	  kernel and 64 for 64-bit kernels; the minimum value which makes
16241da177e4SLinus Torvalds	  sense is 2.
16251da177e4SLinus Torvalds
16261da177e4SLinus Torvalds	  This is purely to save memory - each supported CPU adds
16271da177e4SLinus Torvalds	  approximately eight kilobytes to the kernel image.
16281da177e4SLinus Torvalds
1629e80de850SRalf Baechlesource "kernel/Kconfig.preempt"
16301da177e4SLinus Torvalds
16311da177e4SLinus Torvaldsconfig RTC_DS1742
16321da177e4SLinus Torvalds	bool "DS1742 BRAM/RTC support"
16331da177e4SLinus Torvalds	depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
16341da177e4SLinus Torvalds
16351da177e4SLinus Torvaldsconfig MIPS_INSANE_LARGE
16361da177e4SLinus Torvalds	bool "Support for large 64-bit configurations"
1637875d43e7SRalf Baechle	depends on CPU_R10000 && 64BIT
16381da177e4SLinus Torvalds	help
16391da177e4SLinus Torvalds	  MIPS R10000 does support a 44 bit / 16TB address space as opposed to
16401da177e4SLinus Torvalds	  previous 64-bit processors which only supported 40 bit / 1TB. If you
16411da177e4SLinus Torvalds	  need processes of more than 1TB virtual address space, say Y here.
16421da177e4SLinus Torvalds	  This will result in additional memory usage, so it is not
16431da177e4SLinus Torvalds	  recommended for normal users.
16441da177e4SLinus Torvalds
16455e83d430SRalf Baechleendmenu
16465e83d430SRalf Baechle
16471da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
16481da177e4SLinus Torvalds	bool
16491da177e4SLinus Torvalds	default y
16501da177e4SLinus Torvalds
1651b6c3539bSRalf Baechlesource "init/Kconfig"
1652b6c3539bSRalf Baechle
16531da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
16541da177e4SLinus Torvalds
16555e83d430SRalf Baechleconfig HW_HAS_EISA
16565e83d430SRalf Baechle	bool
16571da177e4SLinus Torvaldsconfig HW_HAS_PCI
16581da177e4SLinus Torvalds	bool
16591da177e4SLinus Torvalds
16601da177e4SLinus Torvaldsconfig PCI
16611da177e4SLinus Torvalds	bool "Support for PCI controller"
16621da177e4SLinus Torvalds	depends on HW_HAS_PCI
16631da177e4SLinus Torvalds	help
16641da177e4SLinus Torvalds	  Find out whether you have a PCI motherboard. PCI is the name of a
16651da177e4SLinus Torvalds	  bus system, i.e. the way the CPU talks to the other stuff inside
16661da177e4SLinus Torvalds	  your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
16671da177e4SLinus Torvalds	  say Y, otherwise N.
16681da177e4SLinus Torvalds
16691da177e4SLinus Torvalds	  The PCI-HOWTO, available from
16701da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>, contains valuable
16711da177e4SLinus Torvalds	  information about which PCI hardware does work under Linux and which
16721da177e4SLinus Torvalds	  doesn't.
16731da177e4SLinus Torvalds
16741da177e4SLinus Torvaldsconfig PCI_DOMAINS
16751da177e4SLinus Torvalds	bool
16761da177e4SLinus Torvalds	depends on PCI
16771da177e4SLinus Torvalds
16781da177e4SLinus Torvaldssource "drivers/pci/Kconfig"
16791da177e4SLinus Torvalds
16801da177e4SLinus Torvalds#
16811da177e4SLinus Torvalds# ISA support is now enabled via select.  Too many systems still have the one
16821da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect
16831da177e4SLinus Torvalds# users to choose the right thing ...
16841da177e4SLinus Torvalds#
16851da177e4SLinus Torvaldsconfig ISA
16861da177e4SLinus Torvalds	bool
16871da177e4SLinus Torvalds
16881da177e4SLinus Torvaldsconfig EISA
16891da177e4SLinus Torvalds	bool "EISA support"
16905e83d430SRalf Baechle	depends on HW_HAS_EISA
16911da177e4SLinus Torvalds	select ISA
16921da177e4SLinus Torvalds	---help---
16931da177e4SLinus Torvalds	  The Extended Industry Standard Architecture (EISA) bus was
16941da177e4SLinus Torvalds	  developed as an open alternative to the IBM MicroChannel bus.
16951da177e4SLinus Torvalds
16961da177e4SLinus Torvalds	  The EISA bus provided some of the features of the IBM MicroChannel
16971da177e4SLinus Torvalds	  bus while maintaining backward compatibility with cards made for
16981da177e4SLinus Torvalds	  the older ISA bus.  The EISA bus saw limited use between 1988 and
16991da177e4SLinus Torvalds	  1995 when it was made obsolete by the PCI bus.
17001da177e4SLinus Torvalds
17011da177e4SLinus Torvalds	  Say Y here if you are building a kernel for an EISA-based machine.
17021da177e4SLinus Torvalds
17031da177e4SLinus Torvalds	  Otherwise, say N.
17041da177e4SLinus Torvalds
17051da177e4SLinus Torvaldssource "drivers/eisa/Kconfig"
17061da177e4SLinus Torvalds
17071da177e4SLinus Torvaldsconfig TC
17081da177e4SLinus Torvalds	bool "TURBOchannel support"
17091da177e4SLinus Torvalds	depends on MACH_DECSTATION
17101da177e4SLinus Torvalds	help
17111da177e4SLinus Torvalds	  TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
17121da177e4SLinus Torvalds	  processors.  Documentation on writing device drivers for TurboChannel
17131da177e4SLinus Torvalds	  is available at:
17141da177e4SLinus Torvalds	  <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
17151da177e4SLinus Torvalds
17161da177e4SLinus Torvalds#config ACCESSBUS
17171da177e4SLinus Torvalds#	bool "Access.Bus support"
17181da177e4SLinus Torvalds#	depends on TC
17191da177e4SLinus Torvalds
17201da177e4SLinus Torvaldsconfig MMU
17211da177e4SLinus Torvalds	bool
17221da177e4SLinus Torvalds	default y
17231da177e4SLinus Torvalds
17241da177e4SLinus Torvaldssource "drivers/pcmcia/Kconfig"
17251da177e4SLinus Torvalds
17261da177e4SLinus Torvaldssource "drivers/pci/hotplug/Kconfig"
17271da177e4SLinus Torvalds
17281da177e4SLinus Torvaldsendmenu
17291da177e4SLinus Torvalds
17301da177e4SLinus Torvaldsmenu "Executable file formats"
17311da177e4SLinus Torvalds
17321da177e4SLinus Torvaldssource "fs/Kconfig.binfmt"
17331da177e4SLinus Torvalds
17341da177e4SLinus Torvaldsconfig TRAD_SIGNALS
17351da177e4SLinus Torvalds	bool
17361da177e4SLinus Torvalds
17371da177e4SLinus Torvaldsconfig BUILD_ELF64
17381da177e4SLinus Torvalds	bool "Use 64-bit ELF format for building"
1739875d43e7SRalf Baechle	depends on 64BIT
17401da177e4SLinus Torvalds	help
17411da177e4SLinus Torvalds	  A 64-bit kernel is usually built using the 64-bit ELF binary object
17421da177e4SLinus Torvalds	  format as it's one that allows arbitrary 64-bit constructs.  For
17431da177e4SLinus Torvalds	  kernels that are loaded within the KSEG compatibility segments the
17441da177e4SLinus Torvalds	  32-bit ELF format can optionally be used resulting in a somewhat
17451da177e4SLinus Torvalds	  smaller binary, but this option is not explicitly supported by the
17461da177e4SLinus Torvalds	  toolchain and since binutils 2.14 it does not even work at all.
17471da177e4SLinus Torvalds
17481da177e4SLinus Torvalds	  Say Y to use the 64-bit format or N to use the 32-bit one.
17491da177e4SLinus Torvalds
17501da177e4SLinus Torvalds	  If unsure say Y.
17511da177e4SLinus Torvalds
17521da177e4SLinus Torvaldsconfig BINFMT_IRIX
17531da177e4SLinus Torvalds	bool "Include IRIX binary compatibility"
17545e83d430SRalf Baechle	depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
17551da177e4SLinus Torvalds
17561da177e4SLinus Torvaldsconfig MIPS32_COMPAT
17571da177e4SLinus Torvalds	bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
1758875d43e7SRalf Baechle	depends on 64BIT
17591da177e4SLinus Torvalds	help
17601da177e4SLinus Torvalds	  Select this option if you want Linux/MIPS 32-bit binary
17611da177e4SLinus Torvalds	  compatibility. Since all software available for Linux/MIPS is
17621da177e4SLinus Torvalds	  currently 32-bit you should say Y here.
17631da177e4SLinus Torvalds
17641da177e4SLinus Torvaldsconfig COMPAT
17651da177e4SLinus Torvalds	bool
17661da177e4SLinus Torvalds	depends on MIPS32_COMPAT
17671da177e4SLinus Torvalds	default y
17681da177e4SLinus Torvalds
17691da177e4SLinus Torvaldsconfig MIPS32_O32
17701da177e4SLinus Torvalds	bool "Kernel support for o32 binaries"
17711da177e4SLinus Torvalds	depends on MIPS32_COMPAT
17721da177e4SLinus Torvalds	help
17731da177e4SLinus Torvalds	  Select this option if you want to run o32 binaries.  These are pure
17741da177e4SLinus Torvalds	  32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
17751da177e4SLinus Torvalds	  existing binaries are in this format.
17761da177e4SLinus Torvalds
17771da177e4SLinus Torvalds	  If unsure, say Y.
17781da177e4SLinus Torvalds
17791da177e4SLinus Torvaldsconfig MIPS32_N32
17801da177e4SLinus Torvalds	bool "Kernel support for n32 binaries"
17811da177e4SLinus Torvalds	depends on MIPS32_COMPAT
17821da177e4SLinus Torvalds	help
17831da177e4SLinus Torvalds	  Select this option if you want to run n32 binaries.  These are
17841da177e4SLinus Torvalds	  64-bit binaries using 32-bit quantities for addressing and certain
17851da177e4SLinus Torvalds	  data that would normally be 64-bit.  They are used in special
17861da177e4SLinus Torvalds	  cases.
17871da177e4SLinus Torvalds
17881da177e4SLinus Torvalds	  If unsure, say N.
17891da177e4SLinus Torvalds
17901da177e4SLinus Torvaldsconfig BINFMT_ELF32
17911da177e4SLinus Torvalds	bool
17921da177e4SLinus Torvalds	default y if MIPS32_O32 || MIPS32_N32
17931da177e4SLinus Torvalds
1794127c6f66SRalf Baechleconfig SECCOMP
1795127c6f66SRalf Baechle	bool "Enable seccomp to safely compute untrusted bytecode"
1796127c6f66SRalf Baechle	depends on PROC_FS && BROKEN
1797127c6f66SRalf Baechle	default y
1798127c6f66SRalf Baechle	help
1799127c6f66SRalf Baechle	  This kernel feature is useful for number crunching applications
1800127c6f66SRalf Baechle	  that may need to compute untrusted bytecode during their
1801127c6f66SRalf Baechle	  execution. By using pipes or other transports made available to
1802127c6f66SRalf Baechle	  the process as file descriptors supporting the read/write
1803127c6f66SRalf Baechle	  syscalls, it's possible to isolate those applications in
1804127c6f66SRalf Baechle	  their own address space using seccomp. Once seccomp is
1805127c6f66SRalf Baechle	  enabled via /proc/<pid>/seccomp, it cannot be disabled
1806127c6f66SRalf Baechle	  and the task is only allowed to execute a few safe syscalls
1807127c6f66SRalf Baechle	  defined by each seccomp mode.
1808127c6f66SRalf Baechle
1809127c6f66SRalf Baechle	  If unsure, say Y. Only embedded should say N here.
1810127c6f66SRalf Baechle
18111da177e4SLinus Torvaldsconfig PM
18121da177e4SLinus Torvalds	bool "Power Management support (EXPERIMENTAL)"
18135e83d430SRalf Baechle	depends on EXPERIMENTAL && SOC_AU1X00
18141da177e4SLinus Torvalds
18151da177e4SLinus Torvaldsendmenu
18161da177e4SLinus Torvalds
1817d5950b43SSam Ravnborgsource "net/Kconfig"
1818d5950b43SSam Ravnborg
18191da177e4SLinus Torvaldssource "drivers/Kconfig"
18201da177e4SLinus Torvalds
18211da177e4SLinus Torvaldssource "fs/Kconfig"
18221da177e4SLinus Torvalds
18235e83d430SRalf Baechlesource "arch/mips/oprofile/Kconfig"
18245e83d430SRalf Baechle
18251da177e4SLinus Torvaldssource "arch/mips/Kconfig.debug"
18261da177e4SLinus Torvalds
18271da177e4SLinus Torvaldssource "security/Kconfig"
18281da177e4SLinus Torvalds
18291da177e4SLinus Torvaldssource "crypto/Kconfig"
18301da177e4SLinus Torvalds
18311da177e4SLinus Torvaldssource "lib/Kconfig"
1832