xref: /linux/arch/mips/Kconfig (revision 0004a9dfeaa709a7f853487aba19932c9b1a87c8)
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
1908f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
205e83d430SRalf Baechle	select SOC_AU1500
217cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
225e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
231da177e4SLinus Torvalds
245e83d430SRalf Baechleconfig MIPS_BOSPORUS
255e83d430SRalf Baechle	bool "AMD Alchemy Bosporus board"
265e83d430SRalf Baechle	select SOC_AU1500
271da177e4SLinus Torvalds	select DMA_NONCOHERENT
287cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
295e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
301da177e4SLinus Torvalds
315e83d430SRalf Baechleconfig MIPS_PB1000
325e83d430SRalf Baechle	bool "AMD Alchemy PB1000 board"
335e83d430SRalf Baechle	select SOC_AU1000
341da177e4SLinus Torvalds	select DMA_NONCOHERENT
351da177e4SLinus Torvalds	select HW_HAS_PCI
3608f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
371da177e4SLinus Torvalds	select SWAP_IO_SPACE
387cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
395e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
405e83d430SRalf Baechle
415e83d430SRalf Baechleconfig MIPS_PB1100
425e83d430SRalf Baechle	bool "AMD Alchemy PB1100 board"
435e83d430SRalf Baechle	select SOC_AU1100
445e83d430SRalf Baechle	select DMA_NONCOHERENT
455e83d430SRalf Baechle	select HW_HAS_PCI
4608f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
475e83d430SRalf Baechle	select SWAP_IO_SPACE
487cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
495e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
505e83d430SRalf Baechle
515e83d430SRalf Baechleconfig MIPS_PB1500
525e83d430SRalf Baechle	bool "AMD Alchemy PB1500 board"
535e83d430SRalf Baechle	select SOC_AU1500
545e83d430SRalf Baechle	select DMA_NONCOHERENT
555e83d430SRalf Baechle	select HW_HAS_PCI
5608f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
577cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
585e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
595e83d430SRalf Baechle
605e83d430SRalf Baechleconfig MIPS_PB1550
615e83d430SRalf Baechle	bool "AMD Alchemy PB1550 board"
625e83d430SRalf Baechle	select SOC_AU1550
635e83d430SRalf Baechle	select DMA_NONCOHERENT
645e83d430SRalf Baechle	select HW_HAS_PCI
655e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
6608f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
677cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
685e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
695e83d430SRalf Baechle
705e83d430SRalf Baechleconfig MIPS_PB1200
715e83d430SRalf Baechle	bool "AMD Alchemy PB1200 board"
725e83d430SRalf Baechle	select SOC_AU1200
735e83d430SRalf Baechle	select DMA_NONCOHERENT
745e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
7508f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
767cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
775e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
785e83d430SRalf Baechle
795e83d430SRalf Baechleconfig MIPS_DB1000
805e83d430SRalf Baechle	bool "AMD Alchemy DB1000 board"
815e83d430SRalf Baechle	select SOC_AU1000
825e83d430SRalf Baechle	select DMA_NONCOHERENT
835e83d430SRalf Baechle	select HW_HAS_PCI
8408f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
857cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
865e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
875e83d430SRalf Baechle
885e83d430SRalf Baechleconfig MIPS_DB1100
895e83d430SRalf Baechle	bool "AMD Alchemy DB1100 board"
905e83d430SRalf Baechle	select SOC_AU1100
915e83d430SRalf Baechle	select DMA_NONCOHERENT
927cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
935e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
945e83d430SRalf Baechle
955e83d430SRalf Baechleconfig MIPS_DB1500
965e83d430SRalf Baechle	bool "AMD Alchemy DB1500 board"
975e83d430SRalf Baechle	select SOC_AU1500
985e83d430SRalf Baechle	select DMA_NONCOHERENT
995e83d430SRalf Baechle	select HW_HAS_PCI
1005e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
10108f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
1027cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1035e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
1045e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1055e83d430SRalf Baechle
1065e83d430SRalf Baechleconfig MIPS_DB1550
1075e83d430SRalf Baechle	bool "AMD Alchemy DB1550 board"
1085e83d430SRalf Baechle	select SOC_AU1550
1095e83d430SRalf Baechle	select HW_HAS_PCI
1105e83d430SRalf Baechle	select DMA_NONCOHERENT
1115e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
11208f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
1137cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1145e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1155e83d430SRalf Baechle
1165e83d430SRalf Baechleconfig MIPS_DB1200
1175e83d430SRalf Baechle	bool "AMD Alchemy DB1200 board"
1185e83d430SRalf Baechle	select SOC_AU1200
1195e83d430SRalf Baechle	select DMA_COHERENT
1205e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
1217cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1225e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1235e83d430SRalf Baechle
1245e83d430SRalf Baechleconfig MIPS_MIRAGE
1255e83d430SRalf Baechle	bool "AMD Alchemy Mirage board"
1265e83d430SRalf Baechle	select DMA_NONCOHERENT
1275e83d430SRalf Baechle	select SOC_AU1500
1287cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1295e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1301da177e4SLinus Torvalds
13135189fadSRalf Baechleconfig BASLER_EXCITE
13235189fadSRalf Baechle	bool "Basler eXcite smart camera support"
13335189fadSRalf Baechle	select DMA_COHERENT
13435189fadSRalf Baechle	select HW_HAS_PCI
13535189fadSRalf Baechle	select IRQ_CPU
13635189fadSRalf Baechle	select IRQ_CPU_RM7K
13735189fadSRalf Baechle	select IRQ_CPU_RM9K
138663c3d90Sthomas@koeller.dyndns.org	select MIPS_RM9122
13935189fadSRalf Baechle	select SYS_HAS_CPU_RM9000
14035189fadSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
14135189fadSRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
14235189fadSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
14335189fadSRalf Baechle	help
14435189fadSRalf Baechle	  The eXcite is a smart camera platform manufactured by
14535189fadSRalf Baechle	  Basler Vision Technologies AG
14635189fadSRalf Baechle
14735189fadSRalf Baechleconfig BASLER_EXCITE_PROTOTYPE
14835189fadSRalf Baechle	bool "Support for pre-release units"
14935189fadSRalf Baechle	depends on BASLER_EXCITE
15035189fadSRalf Baechle	default n
15135189fadSRalf Baechle	help
15235189fadSRalf Baechle	  Pre-series (prototype) units are different from later ones in
15335189fadSRalf Baechle	  some ways. Select this option if you have one of these. Please
15435189fadSRalf Baechle	  note that a kernel built with this option selected will not be
15535189fadSRalf Baechle	  able to run on normal units.
15635189fadSRalf Baechle
1571da177e4SLinus Torvaldsconfig MIPS_COBALT
1583fa986faSMartin Michlmayr	bool "Cobalt Server"
1591da177e4SLinus Torvalds	select DMA_NONCOHERENT
1601da177e4SLinus Torvalds	select HW_HAS_PCI
1611da177e4SLinus Torvalds	select I8259
1621da177e4SLinus Torvalds	select IRQ_CPU
1635e83d430SRalf Baechle	select MIPS_GT64111
1647cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
165ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
166ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1675e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1681da177e4SLinus Torvalds
1691da177e4SLinus Torvaldsconfig MACH_DECSTATION
1703fa986faSMartin Michlmayr	bool "DECstations"
1711da177e4SLinus Torvalds	select BOOT_ELF32
1721da177e4SLinus Torvalds	select DMA_NONCOHERENT
173b6d468ecSMaciej W. Rozycki	select EARLY_PRINTK
1741da177e4SLinus Torvalds	select IRQ_CPU
1757cf8053bSRalf Baechle	select SYS_HAS_CPU_R3000
1767cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
177ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
178ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1795e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1801723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_128HZ
1811723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_256HZ
1821723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_1024HZ
1835e83d430SRalf Baechle	help
1841da177e4SLinus Torvalds	  This enables support for DEC's MIPS based workstations.  For details
1851da177e4SLinus Torvalds	  see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
1861da177e4SLinus Torvalds	  DECstation porting pages on <http://decstation.unix-ag.org/>.
1871da177e4SLinus Torvalds
1881da177e4SLinus Torvalds	  If you have one of the following DECstation Models you definitely
1891da177e4SLinus Torvalds	  want to choose R4xx0 for the CPU Type:
1901da177e4SLinus Torvalds
1911da177e4SLinus Torvalds	  	DECstation 5000/50
1921da177e4SLinus Torvalds	  	DECstation 5000/150
1931da177e4SLinus Torvalds	  	DECstation 5000/260
1941da177e4SLinus Torvalds	  	DECsystem 5900/260
1951da177e4SLinus Torvalds
1961da177e4SLinus Torvalds	  otherwise choose R3000.
1971da177e4SLinus Torvalds
1981da177e4SLinus Torvaldsconfig MIPS_EV64120
1993fa986faSMartin Michlmayr	bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
2001da177e4SLinus Torvalds	depends on EXPERIMENTAL
2011da177e4SLinus Torvalds	select DMA_NONCOHERENT
2021da177e4SLinus Torvalds	select HW_HAS_PCI
2031da177e4SLinus Torvalds	select MIPS_GT64120
2047cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
205ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
206ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
2075e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2081da177e4SLinus Torvalds	help
2091da177e4SLinus Torvalds	  This is an evaluation board based on the Galileo GT-64120
2101da177e4SLinus Torvalds	  single-chip system controller that contains a MIPS R5000 compatible
2111da177e4SLinus Torvalds	  core running at 75/100MHz.  Their website is located at
2121da177e4SLinus Torvalds	  <http://www.marvell.com/>.  Say Y here if you wish to build a
2131da177e4SLinus Torvalds	  kernel for this platform.
2141da177e4SLinus Torvalds
2155e83d430SRalf Baechleconfig MACH_JAZZ
2163fa986faSMartin Michlmayr	bool "Jazz family of machines"
2175e83d430SRalf Baechle	select ARC
2185e83d430SRalf Baechle	select ARC32
2195e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
2205e83d430SRalf Baechle	select GENERIC_ISA_DMA
221e5c6c8e4SMichael Neuling	select I8253
2225e83d430SRalf Baechle	select I8259
2235e83d430SRalf Baechle	select ISA
2247cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
2255e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
2265e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2271723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_100HZ
2281da177e4SLinus Torvalds	help
2295e83d430SRalf Baechle	 This a family of machines based on the MIPS R4030 chipset which was
2305e83d430SRalf Baechle	 used by several vendors to build RISC/os and Windows NT workstations.
2315e83d430SRalf Baechle	 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
2325e83d430SRalf Baechle	 Olivetti M700-10 workstations.
2335e83d430SRalf Baechle
2345e83d430SRalf Baechleconfig LASAT
2353fa986faSMartin Michlmayr	bool "LASAT Networks platforms"
2365e83d430SRalf Baechle	select DMA_NONCOHERENT
2375e83d430SRalf Baechle	select HW_HAS_PCI
2385e83d430SRalf Baechle	select MIPS_GT64120
2395e83d430SRalf Baechle	select MIPS_NILE4
2405e83d430SRalf Baechle	select R5000_CPU_SCACHE
2417cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
2425e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
2435e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2445e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2451da177e4SLinus Torvalds
2461da177e4SLinus Torvaldsconfig MIPS_ATLAS
2473fa986faSMartin Michlmayr	bool "MIPS Atlas board"
2481da177e4SLinus Torvalds	select BOOT_ELF32
2491da177e4SLinus Torvalds	select DMA_NONCOHERENT
2505e83d430SRalf Baechle	select IRQ_CPU
2511da177e4SLinus Torvalds	select HW_HAS_PCI
2525e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2535e83d430SRalf Baechle	select MIPS_BONITO64
2541da177e4SLinus Torvalds	select MIPS_GT64120
2555e83d430SRalf Baechle	select MIPS_MSC
256f4b7cdb4SMaciej W. Rozycki	select RM7000_CPU_SCACHE
2571da177e4SLinus Torvalds	select SWAP_IO_SPACE
2587cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
2597cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
2607cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
2617cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
2627cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
263ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
264ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
2655e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2665e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
267f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
2681da177e4SLinus Torvalds	help
269f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Atlas evaluation
2701da177e4SLinus Torvalds	  board.
2711da177e4SLinus Torvalds
2721da177e4SLinus Torvaldsconfig MIPS_MALTA
2733fa986faSMartin Michlmayr	bool "MIPS Malta board"
27461ed242dSRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
2751da177e4SLinus Torvalds	select BOOT_ELF32
2761da177e4SLinus Torvalds	select HAVE_STD_PC_SERIAL_PORT
2771da177e4SLinus Torvalds	select DMA_NONCOHERENT
2781da177e4SLinus Torvalds	select GENERIC_ISA_DMA
279aa414dffSRalf Baechle	select IRQ_CPU
2801da177e4SLinus Torvalds	select HW_HAS_PCI
2811da177e4SLinus Torvalds	select I8259
2825e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2835e83d430SRalf Baechle	select MIPS_BONITO64
2849318c51aSChris Dearman	select MIPS_CPU_SCACHE
2851da177e4SLinus Torvalds	select MIPS_GT64120
2865e83d430SRalf Baechle	select MIPS_MSC
2871da177e4SLinus Torvalds	select SWAP_IO_SPACE
2887cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
2897cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
2907cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
2917cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
2927cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
293ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
294ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
2955e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2965e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
297f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING
2981da177e4SLinus Torvalds	help
299f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Malta evaluation
3001da177e4SLinus Torvalds	  board.
3011da177e4SLinus Torvalds
3021da177e4SLinus Torvaldsconfig MIPS_SEAD
3033fa986faSMartin Michlmayr	bool "MIPS SEAD board (EXPERIMENTAL)"
3041da177e4SLinus Torvalds	depends on EXPERIMENTAL
3051da177e4SLinus Torvalds	select IRQ_CPU
3061da177e4SLinus Torvalds	select DMA_NONCOHERENT
3075e83d430SRalf Baechle	select MIPS_BOARDS_GEN
3087cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3097cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3107cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
311ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3125e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
3135e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3145e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
315f638d197SMaciej W. Rozycki	help
316f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies SEAD evaluation
317f638d197SMaciej W. Rozycki	  board.
3181da177e4SLinus Torvalds
319a240a469SMark.Zhanconfig WR_PPMC
3209247857fSMark.Zhan	bool "Wind River PPMC board"
321a240a469SMark.Zhan	select IRQ_CPU
322a240a469SMark.Zhan	select BOOT_ELF32
323a240a469SMark.Zhan	select DMA_NONCOHERENT
324a240a469SMark.Zhan	select HW_HAS_PCI
325a240a469SMark.Zhan	select MIPS_GT64120
326a240a469SMark.Zhan	select SWAP_IO_SPACE
327a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R1
328a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R2
329a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS64_R1
330a240a469SMark.Zhan	select SYS_HAS_CPU_NEVADA
331a240a469SMark.Zhan	select SYS_HAS_CPU_RM7000
332a240a469SMark.Zhan	select SYS_SUPPORTS_32BIT_KERNEL
333a240a469SMark.Zhan	select SYS_SUPPORTS_64BIT_KERNEL
334a240a469SMark.Zhan	select SYS_SUPPORTS_BIG_ENDIAN
335a240a469SMark.Zhan	select SYS_SUPPORTS_LITTLE_ENDIAN
336a240a469SMark.Zhan	help
337a240a469SMark.Zhan	  This enables support for the Wind River MIPS32 4KC PPMC evaluation
338a240a469SMark.Zhan	  board, which is based on GT64120 bridge chip.
339a240a469SMark.Zhan
340c78cbf49SRalf Baechleconfig MIPS_SIM
3413fa986faSMartin Michlmayr	bool 'MIPS simulator (MIPSsim)'
342c78cbf49SRalf Baechle	select DMA_NONCOHERENT
343c78cbf49SRalf Baechle	select IRQ_CPU
3447cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3457cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
346c78cbf49SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
347c78cbf49SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
348c78cbf49SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
349c78cbf49SRalf Baechle	help
350c78cbf49SRalf Baechle	  This option enables support for MIPS Technologies MIPSsim software
351c78cbf49SRalf Baechle	  emulator.
352c78cbf49SRalf Baechle
3531da177e4SLinus Torvaldsconfig MOMENCO_JAGUAR_ATX
3543fa986faSMartin Michlmayr	bool "Momentum Jaguar board"
3551da177e4SLinus Torvalds	select BOOT_ELF32
3561da177e4SLinus Torvalds	select DMA_NONCOHERENT
3571da177e4SLinus Torvalds	select HW_HAS_PCI
3581da177e4SLinus Torvalds	select IRQ_CPU
3591da177e4SLinus Torvalds	select IRQ_CPU_RM7K
3601da177e4SLinus Torvalds	select IRQ_MV64340
3611da177e4SLinus Torvalds	select LIMITED_DMA
3621da177e4SLinus Torvalds	select PCI_MARVELL
3631da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
3641da177e4SLinus Torvalds	select SWAP_IO_SPACE
3657cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
366ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
367ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3685e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3691da177e4SLinus Torvalds	help
3701da177e4SLinus Torvalds	  The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
3711da177e4SLinus Torvalds	  Momentum Computer <http://www.momenco.com/>.
3721da177e4SLinus Torvalds
3735e83d430SRalf Baechleconfig MOMENCO_OCELOT
3743fa986faSMartin Michlmayr	bool "Momentum Ocelot board"
3755e83d430SRalf Baechle	select DMA_NONCOHERENT
3761da177e4SLinus Torvalds	select HW_HAS_PCI
3771da177e4SLinus Torvalds	select IRQ_CPU
3781da177e4SLinus Torvalds	select IRQ_CPU_RM7K
3795e83d430SRalf Baechle	select MIPS_GT64120
3805e83d430SRalf Baechle	select RM7000_CPU_SCACHE
3811da177e4SLinus Torvalds	select SWAP_IO_SPACE
3827cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
383ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
384ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3855e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3861da177e4SLinus Torvalds	help
3875e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
3885e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
3891da177e4SLinus Torvalds
3905e83d430SRalf Baechleconfig MOMENCO_OCELOT_3
3913fa986faSMartin Michlmayr	bool "Momentum Ocelot-3 board"
3925e83d430SRalf Baechle	select BOOT_ELF32
3935e83d430SRalf Baechle	select DMA_NONCOHERENT
3945e83d430SRalf Baechle	select HW_HAS_PCI
3955e83d430SRalf Baechle	select IRQ_CPU
3965e83d430SRalf Baechle	select IRQ_CPU_RM7K
3975e83d430SRalf Baechle	select IRQ_MV64340
3985e83d430SRalf Baechle	select PCI_MARVELL
3995e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4005e83d430SRalf Baechle	select SWAP_IO_SPACE
4017cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
4025e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4035e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4045e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4055e83d430SRalf Baechle	help
4065e83d430SRalf Baechle	  The Ocelot-3 is based off Discovery III System Controller and
4075e83d430SRalf Baechle	  PMC-Sierra Rm79000 core.
4085e83d430SRalf Baechle
4095e83d430SRalf Baechleconfig MOMENCO_OCELOT_C
4103fa986faSMartin Michlmayr	bool "Momentum Ocelot-C board"
4115e83d430SRalf Baechle	select DMA_NONCOHERENT
4125e83d430SRalf Baechle	select HW_HAS_PCI
4135e83d430SRalf Baechle	select IRQ_CPU
4145e83d430SRalf Baechle	select IRQ_MV64340
4155e83d430SRalf Baechle	select PCI_MARVELL
4165e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4175e83d430SRalf Baechle	select SWAP_IO_SPACE
4187cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4195e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4208a88ca8fSRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4215e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4225e83d430SRalf Baechle	help
4235e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4245e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4255e83d430SRalf Baechle
4265e83d430SRalf Baechleconfig MOMENCO_OCELOT_G
4273fa986faSMartin Michlmayr	bool "Momentum Ocelot-G board"
4285e83d430SRalf Baechle	select DMA_NONCOHERENT
4295e83d430SRalf Baechle	select HW_HAS_PCI
4305e83d430SRalf Baechle	select IRQ_CPU
4315e83d430SRalf Baechle	select IRQ_CPU_RM7K
4325e83d430SRalf Baechle	select PCI_MARVELL
4335e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4345e83d430SRalf Baechle	select SWAP_IO_SPACE
4357cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4365e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4378a88ca8fSRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
4385e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4395e83d430SRalf Baechle	help
4405e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4415e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4425e83d430SRalf Baechle
4435e83d430SRalf Baechleconfig MIPS_XXS1500
4443fa986faSMartin Michlmayr	bool "MyCable XXS1500 board"
4455e83d430SRalf Baechle	select DMA_NONCOHERENT
4465e83d430SRalf Baechle	select SOC_AU1500
4475e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4481da177e4SLinus Torvalds
449bdf21b18SPete Popovconfig PNX8550_V2PCI
4503fa986faSMartin Michlmayr	bool "Philips PNX8550 based Viper2-PCI board"
451bdf21b18SPete Popov	select PNX8550
452bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
453bdf21b18SPete Popov
454bdf21b18SPete Popovconfig PNX8550_JBS
4553fa986faSMartin Michlmayr	bool "Philips PNX8550 based JBS board"
456bdf21b18SPete Popov	select PNX8550
457bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
458bdf21b18SPete Popov
4591da177e4SLinus Torvaldsconfig DDB5477
4603fa986faSMartin Michlmayr	bool "NEC DDB Vrc-5477"
4615e83d430SRalf Baechle	select DDB5XXX_COMMON
4621da177e4SLinus Torvalds	select DMA_NONCOHERENT
4631da177e4SLinus Torvalds	select HW_HAS_PCI
4641da177e4SLinus Torvalds	select I8259
4651da177e4SLinus Torvalds	select IRQ_CPU
4667cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
467ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
468ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
4695e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4701da177e4SLinus Torvalds	help
4711da177e4SLinus Torvalds	  This enables support for the R5432-based NEC DDB Vrc-5477,
4721da177e4SLinus Torvalds	  or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
4731da177e4SLinus Torvalds
4741da177e4SLinus Torvalds	  Features : kernel debugging, serial terminal, NFS root fs, on-board
4751da177e4SLinus Torvalds	  ether port USB, AC97, PCI, etc.
4761da177e4SLinus Torvalds
4775e83d430SRalf Baechleconfig MACH_VR41XX
4783fa986faSMartin Michlmayr	bool "NEC VR41XX-based machines"
4797cf8053bSRalf Baechle	select SYS_HAS_CPU_VR41XX
4805e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4815e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
4825e83d430SRalf Baechle
4835e83d430SRalf Baechleconfig PMC_YOSEMITE
4843fa986faSMartin Michlmayr	bool "PMC-Sierra Yosemite eval board"
4855e83d430SRalf Baechle	select DMA_COHERENT
4865e83d430SRalf Baechle	select HW_HAS_PCI
4875e83d430SRalf Baechle	select IRQ_CPU
4885e83d430SRalf Baechle	select IRQ_CPU_RM7K
4895e83d430SRalf Baechle	select IRQ_CPU_RM9K
4905e83d430SRalf Baechle	select SWAP_IO_SPACE
4917cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
4925e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4935e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4945e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4955e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
496e73ea273SRalf Baechle	select SYS_SUPPORTS_SMP
4975e83d430SRalf Baechle	help
4985e83d430SRalf Baechle	  Yosemite is an evaluation board for the RM9000x2 processor
4995e83d430SRalf Baechle	  manufactured by PMC-Sierra.
5001da177e4SLinus Torvalds
50107119621SRalf Baechleconfig QEMU
5023fa986faSMartin Michlmayr	bool "Qemu"
50307119621SRalf Baechle	select DMA_COHERENT
50407119621SRalf Baechle	select GENERIC_ISA_DMA
50507119621SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
506e5c6c8e4SMichael Neuling	select I8253
50707119621SRalf Baechle	select I8259
50807119621SRalf Baechle	select ISA
50907119621SRalf Baechle	select SWAP_IO_SPACE
5107cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
51107119621SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
51207119621SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
513c8cc9618SAurelien Jarno	select SYS_SUPPORTS_LITTLE_ENDIAN
514b1c6cd42SAtsushi Nemoto	select ARCH_SPARSEMEM_ENABLE
51507119621SRalf Baechle	help
51607119621SRalf Baechle	  Qemu is a software emulator which among other architectures also
51707119621SRalf Baechle	  can simulate a MIPS32 4Kc system.  This patch adds support for the
51807119621SRalf Baechle	  system architecture that currently is being simulated by Qemu.  It
51907119621SRalf Baechle	  will eventually be removed again when Qemu has the capability to
52007119621SRalf Baechle	  simulate actual MIPS hardware platforms.  More information on Qemu
52107119621SRalf Baechle	  can be found at http://www.linux-mips.org/wiki/Qemu.
52207119621SRalf Baechle
523355c471fSdmitry pervushinconfig MARKEINS
524355c471fSdmitry pervushin	bool "Support for NEC EMMA2RH Mark-eins"
525355c471fSdmitry pervushin	select DMA_NONCOHERENT
526355c471fSdmitry pervushin	select HW_HAS_PCI
527355c471fSdmitry pervushin	select IRQ_CPU
528355c471fSdmitry pervushin	select SWAP_IO_SPACE
529355c471fSdmitry pervushin	select SYS_SUPPORTS_32BIT_KERNEL
530355c471fSdmitry pervushin	select SYS_SUPPORTS_BIG_ENDIAN
531355c471fSdmitry pervushin	select SYS_SUPPORTS_LITTLE_ENDIAN
532355c471fSdmitry pervushin	select SYS_HAS_CPU_R5000
533355c471fSdmitry pervushin	help
534355c471fSdmitry pervushin	  This enables support for the R5432-based NEC Mark-eins
535355c471fSdmitry pervushin	  boards with R5500 CPU.
536355c471fSdmitry pervushin
5371da177e4SLinus Torvaldsconfig SGI_IP22
5383fa986faSMartin Michlmayr	bool "SGI IP22 (Indy/Indigo2)"
5391da177e4SLinus Torvalds	select ARC
5401da177e4SLinus Torvalds	select ARC32
5411da177e4SLinus Torvalds	select BOOT_ELF32
5421da177e4SLinus Torvalds	select DMA_NONCOHERENT
5435e83d430SRalf Baechle	select HW_HAS_EISA
5441da177e4SLinus Torvalds	select IP22_CPU_SCACHE
5451da177e4SLinus Torvalds	select IRQ_CPU
546aa414dffSRalf Baechle	select GENERIC_ISA_DMA_SUPPORT_BROKEN
5471da177e4SLinus Torvalds	select SWAP_IO_SPACE
5487cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
5497cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
550ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
551ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5525e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5531da177e4SLinus Torvalds	help
5541da177e4SLinus Torvalds	  This are the SGI Indy, Challenge S and Indigo2, as well as certain
5551da177e4SLinus Torvalds	  OEM variants like the Tandem CMN B006S. To compile a Linux kernel
5561da177e4SLinus Torvalds	  that runs on these, say Y here.
5571da177e4SLinus Torvalds
5581da177e4SLinus Torvaldsconfig SGI_IP27
5593fa986faSMartin Michlmayr	bool "SGI IP27 (Origin200/2000)"
5601da177e4SLinus Torvalds	select ARC
5611da177e4SLinus Torvalds	select ARC64
5625e83d430SRalf Baechle	select BOOT_ELF64
5631da177e4SLinus Torvalds	select DMA_IP27
564a3d45391SRalf Baechle	select EARLY_PRINTK
5651da177e4SLinus Torvalds	select HW_HAS_PCI
5661da177e4SLinus Torvalds	select PCI_DOMAINS
5677cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000
568ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5695e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
570d8cb4e11SRalf Baechle	select SYS_SUPPORTS_NUMA
5711a5c5de1SRalf Baechle	select SYS_SUPPORTS_SMP
5721da177e4SLinus Torvalds	help
5731da177e4SLinus Torvalds	  This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
5741da177e4SLinus Torvalds	  workstations.  To compile a Linux kernel that runs on these, say Y
5751da177e4SLinus Torvalds	  here.
5761da177e4SLinus Torvalds
5771da177e4SLinus Torvaldsconfig SGI_IP32
5783fa986faSMartin Michlmayr	bool "SGI IP32 (O2) (EXPERIMENTAL)"
579ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
5801da177e4SLinus Torvalds	select ARC
5811da177e4SLinus Torvalds	select ARC32
5821da177e4SLinus Torvalds	select BOOT_ELF32
5831da177e4SLinus Torvalds	select OWN_DMA
5841da177e4SLinus Torvalds	select DMA_IP32
5851da177e4SLinus Torvalds	select DMA_NONCOHERENT
5861da177e4SLinus Torvalds	select HW_HAS_PCI
5871da177e4SLinus Torvalds	select R5000_CPU_SCACHE
5881da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
5897cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
5907cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000 if BROKEN
5917cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
592dd2f18feSRalf Baechle	select SYS_HAS_CPU_NEVADA
593ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5945e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5951da177e4SLinus Torvalds	help
5961da177e4SLinus Torvalds	  If you want this kernel to run on SGI O2 workstation, say Y here.
5971da177e4SLinus Torvalds
5989a6dcea1SAndrew Isaacsonconfig SIBYTE_BIGSUR
5993fa986faSMartin Michlmayr	bool "Sibyte BCM91480B-BigSur"
6009a6dcea1SAndrew Isaacson	select BOOT_ELF32
6019a6dcea1SAndrew Isaacson	select DMA_COHERENT
6027cf8053bSRalf Baechle	select PCI_DOMAINS
6039a6dcea1SAndrew Isaacson	select SIBYTE_BCM1x80
6049a6dcea1SAndrew Isaacson	select SWAP_IO_SPACE
6057cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6069a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_BIG_ENDIAN
6079a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_LITTLE_ENDIAN
6089a6dcea1SAndrew Isaacson
6095e83d430SRalf Baechleconfig SIBYTE_SWARM
6103fa986faSMartin Michlmayr	bool "Sibyte BCM91250A-SWARM"
6115e83d430SRalf Baechle	select BOOT_ELF32
6125e83d430SRalf Baechle	select DMA_COHERENT
6135e83d430SRalf Baechle	select SIBYTE_SB1250
6145e83d430SRalf Baechle	select SWAP_IO_SPACE
6157cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6165e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6175e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6185e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
619e3ad1c23SPete Popov
6205e83d430SRalf Baechleconfig SIBYTE_SENTOSA
6213fa986faSMartin Michlmayr	bool "Sibyte BCM91250E-Sentosa"
6225e83d430SRalf Baechle	depends on EXPERIMENTAL
6235e83d430SRalf Baechle	select BOOT_ELF32
6245e83d430SRalf Baechle	select DMA_COHERENT
6255e83d430SRalf Baechle	select SIBYTE_SB1250
6265e83d430SRalf Baechle	select SWAP_IO_SPACE
6277cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6285e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6295e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6305e83d430SRalf Baechle
6315e83d430SRalf Baechleconfig SIBYTE_RHONE
6323fa986faSMartin Michlmayr	bool "Sibyte BCM91125E-Rhone"
6335e83d430SRalf Baechle	depends on EXPERIMENTAL
6345e83d430SRalf Baechle	select BOOT_ELF32
6355e83d430SRalf Baechle	select DMA_COHERENT
6365e83d430SRalf Baechle	select SIBYTE_BCM1125H
6375e83d430SRalf Baechle	select SWAP_IO_SPACE
6387cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6395e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6405e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6415e83d430SRalf Baechle
6425e83d430SRalf Baechleconfig SIBYTE_CARMEL
6433fa986faSMartin Michlmayr	bool "Sibyte BCM91120x-Carmel"
6445e83d430SRalf Baechle	depends on EXPERIMENTAL
6455e83d430SRalf Baechle	select BOOT_ELF32
6465e83d430SRalf Baechle	select DMA_COHERENT
6475e83d430SRalf Baechle	select SIBYTE_BCM1120
6485e83d430SRalf Baechle	select SWAP_IO_SPACE
6497cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6505e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6515e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6525e83d430SRalf Baechle
6535e83d430SRalf Baechleconfig SIBYTE_PTSWARM
6543fa986faSMartin Michlmayr	bool "Sibyte BCM91250PT-PTSWARM"
6555e83d430SRalf Baechle	depends on EXPERIMENTAL
6565e83d430SRalf Baechle	select BOOT_ELF32
6575e83d430SRalf Baechle	select DMA_COHERENT
6585e83d430SRalf Baechle	select SIBYTE_SB1250
6595e83d430SRalf Baechle	select SWAP_IO_SPACE
6607cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6615e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6625e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6635e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6645e83d430SRalf Baechle
6655e83d430SRalf Baechleconfig SIBYTE_LITTLESUR
6663fa986faSMartin Michlmayr	bool "Sibyte BCM91250C2-LittleSur"
6675e83d430SRalf Baechle	depends on EXPERIMENTAL
6685e83d430SRalf Baechle	select BOOT_ELF32
6695e83d430SRalf Baechle	select DMA_COHERENT
6705e83d430SRalf Baechle	select SIBYTE_SB1250
6715e83d430SRalf Baechle	select SWAP_IO_SPACE
6727cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6735e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6745e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6755e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6765e83d430SRalf Baechle
6775e83d430SRalf Baechleconfig SIBYTE_CRHINE
6783fa986faSMartin Michlmayr	bool "Sibyte BCM91120C-CRhine"
6795e83d430SRalf Baechle	depends on EXPERIMENTAL
6805e83d430SRalf Baechle	select BOOT_ELF32
6815e83d430SRalf Baechle	select DMA_COHERENT
6825e83d430SRalf Baechle	select SIBYTE_BCM1120
6835e83d430SRalf Baechle	select SWAP_IO_SPACE
6847cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6855e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6865e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6875e83d430SRalf Baechle
6885e83d430SRalf Baechleconfig SIBYTE_CRHONE
6893fa986faSMartin Michlmayr	bool "Sibyte BCM91125C-CRhone"
6905e83d430SRalf Baechle	depends on EXPERIMENTAL
6915e83d430SRalf Baechle	select BOOT_ELF32
6925e83d430SRalf Baechle	select DMA_COHERENT
6935e83d430SRalf Baechle	select SIBYTE_BCM1125
6945e83d430SRalf Baechle	select SWAP_IO_SPACE
6957cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6965e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6975e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6985e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6995e83d430SRalf Baechle
7005e83d430SRalf Baechleconfig SNI_RM200_PCI
7013fa986faSMartin Michlmayr	bool "SNI RM200 PCI"
7024a0312fcSThomas Bogendoerfer	select ARC if CPU_LITTLE_ENDIAN
7034a0312fcSThomas Bogendoerfer	select ARC32 if CPU_LITTLE_ENDIAN
7045e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
7055e83d430SRalf Baechle	select BOOT_ELF32
7065e83d430SRalf Baechle	select DMA_NONCOHERENT
7075e83d430SRalf Baechle	select GENERIC_ISA_DMA
7085e83d430SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
7095e83d430SRalf Baechle	select HW_HAS_EISA
7105e83d430SRalf Baechle	select HW_HAS_PCI
711e5c6c8e4SMichael Neuling	select I8253
7125e83d430SRalf Baechle	select I8259
7135e83d430SRalf Baechle	select ISA
7144a0312fcSThomas Bogendoerfer	select SWAP_IO_SPACE if CPU_BIG_ENDIAN
7157cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
7164a0312fcSThomas Bogendoerfer	select SYS_HAS_CPU_R5000
7174a0312fcSThomas Bogendoerfer	select R5000_CPU_SCACHE
718ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
7195e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
7204a0312fcSThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
7215e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7225e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7231da177e4SLinus Torvalds	help
7245e83d430SRalf Baechle	  The SNI RM200 PCI was a MIPS-based platform manufactured by Siemens
7255e83d430SRalf Baechle	  Nixdorf Informationssysteme (SNI), parent company of Pyramid
7265e83d430SRalf Baechle	  Technology and now in turn merged with Fujitsu.  Say Y here to
7275e83d430SRalf Baechle	  support this machine type.
7281da177e4SLinus Torvalds
7295e83d430SRalf Baechleconfig TOSHIBA_JMR3927
7303fa986faSMartin Michlmayr	bool "Toshiba JMR-TX3927 board"
7315e83d430SRalf Baechle	select DMA_NONCOHERENT
7325e83d430SRalf Baechle	select HW_HAS_PCI
7335e83d430SRalf Baechle	select MIPS_TX3927
7345e83d430SRalf Baechle	select SWAP_IO_SPACE
7357cf8053bSRalf Baechle	select SYS_HAS_CPU_TX39XX
7365e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7375e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7385e83d430SRalf Baechle	select TOSHIBA_BOARDS
7395e83d430SRalf Baechle
7405e83d430SRalf Baechleconfig TOSHIBA_RBTX4927
7413fa986faSMartin Michlmayr	bool "Toshiba TBTX49[23]7 board"
7425e83d430SRalf Baechle	select DMA_NONCOHERENT
7435e83d430SRalf Baechle	select HAS_TXX9_SERIAL
7445e83d430SRalf Baechle	select HW_HAS_PCI
7455e83d430SRalf Baechle	select I8259
7465e83d430SRalf Baechle	select ISA
7475e83d430SRalf Baechle	select SWAP_IO_SPACE
7487cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
7495e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7505e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
7515e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7525e83d430SRalf Baechle	select TOSHIBA_BOARDS
7535e83d430SRalf Baechle	help
7545e83d430SRalf Baechle	  This Toshiba board is based on the TX4927 processor. Say Y here to
7555e83d430SRalf Baechle	  support this machine type
7561da177e4SLinus Torvalds
75723fbee9dSRalf Baechleconfig TOSHIBA_RBTX4938
7583fa986faSMartin Michlmayr	bool "Toshiba RBTX4938 board"
75923fbee9dSRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
76023fbee9dSRalf Baechle	select DMA_NONCOHERENT
76123fbee9dSRalf Baechle	select GENERIC_ISA_DMA
76223fbee9dSRalf Baechle	select HAS_TXX9_SERIAL
76323fbee9dSRalf Baechle	select HW_HAS_PCI
76423fbee9dSRalf Baechle	select I8259
76523fbee9dSRalf Baechle	select ISA
76623fbee9dSRalf Baechle	select SWAP_IO_SPACE
7677cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
76823fbee9dSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
76923fbee9dSRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
77023fbee9dSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
77123fbee9dSRalf Baechle	select TOSHIBA_BOARDS
77223fbee9dSRalf Baechle	help
77323fbee9dSRalf Baechle	  This Toshiba board is based on the TX4938 processor. Say Y here to
77423fbee9dSRalf Baechle	  support this machine type
77523fbee9dSRalf Baechle
7761da177e4SLinus Torvaldsendchoice
7771da177e4SLinus Torvalds
778583bb86fSNicolas Schichanconfig KEXEC
779583bb86fSNicolas Schichan 	bool "Kexec system call (EXPERIMENTAL)"
780583bb86fSNicolas Schichan 	depends on EXPERIMENTAL
781583bb86fSNicolas Schichan 	help
782583bb86fSNicolas Schichan 	  kexec is a system call that implements the ability to shutdown your
783583bb86fSNicolas Schichan 	  current kernel, and to start another kernel.  It is like a reboot
784583bb86fSNicolas Schichan 	  but it is indepedent of the system firmware.   And like a reboot
785583bb86fSNicolas Schichan 	  you can start any kernel with it, not just Linux.
786583bb86fSNicolas Schichan
787583bb86fSNicolas Schichan 	  The name comes from the similiarity to the exec system call.
788583bb86fSNicolas Schichan
789583bb86fSNicolas Schichan 	  It is an ongoing process to be certain the hardware in a machine
790583bb86fSNicolas Schichan 	  is properly shutdown, so do not be surprised if this code does not
791583bb86fSNicolas Schichan 	  initially work for you.  It may help to enable device hotplugging
792583bb86fSNicolas Schichan 	  support.  As of this writing the exact hardware interface is
793583bb86fSNicolas Schichan 	  strongly in flux, so no good recommendation can be made.
794583bb86fSNicolas Schichan
7955e83d430SRalf Baechlesource "arch/mips/ddb5xxx/Kconfig"
7965e83d430SRalf Baechlesource "arch/mips/gt64120/ev64120/Kconfig"
7975e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig"
7985e83d430SRalf Baechlesource "arch/mips/lasat/Kconfig"
7995e83d430SRalf Baechlesource "arch/mips/momentum/Kconfig"
8005e83d430SRalf Baechlesource "arch/mips/pmc-sierra/Kconfig"
80129c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig"
80238b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig"
8035e83d430SRalf Baechlesource "arch/mips/tx4927/Kconfig"
80423fbee9dSRalf Baechlesource "arch/mips/tx4938/Kconfig"
8055e83d430SRalf Baechlesource "arch/mips/vr41xx/Kconfig"
806bdf21b18SPete Popovsource "arch/mips/philips/pnx8550/common/Kconfig"
807e87dddebSPeter Hortonsource "arch/mips/cobalt/Kconfig"
80838b18f72SRalf Baechle
8095e83d430SRalf Baechleendmenu
8105e83d430SRalf Baechle
8111da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
8121da177e4SLinus Torvalds	bool
8131da177e4SLinus Torvalds	default y
8141da177e4SLinus Torvalds
8151da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM
8161da177e4SLinus Torvalds	bool
8171da177e4SLinus Torvalds
8183c9ee7efSAkinobu Mitaconfig GENERIC_FIND_NEXT_BIT
8193c9ee7efSAkinobu Mita	bool
8203c9ee7efSAkinobu Mita	default y
8213c9ee7efSAkinobu Mita
8223c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT
8233c9ee7efSAkinobu Mita	bool
8243c9ee7efSAkinobu Mita	default y
8253c9ee7efSAkinobu Mita
8261da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
8271da177e4SLinus Torvalds	bool
8281da177e4SLinus Torvalds	default y
8291da177e4SLinus Torvalds
8308db02010SRalf Baechleconfig GENERIC_TIME
8318db02010SRalf Baechle	bool
8328db02010SRalf Baechle	default y
8338db02010SRalf Baechle
8341cc89038SAtsushi Nemotoconfig SCHED_NO_NO_OMIT_FRAME_POINTER
8351cc89038SAtsushi Nemoto	bool
8361cc89038SAtsushi Nemoto	default y
8371cc89038SAtsushi Nemoto
8381da177e4SLinus Torvalds#
8391da177e4SLinus Torvalds# Select some configuration options automatically based on user selections.
8401da177e4SLinus Torvalds#
8411da177e4SLinus Torvaldsconfig ARC
8421da177e4SLinus Torvalds	bool
8431da177e4SLinus Torvalds
84461ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC
84561ed242dSRalf Baechle	bool
84661ed242dSRalf Baechle
8471da177e4SLinus Torvaldsconfig DMA_COHERENT
8481da177e4SLinus Torvalds	bool
8491da177e4SLinus Torvalds
8501da177e4SLinus Torvaldsconfig DMA_IP27
8511da177e4SLinus Torvalds	bool
8521da177e4SLinus Torvalds
8534ce588cdSRalf Baechleconfig DMA_IP32
8544ce588cdSRalf Baechle	bool
8554ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8564ce588cdSRalf Baechle
8571da177e4SLinus Torvaldsconfig DMA_NONCOHERENT
8581da177e4SLinus Torvalds	bool
8594ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8604ce588cdSRalf Baechle
8614ce588cdSRalf Baechleconfig DMA_NEED_PCI_MAP_STATE
8624ce588cdSRalf Baechle	bool
8631da177e4SLinus Torvalds
8645e83d430SRalf Baechleconfig OWN_DMA
8655e83d430SRalf Baechle	bool
8665e83d430SRalf Baechle
8671da177e4SLinus Torvaldsconfig EARLY_PRINTK
8681da177e4SLinus Torvalds	bool
8691da177e4SLinus Torvalds
8701da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA
8711da177e4SLinus Torvalds	bool
8721da177e4SLinus Torvalds
8731da177e4SLinus Torvaldsconfig I8259
8741da177e4SLinus Torvalds	bool
8751da177e4SLinus Torvalds
8761da177e4SLinus Torvaldsconfig LIMITED_DMA
8771da177e4SLinus Torvalds	bool
8781da177e4SLinus Torvalds	select HIGHMEM
879797798c1SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
8801da177e4SLinus Torvalds
8811da177e4SLinus Torvaldsconfig MIPS_BONITO64
8821da177e4SLinus Torvalds	bool
8831da177e4SLinus Torvalds
8841da177e4SLinus Torvaldsconfig MIPS_MSC
8851da177e4SLinus Torvalds	bool
8861da177e4SLinus Torvalds
8871da177e4SLinus Torvaldsconfig MIPS_NILE4
8881da177e4SLinus Torvalds	bool
8891da177e4SLinus Torvalds
8901da177e4SLinus Torvaldsconfig MIPS_DISABLE_OBSOLETE_IDE
8911da177e4SLinus Torvalds	bool
8921da177e4SLinus Torvalds
893aa414dffSRalf Baechleconfig GENERIC_ISA_DMA_SUPPORT_BROKEN
894aa414dffSRalf Baechle	bool
895aa414dffSRalf Baechle
8965e83d430SRalf Baechle#
8973cb2fcccSMatt LaPlante# Endianess selection.  Sufficiently obscure so many users don't know what to
8985e83d430SRalf Baechle# answer,so we try hard to limit the available choices.  Also the use of a
8995e83d430SRalf Baechle# choice statement should be more obvious to the user.
9005e83d430SRalf Baechle#
9015e83d430SRalf Baechlechoice
9025e83d430SRalf Baechle	prompt "Endianess selection"
9031da177e4SLinus Torvalds	help
9041da177e4SLinus Torvalds	  Some MIPS machines can be configured for either little or big endian
9055e83d430SRalf Baechle	  byte order. These modes require different kernels and a different
9063cb2fcccSMatt LaPlante	  Linux distribution.  In general there is one preferred byteorder for a
9075e83d430SRalf Baechle	  particular system but some systems are just as commonly used in the
9085e83d430SRalf Baechle	  one or the other endianess.
9095e83d430SRalf Baechle
9105e83d430SRalf Baechleconfig CPU_BIG_ENDIAN
9115e83d430SRalf Baechle	bool "Big endian"
9125e83d430SRalf Baechle	depends on SYS_SUPPORTS_BIG_ENDIAN
9135e83d430SRalf Baechle
9145e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN
9155e83d430SRalf Baechle	bool "Little endian"
9165e83d430SRalf Baechle	depends on SYS_SUPPORTS_LITTLE_ENDIAN
9175e83d430SRalf Baechle	help
9185e83d430SRalf Baechle
9195e83d430SRalf Baechleendchoice
9205e83d430SRalf Baechle
9215e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN
9225e83d430SRalf Baechle	bool
9235e83d430SRalf Baechle
9245e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN
9255e83d430SRalf Baechle	bool
9261da177e4SLinus Torvalds
9271da177e4SLinus Torvaldsconfig IRQ_CPU
9281da177e4SLinus Torvalds	bool
9291da177e4SLinus Torvalds
9301da177e4SLinus Torvaldsconfig IRQ_CPU_RM7K
9311da177e4SLinus Torvalds	bool
9321da177e4SLinus Torvalds
9335e83d430SRalf Baechleconfig IRQ_CPU_RM9K
9345e83d430SRalf Baechle	bool
9355e83d430SRalf Baechle
9361da177e4SLinus Torvaldsconfig IRQ_MV64340
9371da177e4SLinus Torvalds	bool
9381da177e4SLinus Torvalds
9391da177e4SLinus Torvaldsconfig DDB5XXX_COMMON
9401da177e4SLinus Torvalds	bool
9411da177e4SLinus Torvalds
9421da177e4SLinus Torvaldsconfig MIPS_BOARDS_GEN
9431da177e4SLinus Torvalds	bool
9441da177e4SLinus Torvalds
9451da177e4SLinus Torvaldsconfig MIPS_GT64111
9461da177e4SLinus Torvalds	bool
9471da177e4SLinus Torvalds
9481da177e4SLinus Torvaldsconfig MIPS_GT64120
9491da177e4SLinus Torvalds	bool
9501da177e4SLinus Torvalds
9511da177e4SLinus Torvaldsconfig MIPS_TX3927
9521da177e4SLinus Torvalds	bool
9531da177e4SLinus Torvalds	select HAS_TXX9_SERIAL
9541da177e4SLinus Torvalds
955663c3d90Sthomas@koeller.dyndns.orgconfig MIPS_RM9122
956663c3d90Sthomas@koeller.dyndns.org	bool
957663c3d90Sthomas@koeller.dyndns.org	select SERIAL_RM9000
958663c3d90Sthomas@koeller.dyndns.org	select GPI_RM9000
959663c3d90Sthomas@koeller.dyndns.org	select WDT_RM9000
960663c3d90Sthomas@koeller.dyndns.org
9611da177e4SLinus Torvaldsconfig PCI_MARVELL
9621da177e4SLinus Torvalds	bool
9631da177e4SLinus Torvalds
9645e83d430SRalf Baechleconfig SOC_AU1000
9655e83d430SRalf Baechle	bool
9665e83d430SRalf Baechle	select SOC_AU1X00
9675e83d430SRalf Baechle
9685e83d430SRalf Baechleconfig SOC_AU1100
9695e83d430SRalf Baechle	bool
9705e83d430SRalf Baechle	select SOC_AU1X00
9715e83d430SRalf Baechle
9725e83d430SRalf Baechleconfig SOC_AU1500
9735e83d430SRalf Baechle	bool
9745e83d430SRalf Baechle	select SOC_AU1X00
9755e83d430SRalf Baechle
9765e83d430SRalf Baechleconfig SOC_AU1550
9775e83d430SRalf Baechle	bool
9785e83d430SRalf Baechle	select SOC_AU1X00
9795e83d430SRalf Baechle
9805e83d430SRalf Baechleconfig SOC_AU1200
9815e83d430SRalf Baechle	bool
9825e83d430SRalf Baechle	select SOC_AU1X00
9835e83d430SRalf Baechle
9845e83d430SRalf Baechleconfig SOC_AU1X00
9855e83d430SRalf Baechle	bool
9867cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
9875e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
9881da177e4SLinus Torvalds
989bdf21b18SPete Popovconfig PNX8550
990bdf21b18SPete Popov	bool
991bdf21b18SPete Popov	select SOC_PNX8550
992bdf21b18SPete Popov
993bdf21b18SPete Popovconfig SOC_PNX8550
994bdf21b18SPete Popov	bool
995bdf21b18SPete Popov	select DMA_NONCOHERENT
996bdf21b18SPete Popov	select HW_HAS_PCI
997b8c2a77cSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
9987cf8053bSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
999bdf21b18SPete Popov
10001da177e4SLinus Torvaldsconfig SWAP_IO_SPACE
10011da177e4SLinus Torvalds	bool
10021da177e4SLinus Torvalds
1003355c471fSdmitry pervushinconfig EMMA2RH
1004355c471fSdmitry pervushin	bool
1005355c471fSdmitry pervushin	depends on MARKEINS
1006355c471fSdmitry pervushin	default y
1007355c471fSdmitry pervushin
1008663c3d90Sthomas@koeller.dyndns.orgconfig SERIAL_RM9000
1009663c3d90Sthomas@koeller.dyndns.org	bool
1010663c3d90Sthomas@koeller.dyndns.org
1011663c3d90Sthomas@koeller.dyndns.orgconfig GPI_RM9000
1012663c3d90Sthomas@koeller.dyndns.org	bool
1013663c3d90Sthomas@koeller.dyndns.org
1014663c3d90Sthomas@koeller.dyndns.orgconfig WDT_RM9000
1015663c3d90Sthomas@koeller.dyndns.org	bool
1016663c3d90Sthomas@koeller.dyndns.org
10171da177e4SLinus Torvalds#
10181da177e4SLinus Torvalds# Unfortunately not all GT64120 systems run the chip at the same clock.
10191da177e4SLinus Torvalds# As the user for the clock rate and try to minimize the available options.
10201da177e4SLinus Torvalds#
10211da177e4SLinus Torvaldschoice
10221da177e4SLinus Torvalds	prompt "Galileo Chip Clock"
10231da177e4SLinus Torvalds	#default SYSCLK_83 if MIPS_EV64120
10241da177e4SLinus Torvalds	depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10251da177e4SLinus Torvalds	default SYSCLK_83 if MIPS_EV64120
10261da177e4SLinus Torvalds	default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
10271da177e4SLinus Torvalds
10281da177e4SLinus Torvaldsconfig SYSCLK_75
10291da177e4SLinus Torvalds	bool "75" if MIPS_EV64120
10301da177e4SLinus Torvalds
10311da177e4SLinus Torvaldsconfig SYSCLK_83
10321da177e4SLinus Torvalds	bool "83.3" if MIPS_EV64120
10331da177e4SLinus Torvalds
10341da177e4SLinus Torvaldsconfig SYSCLK_100
10351da177e4SLinus Torvalds	bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10361da177e4SLinus Torvalds
10371da177e4SLinus Torvaldsendchoice
10381da177e4SLinus Torvalds
10395e83d430SRalf Baechleconfig ARC32
10405e83d430SRalf Baechle	bool
10415e83d430SRalf Baechle
10421da177e4SLinus Torvaldsconfig BOOT_ELF32
10431da177e4SLinus Torvalds	bool
10441da177e4SLinus Torvalds
10451da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT
10461da177e4SLinus Torvalds	int
10471da177e4SLinus Torvalds	default "4" if MACH_DECSTATION
10481da177e4SLinus Torvalds	default "7" if SGI_IP27
10491da177e4SLinus Torvalds	default "5"
10501da177e4SLinus Torvalds
10511da177e4SLinus Torvaldsconfig HAVE_STD_PC_SERIAL_PORT
10521da177e4SLinus Torvalds	bool
10531da177e4SLinus Torvalds
10541da177e4SLinus Torvaldsconfig ARC_CONSOLE
10551da177e4SLinus Torvalds	bool "ARC console support"
10561da177e4SLinus Torvalds	depends on SGI_IP22 || SNI_RM200_PCI
10571da177e4SLinus Torvalds
10581da177e4SLinus Torvaldsconfig ARC_MEMORY
10591da177e4SLinus Torvalds	bool
10601da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
10611da177e4SLinus Torvalds	default y
10621da177e4SLinus Torvalds
10631da177e4SLinus Torvaldsconfig ARC_PROMLIB
10641da177e4SLinus Torvalds	bool
10651da177e4SLinus Torvalds	depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
10661da177e4SLinus Torvalds	default y
10671da177e4SLinus Torvalds
10681da177e4SLinus Torvaldsconfig ARC64
10691da177e4SLinus Torvalds	bool
10701da177e4SLinus Torvalds
10711da177e4SLinus Torvaldsconfig BOOT_ELF64
10721da177e4SLinus Torvalds	bool
10731da177e4SLinus Torvalds
10741da177e4SLinus Torvaldsconfig TOSHIBA_BOARDS
10751da177e4SLinus Torvalds	bool
10761da177e4SLinus Torvalds
10771da177e4SLinus Torvaldsmenu "CPU selection"
10781da177e4SLinus Torvalds
10791da177e4SLinus Torvaldschoice
10801da177e4SLinus Torvalds	prompt "CPU type"
10811da177e4SLinus Torvalds	default CPU_R4X00
10821da177e4SLinus Torvalds
10836e760c8dSRalf Baechleconfig CPU_MIPS32_R1
10846e760c8dSRalf Baechle	bool "MIPS32 Release 1"
10857cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R1
1086f7062ddbSRalf Baechle	select CPU_HAS_LLSC
10876e760c8dSRalf Baechle	select CPU_HAS_PREFETCH
1088797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1089ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10906e760c8dSRalf Baechle	help
10915e83d430SRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
10921e5f1caaSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
10931e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
10941e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
10951e5f1caaSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
10961e5f1caaSRalf Baechle	  Release 2 of the MIPS32 architecture is available since several
10971e5f1caaSRalf Baechle	  years so chances are you even have a MIPS32 Release 2 processor
10981e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS32_R2 instead for better
10991e5f1caaSRalf Baechle	  performance.
11001e5f1caaSRalf Baechle
11011e5f1caaSRalf Baechleconfig CPU_MIPS32_R2
11021e5f1caaSRalf Baechle	bool "MIPS32 Release 2"
11037cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R2
1104f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11051e5f1caaSRalf Baechle	select CPU_HAS_PREFETCH
1106797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1107ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11081e5f1caaSRalf Baechle	help
11095e83d430SRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11106e760c8dSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
11116e760c8dSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
11126e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11136e760c8dSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
11141da177e4SLinus Torvalds
11156e760c8dSRalf Baechleconfig CPU_MIPS64_R1
11166e760c8dSRalf Baechle	bool "MIPS64 Release 1"
11177cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R1
1118f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1119797798c1SRalf Baechle	select CPU_HAS_PREFETCH
1120ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1121ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1122ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11236e760c8dSRalf Baechle	help
11246e760c8dSRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
11256e760c8dSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11266e760c8dSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11276e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11286e760c8dSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11291e5f1caaSRalf Baechle	  Release 2 of the MIPS64 architecture is available since several
11301e5f1caaSRalf Baechle	  years so chances are you even have a MIPS64 Release 2 processor
11311e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS64_R2 instead for better
11321e5f1caaSRalf Baechle	  performance.
11331e5f1caaSRalf Baechle
11341e5f1caaSRalf Baechleconfig CPU_MIPS64_R2
11351e5f1caaSRalf Baechle	bool "MIPS64 Release 2"
11367cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R2
1137f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1138797798c1SRalf Baechle	select CPU_HAS_PREFETCH
11391e5f1caaSRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
11401e5f1caaSRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
1141ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11421e5f1caaSRalf Baechle	help
11431e5f1caaSRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11441e5f1caaSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11451e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11461e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
11471e5f1caaSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11481da177e4SLinus Torvalds
11491da177e4SLinus Torvaldsconfig CPU_R3000
11501da177e4SLinus Torvalds	bool "R3000"
11517cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R3000
1152f7062ddbSRalf Baechle	select CPU_HAS_WB
1153ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1154797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11551da177e4SLinus Torvalds	help
11561da177e4SLinus Torvalds	  Please make sure to pick the right CPU type. Linux/MIPS is not
11571da177e4SLinus Torvalds	  designed to be generic, i.e. Kernels compiled for R3000 CPUs will
11581da177e4SLinus Torvalds	  *not* work on R4000 machines and vice versa.  However, since most
11591da177e4SLinus Torvalds	  of the supported machines have an R4000 (or similar) CPU, R4x00
11601da177e4SLinus Torvalds	  might be a safe bet.  If the resulting kernel does not work,
11611da177e4SLinus Torvalds	  try to recompile with R3000.
11621da177e4SLinus Torvalds
11631da177e4SLinus Torvaldsconfig CPU_TX39XX
11641da177e4SLinus Torvalds	bool "R39XX"
11657cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX39XX
1166ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
11671da177e4SLinus Torvalds
11681da177e4SLinus Torvaldsconfig CPU_VR41XX
11691da177e4SLinus Torvalds	bool "R41xx"
11707cf8053bSRalf Baechle	depends on SYS_HAS_CPU_VR41XX
1171ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1172ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11731da177e4SLinus Torvalds	help
11745e83d430SRalf Baechle	  The options selects support for the NEC VR4100 series of processors.
11751da177e4SLinus Torvalds	  Only choose this option if you have one of these processors as a
11761da177e4SLinus Torvalds	  kernel built with this option will not run on any other type of
11771da177e4SLinus Torvalds	  processor or vice versa.
11781da177e4SLinus Torvalds
11791da177e4SLinus Torvaldsconfig CPU_R4300
11801da177e4SLinus Torvalds	bool "R4300"
11817cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4300
1182f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1183ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1184ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11851da177e4SLinus Torvalds	help
11861da177e4SLinus Torvalds	  MIPS Technologies R4300-series processors.
11871da177e4SLinus Torvalds
11881da177e4SLinus Torvaldsconfig CPU_R4X00
11891da177e4SLinus Torvalds	bool "R4x00"
11907cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4X00
1191f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1192ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1193ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11941da177e4SLinus Torvalds	help
11951da177e4SLinus Torvalds	  MIPS Technologies R4000-series processors other than 4300, including
11961da177e4SLinus Torvalds	  the R4000, R4400, R4600, and 4700.
11971da177e4SLinus Torvalds
11981da177e4SLinus Torvaldsconfig CPU_TX49XX
11991da177e4SLinus Torvalds	bool "R49XX"
12007cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX49XX
1201f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1202de862b48SAtsushi Nemoto	select CPU_HAS_PREFETCH
1203ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1204ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12051da177e4SLinus Torvalds
12061da177e4SLinus Torvaldsconfig CPU_R5000
12071da177e4SLinus Torvalds	bool "R5000"
12087cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5000
1209f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1210ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1211ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12121da177e4SLinus Torvalds	help
12131da177e4SLinus Torvalds	  MIPS Technologies R5000-series processors other than the Nevada.
12141da177e4SLinus Torvalds
12151da177e4SLinus Torvaldsconfig CPU_R5432
12161da177e4SLinus Torvalds	bool "R5432"
12177cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5432
1218f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12195e83d430SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
12205e83d430SRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
12211da177e4SLinus Torvalds
12221da177e4SLinus Torvaldsconfig CPU_R6000
12231da177e4SLinus Torvalds	bool "R6000"
1224ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
1225f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12267cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R6000
1227ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
12281da177e4SLinus Torvalds	help
12291da177e4SLinus Torvalds	  MIPS Technologies R6000 and R6000A series processors.  Note these
1230c09b47d8SChris Dearman	  processors are extremely rare and the support for them is incomplete.
12311da177e4SLinus Torvalds
12321da177e4SLinus Torvaldsconfig CPU_NEVADA
12331da177e4SLinus Torvalds	bool "RM52xx"
12347cf8053bSRalf Baechle	depends on SYS_HAS_CPU_NEVADA
1235f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1236ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1237ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12381da177e4SLinus Torvalds	help
12391da177e4SLinus Torvalds	  QED / PMC-Sierra RM52xx-series ("Nevada") processors.
12401da177e4SLinus Torvalds
12411da177e4SLinus Torvaldsconfig CPU_R8000
12421da177e4SLinus Torvalds	bool "R8000"
1243ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
12447cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R8000
1245f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12465e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1247ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12481da177e4SLinus Torvalds	help
12491da177e4SLinus Torvalds	  MIPS Technologies R8000 processors.  Note these processors are
12501da177e4SLinus Torvalds	  uncommon and the support for them is incomplete.
12511da177e4SLinus Torvalds
12521da177e4SLinus Torvaldsconfig CPU_R10000
12531da177e4SLinus Torvalds	bool "R10000"
12547cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R10000
1255f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12565e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1257ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1258ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1259797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12601da177e4SLinus Torvalds	help
12611da177e4SLinus Torvalds	  MIPS Technologies R10000-series processors.
12621da177e4SLinus Torvalds
12631da177e4SLinus Torvaldsconfig CPU_RM7000
12641da177e4SLinus Torvalds	bool "RM7000"
12657cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM7000
1266f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12675e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1268ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1269ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1270797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12711da177e4SLinus Torvalds
12721da177e4SLinus Torvaldsconfig CPU_RM9000
12731da177e4SLinus Torvalds	bool "RM9000"
12747cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM9000
1275f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12765e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1277ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1278ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1279797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1280*0004a9dfSRalf Baechle	select WEAK_ORDERING
12811da177e4SLinus Torvalds
12821da177e4SLinus Torvaldsconfig CPU_SB1
12831da177e4SLinus Torvalds	bool "SB1"
12847cf8053bSRalf Baechle	depends on SYS_HAS_CPU_SB1
1285f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1286ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1287ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1288797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1289*0004a9dfSRalf Baechle	select WEAK_ORDERING
12901da177e4SLinus Torvalds
12911da177e4SLinus Torvaldsendchoice
12921da177e4SLinus Torvalds
12937cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1
12947cf8053bSRalf Baechle	bool
12957cf8053bSRalf Baechle
12967cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2
12977cf8053bSRalf Baechle	bool
12987cf8053bSRalf Baechle
12997cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1
13007cf8053bSRalf Baechle	bool
13017cf8053bSRalf Baechle
13027cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2
13037cf8053bSRalf Baechle	bool
13047cf8053bSRalf Baechle
13057cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000
13067cf8053bSRalf Baechle	bool
13077cf8053bSRalf Baechle
13087cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX39XX
13097cf8053bSRalf Baechle	bool
13107cf8053bSRalf Baechle
13117cf8053bSRalf Baechleconfig SYS_HAS_CPU_VR41XX
13127cf8053bSRalf Baechle	bool
13137cf8053bSRalf Baechle
13147cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4300
13157cf8053bSRalf Baechle	bool
13167cf8053bSRalf Baechle
13177cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00
13187cf8053bSRalf Baechle	bool
13197cf8053bSRalf Baechle
13207cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX
13217cf8053bSRalf Baechle	bool
13227cf8053bSRalf Baechle
13237cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000
13247cf8053bSRalf Baechle	bool
13257cf8053bSRalf Baechle
13267cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5432
13277cf8053bSRalf Baechle	bool
13287cf8053bSRalf Baechle
13297cf8053bSRalf Baechleconfig SYS_HAS_CPU_R6000
13307cf8053bSRalf Baechle	bool
13317cf8053bSRalf Baechle
13327cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA
13337cf8053bSRalf Baechle	bool
13347cf8053bSRalf Baechle
13357cf8053bSRalf Baechleconfig SYS_HAS_CPU_R8000
13367cf8053bSRalf Baechle	bool
13377cf8053bSRalf Baechle
13387cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000
13397cf8053bSRalf Baechle	bool
13407cf8053bSRalf Baechle
13417cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000
13427cf8053bSRalf Baechle	bool
13437cf8053bSRalf Baechle
13447cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM9000
13457cf8053bSRalf Baechle	bool
13467cf8053bSRalf Baechle
13477cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1
13487cf8053bSRalf Baechle	bool
13497cf8053bSRalf Baechle
1350*0004a9dfSRalf Baechleconfig WEAK_ORDERING
1351*0004a9dfSRalf Baechle	bool
13525e83d430SRalf Baechleendmenu
13535e83d430SRalf Baechle
13545e83d430SRalf Baechle#
13555e83d430SRalf Baechle# These two indicate any level of the MIPS32 and MIPS64 architecture
13565e83d430SRalf Baechle#
13575e83d430SRalf Baechleconfig CPU_MIPS32
13585e83d430SRalf Baechle	bool
13595e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
13605e83d430SRalf Baechle
13615e83d430SRalf Baechleconfig CPU_MIPS64
13625e83d430SRalf Baechle	bool
13635e83d430SRalf Baechle	default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
13645e83d430SRalf Baechle
13655e83d430SRalf Baechle#
1366c09b47d8SChris Dearman# These two indicate the revision of the architecture, either Release 1 or Release 2
13675e83d430SRalf Baechle#
13685e83d430SRalf Baechleconfig CPU_MIPSR1
13695e83d430SRalf Baechle	bool
13705e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
13715e83d430SRalf Baechle
13725e83d430SRalf Baechleconfig CPU_MIPSR2
13735e83d430SRalf Baechle	bool
13745e83d430SRalf Baechle	default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
13755e83d430SRalf Baechle
13765e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL
13775e83d430SRalf Baechle	bool
13785e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL
13795e83d430SRalf Baechle	bool
13805e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL
13815e83d430SRalf Baechle	bool
13825e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL
13835e83d430SRalf Baechle	bool
13845e83d430SRalf Baechle
13855e83d430SRalf Baechlemenu "Kernel type"
13865e83d430SRalf Baechle
13875e83d430SRalf Baechlechoice
13885e83d430SRalf Baechle
13895e83d430SRalf Baechle	prompt "Kernel code model"
13905e83d430SRalf Baechle	help
13915e83d430SRalf Baechle	  You should only select this option if you have a workload that
13925e83d430SRalf Baechle	  actually benefits from 64-bit processing or if your machine has
13935e83d430SRalf Baechle	  large memory.  You will only be presented a single option in this
13945e83d430SRalf Baechle	  menu if your system does not support both 32-bit and 64-bit kernels.
13955e83d430SRalf Baechle
13965e83d430SRalf Baechleconfig 32BIT
13975e83d430SRalf Baechle	bool "32-bit kernel"
13985e83d430SRalf Baechle	depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
13995e83d430SRalf Baechle	select TRAD_SIGNALS
14005e83d430SRalf Baechle	help
14015e83d430SRalf Baechle	  Select this option if you want to build a 32-bit kernel.
14025e83d430SRalf Baechleconfig 64BIT
14035e83d430SRalf Baechle	bool "64-bit kernel"
14045e83d430SRalf Baechle	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
14055e83d430SRalf Baechle	help
14065e83d430SRalf Baechle	  Select this option if you want to build a 64-bit kernel.
14075e83d430SRalf Baechle
14085e83d430SRalf Baechleendchoice
14095e83d430SRalf Baechle
14101da177e4SLinus Torvaldschoice
14111da177e4SLinus Torvalds	prompt "Kernel page size"
14121da177e4SLinus Torvalds	default PAGE_SIZE_4KB
14131da177e4SLinus Torvalds
14141da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB
14151da177e4SLinus Torvalds	bool "4kB"
14161da177e4SLinus Torvalds	help
14171da177e4SLinus Torvalds	 This option select the standard 4kB Linux page size.  On some
14181da177e4SLinus Torvalds	 R3000-family processors this is the only available page size.  Using
14191da177e4SLinus Torvalds	 4kB page size will minimize memory consumption and is therefore
14201da177e4SLinus Torvalds	 recommended for low memory systems.
14211da177e4SLinus Torvalds
14221da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB
14231da177e4SLinus Torvalds	bool "8kB"
14241da177e4SLinus Torvalds	depends on EXPERIMENTAL && CPU_R8000
14251da177e4SLinus Torvalds	help
14261da177e4SLinus Torvalds	  Using 8kB page size will result in higher performance kernel at
14271da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available
14281da177e4SLinus Torvalds	  only on the R8000 processor.  Not that at the time of this writing
14291da177e4SLinus Torvalds	  this option is still high experimental; there are also issues with
14301da177e4SLinus Torvalds	  compatibility of user applications.
14311da177e4SLinus Torvalds
14321da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB
14331da177e4SLinus Torvalds	bool "16kB"
1434714bfad6SRalf Baechle	depends on !CPU_R3000 && !CPU_TX39XX
14351da177e4SLinus Torvalds	help
14361da177e4SLinus Torvalds	  Using 16kB page size will result in higher performance kernel at
14371da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
1438714bfad6SRalf Baechle	  all non-R3000 family processors.  Note that you will need a suitable
1439714bfad6SRalf Baechle	  Linux distribution to support this.
14401da177e4SLinus Torvalds
14411da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB
14421da177e4SLinus Torvalds	bool "64kB"
14431da177e4SLinus Torvalds	depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
14441da177e4SLinus Torvalds	help
14451da177e4SLinus Torvalds	  Using 64kB page size will result in higher performance kernel at
14461da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
14471da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
1448714bfad6SRalf Baechle	  writing this option is still high experimental.
14491da177e4SLinus Torvalds
14501da177e4SLinus Torvaldsendchoice
14511da177e4SLinus Torvalds
14521da177e4SLinus Torvaldsconfig BOARD_SCACHE
14531da177e4SLinus Torvalds	bool
14541da177e4SLinus Torvalds
14551da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE
14561da177e4SLinus Torvalds	bool
14571da177e4SLinus Torvalds	select BOARD_SCACHE
14581da177e4SLinus Torvalds
14599318c51aSChris Dearman#
14609318c51aSChris Dearman# Support for a MIPS32 / MIPS64 style S-caches
14619318c51aSChris Dearman#
14629318c51aSChris Dearmanconfig MIPS_CPU_SCACHE
14639318c51aSChris Dearman	bool
14649318c51aSChris Dearman	select BOARD_SCACHE
14659318c51aSChris Dearman
14661da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE
14671da177e4SLinus Torvalds	bool
14681da177e4SLinus Torvalds	select BOARD_SCACHE
14691da177e4SLinus Torvalds
14701da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE
14711da177e4SLinus Torvalds	bool
14721da177e4SLinus Torvalds	select BOARD_SCACHE
14731da177e4SLinus Torvalds
14741da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS
14751da177e4SLinus Torvalds	bool "Use DMA to clear/copy pages"
14761da177e4SLinus Torvalds	depends on CPU_SB1
14771da177e4SLinus Torvalds	help
14781da177e4SLinus Torvalds	  Instead of using the CPU to zero and copy pages, use a Data Mover
14791da177e4SLinus Torvalds	  channel.  These DMA channels are otherwise unused by the standard
14801da177e4SLinus Torvalds	  SiByte Linux port.  Seems to give a small performance benefit.
14811da177e4SLinus Torvalds
14821da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH
1483c8094b53SRalf Baechle	bool
14841da177e4SLinus Torvalds
1485340ee4b9SRalf Baechlechoice
1486340ee4b9SRalf Baechle	prompt "MIPS MT options"
1487f41ae0b2SRalf Baechle
1488f41ae0b2SRalf Baechleconfig MIPS_MT_DISABLED
1489f41ae0b2SRalf Baechle	bool "Disable multithreading support."
1490f41ae0b2SRalf Baechle	help
1491f41ae0b2SRalf Baechle	  Use this option if your workload can't take advantage of
1492f41ae0b2SRalf Baechle	  MIPS hardware multithreading support.  On systems that don't have
1493f41ae0b2SRalf Baechle	  the option of an MT-enabled processor this option will be the only
1494f41ae0b2SRalf Baechle	  option in this menu.
1495340ee4b9SRalf Baechle
149659d6ab86SRalf Baechleconfig MIPS_MT_SMP
149759d6ab86SRalf Baechle	bool "Use 1 TC on each available VPE for SMP"
149859d6ab86SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
149959d6ab86SRalf Baechle	select CPU_MIPSR2_IRQ_VI
150059d6ab86SRalf Baechle	select CPU_MIPSR2_SRS
150159d6ab86SRalf Baechle	select MIPS_MT
150259d6ab86SRalf Baechle	select SMP
150359d6ab86SRalf Baechle	select SYS_SUPPORTS_SMP
150459d6ab86SRalf Baechle	help
150559d6ab86SRalf Baechle	  This is a kernel model which is also known a VSMP or lately
150659d6ab86SRalf Baechle	  has been marketesed into SMVP.
150759d6ab86SRalf Baechle
150841c594abSRalf Baechleconfig MIPS_MT_SMTC
150941c594abSRalf Baechle	bool "SMTC: Use all TCs on all VPEs for SMP"
1510f41ae0b2SRalf Baechle	depends on CPU_MIPS32_R2
1511f41ae0b2SRalf Baechle	#depends on CPU_MIPS64_R2		# once there is hardware ...
1512f41ae0b2SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
1513f7062ddbSRalf Baechle	select CPU_MIPSR2_IRQ_VI
1514f7062ddbSRalf Baechle	select CPU_MIPSR2_SRS
1515f41ae0b2SRalf Baechle	select MIPS_MT
151641c594abSRalf Baechle	select SMP
151773b76c78SRalf Baechle	select SYS_SUPPORTS_SMP
1518f41ae0b2SRalf Baechle	help
1519f41ae0b2SRalf Baechle	  This is a kernel model which is known a SMTC or lately has been
1520f41ae0b2SRalf Baechle	  marketesed into SMVP.
152141c594abSRalf Baechle
1522e01402b1SRalf Baechleconfig MIPS_VPE_LOADER
1523e01402b1SRalf Baechle	bool "VPE loader support."
1524f41ae0b2SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
1525f41ae0b2SRalf Baechle	select MIPS_MT
1526e01402b1SRalf Baechle	help
1527e01402b1SRalf Baechle	  Includes a loader for loading an elf relocatable object
1528e01402b1SRalf Baechle	  onto another VPE and running it.
1529e01402b1SRalf Baechle
1530340ee4b9SRalf Baechleendchoice
1531340ee4b9SRalf Baechle
1532f41ae0b2SRalf Baechleconfig MIPS_MT
1533f41ae0b2SRalf Baechle	bool
1534f41ae0b2SRalf Baechle
1535f41ae0b2SRalf Baechleconfig SYS_SUPPORTS_MULTITHREADING
1536f41ae0b2SRalf Baechle	bool
1537f41ae0b2SRalf Baechle
1538f088fc84SRalf Baechleconfig MIPS_MT_FPAFF
1539f088fc84SRalf Baechle	bool "Dynamic FPU affinity for FP-intensive threads"
1540f088fc84SRalf Baechle	depends on MIPS_MT
1541f088fc84SRalf Baechle	default y
1542f088fc84SRalf Baechle
1543e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM
1544e01402b1SRalf Baechle	bool "Load VPE program into memory hidden from linux"
1545e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
1546e01402b1SRalf Baechle	default y
1547e01402b1SRalf Baechle	help
1548e01402b1SRalf Baechle	  The loader can use memory that is present but has been hidden from
1549e01402b1SRalf Baechle	  Linux using the kernel command line option "mem=xxMB". It's up to
1550e01402b1SRalf Baechle	  you to ensure the amount you put in the option and the space your
1551e01402b1SRalf Baechle	  program requires is less or equal to the amount physically present.
1552e01402b1SRalf Baechle
1553e01402b1SRalf Baechle# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1554e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API
1555e01402b1SRalf Baechle	bool "Enable support for AP/SP API (RTLX)"
1556e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
15575e83d430SRalf Baechle	help
1558e01402b1SRalf Baechle
15592600990eSRalf Baechleconfig MIPS_APSP_KSPD
15602600990eSRalf Baechle	bool "Enable KSPD"
15612600990eSRalf Baechle	depends on MIPS_VPE_APSP_API
15622600990eSRalf Baechle	default y
15632600990eSRalf Baechle	help
15642600990eSRalf Baechle	  KSPD is a kernel daemon that accepts syscall requests from the SP
15652600990eSRalf Baechle	  side, actions them and returns the results. It also handles the
15662600990eSRalf Baechle	  "exit" syscall notifying other kernel modules the SP program is
15672600990eSRalf Baechle	  exiting.  You probably want to say yes here.
15682600990eSRalf Baechle
15691da177e4SLinus Torvaldsconfig SB1_PASS_1_WORKAROUNDS
15701da177e4SLinus Torvalds	bool
15711da177e4SLinus Torvalds	depends on CPU_SB1_PASS_1
15721da177e4SLinus Torvalds	default y
15731da177e4SLinus Torvalds
15741da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS
15751da177e4SLinus Torvalds	bool
15761da177e4SLinus Torvalds	depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
15771da177e4SLinus Torvalds	default y
15781da177e4SLinus Torvalds
15791da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS
15801da177e4SLinus Torvalds	bool
15811da177e4SLinus Torvalds	depends on CPU_SB1 && CPU_SB1_PASS_2
15821da177e4SLinus Torvalds	default y
15831da177e4SLinus Torvalds
15841da177e4SLinus Torvaldsconfig 64BIT_PHYS_ADDR
15851da177e4SLinus Torvalds	bool "Support for 64-bit physical address space"
1586948928adSRalf Baechle	depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT
15871da177e4SLinus Torvalds
15881da177e4SLinus Torvaldsconfig CPU_HAS_LLSC
1589f7062ddbSRalf Baechle	bool
15901da177e4SLinus Torvalds
15911da177e4SLinus Torvaldsconfig CPU_HAS_WB
1592f7062ddbSRalf Baechle	bool
1593e01402b1SRalf Baechle
1594f41ae0b2SRalf Baechle#
1595f41ae0b2SRalf Baechle# Vectored interrupt mode is an R2 feature
1596f41ae0b2SRalf Baechle#
1597e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI
1598f41ae0b2SRalf Baechle	bool
1599e01402b1SRalf Baechle
1600f41ae0b2SRalf Baechle#
1601f41ae0b2SRalf Baechle# Extended interrupt mode is an R2 feature
1602f41ae0b2SRalf Baechle#
1603e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI
1604f41ae0b2SRalf Baechle	bool
1605e01402b1SRalf Baechle
1606f41ae0b2SRalf Baechle#
1607f41ae0b2SRalf Baechle# Shadow registers are an R2 feature
1608f41ae0b2SRalf Baechle#
1609e01402b1SRalf Baechleconfig CPU_MIPSR2_SRS
1610f41ae0b2SRalf Baechle	bool
1611e01402b1SRalf Baechle
16121da177e4SLinus Torvaldsconfig CPU_HAS_SYNC
16131da177e4SLinus Torvalds	bool
16141da177e4SLinus Torvalds	depends on !CPU_R3000
16151da177e4SLinus Torvalds	default y
16161da177e4SLinus Torvalds
16171da177e4SLinus Torvalds#
1618797798c1SRalf Baechle# Use the generic interrupt handling code in kernel/irq/:
1619797798c1SRalf Baechle#
1620797798c1SRalf Baechleconfig GENERIC_HARDIRQS
1621797798c1SRalf Baechle	bool
1622797798c1SRalf Baechle	default y
1623797798c1SRalf Baechle
1624797798c1SRalf Baechleconfig GENERIC_IRQ_PROBE
1625797798c1SRalf Baechle	bool
1626797798c1SRalf Baechle	default y
1627797798c1SRalf Baechle
16280d7012a9SIngo Molnarconfig IRQ_PER_CPU
16290d7012a9SIngo Molnar	bool
16300d7012a9SIngo Molnar
1631797798c1SRalf Baechle#
16321da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel.
16331da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed
16341da177e4SLinus Torvalds#   caches such as R3000, SB1, R7000 or those that look like they're virtually
16351da177e4SLinus Torvalds#   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
16361da177e4SLinus Torvalds#   moment we protect the user and offer the highmem option only on machines
16371da177e4SLinus Torvalds#   where it's known to be safe.  This will not offer highmem on a few systems
16381da177e4SLinus Torvalds#   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
16391da177e4SLinus Torvalds#   indexed CPUs but we're playing safe.
1640797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1641797798c1SRalf Baechle#   know they might have memory configurations that could make use of highmem
1642797798c1SRalf Baechle#   support.
16431da177e4SLinus Torvalds#
16441da177e4SLinus Torvaldsconfig HIGHMEM
16451da177e4SLinus Torvalds	bool "High Memory Support"
1646797798c1SRalf Baechle	depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1647797798c1SRalf Baechle
1648797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM
1649797798c1SRalf Baechle	bool
1650797798c1SRalf Baechle
1651797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM
1652797798c1SRalf Baechle	bool
16531da177e4SLinus Torvalds
1654b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE
1655b4819b59SYoichi Yuasa	def_bool y
1656b4819b59SYoichi Yuasa	depends on !NUMA
1657b4819b59SYoichi Yuasa
1658d8cb4e11SRalf Baechleconfig ARCH_DISCONTIGMEM_ENABLE
1659d8cb4e11SRalf Baechle	bool
1660d8cb4e11SRalf Baechle	default y if SGI_IP27
1661d8cb4e11SRalf Baechle	help
1662d8cb4e11SRalf Baechle	  Say Y to upport efficient handling of discontiguous physical memory,
1663d8cb4e11SRalf Baechle	  for architectures which are either NUMA (Non-Uniform Memory Access)
1664d8cb4e11SRalf Baechle	  or have huge holes in the physical address space for other reasons.
1665d8cb4e11SRalf Baechle	  See <file:Documentation/vm/numa> for more.
1666d8cb4e11SRalf Baechle
1667b1c6cd42SAtsushi Nemotoconfig ARCH_SPARSEMEM_ENABLE
1668b1c6cd42SAtsushi Nemoto	bool
16697de58fabSAtsushi Nemoto	select SPARSEMEM_STATIC
167031473747SAtsushi Nemoto
1671d8cb4e11SRalf Baechleconfig NUMA
1672d8cb4e11SRalf Baechle	bool "NUMA Support"
1673d8cb4e11SRalf Baechle	depends on SYS_SUPPORTS_NUMA
1674d8cb4e11SRalf Baechle	help
1675d8cb4e11SRalf Baechle	  Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1676d8cb4e11SRalf Baechle	  Access).  This option improves performance on systems with more
1677d8cb4e11SRalf Baechle	  than two nodes; on two node systems it is generally better to
1678d8cb4e11SRalf Baechle	  leave it disabled; on single node systems disable this option
1679d8cb4e11SRalf Baechle	  disabled.
1680d8cb4e11SRalf Baechle
1681d8cb4e11SRalf Baechleconfig SYS_SUPPORTS_NUMA
1682d8cb4e11SRalf Baechle	bool
1683d8cb4e11SRalf Baechle
1684c80d79d7SYasunori Gotoconfig NODES_SHIFT
1685c80d79d7SYasunori Goto	int
1686c80d79d7SYasunori Goto	default "6"
1687c80d79d7SYasunori Goto	depends on NEED_MULTIPLE_NODES
1688c80d79d7SYasunori Goto
1689b4819b59SYoichi Yuasasource "mm/Kconfig"
1690b4819b59SYoichi Yuasa
16911da177e4SLinus Torvaldsconfig SMP
16921da177e4SLinus Torvalds	bool "Multi-Processing support"
1693e73ea273SRalf Baechle	depends on SYS_SUPPORTS_SMP
1694b4b30a5aSRalf Baechle	select IRQ_PER_CPU
1695e73ea273SRalf Baechle	help
16961da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
16971da177e4SLinus Torvalds	  a system with only one CPU, like most personal computers, say N. If
16981da177e4SLinus Torvalds	  you have a system with more than one CPU, say Y.
16991da177e4SLinus Torvalds
17001da177e4SLinus Torvalds	  If you say N here, the kernel will run on single and multiprocessor
17011da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
17021da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
17031da177e4SLinus Torvalds	  singleprocessor machines. On a singleprocessor machine, the kernel
17041da177e4SLinus Torvalds	  will run faster if you say N here.
17051da177e4SLinus Torvalds
17061da177e4SLinus Torvalds	  People using multiprocessor machines who say Y here should also say
17071da177e4SLinus Torvalds	  Y to "Enhanced Real Time Clock Support", below.
17081da177e4SLinus Torvalds
17091da177e4SLinus Torvalds	  See also the <file:Documentation/smp.txt> and the SMP-HOWTO
17101da177e4SLinus Torvalds	  available at <http://www.tldp.org/docs.html#howto>.
17111da177e4SLinus Torvalds
17121da177e4SLinus Torvalds	  If you don't know what to do here, say N.
17131da177e4SLinus Torvalds
1714e73ea273SRalf Baechleconfig SYS_SUPPORTS_SMP
1715e73ea273SRalf Baechle	bool
1716e73ea273SRalf Baechle
17171da177e4SLinus Torvaldsconfig NR_CPUS
17181da177e4SLinus Torvalds	int "Maximum number of CPUs (2-64)"
17191da177e4SLinus Torvalds	range 2 64
17201da177e4SLinus Torvalds	depends on SMP
17211da177e4SLinus Torvalds	default "64" if SGI_IP27
17221da177e4SLinus Torvalds	default "2"
17238cde4a31SRalf Baechle	default "8" if MIPS_MT_SMTC
17241da177e4SLinus Torvalds	help
17251da177e4SLinus Torvalds	  This allows you to specify the maximum number of CPUs which this
17261da177e4SLinus Torvalds	  kernel will support.  The maximum supported value is 32 for 32-bit
17271da177e4SLinus Torvalds	  kernel and 64 for 64-bit kernels; the minimum value which makes
17281da177e4SLinus Torvalds	  sense is 2.
17291da177e4SLinus Torvalds
17301da177e4SLinus Torvalds	  This is purely to save memory - each supported CPU adds
17311da177e4SLinus Torvalds	  approximately eight kilobytes to the kernel image.
17321da177e4SLinus Torvalds
17331723b4a3SAtsushi Nemoto#
17341723b4a3SAtsushi Nemoto# Timer Interrupt Frequency Configuration
17351723b4a3SAtsushi Nemoto#
17361723b4a3SAtsushi Nemoto
17371723b4a3SAtsushi Nemotochoice
17381723b4a3SAtsushi Nemoto	prompt "Timer frequency"
17391723b4a3SAtsushi Nemoto	default HZ_250
17401723b4a3SAtsushi Nemoto	help
17411723b4a3SAtsushi Nemoto	 Allows the configuration of the timer frequency.
17421723b4a3SAtsushi Nemoto
17431723b4a3SAtsushi Nemoto	config HZ_48
17441723b4a3SAtsushi Nemoto		bool "48 HZ" if SYS_SUPPORTS_48HZ
17451723b4a3SAtsushi Nemoto
17461723b4a3SAtsushi Nemoto	config HZ_100
17471723b4a3SAtsushi Nemoto		bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
17481723b4a3SAtsushi Nemoto
17491723b4a3SAtsushi Nemoto	config HZ_128
17501723b4a3SAtsushi Nemoto		bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
17511723b4a3SAtsushi Nemoto
17521723b4a3SAtsushi Nemoto	config HZ_250
17531723b4a3SAtsushi Nemoto		bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
17541723b4a3SAtsushi Nemoto
17551723b4a3SAtsushi Nemoto	config HZ_256
17561723b4a3SAtsushi Nemoto		bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
17571723b4a3SAtsushi Nemoto
17581723b4a3SAtsushi Nemoto	config HZ_1000
17591723b4a3SAtsushi Nemoto		bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
17601723b4a3SAtsushi Nemoto
17611723b4a3SAtsushi Nemoto	config HZ_1024
17621723b4a3SAtsushi Nemoto		bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
17631723b4a3SAtsushi Nemoto
17641723b4a3SAtsushi Nemotoendchoice
17651723b4a3SAtsushi Nemoto
17661723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_48HZ
17671723b4a3SAtsushi Nemoto	bool
17681723b4a3SAtsushi Nemoto
17691723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_100HZ
17701723b4a3SAtsushi Nemoto	bool
17711723b4a3SAtsushi Nemoto
17721723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_128HZ
17731723b4a3SAtsushi Nemoto	bool
17741723b4a3SAtsushi Nemoto
17751723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_250HZ
17761723b4a3SAtsushi Nemoto	bool
17771723b4a3SAtsushi Nemoto
17781723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_256HZ
17791723b4a3SAtsushi Nemoto	bool
17801723b4a3SAtsushi Nemoto
17811723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1000HZ
17821723b4a3SAtsushi Nemoto	bool
17831723b4a3SAtsushi Nemoto
17841723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1024HZ
17851723b4a3SAtsushi Nemoto	bool
17861723b4a3SAtsushi Nemoto
17871723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_ARBIT_HZ
17881723b4a3SAtsushi Nemoto	bool
17891723b4a3SAtsushi Nemoto	default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
17901723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
17911723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
17921723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_1024HZ
17931723b4a3SAtsushi Nemoto
17941723b4a3SAtsushi Nemotoconfig HZ
17951723b4a3SAtsushi Nemoto	int
17961723b4a3SAtsushi Nemoto	default 48 if HZ_48
17971723b4a3SAtsushi Nemoto	default 100 if HZ_100
17981723b4a3SAtsushi Nemoto	default 128 if HZ_128
17991723b4a3SAtsushi Nemoto	default 250 if HZ_250
18001723b4a3SAtsushi Nemoto	default 256 if HZ_256
18011723b4a3SAtsushi Nemoto	default 1000 if HZ_1000
18021723b4a3SAtsushi Nemoto	default 1024 if HZ_1024
18031723b4a3SAtsushi Nemoto
1804e80de850SRalf Baechlesource "kernel/Kconfig.preempt"
18051da177e4SLinus Torvalds
18061da177e4SLinus Torvaldsconfig RTC_DS1742
18071da177e4SLinus Torvalds	bool "DS1742 BRAM/RTC support"
18081da177e4SLinus Torvalds	depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
18091da177e4SLinus Torvalds
18101da177e4SLinus Torvaldsconfig MIPS_INSANE_LARGE
18111da177e4SLinus Torvalds	bool "Support for large 64-bit configurations"
1812875d43e7SRalf Baechle	depends on CPU_R10000 && 64BIT
18131da177e4SLinus Torvalds	help
18141da177e4SLinus Torvalds	  MIPS R10000 does support a 44 bit / 16TB address space as opposed to
18151da177e4SLinus Torvalds	  previous 64-bit processors which only supported 40 bit / 1TB. If you
18161da177e4SLinus Torvalds	  need processes of more than 1TB virtual address space, say Y here.
18171da177e4SLinus Torvalds	  This will result in additional memory usage, so it is not
18181da177e4SLinus Torvalds	  recommended for normal users.
18191da177e4SLinus Torvalds
18205e83d430SRalf Baechleendmenu
18215e83d430SRalf Baechle
18221da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
18231da177e4SLinus Torvalds	bool
18241da177e4SLinus Torvalds	default y
18251da177e4SLinus Torvalds
18261df0f0ffSAtsushi Nemotoconfig LOCKDEP_SUPPORT
18271df0f0ffSAtsushi Nemoto	bool
18281df0f0ffSAtsushi Nemoto	default y
18291df0f0ffSAtsushi Nemoto
18301df0f0ffSAtsushi Nemotoconfig STACKTRACE_SUPPORT
18311df0f0ffSAtsushi Nemoto	bool
18321df0f0ffSAtsushi Nemoto	default y
18331df0f0ffSAtsushi Nemoto
1834b6c3539bSRalf Baechlesource "init/Kconfig"
1835b6c3539bSRalf Baechle
18361da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
18371da177e4SLinus Torvalds
18385e83d430SRalf Baechleconfig HW_HAS_EISA
18395e83d430SRalf Baechle	bool
18401da177e4SLinus Torvaldsconfig HW_HAS_PCI
18411da177e4SLinus Torvalds	bool
18421da177e4SLinus Torvalds
18431da177e4SLinus Torvaldsconfig PCI
18441da177e4SLinus Torvalds	bool "Support for PCI controller"
18451da177e4SLinus Torvalds	depends on HW_HAS_PCI
18461da177e4SLinus Torvalds	help
18471da177e4SLinus Torvalds	  Find out whether you have a PCI motherboard. PCI is the name of a
18481da177e4SLinus Torvalds	  bus system, i.e. the way the CPU talks to the other stuff inside
18491da177e4SLinus Torvalds	  your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
18501da177e4SLinus Torvalds	  say Y, otherwise N.
18511da177e4SLinus Torvalds
18521da177e4SLinus Torvalds	  The PCI-HOWTO, available from
18531da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>, contains valuable
18541da177e4SLinus Torvalds	  information about which PCI hardware does work under Linux and which
18551da177e4SLinus Torvalds	  doesn't.
18561da177e4SLinus Torvalds
18571da177e4SLinus Torvaldsconfig PCI_DOMAINS
18581da177e4SLinus Torvalds	bool
18591da177e4SLinus Torvalds	depends on PCI
18601da177e4SLinus Torvalds
18611da177e4SLinus Torvaldssource "drivers/pci/Kconfig"
18621da177e4SLinus Torvalds
18631da177e4SLinus Torvalds#
18641da177e4SLinus Torvalds# ISA support is now enabled via select.  Too many systems still have the one
18651da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect
18661da177e4SLinus Torvalds# users to choose the right thing ...
18671da177e4SLinus Torvalds#
18681da177e4SLinus Torvaldsconfig ISA
18691da177e4SLinus Torvalds	bool
18701da177e4SLinus Torvalds
18711da177e4SLinus Torvaldsconfig EISA
18721da177e4SLinus Torvalds	bool "EISA support"
18735e83d430SRalf Baechle	depends on HW_HAS_EISA
18741da177e4SLinus Torvalds	select ISA
1875aa414dffSRalf Baechle	select GENERIC_ISA_DMA
18761da177e4SLinus Torvalds	---help---
18771da177e4SLinus Torvalds	  The Extended Industry Standard Architecture (EISA) bus was
18781da177e4SLinus Torvalds	  developed as an open alternative to the IBM MicroChannel bus.
18791da177e4SLinus Torvalds
18801da177e4SLinus Torvalds	  The EISA bus provided some of the features of the IBM MicroChannel
18811da177e4SLinus Torvalds	  bus while maintaining backward compatibility with cards made for
18821da177e4SLinus Torvalds	  the older ISA bus.  The EISA bus saw limited use between 1988 and
18831da177e4SLinus Torvalds	  1995 when it was made obsolete by the PCI bus.
18841da177e4SLinus Torvalds
18851da177e4SLinus Torvalds	  Say Y here if you are building a kernel for an EISA-based machine.
18861da177e4SLinus Torvalds
18871da177e4SLinus Torvalds	  Otherwise, say N.
18881da177e4SLinus Torvalds
18891da177e4SLinus Torvaldssource "drivers/eisa/Kconfig"
18901da177e4SLinus Torvalds
18911da177e4SLinus Torvaldsconfig TC
18921da177e4SLinus Torvalds	bool "TURBOchannel support"
18931da177e4SLinus Torvalds	depends on MACH_DECSTATION
18941da177e4SLinus Torvalds	help
18951da177e4SLinus Torvalds	  TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
18961da177e4SLinus Torvalds	  processors.  Documentation on writing device drivers for TurboChannel
18971da177e4SLinus Torvalds	  is available at:
18981da177e4SLinus Torvalds	  <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
18991da177e4SLinus Torvalds
19001da177e4SLinus Torvalds#config ACCESSBUS
19011da177e4SLinus Torvalds#	bool "Access.Bus support"
19021da177e4SLinus Torvalds#	depends on TC
19031da177e4SLinus Torvalds
19041da177e4SLinus Torvaldsconfig MMU
19051da177e4SLinus Torvalds	bool
19061da177e4SLinus Torvalds	default y
19071da177e4SLinus Torvalds
1908e5c6c8e4SMichael Neulingconfig I8253
1909e5c6c8e4SMichael Neuling	bool
1910e5c6c8e4SMichael Neuling
19111da177e4SLinus Torvaldssource "drivers/pcmcia/Kconfig"
19121da177e4SLinus Torvalds
19131da177e4SLinus Torvaldssource "drivers/pci/hotplug/Kconfig"
19141da177e4SLinus Torvalds
19151da177e4SLinus Torvaldsendmenu
19161da177e4SLinus Torvalds
19171da177e4SLinus Torvaldsmenu "Executable file formats"
19181da177e4SLinus Torvalds
19191da177e4SLinus Torvaldssource "fs/Kconfig.binfmt"
19201da177e4SLinus Torvalds
19211da177e4SLinus Torvaldsconfig TRAD_SIGNALS
19221da177e4SLinus Torvalds	bool
19231da177e4SLinus Torvalds
19241da177e4SLinus Torvaldsconfig BUILD_ELF64
19251da177e4SLinus Torvalds	bool "Use 64-bit ELF format for building"
1926875d43e7SRalf Baechle	depends on 64BIT
19271da177e4SLinus Torvalds	help
19281da177e4SLinus Torvalds	  A 64-bit kernel is usually built using the 64-bit ELF binary object
19291da177e4SLinus Torvalds	  format as it's one that allows arbitrary 64-bit constructs.  For
19301da177e4SLinus Torvalds	  kernels that are loaded within the KSEG compatibility segments the
19311da177e4SLinus Torvalds	  32-bit ELF format can optionally be used resulting in a somewhat
19321da177e4SLinus Torvalds	  smaller binary, but this option is not explicitly supported by the
19331da177e4SLinus Torvalds	  toolchain and since binutils 2.14 it does not even work at all.
19341da177e4SLinus Torvalds
19351da177e4SLinus Torvalds	  Say Y to use the 64-bit format or N to use the 32-bit one.
19361da177e4SLinus Torvalds
19371da177e4SLinus Torvalds	  If unsure say Y.
19381da177e4SLinus Torvalds
19391da177e4SLinus Torvaldsconfig BINFMT_IRIX
19401da177e4SLinus Torvalds	bool "Include IRIX binary compatibility"
19415e83d430SRalf Baechle	depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
19421da177e4SLinus Torvalds
19431da177e4SLinus Torvaldsconfig MIPS32_COMPAT
19441da177e4SLinus Torvalds	bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
1945875d43e7SRalf Baechle	depends on 64BIT
19461da177e4SLinus Torvalds	help
19471da177e4SLinus Torvalds	  Select this option if you want Linux/MIPS 32-bit binary
19481da177e4SLinus Torvalds	  compatibility. Since all software available for Linux/MIPS is
19491da177e4SLinus Torvalds	  currently 32-bit you should say Y here.
19501da177e4SLinus Torvalds
19511da177e4SLinus Torvaldsconfig COMPAT
19521da177e4SLinus Torvalds	bool
19531da177e4SLinus Torvalds	depends on MIPS32_COMPAT
19541da177e4SLinus Torvalds	default y
19551da177e4SLinus Torvalds
195605e43966SAtsushi Nemotoconfig SYSVIPC_COMPAT
195705e43966SAtsushi Nemoto	bool
195805e43966SAtsushi Nemoto	depends on COMPAT && SYSVIPC
195905e43966SAtsushi Nemoto	default y
196005e43966SAtsushi Nemoto
19611da177e4SLinus Torvaldsconfig MIPS32_O32
19621da177e4SLinus Torvalds	bool "Kernel support for o32 binaries"
19631da177e4SLinus Torvalds	depends on MIPS32_COMPAT
19641da177e4SLinus Torvalds	help
19651da177e4SLinus Torvalds	  Select this option if you want to run o32 binaries.  These are pure
19661da177e4SLinus Torvalds	  32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
19671da177e4SLinus Torvalds	  existing binaries are in this format.
19681da177e4SLinus Torvalds
19691da177e4SLinus Torvalds	  If unsure, say Y.
19701da177e4SLinus Torvalds
19711da177e4SLinus Torvaldsconfig MIPS32_N32
19721da177e4SLinus Torvalds	bool "Kernel support for n32 binaries"
19731da177e4SLinus Torvalds	depends on MIPS32_COMPAT
19741da177e4SLinus Torvalds	help
19751da177e4SLinus Torvalds	  Select this option if you want to run n32 binaries.  These are
19761da177e4SLinus Torvalds	  64-bit binaries using 32-bit quantities for addressing and certain
19771da177e4SLinus Torvalds	  data that would normally be 64-bit.  They are used in special
19781da177e4SLinus Torvalds	  cases.
19791da177e4SLinus Torvalds
19801da177e4SLinus Torvalds	  If unsure, say N.
19811da177e4SLinus Torvalds
19821da177e4SLinus Torvaldsconfig BINFMT_ELF32
19831da177e4SLinus Torvalds	bool
19841da177e4SLinus Torvalds	default y if MIPS32_O32 || MIPS32_N32
19851da177e4SLinus Torvalds
1986127c6f66SRalf Baechleconfig SECCOMP
1987127c6f66SRalf Baechle	bool "Enable seccomp to safely compute untrusted bytecode"
1988127c6f66SRalf Baechle	depends on PROC_FS && BROKEN
1989127c6f66SRalf Baechle	default y
1990127c6f66SRalf Baechle	help
1991127c6f66SRalf Baechle	  This kernel feature is useful for number crunching applications
1992127c6f66SRalf Baechle	  that may need to compute untrusted bytecode during their
1993127c6f66SRalf Baechle	  execution. By using pipes or other transports made available to
1994127c6f66SRalf Baechle	  the process as file descriptors supporting the read/write
1995127c6f66SRalf Baechle	  syscalls, it's possible to isolate those applications in
1996127c6f66SRalf Baechle	  their own address space using seccomp. Once seccomp is
1997127c6f66SRalf Baechle	  enabled via /proc/<pid>/seccomp, it cannot be disabled
1998127c6f66SRalf Baechle	  and the task is only allowed to execute a few safe syscalls
1999127c6f66SRalf Baechle	  defined by each seccomp mode.
2000127c6f66SRalf Baechle
2001127c6f66SRalf Baechle	  If unsure, say Y. Only embedded should say N here.
2002127c6f66SRalf Baechle
20031da177e4SLinus Torvaldsconfig PM
20041da177e4SLinus Torvalds	bool "Power Management support (EXPERIMENTAL)"
20055e83d430SRalf Baechle	depends on EXPERIMENTAL && SOC_AU1X00
20061da177e4SLinus Torvalds
2007952fa954SRodolfo Giometticonfig APM
2008952fa954SRodolfo Giometti        tristate "Advanced Power Management Emulation"
2009952fa954SRodolfo Giometti	depends on PM
2010952fa954SRodolfo Giometti        ---help---
2011952fa954SRodolfo Giometti	  APM is a BIOS specification for saving power using several different
2012952fa954SRodolfo Giometti	  techniques. This is mostly useful for battery powered systems with
2013952fa954SRodolfo Giometti	  APM compliant BIOSes. If you say Y here, the system time will be
2014952fa954SRodolfo Giometti	  reset after a RESUME operation, the /proc/apm device will provide
2015952fa954SRodolfo Giometti	  battery status information, and user-space programs will receive
2016952fa954SRodolfo Giometti	  notification of APM "events" (e.g. battery status change).
2017952fa954SRodolfo Giometti
2018952fa954SRodolfo Giometti	  In order to use APM, you will need supporting software. For location
2019952fa954SRodolfo Giometti	  and more information, read <file:Documentation/pm.txt> and the
2020952fa954SRodolfo Giometti	  Battery Powered Linux mini-HOWTO, available from
2021952fa954SRodolfo Giometti	  <http://www.tldp.org/docs.html#howto>.
2022952fa954SRodolfo Giometti
2023952fa954SRodolfo Giometti	  This driver does not spin down disk drives (see the hdparm(8)
2024952fa954SRodolfo Giometti	  manpage ("man 8 hdparm") for that), and it doesn't turn off
2025952fa954SRodolfo Giometti	  VESA-compliant "green" monitors.
2026952fa954SRodolfo Giometti
2027952fa954SRodolfo Giometti	  Generally, if you don't have a battery in your machine, there isn't
2028952fa954SRodolfo Giometti	  much point in using this driver and you should say N. If you get
2029952fa954SRodolfo Giometti	  random kernel OOPSes or reboots that don't seem to be related to
2030952fa954SRodolfo Giometti	  anything, try disabling/enabling this option (or disabling/enabling
2031952fa954SRodolfo Giometti	  APM in your BIOS).
2032952fa954SRodolfo Giometti
20331da177e4SLinus Torvaldsendmenu
20341da177e4SLinus Torvalds
2035d5950b43SSam Ravnborgsource "net/Kconfig"
2036d5950b43SSam Ravnborg
20371da177e4SLinus Torvaldssource "drivers/Kconfig"
20381da177e4SLinus Torvalds
20391da177e4SLinus Torvaldssource "fs/Kconfig"
20401da177e4SLinus Torvalds
20415e83d430SRalf Baechlesource "arch/mips/oprofile/Kconfig"
20425e83d430SRalf Baechle
20431da177e4SLinus Torvaldssource "arch/mips/Kconfig.debug"
20441da177e4SLinus Torvalds
20451da177e4SLinus Torvaldssource "security/Kconfig"
20461da177e4SLinus Torvalds
20471da177e4SLinus Torvaldssource "crypto/Kconfig"
20481da177e4SLinus Torvalds
20491da177e4SLinus Torvaldssource "lib/Kconfig"
2050