xref: /linux/arch/mips/Kconfig (revision a240a469649eaab03f0c4c7fbb21ea5041bf5572)
11da177e4SLinus Torvaldsconfig MIPS
21da177e4SLinus Torvalds	bool
31da177e4SLinus Torvalds	default y
41da177e4SLinus Torvalds	# Horrible source of confusion.  Die, die, die ...
51da177e4SLinus Torvalds	select EMBEDDED
61da177e4SLinus Torvalds
71da177e4SLinus Torvaldsmainmenu "Linux/MIPS Kernel Configuration"
81da177e4SLinus Torvalds
91da177e4SLinus Torvaldsmenu "Machine selection"
101da177e4SLinus Torvalds
115e83d430SRalf Baechlechoice
125e83d430SRalf Baechle	prompt "System type"
135e83d430SRalf Baechle	default SGI_IP22
141da177e4SLinus Torvalds
155e83d430SRalf Baechleconfig MIPS_MTX1
163fa986faSMartin Michlmayr	bool "4G Systems MTX-1 board"
171da177e4SLinus Torvalds	select DMA_NONCOHERENT
181da177e4SLinus Torvalds	select HW_HAS_PCI
195e83d430SRalf Baechle	select SOC_AU1500
207cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
215e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
221da177e4SLinus Torvalds
235e83d430SRalf Baechleconfig MIPS_BOSPORUS
245e83d430SRalf Baechle	bool "AMD Alchemy Bosporus board"
255e83d430SRalf Baechle	select SOC_AU1500
261da177e4SLinus Torvalds	select DMA_NONCOHERENT
277cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
285e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
291da177e4SLinus Torvalds
305e83d430SRalf Baechleconfig MIPS_PB1000
315e83d430SRalf Baechle	bool "AMD Alchemy PB1000 board"
325e83d430SRalf Baechle	select SOC_AU1000
331da177e4SLinus Torvalds	select DMA_NONCOHERENT
341da177e4SLinus Torvalds	select HW_HAS_PCI
351da177e4SLinus Torvalds	select SWAP_IO_SPACE
367cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
375e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
385e83d430SRalf Baechle
395e83d430SRalf Baechleconfig MIPS_PB1100
405e83d430SRalf Baechle	bool "AMD Alchemy PB1100 board"
415e83d430SRalf Baechle	select SOC_AU1100
425e83d430SRalf Baechle	select DMA_NONCOHERENT
435e83d430SRalf Baechle	select HW_HAS_PCI
445e83d430SRalf Baechle	select SWAP_IO_SPACE
457cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
465e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
475e83d430SRalf Baechle
485e83d430SRalf Baechleconfig MIPS_PB1500
495e83d430SRalf Baechle	bool "AMD Alchemy PB1500 board"
505e83d430SRalf Baechle	select SOC_AU1500
515e83d430SRalf Baechle	select DMA_NONCOHERENT
525e83d430SRalf Baechle	select HW_HAS_PCI
537cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
545e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
555e83d430SRalf Baechle
565e83d430SRalf Baechleconfig MIPS_PB1550
575e83d430SRalf Baechle	bool "AMD Alchemy PB1550 board"
585e83d430SRalf Baechle	select SOC_AU1550
595e83d430SRalf Baechle	select DMA_NONCOHERENT
605e83d430SRalf Baechle	select HW_HAS_PCI
615e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
627cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
635e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
645e83d430SRalf Baechle
655e83d430SRalf Baechleconfig MIPS_PB1200
665e83d430SRalf Baechle	bool "AMD Alchemy PB1200 board"
675e83d430SRalf Baechle	select SOC_AU1200
685e83d430SRalf Baechle	select DMA_NONCOHERENT
695e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
707cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
715e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
725e83d430SRalf Baechle
735e83d430SRalf Baechleconfig MIPS_DB1000
745e83d430SRalf Baechle	bool "AMD Alchemy DB1000 board"
755e83d430SRalf Baechle	select SOC_AU1000
765e83d430SRalf Baechle	select DMA_NONCOHERENT
775e83d430SRalf Baechle	select HW_HAS_PCI
787cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
795e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
805e83d430SRalf Baechle
815e83d430SRalf Baechleconfig MIPS_DB1100
825e83d430SRalf Baechle	bool "AMD Alchemy DB1100 board"
835e83d430SRalf Baechle	select SOC_AU1100
845e83d430SRalf Baechle	select DMA_NONCOHERENT
857cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
865e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
875e83d430SRalf Baechle
885e83d430SRalf Baechleconfig MIPS_DB1500
895e83d430SRalf Baechle	bool "AMD Alchemy DB1500 board"
905e83d430SRalf Baechle	select SOC_AU1500
915e83d430SRalf Baechle	select DMA_NONCOHERENT
925e83d430SRalf Baechle	select HW_HAS_PCI
935e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
947cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
955e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
965e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
975e83d430SRalf Baechle
985e83d430SRalf Baechleconfig MIPS_DB1550
995e83d430SRalf Baechle	bool "AMD Alchemy DB1550 board"
1005e83d430SRalf Baechle	select SOC_AU1550
1015e83d430SRalf Baechle	select HW_HAS_PCI
1025e83d430SRalf Baechle	select DMA_NONCOHERENT
1035e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
1047cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1055e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1065e83d430SRalf Baechle
1075e83d430SRalf Baechleconfig MIPS_DB1200
1085e83d430SRalf Baechle	bool "AMD Alchemy DB1200 board"
1095e83d430SRalf Baechle	select SOC_AU1200
1105e83d430SRalf Baechle	select DMA_COHERENT
1115e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
1127cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1135e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1145e83d430SRalf Baechle
1155e83d430SRalf Baechleconfig MIPS_MIRAGE
1165e83d430SRalf Baechle	bool "AMD Alchemy Mirage board"
1175e83d430SRalf Baechle	select DMA_NONCOHERENT
1185e83d430SRalf Baechle	select SOC_AU1500
1197cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1205e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1211da177e4SLinus Torvalds
1221da177e4SLinus Torvaldsconfig MIPS_COBALT
1233fa986faSMartin Michlmayr	bool "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
1353fa986faSMartin Michlmayr	bool "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
1613fa986faSMartin Michlmayr	bool "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
1783fa986faSMartin Michlmayr	bool "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
1983fa986faSMartin Michlmayr	bool "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
2143fa986faSMartin Michlmayr	bool "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
2313fa986faSMartin Michlmayr	bool "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
236e5c6c8e4SMichael Neuling	select I8253
2375e83d430SRalf Baechle	select I8259
2385e83d430SRalf Baechle	select ISA
2397cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
2405e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
2415e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2421da177e4SLinus Torvalds	help
2435e83d430SRalf Baechle	 This a family of machines based on the MIPS R4030 chipset which was
2445e83d430SRalf Baechle	 used by several vendors to build RISC/os and Windows NT workstations.
2455e83d430SRalf Baechle	 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
2465e83d430SRalf Baechle	 Olivetti M700-10 workstations.
2475e83d430SRalf Baechle
2485e83d430SRalf Baechleconfig LASAT
2493fa986faSMartin Michlmayr	bool "LASAT Networks platforms"
2505e83d430SRalf Baechle	select DMA_NONCOHERENT
2515e83d430SRalf Baechle	select HW_HAS_PCI
2525e83d430SRalf Baechle	select MIPS_GT64120
2535e83d430SRalf Baechle	select MIPS_NILE4
2545e83d430SRalf Baechle	select R5000_CPU_SCACHE
2557cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
2565e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
2575e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2585e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2591da177e4SLinus Torvalds
2601da177e4SLinus Torvaldsconfig MIPS_ATLAS
2613fa986faSMartin Michlmayr	bool "MIPS Atlas board"
2621da177e4SLinus Torvalds	select BOOT_ELF32
2631da177e4SLinus Torvalds	select DMA_NONCOHERENT
2645e83d430SRalf Baechle	select IRQ_CPU
2651da177e4SLinus Torvalds	select HW_HAS_PCI
2665e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2675e83d430SRalf Baechle	select MIPS_BONITO64
2681da177e4SLinus Torvalds	select MIPS_GT64120
2695e83d430SRalf Baechle	select MIPS_MSC
270f4b7cdb4SMaciej W. Rozycki	select RM7000_CPU_SCACHE
2711da177e4SLinus Torvalds	select SWAP_IO_SPACE
2727cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
2737cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
2747cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
2757cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
2767cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
277ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
278ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
2795e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2805e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2811da177e4SLinus Torvalds	help
282f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Atlas evaluation
2831da177e4SLinus Torvalds	  board.
2841da177e4SLinus Torvalds
2851da177e4SLinus Torvaldsconfig MIPS_MALTA
2863fa986faSMartin Michlmayr	bool "MIPS Malta board"
28761ed242dSRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
2881da177e4SLinus Torvalds	select BOOT_ELF32
2891da177e4SLinus Torvalds	select HAVE_STD_PC_SERIAL_PORT
2901da177e4SLinus Torvalds	select DMA_NONCOHERENT
291e01402b1SRalf Baechle	select IRQ_CPU
2921da177e4SLinus Torvalds	select GENERIC_ISA_DMA
2931da177e4SLinus Torvalds	select HW_HAS_PCI
2941da177e4SLinus Torvalds	select I8259
2955e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2965e83d430SRalf Baechle	select MIPS_BONITO64
2971da177e4SLinus Torvalds	select MIPS_GT64120
2985e83d430SRalf Baechle	select MIPS_MSC
2991da177e4SLinus Torvalds	select SWAP_IO_SPACE
3007cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3017cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3027cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
3037cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
3047cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
305ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
306ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3075e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3085e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
3091da177e4SLinus Torvalds	help
310f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Malta evaluation
3111da177e4SLinus Torvalds	  board.
3121da177e4SLinus Torvalds
3131da177e4SLinus Torvaldsconfig MIPS_SEAD
3143fa986faSMartin Michlmayr	bool "MIPS SEAD board (EXPERIMENTAL)"
3151da177e4SLinus Torvalds	depends on EXPERIMENTAL
3161da177e4SLinus Torvalds	select IRQ_CPU
3171da177e4SLinus Torvalds	select DMA_NONCOHERENT
3185e83d430SRalf Baechle	select MIPS_BOARDS_GEN
3197cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3207cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3217cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
322ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3235e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
3245e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3255e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
326f638d197SMaciej W. Rozycki	help
327f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies SEAD evaluation
328f638d197SMaciej W. Rozycki	  board.
3291da177e4SLinus Torvalds
330*a240a469SMark.Zhanconfig WR_PPMC
331*a240a469SMark.Zhan	bool "Support for Wind River PPMC board"
332*a240a469SMark.Zhan	select IRQ_CPU
333*a240a469SMark.Zhan	select BOOT_ELF32
334*a240a469SMark.Zhan	select DMA_NONCOHERENT
335*a240a469SMark.Zhan	select HW_HAS_PCI
336*a240a469SMark.Zhan	select MIPS_GT64120
337*a240a469SMark.Zhan	select SWAP_IO_SPACE
338*a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R1
339*a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R2
340*a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS64_R1
341*a240a469SMark.Zhan	select SYS_HAS_CPU_NEVADA
342*a240a469SMark.Zhan	select SYS_HAS_CPU_RM7000
343*a240a469SMark.Zhan	select SYS_SUPPORTS_32BIT_KERNEL
344*a240a469SMark.Zhan	select SYS_SUPPORTS_64BIT_KERNEL
345*a240a469SMark.Zhan	select SYS_SUPPORTS_BIG_ENDIAN
346*a240a469SMark.Zhan	select SYS_SUPPORTS_LITTLE_ENDIAN
347*a240a469SMark.Zhan	help
348*a240a469SMark.Zhan	  This enables support for the Wind River MIPS32 4KC PPMC evaluation
349*a240a469SMark.Zhan	  board, which is based on GT64120 bridge chip.
350*a240a469SMark.Zhan
351c78cbf49SRalf Baechleconfig MIPS_SIM
3523fa986faSMartin Michlmayr	bool 'MIPS simulator (MIPSsim)'
353c78cbf49SRalf Baechle	select DMA_NONCOHERENT
354c78cbf49SRalf Baechle	select IRQ_CPU
3557cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3567cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
357c78cbf49SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
358c78cbf49SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
359c78cbf49SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
360c78cbf49SRalf Baechle	help
361c78cbf49SRalf Baechle	  This option enables support for MIPS Technologies MIPSsim software
362c78cbf49SRalf Baechle	  emulator.
363c78cbf49SRalf Baechle
3641da177e4SLinus Torvaldsconfig MOMENCO_JAGUAR_ATX
3653fa986faSMartin Michlmayr	bool "Momentum Jaguar board"
3661da177e4SLinus Torvalds	select BOOT_ELF32
3671da177e4SLinus Torvalds	select DMA_NONCOHERENT
3681da177e4SLinus Torvalds	select HW_HAS_PCI
3691da177e4SLinus Torvalds	select IRQ_CPU
3701da177e4SLinus Torvalds	select IRQ_CPU_RM7K
3711da177e4SLinus Torvalds	select IRQ_MV64340
3721da177e4SLinus Torvalds	select LIMITED_DMA
3731da177e4SLinus Torvalds	select PCI_MARVELL
3741da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
3751da177e4SLinus Torvalds	select SWAP_IO_SPACE
3767cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
377ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
378ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3795e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3801da177e4SLinus Torvalds	help
3811da177e4SLinus Torvalds	  The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
3821da177e4SLinus Torvalds	  Momentum Computer <http://www.momenco.com/>.
3831da177e4SLinus Torvalds
3845e83d430SRalf Baechleconfig MOMENCO_OCELOT
3853fa986faSMartin Michlmayr	bool "Momentum Ocelot board"
3865e83d430SRalf Baechle	select DMA_NONCOHERENT
3871da177e4SLinus Torvalds	select HW_HAS_PCI
3881da177e4SLinus Torvalds	select IRQ_CPU
3891da177e4SLinus Torvalds	select IRQ_CPU_RM7K
3905e83d430SRalf Baechle	select MIPS_GT64120
3915e83d430SRalf Baechle	select RM7000_CPU_SCACHE
3921da177e4SLinus Torvalds	select SWAP_IO_SPACE
3937cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
394ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
395ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3965e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3971da177e4SLinus Torvalds	help
3985e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
3995e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4001da177e4SLinus Torvalds
4015e83d430SRalf Baechleconfig MOMENCO_OCELOT_3
4023fa986faSMartin Michlmayr	bool "Momentum Ocelot-3 board"
4035e83d430SRalf Baechle	select BOOT_ELF32
4045e83d430SRalf Baechle	select DMA_NONCOHERENT
4055e83d430SRalf Baechle	select HW_HAS_PCI
4065e83d430SRalf Baechle	select IRQ_CPU
4075e83d430SRalf Baechle	select IRQ_CPU_RM7K
4085e83d430SRalf Baechle	select IRQ_MV64340
4095e83d430SRalf Baechle	select PCI_MARVELL
4105e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4115e83d430SRalf Baechle	select SWAP_IO_SPACE
4127cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
4135e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4145e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4155e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4165e83d430SRalf Baechle	help
4175e83d430SRalf Baechle	  The Ocelot-3 is based off Discovery III System Controller and
4185e83d430SRalf Baechle	  PMC-Sierra Rm79000 core.
4195e83d430SRalf Baechle
4205e83d430SRalf Baechleconfig MOMENCO_OCELOT_C
4213fa986faSMartin Michlmayr	bool "Momentum Ocelot-C board"
4225e83d430SRalf Baechle	select DMA_NONCOHERENT
4235e83d430SRalf Baechle	select HW_HAS_PCI
4245e83d430SRalf Baechle	select IRQ_CPU
4255e83d430SRalf Baechle	select IRQ_MV64340
4265e83d430SRalf Baechle	select PCI_MARVELL
4275e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4285e83d430SRalf Baechle	select SWAP_IO_SPACE
4297cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4305e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4315e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4325e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4335e83d430SRalf Baechle	help
4345e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4355e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4365e83d430SRalf Baechle
4375e83d430SRalf Baechleconfig MOMENCO_OCELOT_G
4383fa986faSMartin Michlmayr	bool "Momentum Ocelot-G board"
4395e83d430SRalf Baechle	select DMA_NONCOHERENT
4405e83d430SRalf Baechle	select HW_HAS_PCI
4415e83d430SRalf Baechle	select IRQ_CPU
4425e83d430SRalf Baechle	select IRQ_CPU_RM7K
4435e83d430SRalf Baechle	select PCI_MARVELL
4445e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4455e83d430SRalf Baechle	select SWAP_IO_SPACE
4467cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4475e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4485e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4495e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4505e83d430SRalf Baechle	help
4515e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4525e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4535e83d430SRalf Baechle
4545e83d430SRalf Baechleconfig MIPS_XXS1500
4553fa986faSMartin Michlmayr	bool "MyCable XXS1500 board"
4565e83d430SRalf Baechle	select DMA_NONCOHERENT
4575e83d430SRalf Baechle	select SOC_AU1500
4585e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4591da177e4SLinus Torvalds
460bdf21b18SPete Popovconfig PNX8550_V2PCI
4613fa986faSMartin Michlmayr	bool "Philips PNX8550 based Viper2-PCI board"
4624b29f604SRalf Baechle	depends on BROKEN
463bdf21b18SPete Popov	select PNX8550
464bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
465bdf21b18SPete Popov
466bdf21b18SPete Popovconfig PNX8550_JBS
4673fa986faSMartin Michlmayr	bool "Philips PNX8550 based JBS board"
4684b29f604SRalf Baechle	depends on BROKEN
469bdf21b18SPete Popov	select PNX8550
470bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
471bdf21b18SPete Popov
4721da177e4SLinus Torvaldsconfig DDB5074
4733fa986faSMartin Michlmayr	bool "NEC DDB Vrc-5074 (EXPERIMENTAL)"
4741da177e4SLinus Torvalds	depends on EXPERIMENTAL
4755e83d430SRalf Baechle	select DDB5XXX_COMMON
4761da177e4SLinus Torvalds	select DMA_NONCOHERENT
4771da177e4SLinus Torvalds	select HAVE_STD_PC_SERIAL_PORT
4781da177e4SLinus Torvalds	select HW_HAS_PCI
4791da177e4SLinus Torvalds	select IRQ_CPU
4801da177e4SLinus Torvalds	select I8259
4811da177e4SLinus Torvalds	select ISA
4827cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
483ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
484ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
4855e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4865e83d430SRalf Baechle	help
4875e83d430SRalf Baechle	  This enables support for the VR5000-based NEC DDB Vrc-5074
4885e83d430SRalf Baechle	  evaluation board.
4895e83d430SRalf Baechle
4905e83d430SRalf Baechleconfig DDB5476
4913fa986faSMartin Michlmayr	bool "NEC DDB Vrc-5476"
4925e83d430SRalf Baechle	select DDB5XXX_COMMON
4935e83d430SRalf Baechle	select DMA_NONCOHERENT
4945e83d430SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
4955e83d430SRalf Baechle	select HW_HAS_PCI
4965e83d430SRalf Baechle	select IRQ_CPU
4975e83d430SRalf Baechle	select I8259
4985e83d430SRalf Baechle	select ISA
4997cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
5005e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5015e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5025e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
5031da177e4SLinus Torvalds	help
5041da177e4SLinus Torvalds	  This enables support for the R5432-based NEC DDB Vrc-5476
5051da177e4SLinus Torvalds	  evaluation board.
5061da177e4SLinus Torvalds
5071da177e4SLinus Torvalds	  Features : kernel debugging, serial terminal, NFS root fs, on-board
5081da177e4SLinus Torvalds	  ether port USB, AC97, PCI, PCI VGA card & framebuffer console,
5091da177e4SLinus Torvalds	  IDE controller, PS2 keyboard, PS2 mouse, etc.
5101da177e4SLinus Torvalds
5111da177e4SLinus Torvaldsconfig DDB5477
5123fa986faSMartin Michlmayr	bool "NEC DDB Vrc-5477"
5135e83d430SRalf Baechle	select DDB5XXX_COMMON
5141da177e4SLinus Torvalds	select DMA_NONCOHERENT
5151da177e4SLinus Torvalds	select HW_HAS_PCI
5161da177e4SLinus Torvalds	select I8259
5171da177e4SLinus Torvalds	select IRQ_CPU
5187cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
519ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
520ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5215e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
5221da177e4SLinus Torvalds	help
5231da177e4SLinus Torvalds	  This enables support for the R5432-based NEC DDB Vrc-5477,
5241da177e4SLinus Torvalds	  or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
5251da177e4SLinus Torvalds
5261da177e4SLinus Torvalds	  Features : kernel debugging, serial terminal, NFS root fs, on-board
5271da177e4SLinus Torvalds	  ether port USB, AC97, PCI, etc.
5281da177e4SLinus Torvalds
5295e83d430SRalf Baechleconfig MACH_VR41XX
5303fa986faSMartin Michlmayr	bool "NEC VR41XX-based machines"
5317cf8053bSRalf Baechle	select SYS_HAS_CPU_VR41XX
5325e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5335e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5345e83d430SRalf Baechle
5355e83d430SRalf Baechleconfig PMC_YOSEMITE
5363fa986faSMartin Michlmayr	bool "PMC-Sierra Yosemite eval board"
5375e83d430SRalf Baechle	select DMA_COHERENT
5385e83d430SRalf Baechle	select HW_HAS_PCI
5395e83d430SRalf Baechle	select IRQ_CPU
5405e83d430SRalf Baechle	select IRQ_CPU_RM7K
5415e83d430SRalf Baechle	select IRQ_CPU_RM9K
5425e83d430SRalf Baechle	select SWAP_IO_SPACE
5437cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
5445e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5455e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
5465e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5475e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
5485e83d430SRalf Baechle	help
5495e83d430SRalf Baechle	  Yosemite is an evaluation board for the RM9000x2 processor
5505e83d430SRalf Baechle	  manufactured by PMC-Sierra.
5511da177e4SLinus Torvalds
55207119621SRalf Baechleconfig QEMU
5533fa986faSMartin Michlmayr	bool "Qemu"
55407119621SRalf Baechle	select DMA_COHERENT
55507119621SRalf Baechle	select GENERIC_ISA_DMA
55607119621SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
557e5c6c8e4SMichael Neuling	select I8253
55807119621SRalf Baechle	select I8259
55907119621SRalf Baechle	select ISA
56007119621SRalf Baechle	select SWAP_IO_SPACE
5617cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
56207119621SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
56307119621SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
56407119621SRalf Baechle	help
56507119621SRalf Baechle	  Qemu is a software emulator which among other architectures also
56607119621SRalf Baechle	  can simulate a MIPS32 4Kc system.  This patch adds support for the
56707119621SRalf Baechle	  system architecture that currently is being simulated by Qemu.  It
56807119621SRalf Baechle	  will eventually be removed again when Qemu has the capability to
56907119621SRalf Baechle	  simulate actual MIPS hardware platforms.  More information on Qemu
57007119621SRalf Baechle	  can be found at http://www.linux-mips.org/wiki/Qemu.
57107119621SRalf Baechle
5721da177e4SLinus Torvaldsconfig SGI_IP22
5733fa986faSMartin Michlmayr	bool "SGI IP22 (Indy/Indigo2)"
5741da177e4SLinus Torvalds	select ARC
5751da177e4SLinus Torvalds	select ARC32
5761da177e4SLinus Torvalds	select BOOT_ELF32
5771da177e4SLinus Torvalds	select DMA_NONCOHERENT
5785e83d430SRalf Baechle	select HW_HAS_EISA
5791da177e4SLinus Torvalds	select IP22_CPU_SCACHE
5801da177e4SLinus Torvalds	select IRQ_CPU
581aac076f8SRalf Baechle	select NO_ISA if ISA
5821da177e4SLinus Torvalds	select SWAP_IO_SPACE
5837cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
5847cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
585ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
586ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5875e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5881da177e4SLinus Torvalds	help
5891da177e4SLinus Torvalds	  This are the SGI Indy, Challenge S and Indigo2, as well as certain
5901da177e4SLinus Torvalds	  OEM variants like the Tandem CMN B006S. To compile a Linux kernel
5911da177e4SLinus Torvalds	  that runs on these, say Y here.
5921da177e4SLinus Torvalds
5931da177e4SLinus Torvaldsconfig SGI_IP27
5943fa986faSMartin Michlmayr	bool "SGI IP27 (Origin200/2000)"
5951da177e4SLinus Torvalds	select ARC
5961da177e4SLinus Torvalds	select ARC64
5975e83d430SRalf Baechle	select BOOT_ELF64
5981da177e4SLinus Torvalds	select DMA_IP27
5991da177e4SLinus Torvalds	select HW_HAS_PCI
6001da177e4SLinus Torvalds	select PCI_DOMAINS
6017cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000
602ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6035e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6041da177e4SLinus Torvalds	help
6051da177e4SLinus Torvalds	  This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
6061da177e4SLinus Torvalds	  workstations.  To compile a Linux kernel that runs on these, say Y
6071da177e4SLinus Torvalds	  here.
6081da177e4SLinus Torvalds
6091da177e4SLinus Torvaldsconfig SGI_IP32
6103fa986faSMartin Michlmayr	bool "SGI IP32 (O2) (EXPERIMENTAL)"
611ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
6121da177e4SLinus Torvalds	select ARC
6131da177e4SLinus Torvalds	select ARC32
6141da177e4SLinus Torvalds	select BOOT_ELF32
6151da177e4SLinus Torvalds	select OWN_DMA
6161da177e4SLinus Torvalds	select DMA_IP32
6171da177e4SLinus Torvalds	select DMA_NONCOHERENT
6181da177e4SLinus Torvalds	select HW_HAS_PCI
6191da177e4SLinus Torvalds	select R5000_CPU_SCACHE
6201da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
6217cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
6227cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000 if BROKEN
6237cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
624dd2f18feSRalf Baechle	select SYS_HAS_CPU_NEVADA
625ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6265e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6271da177e4SLinus Torvalds	help
6281da177e4SLinus Torvalds	  If you want this kernel to run on SGI O2 workstation, say Y here.
6291da177e4SLinus Torvalds
6309a6dcea1SAndrew Isaacsonconfig SIBYTE_BIGSUR
6313fa986faSMartin Michlmayr	bool "Sibyte BCM91480B-BigSur"
6329a6dcea1SAndrew Isaacson	select BOOT_ELF32
6339a6dcea1SAndrew Isaacson	select DMA_COHERENT
6347cf8053bSRalf Baechle	select PCI_DOMAINS
6359a6dcea1SAndrew Isaacson	select SIBYTE_BCM1x80
6369a6dcea1SAndrew Isaacson	select SWAP_IO_SPACE
6377cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6389a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_BIG_ENDIAN
6399a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_LITTLE_ENDIAN
6409a6dcea1SAndrew Isaacson
6415e83d430SRalf Baechleconfig SIBYTE_SWARM
6423fa986faSMartin Michlmayr	bool "Sibyte BCM91250A-SWARM"
6435e83d430SRalf Baechle	select BOOT_ELF32
6445e83d430SRalf Baechle	select DMA_COHERENT
6455e83d430SRalf Baechle	select SIBYTE_SB1250
6465e83d430SRalf Baechle	select SWAP_IO_SPACE
6477cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6485e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6495e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6505e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
651e3ad1c23SPete Popov
6525e83d430SRalf Baechleconfig SIBYTE_SENTOSA
6533fa986faSMartin Michlmayr	bool "Sibyte BCM91250E-Sentosa"
6545e83d430SRalf Baechle	depends on EXPERIMENTAL
6555e83d430SRalf Baechle	select BOOT_ELF32
6565e83d430SRalf Baechle	select DMA_COHERENT
6575e83d430SRalf Baechle	select SIBYTE_SB1250
6585e83d430SRalf Baechle	select SWAP_IO_SPACE
6597cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6605e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6615e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6625e83d430SRalf Baechle
6635e83d430SRalf Baechleconfig SIBYTE_RHONE
6643fa986faSMartin Michlmayr	bool "Sibyte BCM91125E-Rhone"
6655e83d430SRalf Baechle	depends on EXPERIMENTAL
6665e83d430SRalf Baechle	select BOOT_ELF32
6675e83d430SRalf Baechle	select DMA_COHERENT
6685e83d430SRalf Baechle	select SIBYTE_BCM1125H
6695e83d430SRalf Baechle	select SWAP_IO_SPACE
6707cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6715e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6725e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6735e83d430SRalf Baechle
6745e83d430SRalf Baechleconfig SIBYTE_CARMEL
6753fa986faSMartin Michlmayr	bool "Sibyte BCM91120x-Carmel"
6765e83d430SRalf Baechle	depends on EXPERIMENTAL
6775e83d430SRalf Baechle	select BOOT_ELF32
6785e83d430SRalf Baechle	select DMA_COHERENT
6795e83d430SRalf Baechle	select SIBYTE_BCM1120
6805e83d430SRalf Baechle	select SWAP_IO_SPACE
6817cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6825e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6835e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6845e83d430SRalf Baechle
6855e83d430SRalf Baechleconfig SIBYTE_PTSWARM
6863fa986faSMartin Michlmayr	bool "Sibyte BCM91250PT-PTSWARM"
6875e83d430SRalf Baechle	depends on EXPERIMENTAL
6885e83d430SRalf Baechle	select BOOT_ELF32
6895e83d430SRalf Baechle	select DMA_COHERENT
6905e83d430SRalf Baechle	select SIBYTE_SB1250
6915e83d430SRalf Baechle	select SWAP_IO_SPACE
6927cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6935e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6945e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6955e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6965e83d430SRalf Baechle
6975e83d430SRalf Baechleconfig SIBYTE_LITTLESUR
6983fa986faSMartin Michlmayr	bool "Sibyte BCM91250C2-LittleSur"
6995e83d430SRalf Baechle	depends on EXPERIMENTAL
7005e83d430SRalf Baechle	select BOOT_ELF32
7015e83d430SRalf Baechle	select DMA_COHERENT
7025e83d430SRalf Baechle	select SIBYTE_SB1250
7035e83d430SRalf Baechle	select SWAP_IO_SPACE
7047cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7055e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7065e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7075e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7085e83d430SRalf Baechle
7095e83d430SRalf Baechleconfig SIBYTE_CRHINE
7103fa986faSMartin Michlmayr	bool "Sibyte BCM91120C-CRhine"
7115e83d430SRalf Baechle	depends on EXPERIMENTAL
7125e83d430SRalf Baechle	select BOOT_ELF32
7135e83d430SRalf Baechle	select DMA_COHERENT
7145e83d430SRalf Baechle	select SIBYTE_BCM1120
7155e83d430SRalf Baechle	select SWAP_IO_SPACE
7167cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7175e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7185e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7195e83d430SRalf Baechle
7205e83d430SRalf Baechleconfig SIBYTE_CRHONE
7213fa986faSMartin Michlmayr	bool "Sibyte BCM91125C-CRhone"
7225e83d430SRalf Baechle	depends on EXPERIMENTAL
7235e83d430SRalf Baechle	select BOOT_ELF32
7245e83d430SRalf Baechle	select DMA_COHERENT
7255e83d430SRalf Baechle	select SIBYTE_BCM1125
7265e83d430SRalf Baechle	select SWAP_IO_SPACE
7277cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7285e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7295e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7305e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7315e83d430SRalf Baechle
7325e83d430SRalf Baechleconfig SNI_RM200_PCI
7333fa986faSMartin Michlmayr	bool "SNI RM200 PCI"
7345e83d430SRalf Baechle	select ARC
7355e83d430SRalf Baechle	select ARC32
7365e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
7375e83d430SRalf Baechle	select BOOT_ELF32
7385e83d430SRalf Baechle	select DMA_NONCOHERENT
7395e83d430SRalf Baechle	select GENERIC_ISA_DMA
7405e83d430SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
7415e83d430SRalf Baechle	select HW_HAS_EISA
7425e83d430SRalf Baechle	select HW_HAS_PCI
743e5c6c8e4SMichael Neuling	select I8253
7445e83d430SRalf Baechle	select I8259
7455e83d430SRalf Baechle	select ISA
7467cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
747ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
7485e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
7495e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN if EXPERIMENTAL
7505e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7515e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7521da177e4SLinus Torvalds	help
7535e83d430SRalf Baechle	  The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
7545e83d430SRalf Baechle	  Nixdorf Informationssysteme (SNI), parent company of Pyramid
7555e83d430SRalf Baechle	  Technology and now in turn merged with Fujitsu.  Say Y here to
7565e83d430SRalf Baechle	  support this machine type.
7571da177e4SLinus Torvalds
7585e83d430SRalf Baechleconfig TOSHIBA_JMR3927
7593fa986faSMartin Michlmayr	bool "Toshiba JMR-TX3927 board"
7605e83d430SRalf Baechle	select DMA_NONCOHERENT
7615e83d430SRalf Baechle	select HW_HAS_PCI
7625e83d430SRalf Baechle	select MIPS_TX3927
7635e83d430SRalf Baechle	select SWAP_IO_SPACE
7647cf8053bSRalf Baechle	select SYS_HAS_CPU_TX39XX
7655e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7665e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7675e83d430SRalf Baechle	select TOSHIBA_BOARDS
7685e83d430SRalf Baechle
7695e83d430SRalf Baechleconfig TOSHIBA_RBTX4927
7703fa986faSMartin Michlmayr	bool "Toshiba TBTX49[23]7 board"
7715e83d430SRalf Baechle	select DMA_NONCOHERENT
7725e83d430SRalf Baechle	select HAS_TXX9_SERIAL
7735e83d430SRalf Baechle	select HW_HAS_PCI
7745e83d430SRalf Baechle	select I8259
7755e83d430SRalf Baechle	select ISA
7765e83d430SRalf Baechle	select SWAP_IO_SPACE
7777cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
7785e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7795e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
7805e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7815e83d430SRalf Baechle	select TOSHIBA_BOARDS
7825e83d430SRalf Baechle	help
7835e83d430SRalf Baechle	  This Toshiba board is based on the TX4927 processor. Say Y here to
7845e83d430SRalf Baechle	  support this machine type
7851da177e4SLinus Torvalds
78623fbee9dSRalf Baechleconfig TOSHIBA_RBTX4938
7873fa986faSMartin Michlmayr	bool "Toshiba RBTX4938 board"
78823fbee9dSRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
78923fbee9dSRalf Baechle	select DMA_NONCOHERENT
79023fbee9dSRalf Baechle	select GENERIC_ISA_DMA
79123fbee9dSRalf Baechle	select HAS_TXX9_SERIAL
79223fbee9dSRalf Baechle	select HW_HAS_PCI
79323fbee9dSRalf Baechle	select I8259
79423fbee9dSRalf Baechle	select ISA
79523fbee9dSRalf Baechle	select SWAP_IO_SPACE
7967cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
79723fbee9dSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
79823fbee9dSRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
79923fbee9dSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
80023fbee9dSRalf Baechle	select TOSHIBA_BOARDS
80123fbee9dSRalf Baechle	help
80223fbee9dSRalf Baechle	  This Toshiba board is based on the TX4938 processor. Say Y here to
80323fbee9dSRalf Baechle	  support this machine type
80423fbee9dSRalf Baechle
8051da177e4SLinus Torvaldsendchoice
8061da177e4SLinus Torvalds
8075e83d430SRalf Baechlesource "arch/mips/ddb5xxx/Kconfig"
8085e83d430SRalf Baechlesource "arch/mips/gt64120/ev64120/Kconfig"
8095e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig"
8105e83d430SRalf Baechlesource "arch/mips/ite-boards/Kconfig"
8115e83d430SRalf Baechlesource "arch/mips/lasat/Kconfig"
8125e83d430SRalf Baechlesource "arch/mips/momentum/Kconfig"
8135e83d430SRalf Baechlesource "arch/mips/pmc-sierra/Kconfig"
81429c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig"
81538b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig"
8165e83d430SRalf Baechlesource "arch/mips/tx4927/Kconfig"
81723fbee9dSRalf Baechlesource "arch/mips/tx4938/Kconfig"
8185e83d430SRalf Baechlesource "arch/mips/vr41xx/Kconfig"
819bdf21b18SPete Popovsource "arch/mips/philips/pnx8550/common/Kconfig"
820e87dddebSPeter Hortonsource "arch/mips/cobalt/Kconfig"
82138b18f72SRalf Baechle
8225e83d430SRalf Baechleendmenu
8235e83d430SRalf Baechle
8241da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
8251da177e4SLinus Torvalds	bool
8261da177e4SLinus Torvalds	default y
8271da177e4SLinus Torvalds
8281da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM
8291da177e4SLinus Torvalds	bool
8301da177e4SLinus Torvalds
8313c9ee7efSAkinobu Mitaconfig GENERIC_FIND_NEXT_BIT
8323c9ee7efSAkinobu Mita	bool
8333c9ee7efSAkinobu Mita	default y
8343c9ee7efSAkinobu Mita
8353c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT
8363c9ee7efSAkinobu Mita	bool
8373c9ee7efSAkinobu Mita	default y
8383c9ee7efSAkinobu Mita
8391da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
8401da177e4SLinus Torvalds	bool
8411da177e4SLinus Torvalds	default y
8421da177e4SLinus Torvalds
8431cc89038SAtsushi Nemotoconfig SCHED_NO_NO_OMIT_FRAME_POINTER
8441cc89038SAtsushi Nemoto	bool
8451cc89038SAtsushi Nemoto	default y
8461cc89038SAtsushi Nemoto
8471da177e4SLinus Torvalds#
8481da177e4SLinus Torvalds# Select some configuration options automatically based on user selections.
8491da177e4SLinus Torvalds#
8501da177e4SLinus Torvaldsconfig ARC
8511da177e4SLinus Torvalds	bool
8521da177e4SLinus Torvalds
85361ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC
85461ed242dSRalf Baechle	bool
85561ed242dSRalf Baechle
8561da177e4SLinus Torvaldsconfig DMA_COHERENT
8571da177e4SLinus Torvalds	bool
8581da177e4SLinus Torvalds
8591da177e4SLinus Torvaldsconfig DMA_IP27
8601da177e4SLinus Torvalds	bool
8611da177e4SLinus Torvalds
8624ce588cdSRalf Baechleconfig DMA_IP32
8634ce588cdSRalf Baechle	bool
8644ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8654ce588cdSRalf Baechle
8661da177e4SLinus Torvaldsconfig DMA_NONCOHERENT
8671da177e4SLinus Torvalds	bool
8684ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8694ce588cdSRalf Baechle
8704ce588cdSRalf Baechleconfig DMA_NEED_PCI_MAP_STATE
8714ce588cdSRalf Baechle	bool
8721da177e4SLinus Torvalds
8735e83d430SRalf Baechleconfig OWN_DMA
8745e83d430SRalf Baechle	bool
8755e83d430SRalf Baechle
8761da177e4SLinus Torvaldsconfig EARLY_PRINTK
8771da177e4SLinus Torvalds	bool
8781da177e4SLinus Torvalds
8791da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA
8801da177e4SLinus Torvalds	bool
8811da177e4SLinus Torvalds
8821da177e4SLinus Torvaldsconfig I8259
8831da177e4SLinus Torvalds	bool
8841da177e4SLinus Torvalds
8851da177e4SLinus Torvaldsconfig LIMITED_DMA
8861da177e4SLinus Torvalds	bool
8871da177e4SLinus Torvalds	select HIGHMEM
888797798c1SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
8891da177e4SLinus Torvalds
8901da177e4SLinus Torvaldsconfig MIPS_BONITO64
8911da177e4SLinus Torvalds	bool
8921da177e4SLinus Torvalds
8931da177e4SLinus Torvaldsconfig MIPS_MSC
8941da177e4SLinus Torvalds	bool
8951da177e4SLinus Torvalds
8961da177e4SLinus Torvaldsconfig MIPS_NILE4
8971da177e4SLinus Torvalds	bool
8981da177e4SLinus Torvalds
8991da177e4SLinus Torvaldsconfig MIPS_DISABLE_OBSOLETE_IDE
9001da177e4SLinus Torvalds	bool
9011da177e4SLinus Torvalds
9025e83d430SRalf Baechle#
9035e83d430SRalf Baechle# Endianess selection.  Suffiently obscure so many users don't know what to
9045e83d430SRalf Baechle# answer,so we try hard to limit the available choices.  Also the use of a
9055e83d430SRalf Baechle# choice statement should be more obvious to the user.
9065e83d430SRalf Baechle#
9075e83d430SRalf Baechlechoice
9085e83d430SRalf Baechle	prompt "Endianess selection"
9091da177e4SLinus Torvalds	help
9101da177e4SLinus Torvalds	  Some MIPS machines can be configured for either little or big endian
9115e83d430SRalf Baechle	  byte order. These modes require different kernels and a different
9125e83d430SRalf Baechle	  Linux distribution.  In general there is one prefered byteorder for a
9135e83d430SRalf Baechle	  particular system but some systems are just as commonly used in the
9145e83d430SRalf Baechle	  one or the other endianess.
9155e83d430SRalf Baechle
9165e83d430SRalf Baechleconfig CPU_BIG_ENDIAN
9175e83d430SRalf Baechle	bool "Big endian"
9185e83d430SRalf Baechle	depends on SYS_SUPPORTS_BIG_ENDIAN
9195e83d430SRalf Baechle
9205e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN
9215e83d430SRalf Baechle	bool "Little endian"
9225e83d430SRalf Baechle	depends on SYS_SUPPORTS_LITTLE_ENDIAN
9235e83d430SRalf Baechle	help
9245e83d430SRalf Baechle
9255e83d430SRalf Baechleendchoice
9265e83d430SRalf Baechle
9275e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN
9285e83d430SRalf Baechle	bool
9295e83d430SRalf Baechle
9305e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN
9315e83d430SRalf Baechle	bool
9321da177e4SLinus Torvalds
9331da177e4SLinus Torvaldsconfig IRQ_CPU
9341da177e4SLinus Torvalds	bool
9351da177e4SLinus Torvalds
9361da177e4SLinus Torvaldsconfig IRQ_CPU_RM7K
9371da177e4SLinus Torvalds	bool
9381da177e4SLinus Torvalds
9395e83d430SRalf Baechleconfig IRQ_CPU_RM9K
9405e83d430SRalf Baechle	bool
9415e83d430SRalf Baechle
9421da177e4SLinus Torvaldsconfig IRQ_MV64340
9431da177e4SLinus Torvalds	bool
9441da177e4SLinus Torvalds
9451da177e4SLinus Torvaldsconfig DDB5XXX_COMMON
9461da177e4SLinus Torvalds	bool
9471da177e4SLinus Torvalds
9481da177e4SLinus Torvaldsconfig MIPS_BOARDS_GEN
9491da177e4SLinus Torvalds	bool
9501da177e4SLinus Torvalds
9511da177e4SLinus Torvaldsconfig MIPS_GT64111
9521da177e4SLinus Torvalds	bool
9531da177e4SLinus Torvalds
9541da177e4SLinus Torvaldsconfig MIPS_GT64120
9551da177e4SLinus Torvalds	bool
9561da177e4SLinus Torvalds
9571da177e4SLinus Torvaldsconfig MIPS_TX3927
9581da177e4SLinus Torvalds	bool
9591da177e4SLinus Torvalds	select HAS_TXX9_SERIAL
9601da177e4SLinus Torvalds
9611da177e4SLinus Torvaldsconfig PCI_MARVELL
9621da177e4SLinus Torvalds	bool
9631da177e4SLinus Torvalds
9641da177e4SLinus Torvaldsconfig ITE_BOARD_GEN
9651da177e4SLinus Torvalds	bool
9665e83d430SRalf Baechle
9675e83d430SRalf Baechleconfig SOC_AU1000
9685e83d430SRalf Baechle	bool
9695e83d430SRalf Baechle	select SOC_AU1X00
9705e83d430SRalf Baechle
9715e83d430SRalf Baechleconfig SOC_AU1100
9725e83d430SRalf Baechle	bool
9735e83d430SRalf Baechle	select SOC_AU1X00
9745e83d430SRalf Baechle
9755e83d430SRalf Baechleconfig SOC_AU1500
9765e83d430SRalf Baechle	bool
9775e83d430SRalf Baechle	select SOC_AU1X00
9785e83d430SRalf Baechle
9795e83d430SRalf Baechleconfig SOC_AU1550
9805e83d430SRalf Baechle	bool
9815e83d430SRalf Baechle	select SOC_AU1X00
9825e83d430SRalf Baechle
9835e83d430SRalf Baechleconfig SOC_AU1200
9845e83d430SRalf Baechle	bool
9855e83d430SRalf Baechle	select SOC_AU1X00
9865e83d430SRalf Baechle
9875e83d430SRalf Baechleconfig SOC_AU1X00
9885e83d430SRalf Baechle	bool
9897cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
9905e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
9911da177e4SLinus Torvalds
992bdf21b18SPete Popovconfig PNX8550
993bdf21b18SPete Popov	bool
994bdf21b18SPete Popov	select SOC_PNX8550
995bdf21b18SPete Popov
996bdf21b18SPete Popovconfig SOC_PNX8550
997bdf21b18SPete Popov	bool
998bdf21b18SPete Popov	select DMA_NONCOHERENT
999bdf21b18SPete Popov	select HW_HAS_PCI
1000b8c2a77cSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
10017cf8053bSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
1002bdf21b18SPete Popov
10031da177e4SLinus Torvaldsconfig SWAP_IO_SPACE
10041da177e4SLinus Torvalds	bool
10051da177e4SLinus Torvalds
10061da177e4SLinus Torvalds#
10071da177e4SLinus Torvalds# Unfortunately not all GT64120 systems run the chip at the same clock.
10081da177e4SLinus Torvalds# As the user for the clock rate and try to minimize the available options.
10091da177e4SLinus Torvalds#
10101da177e4SLinus Torvaldschoice
10111da177e4SLinus Torvalds	prompt "Galileo Chip Clock"
10121da177e4SLinus Torvalds	#default SYSCLK_83 if MIPS_EV64120
10131da177e4SLinus Torvalds	depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10141da177e4SLinus Torvalds	default SYSCLK_83 if MIPS_EV64120
10151da177e4SLinus Torvalds	default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
10161da177e4SLinus Torvalds
10171da177e4SLinus Torvaldsconfig SYSCLK_75
10181da177e4SLinus Torvalds	bool "75" if MIPS_EV64120
10191da177e4SLinus Torvalds
10201da177e4SLinus Torvaldsconfig SYSCLK_83
10211da177e4SLinus Torvalds	bool "83.3" if MIPS_EV64120
10221da177e4SLinus Torvalds
10231da177e4SLinus Torvaldsconfig SYSCLK_100
10241da177e4SLinus Torvalds	bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10251da177e4SLinus Torvalds
10261da177e4SLinus Torvaldsendchoice
10271da177e4SLinus Torvalds
10285e83d430SRalf Baechleconfig ARC32
10295e83d430SRalf Baechle	bool
10305e83d430SRalf Baechle
10311da177e4SLinus Torvaldsconfig AU1X00_USB_DEVICE
10321da177e4SLinus Torvalds	bool
10331da177e4SLinus Torvalds	depends on MIPS_PB1500 || MIPS_PB1100 || MIPS_PB1000
10341da177e4SLinus Torvalds	default n
10351da177e4SLinus Torvalds
10361da177e4SLinus Torvaldsconfig MIPS_GT96100
10371da177e4SLinus Torvalds	bool
10385e83d430SRalf Baechle	select MIPS_GT64120
10391da177e4SLinus Torvalds
10401da177e4SLinus Torvaldsconfig IT8172_CIR
10411da177e4SLinus Torvalds	bool
10421da177e4SLinus Torvalds	depends on MIPS_ITE8172 || MIPS_IVR
10431da177e4SLinus Torvalds	default y
10441da177e4SLinus Torvalds
10451da177e4SLinus Torvaldsconfig IT8712
10461da177e4SLinus Torvalds	bool
10471da177e4SLinus Torvalds	depends on MIPS_ITE8172
10481da177e4SLinus Torvalds	default y
10491da177e4SLinus Torvalds
10501da177e4SLinus Torvaldsconfig BOOT_ELF32
10511da177e4SLinus Torvalds	bool
10521da177e4SLinus Torvalds
10531da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT
10541da177e4SLinus Torvalds	int
10551da177e4SLinus Torvalds	default "4" if MACH_DECSTATION
10561da177e4SLinus Torvalds	default "7" if SGI_IP27
10571da177e4SLinus Torvalds	default "5"
10581da177e4SLinus Torvalds
10591da177e4SLinus Torvaldsconfig HAVE_STD_PC_SERIAL_PORT
10601da177e4SLinus Torvalds	bool
10611da177e4SLinus Torvalds
10621da177e4SLinus Torvaldsconfig ARC_CONSOLE
10631da177e4SLinus Torvalds	bool "ARC console support"
10641da177e4SLinus Torvalds	depends on SGI_IP22 || SNI_RM200_PCI
10651da177e4SLinus Torvalds
10661da177e4SLinus Torvaldsconfig ARC_MEMORY
10671da177e4SLinus Torvalds	bool
10681da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
10691da177e4SLinus Torvalds	default y
10701da177e4SLinus Torvalds
10711da177e4SLinus Torvaldsconfig ARC_PROMLIB
10721da177e4SLinus Torvalds	bool
10731da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
10741da177e4SLinus Torvalds	default y
10751da177e4SLinus Torvalds
10761da177e4SLinus Torvaldsconfig ARC64
10771da177e4SLinus Torvalds	bool
10781da177e4SLinus Torvalds
10791da177e4SLinus Torvaldsconfig BOOT_ELF64
10801da177e4SLinus Torvalds	bool
10811da177e4SLinus Torvalds
10821da177e4SLinus Torvaldsconfig TOSHIBA_BOARDS
10831da177e4SLinus Torvalds	bool
10841da177e4SLinus Torvalds
10851da177e4SLinus Torvaldsmenu "CPU selection"
10861da177e4SLinus Torvalds
10871da177e4SLinus Torvaldschoice
10881da177e4SLinus Torvalds	prompt "CPU type"
10891da177e4SLinus Torvalds	default CPU_R4X00
10901da177e4SLinus Torvalds
10916e760c8dSRalf Baechleconfig CPU_MIPS32_R1
10926e760c8dSRalf Baechle	bool "MIPS32 Release 1"
10937cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R1
1094f7062ddbSRalf Baechle	select CPU_HAS_LLSC
10956e760c8dSRalf Baechle	select CPU_HAS_PREFETCH
1096797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1097ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10986e760c8dSRalf Baechle	help
10995e83d430SRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
11001e5f1caaSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
11011e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
11021e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
11031e5f1caaSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
11041e5f1caaSRalf Baechle	  Release 2 of the MIPS32 architecture is available since several
11051e5f1caaSRalf Baechle	  years so chances are you even have a MIPS32 Release 2 processor
11061e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS32_R2 instead for better
11071e5f1caaSRalf Baechle	  performance.
11081e5f1caaSRalf Baechle
11091e5f1caaSRalf Baechleconfig CPU_MIPS32_R2
11101e5f1caaSRalf Baechle	bool "MIPS32 Release 2"
11117cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R2
1112f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11131e5f1caaSRalf Baechle	select CPU_HAS_PREFETCH
1114797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1115ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11161e5f1caaSRalf Baechle	help
11175e83d430SRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11186e760c8dSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
11196e760c8dSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
11206e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11216e760c8dSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
11221da177e4SLinus Torvalds
11236e760c8dSRalf Baechleconfig CPU_MIPS64_R1
11246e760c8dSRalf Baechle	bool "MIPS64 Release 1"
11257cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R1
1126f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1127797798c1SRalf Baechle	select CPU_HAS_PREFETCH
1128ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1129ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1130ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11316e760c8dSRalf Baechle	help
11326e760c8dSRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
11336e760c8dSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11346e760c8dSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11356e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11366e760c8dSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11371e5f1caaSRalf Baechle	  Release 2 of the MIPS64 architecture is available since several
11381e5f1caaSRalf Baechle	  years so chances are you even have a MIPS64 Release 2 processor
11391e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS64_R2 instead for better
11401e5f1caaSRalf Baechle	  performance.
11411e5f1caaSRalf Baechle
11421e5f1caaSRalf Baechleconfig CPU_MIPS64_R2
11431e5f1caaSRalf Baechle	bool "MIPS64 Release 2"
11447cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R2
1145f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1146797798c1SRalf Baechle	select CPU_HAS_PREFETCH
11471e5f1caaSRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
11481e5f1caaSRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
1149ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11501e5f1caaSRalf Baechle	help
11511e5f1caaSRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11521e5f1caaSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11531e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11541e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
11551e5f1caaSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11561da177e4SLinus Torvalds
11571da177e4SLinus Torvaldsconfig CPU_R3000
11581da177e4SLinus Torvalds	bool "R3000"
11597cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R3000
1160f7062ddbSRalf Baechle	select CPU_HAS_WB
1161ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1162797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11631da177e4SLinus Torvalds	help
11641da177e4SLinus Torvalds	  Please make sure to pick the right CPU type. Linux/MIPS is not
11651da177e4SLinus Torvalds	  designed to be generic, i.e. Kernels compiled for R3000 CPUs will
11661da177e4SLinus Torvalds	  *not* work on R4000 machines and vice versa.  However, since most
11671da177e4SLinus Torvalds	  of the supported machines have an R4000 (or similar) CPU, R4x00
11681da177e4SLinus Torvalds	  might be a safe bet.  If the resulting kernel does not work,
11691da177e4SLinus Torvalds	  try to recompile with R3000.
11701da177e4SLinus Torvalds
11711da177e4SLinus Torvaldsconfig CPU_TX39XX
11721da177e4SLinus Torvalds	bool "R39XX"
11737cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX39XX
1174ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
11751da177e4SLinus Torvalds
11761da177e4SLinus Torvaldsconfig CPU_VR41XX
11771da177e4SLinus Torvalds	bool "R41xx"
11787cf8053bSRalf Baechle	depends on SYS_HAS_CPU_VR41XX
1179ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1180ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11811da177e4SLinus Torvalds	help
11825e83d430SRalf Baechle	  The options selects support for the NEC VR4100 series of processors.
11831da177e4SLinus Torvalds	  Only choose this option if you have one of these processors as a
11841da177e4SLinus Torvalds	  kernel built with this option will not run on any other type of
11851da177e4SLinus Torvalds	  processor or vice versa.
11861da177e4SLinus Torvalds
11871da177e4SLinus Torvaldsconfig CPU_R4300
11881da177e4SLinus Torvalds	bool "R4300"
11897cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4300
1190f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1191ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1192ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11931da177e4SLinus Torvalds	help
11941da177e4SLinus Torvalds	  MIPS Technologies R4300-series processors.
11951da177e4SLinus Torvalds
11961da177e4SLinus Torvaldsconfig CPU_R4X00
11971da177e4SLinus Torvalds	bool "R4x00"
11987cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4X00
1199f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1200ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1201ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12021da177e4SLinus Torvalds	help
12031da177e4SLinus Torvalds	  MIPS Technologies R4000-series processors other than 4300, including
12041da177e4SLinus Torvalds	  the R4000, R4400, R4600, and 4700.
12051da177e4SLinus Torvalds
12061da177e4SLinus Torvaldsconfig CPU_TX49XX
12071da177e4SLinus Torvalds	bool "R49XX"
12087cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX49XX
1209f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1210de862b48SAtsushi Nemoto	select CPU_HAS_PREFETCH
1211ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1212ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12131da177e4SLinus Torvalds
12141da177e4SLinus Torvaldsconfig CPU_R5000
12151da177e4SLinus Torvalds	bool "R5000"
12167cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5000
1217f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1218ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1219ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12201da177e4SLinus Torvalds	help
12211da177e4SLinus Torvalds	  MIPS Technologies R5000-series processors other than the Nevada.
12221da177e4SLinus Torvalds
12231da177e4SLinus Torvaldsconfig CPU_R5432
12241da177e4SLinus Torvalds	bool "R5432"
12257cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5432
1226f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12275e83d430SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
12285e83d430SRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
12291da177e4SLinus Torvalds
12301da177e4SLinus Torvaldsconfig CPU_R6000
12311da177e4SLinus Torvalds	bool "R6000"
1232ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
1233f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12347cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R6000
1235ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
12361da177e4SLinus Torvalds	help
12371da177e4SLinus Torvalds	  MIPS Technologies R6000 and R6000A series processors.  Note these
12381da177e4SLinus Torvalds	  processors are extremly rare and the support for them is incomplete.
12391da177e4SLinus Torvalds
12401da177e4SLinus Torvaldsconfig CPU_NEVADA
12411da177e4SLinus Torvalds	bool "RM52xx"
12427cf8053bSRalf Baechle	depends on SYS_HAS_CPU_NEVADA
1243f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1244ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1245ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12461da177e4SLinus Torvalds	help
12471da177e4SLinus Torvalds	  QED / PMC-Sierra RM52xx-series ("Nevada") processors.
12481da177e4SLinus Torvalds
12491da177e4SLinus Torvaldsconfig CPU_R8000
12501da177e4SLinus Torvalds	bool "R8000"
1251ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
12527cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R8000
1253f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12545e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1255ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12561da177e4SLinus Torvalds	help
12571da177e4SLinus Torvalds	  MIPS Technologies R8000 processors.  Note these processors are
12581da177e4SLinus Torvalds	  uncommon and the support for them is incomplete.
12591da177e4SLinus Torvalds
12601da177e4SLinus Torvaldsconfig CPU_R10000
12611da177e4SLinus Torvalds	bool "R10000"
12627cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R10000
1263f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12645e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1265ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1266ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1267797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12681da177e4SLinus Torvalds	help
12691da177e4SLinus Torvalds	  MIPS Technologies R10000-series processors.
12701da177e4SLinus Torvalds
12711da177e4SLinus Torvaldsconfig CPU_RM7000
12721da177e4SLinus Torvalds	bool "RM7000"
12737cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM7000
1274f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12755e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1276ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1277ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1278797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12791da177e4SLinus Torvalds
12801da177e4SLinus Torvaldsconfig CPU_RM9000
12811da177e4SLinus Torvalds	bool "RM9000"
12827cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM9000
1283f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12845e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1285ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1286ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1287797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12881da177e4SLinus Torvalds
12891da177e4SLinus Torvaldsconfig CPU_SB1
12901da177e4SLinus Torvalds	bool "SB1"
12917cf8053bSRalf Baechle	depends on SYS_HAS_CPU_SB1
1292f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1293ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1294ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1295797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12961da177e4SLinus Torvalds
12971da177e4SLinus Torvaldsendchoice
12981da177e4SLinus Torvalds
12997cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1
13007cf8053bSRalf Baechle	bool
13017cf8053bSRalf Baechle
13027cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2
13037cf8053bSRalf Baechle	bool
13047cf8053bSRalf Baechle
13057cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1
13067cf8053bSRalf Baechle	bool
13077cf8053bSRalf Baechle
13087cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2
13097cf8053bSRalf Baechle	bool
13107cf8053bSRalf Baechle
13117cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000
13127cf8053bSRalf Baechle	bool
13137cf8053bSRalf Baechle
13147cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX39XX
13157cf8053bSRalf Baechle	bool
13167cf8053bSRalf Baechle
13177cf8053bSRalf Baechleconfig SYS_HAS_CPU_VR41XX
13187cf8053bSRalf Baechle	bool
13197cf8053bSRalf Baechle
13207cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4300
13217cf8053bSRalf Baechle	bool
13227cf8053bSRalf Baechle
13237cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00
13247cf8053bSRalf Baechle	bool
13257cf8053bSRalf Baechle
13267cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX
13277cf8053bSRalf Baechle	bool
13287cf8053bSRalf Baechle
13297cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000
13307cf8053bSRalf Baechle	bool
13317cf8053bSRalf Baechle
13327cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5432
13337cf8053bSRalf Baechle	bool
13347cf8053bSRalf Baechle
13357cf8053bSRalf Baechleconfig SYS_HAS_CPU_R6000
13367cf8053bSRalf Baechle	bool
13377cf8053bSRalf Baechle
13387cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA
13397cf8053bSRalf Baechle	bool
13407cf8053bSRalf Baechle
13417cf8053bSRalf Baechleconfig SYS_HAS_CPU_R8000
13427cf8053bSRalf Baechle	bool
13437cf8053bSRalf Baechle
13447cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000
13457cf8053bSRalf Baechle	bool
13467cf8053bSRalf Baechle
13477cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000
13487cf8053bSRalf Baechle	bool
13497cf8053bSRalf Baechle
13507cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM9000
13517cf8053bSRalf Baechle	bool
13527cf8053bSRalf Baechle
13537cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1
13547cf8053bSRalf Baechle	bool
13557cf8053bSRalf Baechle
13565e83d430SRalf Baechleendmenu
13575e83d430SRalf Baechle
13585e83d430SRalf Baechle#
13595e83d430SRalf Baechle# These two indicate any levelof the MIPS32 and MIPS64 architecture
13605e83d430SRalf Baechle#
13615e83d430SRalf Baechleconfig CPU_MIPS32
13625e83d430SRalf Baechle	bool
13635e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
13645e83d430SRalf Baechle
13655e83d430SRalf Baechleconfig CPU_MIPS64
13665e83d430SRalf Baechle	bool
13675e83d430SRalf Baechle	default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
13685e83d430SRalf Baechle
13695e83d430SRalf Baechle#
13705e83d430SRalf Baechle# These two indicate the revision of the architecture, either 32 bot 64 bit.
13715e83d430SRalf Baechle#
13725e83d430SRalf Baechleconfig CPU_MIPSR1
13735e83d430SRalf Baechle	bool
13745e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
13755e83d430SRalf Baechle
13765e83d430SRalf Baechleconfig CPU_MIPSR2
13775e83d430SRalf Baechle	bool
13785e83d430SRalf Baechle	default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
13795e83d430SRalf Baechle
13805e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL
13815e83d430SRalf Baechle	bool
13825e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL
13835e83d430SRalf Baechle	bool
13845e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL
13855e83d430SRalf Baechle	bool
13865e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL
13875e83d430SRalf Baechle	bool
13885e83d430SRalf Baechle
13895e83d430SRalf Baechlemenu "Kernel type"
13905e83d430SRalf Baechle
13915e83d430SRalf Baechlechoice
13925e83d430SRalf Baechle
13935e83d430SRalf Baechle	prompt "Kernel code model"
13945e83d430SRalf Baechle	help
13955e83d430SRalf Baechle	  You should only select this option if you have a workload that
13965e83d430SRalf Baechle	  actually benefits from 64-bit processing or if your machine has
13975e83d430SRalf Baechle	  large memory.  You will only be presented a single option in this
13985e83d430SRalf Baechle	  menu if your system does not support both 32-bit and 64-bit kernels.
13995e83d430SRalf Baechle
14005e83d430SRalf Baechleconfig 32BIT
14015e83d430SRalf Baechle	bool "32-bit kernel"
14025e83d430SRalf Baechle	depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
14035e83d430SRalf Baechle	select TRAD_SIGNALS
14045e83d430SRalf Baechle	help
14055e83d430SRalf Baechle	  Select this option if you want to build a 32-bit kernel.
14065e83d430SRalf Baechleconfig 64BIT
14075e83d430SRalf Baechle	bool "64-bit kernel"
14085e83d430SRalf Baechle	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
14095e83d430SRalf Baechle	help
14105e83d430SRalf Baechle	  Select this option if you want to build a 64-bit kernel.
14115e83d430SRalf Baechle
14125e83d430SRalf Baechleendchoice
14135e83d430SRalf Baechle
14141da177e4SLinus Torvaldschoice
14151da177e4SLinus Torvalds	prompt "Kernel page size"
14161da177e4SLinus Torvalds	default PAGE_SIZE_4KB
14171da177e4SLinus Torvalds
14181da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB
14191da177e4SLinus Torvalds	bool "4kB"
14201da177e4SLinus Torvalds	help
14211da177e4SLinus Torvalds	 This option select the standard 4kB Linux page size.  On some
14221da177e4SLinus Torvalds	 R3000-family processors this is the only available page size.  Using
14231da177e4SLinus Torvalds	 4kB page size will minimize memory consumption and is therefore
14241da177e4SLinus Torvalds	 recommended for low memory systems.
14251da177e4SLinus Torvalds
14261da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB
14271da177e4SLinus Torvalds	bool "8kB"
14281da177e4SLinus Torvalds	depends on EXPERIMENTAL && CPU_R8000
14291da177e4SLinus Torvalds	help
14301da177e4SLinus Torvalds	  Using 8kB page size will result in higher performance kernel at
14311da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available
14321da177e4SLinus Torvalds	  only on the R8000 processor.  Not that at the time of this writing
14331da177e4SLinus Torvalds	  this option is still high experimental; there are also issues with
14341da177e4SLinus Torvalds	  compatibility of user applications.
14351da177e4SLinus Torvalds
14361da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB
14371da177e4SLinus Torvalds	bool "16kB"
1438714bfad6SRalf Baechle	depends on !CPU_R3000 && !CPU_TX39XX
14391da177e4SLinus Torvalds	help
14401da177e4SLinus Torvalds	  Using 16kB page size will result in higher performance kernel at
14411da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
1442714bfad6SRalf Baechle	  all non-R3000 family processors.  Note that you will need a suitable
1443714bfad6SRalf Baechle	  Linux distribution to support this.
14441da177e4SLinus Torvalds
14451da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB
14461da177e4SLinus Torvalds	bool "64kB"
14471da177e4SLinus Torvalds	depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
14481da177e4SLinus Torvalds	help
14491da177e4SLinus Torvalds	  Using 64kB page size will result in higher performance kernel at
14501da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
14511da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
1452714bfad6SRalf Baechle	  writing this option is still high experimental.
14531da177e4SLinus Torvalds
14541da177e4SLinus Torvaldsendchoice
14551da177e4SLinus Torvalds
14561da177e4SLinus Torvaldsconfig BOARD_SCACHE
14571da177e4SLinus Torvalds	bool
14581da177e4SLinus Torvalds
14591da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE
14601da177e4SLinus Torvalds	bool
14611da177e4SLinus Torvalds	select BOARD_SCACHE
14621da177e4SLinus Torvalds
14631da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE
14641da177e4SLinus Torvalds	bool
14651da177e4SLinus Torvalds	select BOARD_SCACHE
14661da177e4SLinus Torvalds
14671da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE
14681da177e4SLinus Torvalds	bool
14691da177e4SLinus Torvalds	select BOARD_SCACHE
14701da177e4SLinus Torvalds
14711da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS
14721da177e4SLinus Torvalds	bool "Use DMA to clear/copy pages"
14731da177e4SLinus Torvalds	depends on CPU_SB1
14741da177e4SLinus Torvalds	help
14751da177e4SLinus Torvalds	  Instead of using the CPU to zero and copy pages, use a Data Mover
14761da177e4SLinus Torvalds	  channel.  These DMA channels are otherwise unused by the standard
14771da177e4SLinus Torvalds	  SiByte Linux port.  Seems to give a small performance benefit.
14781da177e4SLinus Torvalds
14791da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH
1480c8094b53SRalf Baechle	bool
14811da177e4SLinus Torvalds
1482e01402b1SRalf Baechleconfig MIPS_MT
1483e01402b1SRalf Baechle	bool "Enable MIPS MT"
1484e01402b1SRalf Baechle
1485340ee4b9SRalf Baechlechoice
1486340ee4b9SRalf Baechle	prompt "MIPS MT options"
1487340ee4b9SRalf Baechle	depends on MIPS_MT
1488340ee4b9SRalf Baechle
148941c594abSRalf Baechleconfig MIPS_MT_SMTC
149041c594abSRalf Baechle	bool "SMTC: Use all TCs on all VPEs for SMP"
1491f7062ddbSRalf Baechle	select CPU_MIPSR2_IRQ_VI
1492f7062ddbSRalf Baechle	select CPU_MIPSR2_SRS
149341c594abSRalf Baechle	select SMP
149441c594abSRalf Baechle
1495340ee4b9SRalf Baechleconfig MIPS_MT_SMP
1496340ee4b9SRalf Baechle	bool "Use 1 TC on each available VPE for SMP"
1497340ee4b9SRalf Baechle	select SMP
1498340ee4b9SRalf Baechle
1499e01402b1SRalf Baechleconfig MIPS_VPE_LOADER
1500e01402b1SRalf Baechle	bool "VPE loader support."
1501e01402b1SRalf Baechle	depends on MIPS_MT
1502e01402b1SRalf Baechle	help
1503e01402b1SRalf Baechle	  Includes a loader for loading an elf relocatable object
1504e01402b1SRalf Baechle	  onto another VPE and running it.
1505e01402b1SRalf Baechle
1506340ee4b9SRalf Baechleendchoice
1507340ee4b9SRalf Baechle
1508f088fc84SRalf Baechleconfig MIPS_MT_FPAFF
1509f088fc84SRalf Baechle	bool "Dynamic FPU affinity for FP-intensive threads"
1510f088fc84SRalf Baechle	depends on MIPS_MT
1511f088fc84SRalf Baechle	default y
1512f088fc84SRalf Baechle
1513e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM
1514e01402b1SRalf Baechle	bool "Load VPE program into memory hidden from linux"
1515e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
1516e01402b1SRalf Baechle	default y
1517e01402b1SRalf Baechle	help
1518e01402b1SRalf Baechle	  The loader can use memory that is present but has been hidden from
1519e01402b1SRalf Baechle	  Linux using the kernel command line option "mem=xxMB". It's up to
1520e01402b1SRalf Baechle	  you to ensure the amount you put in the option and the space your
1521e01402b1SRalf Baechle	  program requires is less or equal to the amount physically present.
1522e01402b1SRalf Baechle
1523e01402b1SRalf Baechle# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1524e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API
1525e01402b1SRalf Baechle	bool "Enable support for AP/SP API (RTLX)"
1526e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
15275e83d430SRalf Baechle	help
1528e01402b1SRalf Baechle
15292600990eSRalf Baechleconfig MIPS_APSP_KSPD
15302600990eSRalf Baechle	bool "Enable KSPD"
15312600990eSRalf Baechle	depends on MIPS_VPE_APSP_API
15322600990eSRalf Baechle	default y
15332600990eSRalf Baechle	help
15342600990eSRalf Baechle	  KSPD is a kernel daemon that accepts syscall requests from the SP
15352600990eSRalf Baechle	  side, actions them and returns the results. It also handles the
15362600990eSRalf Baechle	  "exit" syscall notifying other kernel modules the SP program is
15372600990eSRalf Baechle	  exiting.  You probably want to say yes here.
15382600990eSRalf Baechle
15391da177e4SLinus Torvaldsconfig SB1_PASS_1_WORKAROUNDS
15401da177e4SLinus Torvalds	bool
15411da177e4SLinus Torvalds	depends on CPU_SB1_PASS_1
15421da177e4SLinus Torvalds	default y
15431da177e4SLinus Torvalds
15441da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS
15451da177e4SLinus Torvalds	bool
15461da177e4SLinus Torvalds	depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
15471da177e4SLinus Torvalds	default y
15481da177e4SLinus Torvalds
15491da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS
15501da177e4SLinus Torvalds	bool
15511da177e4SLinus Torvalds	depends on CPU_SB1 && CPU_SB1_PASS_2
15521da177e4SLinus Torvalds	default y
15531da177e4SLinus Torvalds
15541da177e4SLinus Torvaldsconfig 64BIT_PHYS_ADDR
15551da177e4SLinus Torvalds	bool "Support for 64-bit physical address space"
1556948928adSRalf Baechle	depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT
15571da177e4SLinus Torvalds
15581da177e4SLinus Torvaldsconfig CPU_HAS_LLSC
1559f7062ddbSRalf Baechle	bool
15601da177e4SLinus Torvalds
15611da177e4SLinus Torvaldsconfig CPU_HAS_WB
1562f7062ddbSRalf Baechle	bool
1563e01402b1SRalf Baechle
1564e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI
1565e01402b1SRalf Baechle	bool "Vectored interrupt mode"
1566f7062ddbSRalf Baechle	depends on CPU_MIPSR2
1567e01402b1SRalf Baechle	help
1568e01402b1SRalf Baechle	   Vectored interrupt mode allowing faster dispatching of interrupts.
1569e01402b1SRalf Baechle	   The board support code needs to be written to take advantage of this
1570e01402b1SRalf Baechle	   mode.  Compatibility code is included to allow the kernel to run on
1571e01402b1SRalf Baechle	   a CPU that does not support vectored interrupts.  It's safe to
1572e01402b1SRalf Baechle	   say Y here.
1573e01402b1SRalf Baechle
1574e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI
1575e01402b1SRalf Baechle	bool "External interrupt controller mode"
1576f7062ddbSRalf Baechle	depends on CPU_MIPSR2
1577e01402b1SRalf Baechle	help
1578e01402b1SRalf Baechle	   Extended interrupt mode takes advantage of an external interrupt
1579e01402b1SRalf Baechle	   controller to allow fast dispatching from many possible interrupt
1580e01402b1SRalf Baechle	   sources. Say N unless you know that external interrupt support is
1581e01402b1SRalf Baechle	   required.
1582e01402b1SRalf Baechle
1583e01402b1SRalf Baechleconfig CPU_MIPSR2_SRS
1584e01402b1SRalf Baechle	bool "Make shadow set registers available for interrupt handlers"
1585e01402b1SRalf Baechle	depends on CPU_MIPSR2_IRQ_VI || CPU_MIPSR2_IRQ_EI
1586e01402b1SRalf Baechle	help
1587e01402b1SRalf Baechle	   Allow the kernel to use shadow register sets for fast interrupts.
1588e01402b1SRalf Baechle	   Interrupt handlers must be specially written to use shadow sets.
1589e01402b1SRalf Baechle	   Say N unless you know that shadow register set upport is needed.
1590e01402b1SRalf Baechle
15911da177e4SLinus Torvaldsconfig CPU_HAS_SYNC
15921da177e4SLinus Torvalds	bool
15931da177e4SLinus Torvalds	depends on !CPU_R3000
15941da177e4SLinus Torvalds	default y
15951da177e4SLinus Torvalds
15961da177e4SLinus Torvalds#
1597797798c1SRalf Baechle# Use the generic interrupt handling code in kernel/irq/:
1598797798c1SRalf Baechle#
1599797798c1SRalf Baechleconfig GENERIC_HARDIRQS
1600797798c1SRalf Baechle	bool
1601797798c1SRalf Baechle	default y
1602797798c1SRalf Baechle
1603797798c1SRalf Baechleconfig GENERIC_IRQ_PROBE
1604797798c1SRalf Baechle	bool
1605797798c1SRalf Baechle	default y
1606797798c1SRalf Baechle
1607797798c1SRalf Baechle#
16081da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel.
16091da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed
16101da177e4SLinus Torvalds#   caches such as R3000, SB1, R7000 or those that look like they're virtually
16111da177e4SLinus Torvalds#   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
16121da177e4SLinus Torvalds#   moment we protect the user and offer the highmem option only on machines
16131da177e4SLinus Torvalds#   where it's known to be safe.  This will not offer highmem on a few systems
16141da177e4SLinus Torvalds#   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
16151da177e4SLinus Torvalds#   indexed CPUs but we're playing safe.
1616797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1617797798c1SRalf Baechle#   know they might have memory configurations that could make use of highmem
1618797798c1SRalf Baechle#   support.
16191da177e4SLinus Torvalds#
16201da177e4SLinus Torvaldsconfig HIGHMEM
16211da177e4SLinus Torvalds	bool "High Memory Support"
1622797798c1SRalf Baechle	depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1623797798c1SRalf Baechle
1624797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM
1625797798c1SRalf Baechle	bool
1626797798c1SRalf Baechle
1627797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM
1628797798c1SRalf Baechle	bool
16291da177e4SLinus Torvalds
1630b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE
1631b4819b59SYoichi Yuasa	def_bool y
1632b4819b59SYoichi Yuasa	depends on !NUMA
1633b4819b59SYoichi Yuasa
1634c80d79d7SYasunori Gotoconfig NODES_SHIFT
1635c80d79d7SYasunori Goto	int
1636c80d79d7SYasunori Goto	default "6"
1637c80d79d7SYasunori Goto	depends on NEED_MULTIPLE_NODES
1638c80d79d7SYasunori Goto
1639b4819b59SYoichi Yuasasource "mm/Kconfig"
1640b4819b59SYoichi Yuasa
16411da177e4SLinus Torvaldsconfig SMP
16421da177e4SLinus Torvalds	bool "Multi-Processing support"
164341c594abSRalf Baechle	depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250 || QEMU) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP || MIPS_MT_SMTC
16441da177e4SLinus Torvalds	---help---
16451da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
16461da177e4SLinus Torvalds	  a system with only one CPU, like most personal computers, say N. If
16471da177e4SLinus Torvalds	  you have a system with more than one CPU, say Y.
16481da177e4SLinus Torvalds
16491da177e4SLinus Torvalds	  If you say N here, the kernel will run on single and multiprocessor
16501da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
16511da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
16521da177e4SLinus Torvalds	  singleprocessor machines. On a singleprocessor machine, the kernel
16531da177e4SLinus Torvalds	  will run faster if you say N here.
16541da177e4SLinus Torvalds
16551da177e4SLinus Torvalds	  People using multiprocessor machines who say Y here should also say
16561da177e4SLinus Torvalds	  Y to "Enhanced Real Time Clock Support", below.
16571da177e4SLinus Torvalds
16581da177e4SLinus Torvalds	  See also the <file:Documentation/smp.txt> and the SMP-HOWTO
16591da177e4SLinus Torvalds	  available at <http://www.tldp.org/docs.html#howto>.
16601da177e4SLinus Torvalds
16611da177e4SLinus Torvalds	  If you don't know what to do here, say N.
16621da177e4SLinus Torvalds
16631da177e4SLinus Torvaldsconfig NR_CPUS
16641da177e4SLinus Torvalds	int "Maximum number of CPUs (2-64)"
16651da177e4SLinus Torvalds	range 2 64
16661da177e4SLinus Torvalds	depends on SMP
16671da177e4SLinus Torvalds	default "64" if SGI_IP27
16681da177e4SLinus Torvalds	default "2"
16691da177e4SLinus Torvalds	help
16701da177e4SLinus Torvalds	  This allows you to specify the maximum number of CPUs which this
16711da177e4SLinus Torvalds	  kernel will support.  The maximum supported value is 32 for 32-bit
16721da177e4SLinus Torvalds	  kernel and 64 for 64-bit kernels; the minimum value which makes
16731da177e4SLinus Torvalds	  sense is 2.
16741da177e4SLinus Torvalds
16751da177e4SLinus Torvalds	  This is purely to save memory - each supported CPU adds
16761da177e4SLinus Torvalds	  approximately eight kilobytes to the kernel image.
16771da177e4SLinus Torvalds
1678e80de850SRalf Baechlesource "kernel/Kconfig.preempt"
16791da177e4SLinus Torvalds
16801da177e4SLinus Torvaldsconfig RTC_DS1742
16811da177e4SLinus Torvalds	bool "DS1742 BRAM/RTC support"
16821da177e4SLinus Torvalds	depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
16831da177e4SLinus Torvalds
16841da177e4SLinus Torvaldsconfig MIPS_INSANE_LARGE
16851da177e4SLinus Torvalds	bool "Support for large 64-bit configurations"
1686875d43e7SRalf Baechle	depends on CPU_R10000 && 64BIT
16871da177e4SLinus Torvalds	help
16881da177e4SLinus Torvalds	  MIPS R10000 does support a 44 bit / 16TB address space as opposed to
16891da177e4SLinus Torvalds	  previous 64-bit processors which only supported 40 bit / 1TB. If you
16901da177e4SLinus Torvalds	  need processes of more than 1TB virtual address space, say Y here.
16911da177e4SLinus Torvalds	  This will result in additional memory usage, so it is not
16921da177e4SLinus Torvalds	  recommended for normal users.
16931da177e4SLinus Torvalds
16945e83d430SRalf Baechleendmenu
16955e83d430SRalf Baechle
16961da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
16971da177e4SLinus Torvalds	bool
16981da177e4SLinus Torvalds	default y
16991da177e4SLinus Torvalds
1700b6c3539bSRalf Baechlesource "init/Kconfig"
1701b6c3539bSRalf Baechle
17021da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
17031da177e4SLinus Torvalds
17045e83d430SRalf Baechleconfig HW_HAS_EISA
17055e83d430SRalf Baechle	bool
17061da177e4SLinus Torvaldsconfig HW_HAS_PCI
17071da177e4SLinus Torvalds	bool
17081da177e4SLinus Torvalds
17091da177e4SLinus Torvaldsconfig PCI
17101da177e4SLinus Torvalds	bool "Support for PCI controller"
17111da177e4SLinus Torvalds	depends on HW_HAS_PCI
17121da177e4SLinus Torvalds	help
17131da177e4SLinus Torvalds	  Find out whether you have a PCI motherboard. PCI is the name of a
17141da177e4SLinus Torvalds	  bus system, i.e. the way the CPU talks to the other stuff inside
17151da177e4SLinus Torvalds	  your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
17161da177e4SLinus Torvalds	  say Y, otherwise N.
17171da177e4SLinus Torvalds
17181da177e4SLinus Torvalds	  The PCI-HOWTO, available from
17191da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>, contains valuable
17201da177e4SLinus Torvalds	  information about which PCI hardware does work under Linux and which
17211da177e4SLinus Torvalds	  doesn't.
17221da177e4SLinus Torvalds
17231da177e4SLinus Torvaldsconfig PCI_DOMAINS
17241da177e4SLinus Torvalds	bool
17251da177e4SLinus Torvalds	depends on PCI
17261da177e4SLinus Torvalds
17271da177e4SLinus Torvaldssource "drivers/pci/Kconfig"
17281da177e4SLinus Torvalds
17291da177e4SLinus Torvalds#
17301da177e4SLinus Torvalds# ISA support is now enabled via select.  Too many systems still have the one
17311da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect
17321da177e4SLinus Torvalds# users to choose the right thing ...
17331da177e4SLinus Torvalds#
17341da177e4SLinus Torvaldsconfig ISA
17351da177e4SLinus Torvalds	bool
17361da177e4SLinus Torvalds
1737aac076f8SRalf Baechleconfig NO_ISA
1738aac076f8SRalf Baechle	bool
1739aac076f8SRalf Baechle
17401da177e4SLinus Torvaldsconfig EISA
17411da177e4SLinus Torvalds	bool "EISA support"
17425e83d430SRalf Baechle	depends on HW_HAS_EISA
17431da177e4SLinus Torvalds	select ISA
17441da177e4SLinus Torvalds	---help---
17451da177e4SLinus Torvalds	  The Extended Industry Standard Architecture (EISA) bus was
17461da177e4SLinus Torvalds	  developed as an open alternative to the IBM MicroChannel bus.
17471da177e4SLinus Torvalds
17481da177e4SLinus Torvalds	  The EISA bus provided some of the features of the IBM MicroChannel
17491da177e4SLinus Torvalds	  bus while maintaining backward compatibility with cards made for
17501da177e4SLinus Torvalds	  the older ISA bus.  The EISA bus saw limited use between 1988 and
17511da177e4SLinus Torvalds	  1995 when it was made obsolete by the PCI bus.
17521da177e4SLinus Torvalds
17531da177e4SLinus Torvalds	  Say Y here if you are building a kernel for an EISA-based machine.
17541da177e4SLinus Torvalds
17551da177e4SLinus Torvalds	  Otherwise, say N.
17561da177e4SLinus Torvalds
17571da177e4SLinus Torvaldssource "drivers/eisa/Kconfig"
17581da177e4SLinus Torvalds
17591da177e4SLinus Torvaldsconfig TC
17601da177e4SLinus Torvalds	bool "TURBOchannel support"
17611da177e4SLinus Torvalds	depends on MACH_DECSTATION
17621da177e4SLinus Torvalds	help
17631da177e4SLinus Torvalds	  TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
17641da177e4SLinus Torvalds	  processors.  Documentation on writing device drivers for TurboChannel
17651da177e4SLinus Torvalds	  is available at:
17661da177e4SLinus Torvalds	  <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
17671da177e4SLinus Torvalds
17681da177e4SLinus Torvalds#config ACCESSBUS
17691da177e4SLinus Torvalds#	bool "Access.Bus support"
17701da177e4SLinus Torvalds#	depends on TC
17711da177e4SLinus Torvalds
17721da177e4SLinus Torvaldsconfig MMU
17731da177e4SLinus Torvalds	bool
17741da177e4SLinus Torvalds	default y
17751da177e4SLinus Torvalds
1776e5c6c8e4SMichael Neulingconfig I8253
1777e5c6c8e4SMichael Neuling	bool
1778e5c6c8e4SMichael Neuling
17791da177e4SLinus Torvaldssource "drivers/pcmcia/Kconfig"
17801da177e4SLinus Torvalds
17811da177e4SLinus Torvaldssource "drivers/pci/hotplug/Kconfig"
17821da177e4SLinus Torvalds
17831da177e4SLinus Torvaldsendmenu
17841da177e4SLinus Torvalds
17851da177e4SLinus Torvaldsmenu "Executable file formats"
17861da177e4SLinus Torvalds
17871da177e4SLinus Torvaldssource "fs/Kconfig.binfmt"
17881da177e4SLinus Torvalds
17891da177e4SLinus Torvaldsconfig TRAD_SIGNALS
17901da177e4SLinus Torvalds	bool
17911da177e4SLinus Torvalds
17921da177e4SLinus Torvaldsconfig BUILD_ELF64
17931da177e4SLinus Torvalds	bool "Use 64-bit ELF format for building"
1794875d43e7SRalf Baechle	depends on 64BIT
17951da177e4SLinus Torvalds	help
17961da177e4SLinus Torvalds	  A 64-bit kernel is usually built using the 64-bit ELF binary object
17971da177e4SLinus Torvalds	  format as it's one that allows arbitrary 64-bit constructs.  For
17981da177e4SLinus Torvalds	  kernels that are loaded within the KSEG compatibility segments the
17991da177e4SLinus Torvalds	  32-bit ELF format can optionally be used resulting in a somewhat
18001da177e4SLinus Torvalds	  smaller binary, but this option is not explicitly supported by the
18011da177e4SLinus Torvalds	  toolchain and since binutils 2.14 it does not even work at all.
18021da177e4SLinus Torvalds
18031da177e4SLinus Torvalds	  Say Y to use the 64-bit format or N to use the 32-bit one.
18041da177e4SLinus Torvalds
18051da177e4SLinus Torvalds	  If unsure say Y.
18061da177e4SLinus Torvalds
18071da177e4SLinus Torvaldsconfig BINFMT_IRIX
18081da177e4SLinus Torvalds	bool "Include IRIX binary compatibility"
18095e83d430SRalf Baechle	depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
18101da177e4SLinus Torvalds
18111da177e4SLinus Torvaldsconfig MIPS32_COMPAT
18121da177e4SLinus Torvalds	bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
1813875d43e7SRalf Baechle	depends on 64BIT
18141da177e4SLinus Torvalds	help
18151da177e4SLinus Torvalds	  Select this option if you want Linux/MIPS 32-bit binary
18161da177e4SLinus Torvalds	  compatibility. Since all software available for Linux/MIPS is
18171da177e4SLinus Torvalds	  currently 32-bit you should say Y here.
18181da177e4SLinus Torvalds
18191da177e4SLinus Torvaldsconfig COMPAT
18201da177e4SLinus Torvalds	bool
18211da177e4SLinus Torvalds	depends on MIPS32_COMPAT
18221da177e4SLinus Torvalds	default y
18231da177e4SLinus Torvalds
18241da177e4SLinus Torvaldsconfig MIPS32_O32
18251da177e4SLinus Torvalds	bool "Kernel support for o32 binaries"
18261da177e4SLinus Torvalds	depends on MIPS32_COMPAT
18271da177e4SLinus Torvalds	help
18281da177e4SLinus Torvalds	  Select this option if you want to run o32 binaries.  These are pure
18291da177e4SLinus Torvalds	  32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
18301da177e4SLinus Torvalds	  existing binaries are in this format.
18311da177e4SLinus Torvalds
18321da177e4SLinus Torvalds	  If unsure, say Y.
18331da177e4SLinus Torvalds
18341da177e4SLinus Torvaldsconfig MIPS32_N32
18351da177e4SLinus Torvalds	bool "Kernel support for n32 binaries"
18361da177e4SLinus Torvalds	depends on MIPS32_COMPAT
18371da177e4SLinus Torvalds	help
18381da177e4SLinus Torvalds	  Select this option if you want to run n32 binaries.  These are
18391da177e4SLinus Torvalds	  64-bit binaries using 32-bit quantities for addressing and certain
18401da177e4SLinus Torvalds	  data that would normally be 64-bit.  They are used in special
18411da177e4SLinus Torvalds	  cases.
18421da177e4SLinus Torvalds
18431da177e4SLinus Torvalds	  If unsure, say N.
18441da177e4SLinus Torvalds
18451da177e4SLinus Torvaldsconfig BINFMT_ELF32
18461da177e4SLinus Torvalds	bool
18471da177e4SLinus Torvalds	default y if MIPS32_O32 || MIPS32_N32
18481da177e4SLinus Torvalds
1849127c6f66SRalf Baechleconfig SECCOMP
1850127c6f66SRalf Baechle	bool "Enable seccomp to safely compute untrusted bytecode"
1851127c6f66SRalf Baechle	depends on PROC_FS && BROKEN
1852127c6f66SRalf Baechle	default y
1853127c6f66SRalf Baechle	help
1854127c6f66SRalf Baechle	  This kernel feature is useful for number crunching applications
1855127c6f66SRalf Baechle	  that may need to compute untrusted bytecode during their
1856127c6f66SRalf Baechle	  execution. By using pipes or other transports made available to
1857127c6f66SRalf Baechle	  the process as file descriptors supporting the read/write
1858127c6f66SRalf Baechle	  syscalls, it's possible to isolate those applications in
1859127c6f66SRalf Baechle	  their own address space using seccomp. Once seccomp is
1860127c6f66SRalf Baechle	  enabled via /proc/<pid>/seccomp, it cannot be disabled
1861127c6f66SRalf Baechle	  and the task is only allowed to execute a few safe syscalls
1862127c6f66SRalf Baechle	  defined by each seccomp mode.
1863127c6f66SRalf Baechle
1864127c6f66SRalf Baechle	  If unsure, say Y. Only embedded should say N here.
1865127c6f66SRalf Baechle
18661da177e4SLinus Torvaldsconfig PM
18671da177e4SLinus Torvalds	bool "Power Management support (EXPERIMENTAL)"
18685e83d430SRalf Baechle	depends on EXPERIMENTAL && SOC_AU1X00
18691da177e4SLinus Torvalds
18701da177e4SLinus Torvaldsendmenu
18711da177e4SLinus Torvalds
1872d5950b43SSam Ravnborgsource "net/Kconfig"
1873d5950b43SSam Ravnborg
18741da177e4SLinus Torvaldssource "drivers/Kconfig"
18751da177e4SLinus Torvalds
18761da177e4SLinus Torvaldssource "fs/Kconfig"
18771da177e4SLinus Torvalds
18785e83d430SRalf Baechlesource "arch/mips/oprofile/Kconfig"
18795e83d430SRalf Baechle
18801da177e4SLinus Torvaldssource "arch/mips/Kconfig.debug"
18811da177e4SLinus Torvalds
18821da177e4SLinus Torvaldssource "security/Kconfig"
18831da177e4SLinus Torvalds
18841da177e4SLinus Torvaldssource "crypto/Kconfig"
18851da177e4SLinus Torvalds
18861da177e4SLinus Torvaldssource "lib/Kconfig"
1887