xref: /linux/arch/mips/Kconfig (revision 87353d8ac39c52784da605ecbe965ecdfad609ad)
11da177e4SLinus Torvaldsconfig MIPS
21da177e4SLinus Torvalds	bool
31da177e4SLinus Torvalds	default y
41da177e4SLinus Torvalds	# Horrible source of confusion.  Die, die, die ...
51da177e4SLinus Torvalds	select EMBEDDED
690b02340SRalf Baechle	select RTC_LIB
71da177e4SLinus Torvalds
81da177e4SLinus Torvaldsmainmenu "Linux/MIPS Kernel Configuration"
91da177e4SLinus Torvalds
101da177e4SLinus Torvaldsmenu "Machine selection"
111da177e4SLinus Torvalds
125ac6da66SChristoph Lameterconfig ZONE_DMA
135ac6da66SChristoph Lameter	bool
145ac6da66SChristoph Lameter
155e83d430SRalf Baechlechoice
165e83d430SRalf Baechle	prompt "System type"
175e83d430SRalf Baechle	default SGI_IP22
181da177e4SLinus Torvalds
19c3543e25SYoichi Yuasaconfig MACH_ALCHEMY
20c3543e25SYoichi Yuasa	bool "Alchemy processor based machines"
211da177e4SLinus Torvalds
2235189fadSRalf Baechleconfig BASLER_EXCITE
23be91589eSThomas Koeller	bool "Basler eXcite smart camera"
2442f77542SRalf Baechle	select CEVT_R4K
25940f6b48SRalf Baechle	select CSRC_R4K
2635189fadSRalf Baechle	select DMA_COHERENT
2735189fadSRalf Baechle	select HW_HAS_PCI
2835189fadSRalf Baechle	select IRQ_CPU
2935189fadSRalf Baechle	select IRQ_CPU_RM7K
3035189fadSRalf Baechle	select IRQ_CPU_RM9K
31663c3d90Sthomas@koeller.dyndns.org	select MIPS_RM9122
3235189fadSRalf Baechle	select SYS_HAS_CPU_RM9000
3335189fadSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
3435189fadSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
35cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
3635189fadSRalf Baechle	help
3735189fadSRalf Baechle	  The eXcite is a smart camera platform manufactured by
38be91589eSThomas Koeller	  Basler Vision Technologies AG.
3935189fadSRalf Baechle
4035189fadSRalf Baechleconfig BASLER_EXCITE_PROTOTYPE
4135189fadSRalf Baechle	bool "Support for pre-release units"
4235189fadSRalf Baechle	depends on BASLER_EXCITE
4335189fadSRalf Baechle	default n
4435189fadSRalf Baechle	help
4535189fadSRalf Baechle	  Pre-series (prototype) units are different from later ones in
4635189fadSRalf Baechle	  some ways. Select this option if you have one of these. Please
4735189fadSRalf Baechle	  note that a kernel built with this option selected will not be
4835189fadSRalf Baechle	  able to run on normal units.
4935189fadSRalf Baechle
501c0c13ebSAurelien Jarnoconfig BCM47XX
511c0c13ebSAurelien Jarno	bool "BCM47XX based boards"
5242f77542SRalf Baechle	select CEVT_R4K
53940f6b48SRalf Baechle	select CSRC_R4K
541c0c13ebSAurelien Jarno	select DMA_NONCOHERENT
551c0c13ebSAurelien Jarno	select HW_HAS_PCI
561c0c13ebSAurelien Jarno	select IRQ_CPU
571c0c13ebSAurelien Jarno	select SYS_HAS_CPU_MIPS32_R1
581c0c13ebSAurelien Jarno	select SYS_SUPPORTS_32BIT_KERNEL
591c0c13ebSAurelien Jarno	select SYS_SUPPORTS_LITTLE_ENDIAN
601c0c13ebSAurelien Jarno	select SSB
611c0c13ebSAurelien Jarno	select SSB_DRIVER_MIPS
622f02c15aSAurelien Jarno	select SSB_DRIVER_EXTIF
632f02c15aSAurelien Jarno	select SSB_PCICORE_HOSTMODE if PCI
641c0c13ebSAurelien Jarno	select GENERIC_GPIO
6525e5fb97SAurelien Jarno	select SYS_HAS_EARLY_PRINTK
6625e5fb97SAurelien Jarno	select CFE
671c0c13ebSAurelien Jarno	help
681c0c13ebSAurelien Jarno	 Support for BCM47XX based boards
691c0c13ebSAurelien Jarno
701da177e4SLinus Torvaldsconfig MIPS_COBALT
713fa986faSMartin Michlmayr	bool "Cobalt Server"
7242f77542SRalf Baechle	select CEVT_R4K
73940f6b48SRalf Baechle	select CSRC_R4K
741097c6acSYoichi Yuasa	select CEVT_GT641XX
751da177e4SLinus Torvalds	select DMA_NONCOHERENT
761da177e4SLinus Torvalds	select HW_HAS_PCI
77d865bea4SRalf Baechle	select I8253
781da177e4SLinus Torvalds	select I8259
791da177e4SLinus Torvalds	select IRQ_CPU
80d5ab1a69SYoichi Yuasa	select IRQ_GT641XX
81252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
827cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
830a22e0d4SYoichi Yuasa	select SYS_HAS_EARLY_PRINTK
84ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
85ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
865e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
879fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
881da177e4SLinus Torvalds
891da177e4SLinus Torvaldsconfig MACH_DECSTATION
903fa986faSMartin Michlmayr	bool "DECstations"
911da177e4SLinus Torvalds	select BOOT_ELF32
9242f77542SRalf Baechle	select CEVT_R4K
93940f6b48SRalf Baechle	select CSRC_R4K
9420d60d99SMaciej W. Rozycki	select CPU_DADDI_WORKAROUNDS if 64BIT
9520d60d99SMaciej W. Rozycki	select CPU_R4000_WORKAROUNDS if 64BIT
9620d60d99SMaciej W. Rozycki	select CPU_R4400_WORKAROUNDS if 64BIT
971da177e4SLinus Torvalds	select DMA_NONCOHERENT
98d388d685SMaciej W. Rozycki	select NO_IOPORT
991da177e4SLinus Torvalds	select IRQ_CPU
1007cf8053bSRalf Baechle	select SYS_HAS_CPU_R3000
1017cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
102ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
103ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1045e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1051723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_128HZ
1061723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_256HZ
1071723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_1024HZ
1085e83d430SRalf Baechle	help
1091da177e4SLinus Torvalds	  This enables support for DEC's MIPS based workstations.  For details
1101da177e4SLinus Torvalds	  see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
1111da177e4SLinus Torvalds	  DECstation porting pages on <http://decstation.unix-ag.org/>.
1121da177e4SLinus Torvalds
1131da177e4SLinus Torvalds	  If you have one of the following DECstation Models you definitely
1141da177e4SLinus Torvalds	  want to choose R4xx0 for the CPU Type:
1151da177e4SLinus Torvalds
1161da177e4SLinus Torvalds		DECstation 5000/50
1171da177e4SLinus Torvalds		DECstation 5000/150
1181da177e4SLinus Torvalds		DECstation 5000/260
1191da177e4SLinus Torvalds		DECsystem 5900/260
1201da177e4SLinus Torvalds
1211da177e4SLinus Torvalds	  otherwise choose R3000.
1221da177e4SLinus Torvalds
1235e83d430SRalf Baechleconfig MACH_JAZZ
1243fa986faSMartin Michlmayr	bool "Jazz family of machines"
1255e83d430SRalf Baechle	select ARC
1265e83d430SRalf Baechle	select ARC32
1275e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
12842f77542SRalf Baechle	select CEVT_R4K
129940f6b48SRalf Baechle	select CSRC_R4K
1305e83d430SRalf Baechle	select GENERIC_ISA_DMA
131ea202c63SThomas Bogendoerfer	select IRQ_CPU
132d865bea4SRalf Baechle	select I8253
1335e83d430SRalf Baechle	select I8259
1345e83d430SRalf Baechle	select ISA
1357cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
1365e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
1375e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1381723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_100HZ
1399fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
1401da177e4SLinus Torvalds	help
1415e83d430SRalf Baechle	 This a family of machines based on the MIPS R4030 chipset which was
1425e83d430SRalf Baechle	 used by several vendors to build RISC/os and Windows NT workstations.
1435e83d430SRalf Baechle	 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
1445e83d430SRalf Baechle	 Olivetti M700-10 workstations.
1455e83d430SRalf Baechle
1461f21d2bdSBrian Murphyconfig LASAT
1471f21d2bdSBrian Murphy	bool "LASAT Networks platforms"
14842f77542SRalf Baechle	select CEVT_R4K
149940f6b48SRalf Baechle	select CSRC_R4K
1501f21d2bdSBrian Murphy	select DMA_NONCOHERENT
1511f21d2bdSBrian Murphy	select SYS_HAS_EARLY_PRINTK
1521f21d2bdSBrian Murphy	select HW_HAS_PCI
153a5ccfe5cSRalf Baechle	select IRQ_CPU
1541f21d2bdSBrian Murphy	select PCI_GT64XXX_PCI0
1551f21d2bdSBrian Murphy	select MIPS_NILE4
1561f21d2bdSBrian Murphy	select R5000_CPU_SCACHE
1571f21d2bdSBrian Murphy	select SYS_HAS_CPU_R5000
1581f21d2bdSBrian Murphy	select SYS_SUPPORTS_32BIT_KERNEL
1591f21d2bdSBrian Murphy	select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
1601f21d2bdSBrian Murphy	select SYS_SUPPORTS_LITTLE_ENDIAN
1611f21d2bdSBrian Murphy	select GENERIC_HARDIRQS_NO__DO_IRQ
1621f21d2bdSBrian Murphy
163ade299d8SYoichi Yuasaconfig LEMOTE_FULONG
164ade299d8SYoichi Yuasa	bool "Lemote Fulong mini-PC"
165ade299d8SYoichi Yuasa	select ARCH_SPARSEMEM_ENABLE
16642f77542SRalf Baechle	select CEVT_R4K
167940f6b48SRalf Baechle	select CSRC_R4K
168ade299d8SYoichi Yuasa	select SYS_HAS_CPU_LOONGSON2
169ade299d8SYoichi Yuasa	select DMA_NONCOHERENT
170ade299d8SYoichi Yuasa	select BOOT_ELF32
171ade299d8SYoichi Yuasa	select BOARD_SCACHE
172ade299d8SYoichi Yuasa	select HAVE_STD_PC_SERIAL_PORT
173ade299d8SYoichi Yuasa	select HW_HAS_PCI
174ade299d8SYoichi Yuasa	select I8259
175ade299d8SYoichi Yuasa	select ISA
176ade299d8SYoichi Yuasa	select IRQ_CPU
177ade299d8SYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
178ade299d8SYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
179ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
180ade299d8SYoichi Yuasa	select SYS_SUPPORTS_HIGHMEM
181ade299d8SYoichi Yuasa	select SYS_HAS_EARLY_PRINTK
182ade299d8SYoichi Yuasa	select GENERIC_HARDIRQS_NO__DO_IRQ
18323dd6d35SRalf Baechle	select GENERIC_ISA_DMA_SUPPORT_BROKEN
184ade299d8SYoichi Yuasa	select CPU_HAS_WB
185ade299d8SYoichi Yuasa	help
186ade299d8SYoichi Yuasa	  Lemote Fulong mini-PC board based on the Chinese Loongson-2E CPU and
187ade299d8SYoichi Yuasa	  an FPGA northbridge
188ade299d8SYoichi Yuasa
1891da177e4SLinus Torvaldsconfig MIPS_ATLAS
1903fa986faSMartin Michlmayr	bool "MIPS Atlas board"
1911da177e4SLinus Torvalds	select BOOT_ELF32
19242f77542SRalf Baechle	select CEVT_R4K
193940f6b48SRalf Baechle	select CSRC_R4K
1941da177e4SLinus Torvalds	select DMA_NONCOHERENT
19536a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
1965e83d430SRalf Baechle	select IRQ_CPU
1971da177e4SLinus Torvalds	select HW_HAS_PCI
1985e83d430SRalf Baechle	select MIPS_BOARDS_GEN
1995e83d430SRalf Baechle	select MIPS_BONITO64
200252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
2015e83d430SRalf Baechle	select MIPS_MSC
202f4b7cdb4SMaciej W. Rozycki	select RM7000_CPU_SCACHE
2031da177e4SLinus Torvalds	select SWAP_IO_SPACE
2047cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
2057cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
2067cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
2077cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
2087cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
209ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
210ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
2115e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2125e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
213f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
2149693a853SFranck Bui-Huu	select SYS_SUPPORTS_SMARTMIPS
215e77c232cSFranck Bui-Huu	select GENERIC_HARDIRQS_NO__DO_IRQ
2161da177e4SLinus Torvalds	help
217f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Atlas evaluation
2181da177e4SLinus Torvalds	  board.
2191da177e4SLinus Torvalds
2201da177e4SLinus Torvaldsconfig MIPS_MALTA
2213fa986faSMartin Michlmayr	bool "MIPS Malta board"
22261ed242dSRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
2231da177e4SLinus Torvalds	select BOOT_ELF32
22442f77542SRalf Baechle	select CEVT_R4K
225940f6b48SRalf Baechle	select CSRC_R4K
2261da177e4SLinus Torvalds	select DMA_NONCOHERENT
2271da177e4SLinus Torvalds	select GENERIC_ISA_DMA
228aa414dffSRalf Baechle	select IRQ_CPU
2291da177e4SLinus Torvalds	select HW_HAS_PCI
230d865bea4SRalf Baechle	select I8253
2311da177e4SLinus Torvalds	select I8259
2325e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2335e83d430SRalf Baechle	select MIPS_BONITO64
2349318c51aSChris Dearman	select MIPS_CPU_SCACHE
235252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
2365e83d430SRalf Baechle	select MIPS_MSC
2371da177e4SLinus Torvalds	select SWAP_IO_SPACE
2387cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
2397cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
2407cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
2417cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
2427cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
24336a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
244ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
245ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
2465e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2475e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
248f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING
2499693a853SFranck Bui-Huu	select SYS_SUPPORTS_SMARTMIPS
2501da177e4SLinus Torvalds	help
251f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Malta evaluation
2521da177e4SLinus Torvalds	  board.
2531da177e4SLinus Torvalds
2541da177e4SLinus Torvaldsconfig MIPS_SEAD
255d98cc84dSRalf Baechle	bool "MIPS SEAD board"
25642f77542SRalf Baechle	select CEVT_R4K
257940f6b48SRalf Baechle	select CSRC_R4K
2581da177e4SLinus Torvalds	select IRQ_CPU
2591da177e4SLinus Torvalds	select DMA_NONCOHERENT
26036a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
2615e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2627cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
2637cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
2647cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
265ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
2665e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2675e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2685e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
2699693a853SFranck Bui-Huu	select SYS_SUPPORTS_SMARTMIPS
270f638d197SMaciej W. Rozycki	help
271f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies SEAD evaluation
272f638d197SMaciej W. Rozycki	  board.
2731da177e4SLinus Torvalds
274c78cbf49SRalf Baechleconfig MIPS_SIM
2753fa986faSMartin Michlmayr	bool 'MIPS simulator (MIPSsim)'
27642f77542SRalf Baechle	select CEVT_R4K
277940f6b48SRalf Baechle	select CSRC_R4K
278c78cbf49SRalf Baechle	select DMA_NONCOHERENT
27936a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
280c78cbf49SRalf Baechle	select IRQ_CPU
2819267a30dSMarc St-Jean	select BOOT_RAW
2827cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
2837cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
28436a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
285c78cbf49SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
286c78cbf49SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
287f6e2373aSRalf Baechle	select SYS_SUPPORTS_MULTITHREADING
288c78cbf49SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
289c78cbf49SRalf Baechle	help
290c78cbf49SRalf Baechle	  This option enables support for MIPS Technologies MIPSsim software
291c78cbf49SRalf Baechle	  emulator.
292c78cbf49SRalf Baechle
293ade299d8SYoichi Yuasaconfig MARKEINS
294ade299d8SYoichi Yuasa	bool "NEC EMMA2RH Mark-eins"
29542f77542SRalf Baechle	select CEVT_R4K
296940f6b48SRalf Baechle	select CSRC_R4K
297ade299d8SYoichi Yuasa	select DMA_NONCOHERENT
298ade299d8SYoichi Yuasa	select HW_HAS_PCI
299ade299d8SYoichi Yuasa	select IRQ_CPU
300ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
301ade299d8SYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
302ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
303ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
304ade299d8SYoichi Yuasa	select SYS_HAS_CPU_R5000
305ade299d8SYoichi Yuasa	help
306ade299d8SYoichi Yuasa	  This enables support for the R5432-based NEC Mark-eins
307ade299d8SYoichi Yuasa	  boards with R5500 CPU.
308ade299d8SYoichi Yuasa
3095e83d430SRalf Baechleconfig MACH_VR41XX
31074142d65SYoichi Yuasa	bool "NEC VR4100 series based machines"
31142f77542SRalf Baechle	select CEVT_R4K
312940f6b48SRalf Baechle	select CSRC_R4K
3137cf8053bSRalf Baechle	select SYS_HAS_CPU_VR41XX
3149fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
3155e83d430SRalf Baechle
316ade299d8SYoichi Yuasaconfig PNX8550_JBS
317ade299d8SYoichi Yuasa	bool "Philips PNX8550 based JBS board"
318ade299d8SYoichi Yuasa	select PNX8550
319ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
320ade299d8SYoichi Yuasa
321ade299d8SYoichi Yuasaconfig PNX8550_STB810
322ade299d8SYoichi Yuasa	bool "Philips PNX8550 based STB810 board"
323ade299d8SYoichi Yuasa	select PNX8550
324ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
325ade299d8SYoichi Yuasa
3269267a30dSMarc St-Jeanconfig PMC_MSP
3279267a30dSMarc St-Jean	bool "PMC-Sierra MSP chipsets"
3289267a30dSMarc St-Jean	depends on EXPERIMENTAL
3299267a30dSMarc St-Jean	select DMA_NONCOHERENT
3309267a30dSMarc St-Jean	select SWAP_IO_SPACE
3319267a30dSMarc St-Jean	select NO_EXCEPT_FILL
3329267a30dSMarc St-Jean	select BOOT_RAW
3339267a30dSMarc St-Jean	select SYS_HAS_CPU_MIPS32_R1
3349267a30dSMarc St-Jean	select SYS_HAS_CPU_MIPS32_R2
3359267a30dSMarc St-Jean	select SYS_SUPPORTS_32BIT_KERNEL
3369267a30dSMarc St-Jean	select SYS_SUPPORTS_BIG_ENDIAN
3379267a30dSMarc St-Jean	select SYS_SUPPORTS_KGDB
3389267a30dSMarc St-Jean	select IRQ_CPU
3399267a30dSMarc St-Jean	select SERIAL_8250
3409267a30dSMarc St-Jean	select SERIAL_8250_CONSOLE
3419267a30dSMarc St-Jean	help
3429267a30dSMarc St-Jean	  This adds support for the PMC-Sierra family of Multi-Service
3439267a30dSMarc St-Jean	  Processor System-On-A-Chips.  These parts include a number
3449267a30dSMarc St-Jean	  of integrated peripherals, interfaces and DSPs in addition to
3459267a30dSMarc St-Jean	  a variety of MIPS cores.
3469267a30dSMarc St-Jean
3475e83d430SRalf Baechleconfig PMC_YOSEMITE
3483fa986faSMartin Michlmayr	bool "PMC-Sierra Yosemite eval board"
34942f77542SRalf Baechle	select CEVT_R4K
350940f6b48SRalf Baechle	select CSRC_R4K
3515e83d430SRalf Baechle	select DMA_COHERENT
3525e83d430SRalf Baechle	select HW_HAS_PCI
3535e83d430SRalf Baechle	select IRQ_CPU
3545e83d430SRalf Baechle	select IRQ_CPU_RM7K
3555e83d430SRalf Baechle	select IRQ_CPU_RM9K
3565e83d430SRalf Baechle	select SWAP_IO_SPACE
3577cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
35836a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
3595e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
3605e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
3615e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3625e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
363cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
364e73ea273SRalf Baechle	select SYS_SUPPORTS_SMP
3655e83d430SRalf Baechle	help
3665e83d430SRalf Baechle	  Yosemite is an evaluation board for the RM9000x2 processor
3675e83d430SRalf Baechle	  manufactured by PMC-Sierra.
3681da177e4SLinus Torvalds
36907119621SRalf Baechleconfig QEMU
3703fa986faSMartin Michlmayr	bool "Qemu"
37142f77542SRalf Baechle	select CEVT_R4K
372940f6b48SRalf Baechle	select CSRC_R4K
37307119621SRalf Baechle	select DMA_COHERENT
37407119621SRalf Baechle	select GENERIC_ISA_DMA
37507119621SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
376d865bea4SRalf Baechle	select I8253
37707119621SRalf Baechle	select I8259
3787bcf7717SRalf Baechle	select IRQ_CPU
37907119621SRalf Baechle	select ISA
38007119621SRalf Baechle	select SWAP_IO_SPACE
3817cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
382a57c2289SRalf Baechle	select SYS_HAS_EARLY_PRINTK
38307119621SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
38407119621SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
385c8cc9618SAurelien Jarno	select SYS_SUPPORTS_LITTLE_ENDIAN
3869fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
38772ede9b1SAtsushi Nemoto	select NR_CPUS_DEFAULT_1
38872ede9b1SAtsushi Nemoto	select SYS_SUPPORTS_SMP
38907119621SRalf Baechle	help
39007119621SRalf Baechle	  Qemu is a software emulator which among other architectures also
39107119621SRalf Baechle	  can simulate a MIPS32 4Kc system.  This patch adds support for the
39207119621SRalf Baechle	  system architecture that currently is being simulated by Qemu.  It
39307119621SRalf Baechle	  will eventually be removed again when Qemu has the capability to
39407119621SRalf Baechle	  simulate actual MIPS hardware platforms.  More information on Qemu
39507119621SRalf Baechle	  can be found at http://www.linux-mips.org/wiki/Qemu.
39607119621SRalf Baechle
3971da177e4SLinus Torvaldsconfig SGI_IP22
3983fa986faSMartin Michlmayr	bool "SGI IP22 (Indy/Indigo2)"
3991da177e4SLinus Torvalds	select ARC
4001da177e4SLinus Torvalds	select ARC32
4011da177e4SLinus Torvalds	select BOOT_ELF32
40242f77542SRalf Baechle	select CEVT_R4K
403940f6b48SRalf Baechle	select CSRC_R4K
4041da177e4SLinus Torvalds	select DMA_NONCOHERENT
4055e83d430SRalf Baechle	select HW_HAS_EISA
406d865bea4SRalf Baechle	select I8253
40768de4803SThomas Bogendoerfer	select I8259
4081da177e4SLinus Torvalds	select IP22_CPU_SCACHE
4091da177e4SLinus Torvalds	select IRQ_CPU
410aa414dffSRalf Baechle	select GENERIC_ISA_DMA_SUPPORT_BROKEN
4111da177e4SLinus Torvalds	select SWAP_IO_SPACE
4127cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
4137cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
41436a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
415ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
416ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
4175e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4181da177e4SLinus Torvalds	help
4191da177e4SLinus Torvalds	  This are the SGI Indy, Challenge S and Indigo2, as well as certain
4201da177e4SLinus Torvalds	  OEM variants like the Tandem CMN B006S. To compile a Linux kernel
4211da177e4SLinus Torvalds	  that runs on these, say Y here.
4221da177e4SLinus Torvalds
4231da177e4SLinus Torvaldsconfig SGI_IP27
4243fa986faSMartin Michlmayr	bool "SGI IP27 (Origin200/2000)"
4251da177e4SLinus Torvalds	select ARC
4261da177e4SLinus Torvalds	select ARC64
4275e83d430SRalf Baechle	select BOOT_ELF64
4281da177e4SLinus Torvalds	select DMA_IP27
42936a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
4301da177e4SLinus Torvalds	select HW_HAS_PCI
431130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_64
4327cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000
433ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
4345e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
435cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
436d8cb4e11SRalf Baechle	select SYS_SUPPORTS_NUMA
4371a5c5de1SRalf Baechle	select SYS_SUPPORTS_SMP
438e77c232cSFranck Bui-Huu	select GENERIC_HARDIRQS_NO__DO_IRQ
4391da177e4SLinus Torvalds	help
4401da177e4SLinus Torvalds	  This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
4411da177e4SLinus Torvalds	  workstations.  To compile a Linux kernel that runs on these, say Y
4421da177e4SLinus Torvalds	  here.
4431da177e4SLinus Torvalds
4441da177e4SLinus Torvaldsconfig SGI_IP32
445cfd2afc0SRalf Baechle	bool "SGI IP32 (O2)"
4461da177e4SLinus Torvalds	select ARC
4471da177e4SLinus Torvalds	select ARC32
4481da177e4SLinus Torvalds	select BOOT_ELF32
44942f77542SRalf Baechle	select CEVT_R4K
450940f6b48SRalf Baechle	select CSRC_R4K
4511da177e4SLinus Torvalds	select DMA_NONCOHERENT
4521da177e4SLinus Torvalds	select HW_HAS_PCI
453dd67b155SRalf Baechle	select IRQ_CPU
4541da177e4SLinus Torvalds	select R5000_CPU_SCACHE
4551da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
4567cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
4577cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000 if BROKEN
4587cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
459dd2f18feSRalf Baechle	select SYS_HAS_CPU_NEVADA
460ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
4615e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4621da177e4SLinus Torvalds	help
4631da177e4SLinus Torvalds	  If you want this kernel to run on SGI O2 workstation, say Y here.
4641da177e4SLinus Torvalds
465ade299d8SYoichi Yuasaconfig SIBYTE_CRHINE
466ade299d8SYoichi Yuasa	bool "Sibyte BCM91120C-CRhine"
4675e83d430SRalf Baechle	depends on EXPERIMENTAL
4685e83d430SRalf Baechle	select BOOT_ELF32
4695e83d430SRalf Baechle	select DMA_COHERENT
4705e83d430SRalf Baechle	select SIBYTE_BCM1120
4715e83d430SRalf Baechle	select SWAP_IO_SPACE
4727cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
4735e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4745e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4755e83d430SRalf Baechle
476ade299d8SYoichi Yuasaconfig SIBYTE_CARMEL
477ade299d8SYoichi Yuasa	bool "Sibyte BCM91120x-Carmel"
4785e83d430SRalf Baechle	depends on EXPERIMENTAL
4795e83d430SRalf Baechle	select BOOT_ELF32
4805e83d430SRalf Baechle	select DMA_COHERENT
4815e83d430SRalf Baechle	select SIBYTE_BCM1120
4825e83d430SRalf Baechle	select SWAP_IO_SPACE
4837cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
4845e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4855e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4865e83d430SRalf Baechle
4875e83d430SRalf Baechleconfig SIBYTE_CRHONE
4883fa986faSMartin Michlmayr	bool "Sibyte BCM91125C-CRhone"
4895e83d430SRalf Baechle	depends on EXPERIMENTAL
4905e83d430SRalf Baechle	select BOOT_ELF32
4915e83d430SRalf Baechle	select DMA_COHERENT
4925e83d430SRalf Baechle	select SIBYTE_BCM1125
4935e83d430SRalf Baechle	select SWAP_IO_SPACE
4947cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
4955e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4965e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
4975e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4985e83d430SRalf Baechle
499ade299d8SYoichi Yuasaconfig SIBYTE_RHONE
500ade299d8SYoichi Yuasa	bool "Sibyte BCM91125E-Rhone"
501ade299d8SYoichi Yuasa	depends on EXPERIMENTAL
502ade299d8SYoichi Yuasa	select BOOT_ELF32
503ade299d8SYoichi Yuasa	select DMA_COHERENT
504ade299d8SYoichi Yuasa	select SIBYTE_BCM1125H
505ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
506ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
507ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
508ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
509ade299d8SYoichi Yuasa
510ade299d8SYoichi Yuasaconfig SIBYTE_SWARM
511ade299d8SYoichi Yuasa	bool "Sibyte BCM91250A-SWARM"
512ade299d8SYoichi Yuasa	select BOOT_ELF32
513ade299d8SYoichi Yuasa	select DMA_COHERENT
514ade299d8SYoichi Yuasa	select NR_CPUS_DEFAULT_2
515ade299d8SYoichi Yuasa	select SIBYTE_SB1250
516ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
517ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
518ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
519ade299d8SYoichi Yuasa	select SYS_SUPPORTS_HIGHMEM
520ade299d8SYoichi Yuasa	select SYS_SUPPORTS_KGDB
521ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
522cce335aeSRalf Baechle	select ZONE_DMA32 if 64BIT
523ade299d8SYoichi Yuasa
524ade299d8SYoichi Yuasaconfig SIBYTE_LITTLESUR
525ade299d8SYoichi Yuasa	bool "Sibyte BCM91250C2-LittleSur"
526ade299d8SYoichi Yuasa	depends on EXPERIMENTAL
527ade299d8SYoichi Yuasa	select BOOT_ELF32
528ade299d8SYoichi Yuasa	select DMA_COHERENT
529ade299d8SYoichi Yuasa	select NR_CPUS_DEFAULT_2
530ade299d8SYoichi Yuasa	select SIBYTE_SB1250
531ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
532ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
533ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
534ade299d8SYoichi Yuasa	select SYS_SUPPORTS_HIGHMEM
535ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
536ade299d8SYoichi Yuasa
537ade299d8SYoichi Yuasaconfig SIBYTE_SENTOSA
538ade299d8SYoichi Yuasa	bool "Sibyte BCM91250E-Sentosa"
539ade299d8SYoichi Yuasa	depends on EXPERIMENTAL
540ade299d8SYoichi Yuasa	select BOOT_ELF32
541ade299d8SYoichi Yuasa	select DMA_COHERENT
542ade299d8SYoichi Yuasa	select NR_CPUS_DEFAULT_2
543ade299d8SYoichi Yuasa	select SIBYTE_SB1250
544ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
545ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
546ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
547ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
548ade299d8SYoichi Yuasa
549ade299d8SYoichi Yuasaconfig SIBYTE_PTSWARM
550ade299d8SYoichi Yuasa	bool "Sibyte BCM91250PT-PTSWARM"
551ade299d8SYoichi Yuasa	depends on EXPERIMENTAL
552ade299d8SYoichi Yuasa	select BOOT_ELF32
553ade299d8SYoichi Yuasa	select DMA_COHERENT
554ade299d8SYoichi Yuasa	select NR_CPUS_DEFAULT_2
555ade299d8SYoichi Yuasa	select SIBYTE_SB1250
556ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
557ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
558ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
559ade299d8SYoichi Yuasa	select SYS_SUPPORTS_HIGHMEM
560ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
561ade299d8SYoichi Yuasa
562ade299d8SYoichi Yuasaconfig SIBYTE_BIGSUR
563ade299d8SYoichi Yuasa	bool "Sibyte BCM91480B-BigSur"
564ade299d8SYoichi Yuasa	select BOOT_ELF32
565ade299d8SYoichi Yuasa	select DMA_COHERENT
566ade299d8SYoichi Yuasa	select NR_CPUS_DEFAULT_4
567ade299d8SYoichi Yuasa	select SIBYTE_BCM1x80
568ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
569ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
570ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
571651194f8SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
572ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
573cce335aeSRalf Baechle	select ZONE_DMA32 if 64BIT
574ade299d8SYoichi Yuasa
57514b36af4SThomas Bogendoerferconfig SNI_RM
57614b36af4SThomas Bogendoerfer	bool "SNI RM200/300/400"
5774a0312fcSThomas Bogendoerfer	select ARC if CPU_LITTLE_ENDIAN
5784a0312fcSThomas Bogendoerfer	select ARC32 if CPU_LITTLE_ENDIAN
5795e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
5805e83d430SRalf Baechle	select BOOT_ELF32
58142f77542SRalf Baechle	select CEVT_R4K
582940f6b48SRalf Baechle	select CSRC_R4K
5835e83d430SRalf Baechle	select DMA_NONCOHERENT
5845e83d430SRalf Baechle	select GENERIC_ISA_DMA
5855e83d430SRalf Baechle	select HW_HAS_EISA
5865e83d430SRalf Baechle	select HW_HAS_PCI
587c066a32aSThomas Bogendoerfer	select IRQ_CPU
588d865bea4SRalf Baechle	select I8253
5895e83d430SRalf Baechle	select I8259
5905e83d430SRalf Baechle	select ISA
5914a0312fcSThomas Bogendoerfer	select SWAP_IO_SPACE if CPU_BIG_ENDIAN
5927cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
5934a0312fcSThomas Bogendoerfer	select SYS_HAS_CPU_R5000
594c066a32aSThomas Bogendoerfer	select SYS_HAS_CPU_R10000
5954a0312fcSThomas Bogendoerfer	select R5000_CPU_SCACHE
59636a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
597ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
5985e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
5994a0312fcSThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
6005e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6015e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6021da177e4SLinus Torvalds	help
60314b36af4SThomas Bogendoerfer	  The SNI RM200/300/400 are MIPS-based machines manufactured by
60414b36af4SThomas Bogendoerfer	  Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
6055e83d430SRalf Baechle	  Technology and now in turn merged with Fujitsu.  Say Y here to
6065e83d430SRalf Baechle	  support this machine type.
6071da177e4SLinus Torvalds
6085e83d430SRalf Baechleconfig TOSHIBA_JMR3927
6093fa986faSMartin Michlmayr	bool "Toshiba JMR-TX3927 board"
610229f773eSAtsushi Nemoto	select CEVT_TXX9
6115e83d430SRalf Baechle	select DMA_NONCOHERENT
6125e83d430SRalf Baechle	select HW_HAS_PCI
6135e83d430SRalf Baechle	select MIPS_TX3927
614c87abd75SAtsushi Nemoto	select IRQ_TXX9
6155e83d430SRalf Baechle	select SWAP_IO_SPACE
6167cf8053bSRalf Baechle	select SYS_HAS_CPU_TX39XX
6175e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
6186a2603a2SSergei Shtylyov	select SYS_SUPPORTS_LITTLE_ENDIAN
6195e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6202127435eSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
6215e83d430SRalf Baechle
6225e83d430SRalf Baechleconfig TOSHIBA_RBTX4927
62308a91283SYoichi Yuasa	bool "Toshiba RBTX49[23]7 board"
62442f77542SRalf Baechle	select CEVT_R4K
625940f6b48SRalf Baechle	select CSRC_R4K
626229f773eSAtsushi Nemoto	select CEVT_TXX9
6275e83d430SRalf Baechle	select DMA_NONCOHERENT
6285e83d430SRalf Baechle	select HAS_TXX9_SERIAL
6295e83d430SRalf Baechle	select HW_HAS_PCI
630c87abd75SAtsushi Nemoto	select IRQ_CPU
631c87abd75SAtsushi Nemoto	select IRQ_TXX9
632c87abd75SAtsushi Nemoto	select I8259 if TOSHIBA_FPCIB0
6335e83d430SRalf Baechle	select SWAP_IO_SPACE
6347cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
6355e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
6365e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
6376a2603a2SSergei Shtylyov	select SYS_SUPPORTS_LITTLE_ENDIAN
6385e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
639cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
6409fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
6415e83d430SRalf Baechle	help
6425e83d430SRalf Baechle	  This Toshiba board is based on the TX4927 processor. Say Y here to
6435e83d430SRalf Baechle	  support this machine type
6441da177e4SLinus Torvalds
64523fbee9dSRalf Baechleconfig TOSHIBA_RBTX4938
6463fa986faSMartin Michlmayr	bool "Toshiba RBTX4938 board"
64742f77542SRalf Baechle	select CEVT_R4K
648940f6b48SRalf Baechle	select CSRC_R4K
649229f773eSAtsushi Nemoto	select CEVT_TXX9
65023fbee9dSRalf Baechle	select DMA_NONCOHERENT
65123fbee9dSRalf Baechle	select HAS_TXX9_SERIAL
65223fbee9dSRalf Baechle	select HW_HAS_PCI
653c87abd75SAtsushi Nemoto	select IRQ_CPU
654c87abd75SAtsushi Nemoto	select IRQ_TXX9
65523fbee9dSRalf Baechle	select SWAP_IO_SPACE
6567cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
65723fbee9dSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
65823fbee9dSRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
65923fbee9dSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
660cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
6619fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
6623896b054SAtsushi Nemoto	select GENERIC_GPIO
66323fbee9dSRalf Baechle	help
66423fbee9dSRalf Baechle	  This Toshiba board is based on the TX4938 processor. Say Y here to
66523fbee9dSRalf Baechle	  support this machine type
66623fbee9dSRalf Baechle
667ade299d8SYoichi Yuasaconfig WR_PPMC
668ade299d8SYoichi Yuasa	bool "Wind River PPMC board"
66942f77542SRalf Baechle	select CEVT_R4K
670940f6b48SRalf Baechle	select CSRC_R4K
671ade299d8SYoichi Yuasa	select IRQ_CPU
672ade299d8SYoichi Yuasa	select BOOT_ELF32
673ade299d8SYoichi Yuasa	select DMA_NONCOHERENT
674ade299d8SYoichi Yuasa	select HW_HAS_PCI
675ade299d8SYoichi Yuasa	select PCI_GT64XXX_PCI0
676ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
677ade299d8SYoichi Yuasa	select SYS_HAS_CPU_MIPS32_R1
678ade299d8SYoichi Yuasa	select SYS_HAS_CPU_MIPS32_R2
679ade299d8SYoichi Yuasa	select SYS_HAS_CPU_MIPS64_R1
680ade299d8SYoichi Yuasa	select SYS_HAS_CPU_NEVADA
681ade299d8SYoichi Yuasa	select SYS_HAS_CPU_RM7000
682ade299d8SYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
683ade299d8SYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
684ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
685ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
686ade299d8SYoichi Yuasa	help
687ade299d8SYoichi Yuasa	  This enables support for the Wind River MIPS32 4KC PPMC evaluation
688ade299d8SYoichi Yuasa	  board, which is based on GT64120 bridge chip.
689ade299d8SYoichi Yuasa
6901da177e4SLinus Torvaldsendchoice
6911da177e4SLinus Torvalds
692c3543e25SYoichi Yuasasource "arch/mips/au1000/Kconfig"
6935e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig"
6941f21d2bdSBrian Murphysource "arch/mips/lasat/Kconfig"
6955e83d430SRalf Baechlesource "arch/mips/pmc-sierra/Kconfig"
69629c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig"
69738b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig"
6985e83d430SRalf Baechlesource "arch/mips/tx4927/Kconfig"
69923fbee9dSRalf Baechlesource "arch/mips/tx4938/Kconfig"
7005e83d430SRalf Baechlesource "arch/mips/vr41xx/Kconfig"
70138b18f72SRalf Baechle
7025e83d430SRalf Baechleendmenu
7035e83d430SRalf Baechle
7041da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
7051da177e4SLinus Torvalds	bool
7061da177e4SLinus Torvalds	default y
7071da177e4SLinus Torvalds
7081da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM
7091da177e4SLinus Torvalds	bool
7101da177e4SLinus Torvalds
711f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32
712f0d1b0b3SDavid Howells	bool
713f0d1b0b3SDavid Howells	default n
714f0d1b0b3SDavid Howells
715f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64
716f0d1b0b3SDavid Howells	bool
717f0d1b0b3SDavid Howells	default n
718f0d1b0b3SDavid Howells
71900a58253SRalf Baechleconfig ARCH_SUPPORTS_OPROFILE
72000a58253SRalf Baechle	bool
72100a58253SRalf Baechle	default y if !MIPS_MT_SMTC
72200a58253SRalf Baechle
7233c9ee7efSAkinobu Mitaconfig GENERIC_FIND_NEXT_BIT
7243c9ee7efSAkinobu Mita	bool
7253c9ee7efSAkinobu Mita	default y
7263c9ee7efSAkinobu Mita
7273c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT
7283c9ee7efSAkinobu Mita	bool
7293c9ee7efSAkinobu Mita	default y
7303c9ee7efSAkinobu Mita
7311da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
7321da177e4SLinus Torvalds	bool
7331da177e4SLinus Torvalds	default y
7341da177e4SLinus Torvalds
7357bcf7717SRalf Baechleconfig GENERIC_CLOCKEVENTS
7367bcf7717SRalf Baechle	bool
7377bcf7717SRalf Baechle	default y
7387bcf7717SRalf Baechle
7398db02010SRalf Baechleconfig GENERIC_TIME
7408db02010SRalf Baechle	bool
7418db02010SRalf Baechle	default y
7428db02010SRalf Baechle
743f5ff0a28SRalf Baechleconfig GENERIC_CMOS_UPDATE
744f5ff0a28SRalf Baechle	bool
745f5ff0a28SRalf Baechle	default y
746f5ff0a28SRalf Baechle
7471cc89038SAtsushi Nemotoconfig SCHED_NO_NO_OMIT_FRAME_POINTER
7481cc89038SAtsushi Nemoto	bool
7491cc89038SAtsushi Nemoto	default y
7501cc89038SAtsushi Nemoto
751e77c232cSFranck Bui-Huuconfig GENERIC_HARDIRQS_NO__DO_IRQ
752e77c232cSFranck Bui-Huu	bool
753e77c232cSFranck Bui-Huu	default n
754e77c232cSFranck Bui-Huu
7551da177e4SLinus Torvalds#
7561da177e4SLinus Torvalds# Select some configuration options automatically based on user selections.
7571da177e4SLinus Torvalds#
7581da177e4SLinus Torvaldsconfig ARC
7591da177e4SLinus Torvalds	bool
7601da177e4SLinus Torvalds
76161ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC
76261ed242dSRalf Baechle	bool
76361ed242dSRalf Baechle
7649267a30dSMarc St-Jeanconfig BOOT_RAW
7659267a30dSMarc St-Jean	bool
7669267a30dSMarc St-Jean
767217dd11eSRalf Baechleconfig CEVT_BCM1480
768217dd11eSRalf Baechle	bool
769217dd11eSRalf Baechle
7701097c6acSYoichi Yuasaconfig CEVT_GT641XX
7711097c6acSYoichi Yuasa	bool
7721097c6acSYoichi Yuasa
77342f77542SRalf Baechleconfig CEVT_R4K
77442f77542SRalf Baechle	bool
77542f77542SRalf Baechle
776217dd11eSRalf Baechleconfig CEVT_SB1250
777217dd11eSRalf Baechle	bool
778217dd11eSRalf Baechle
779229f773eSAtsushi Nemotoconfig CEVT_TXX9
780229f773eSAtsushi Nemoto	bool
781229f773eSAtsushi Nemoto
782217dd11eSRalf Baechleconfig CSRC_BCM1480
783217dd11eSRalf Baechle	bool
784217dd11eSRalf Baechle
785940f6b48SRalf Baechleconfig CSRC_R4K
786940f6b48SRalf Baechle	bool
787940f6b48SRalf Baechle
788217dd11eSRalf Baechleconfig CSRC_SB1250
789217dd11eSRalf Baechle	bool
790217dd11eSRalf Baechle
791df78b5c8SAurelien Jarnoconfig CFE
792df78b5c8SAurelien Jarno	bool
793df78b5c8SAurelien Jarno
7941da177e4SLinus Torvaldsconfig DMA_COHERENT
7951da177e4SLinus Torvalds	bool
7961da177e4SLinus Torvalds
7971da177e4SLinus Torvaldsconfig DMA_IP27
7981da177e4SLinus Torvalds	bool
7991da177e4SLinus Torvalds
8001da177e4SLinus Torvaldsconfig DMA_NONCOHERENT
8011da177e4SLinus Torvalds	bool
8024ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8034ce588cdSRalf Baechle
8044ce588cdSRalf Baechleconfig DMA_NEED_PCI_MAP_STATE
8054ce588cdSRalf Baechle	bool
8061da177e4SLinus Torvalds
8071da177e4SLinus Torvaldsconfig EARLY_PRINTK
80836a88530SRalf Baechle	bool "Early printk" if EMBEDDED && DEBUG_KERNEL
80936a88530SRalf Baechle	depends on SYS_HAS_EARLY_PRINTK
81036a88530SRalf Baechle	default y
81136a88530SRalf Baechle	help
81236a88530SRalf Baechle	  This option enables special console drivers which allow the kernel
81336a88530SRalf Baechle	  to print messages very early in the bootup process.
81436a88530SRalf Baechle
81536a88530SRalf Baechle	  This is useful for kernel debugging when your machine crashes very
816490dcc4dSRobert P. J. Day	  early before the console code is initialized. For normal operation,
817490dcc4dSRobert P. J. Day	  it is not recommended because it looks ugly on some machines and
818490dcc4dSRobert P. J. Day	  doesn't cooperate with an X server. You should normally say N here,
81936a88530SRalf Baechle	  unless you want to debug such a crash.
82036a88530SRalf Baechle
82136a88530SRalf Baechleconfig SYS_HAS_EARLY_PRINTK
8221da177e4SLinus Torvalds	bool
8231da177e4SLinus Torvalds
824dbb74540SRalf Baechleconfig HOTPLUG_CPU
825dbb74540SRalf Baechle	bool
826dbb74540SRalf Baechle	default n
827dbb74540SRalf Baechle
8281da177e4SLinus Torvaldsconfig I8259
8291da177e4SLinus Torvalds	bool
8301da177e4SLinus Torvalds
8311da177e4SLinus Torvaldsconfig MIPS_BONITO64
8321da177e4SLinus Torvalds	bool
8331da177e4SLinus Torvalds
8341da177e4SLinus Torvaldsconfig MIPS_MSC
8351da177e4SLinus Torvalds	bool
8361da177e4SLinus Torvalds
8371f21d2bdSBrian Murphyconfig MIPS_NILE4
8381f21d2bdSBrian Murphy	bool
8391f21d2bdSBrian Murphy
8401da177e4SLinus Torvaldsconfig MIPS_DISABLE_OBSOLETE_IDE
8411da177e4SLinus Torvalds	bool
8421da177e4SLinus Torvalds
843d388d685SMaciej W. Rozyckiconfig NO_IOPORT
844d388d685SMaciej W. Rozycki	def_bool n
845d388d685SMaciej W. Rozycki
8468313da30SRalf Baechleconfig GENERIC_ISA_DMA
8478313da30SRalf Baechle	bool
8488313da30SRalf Baechle	select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
8498313da30SRalf Baechle
850aa414dffSRalf Baechleconfig GENERIC_ISA_DMA_SUPPORT_BROKEN
851aa414dffSRalf Baechle	bool
8528313da30SRalf Baechle	select GENERIC_ISA_DMA
853aa414dffSRalf Baechle
85409663335SYoichi Yuasaconfig GENERIC_GPIO
85509663335SYoichi Yuasa	bool
85609663335SYoichi Yuasa
8575e83d430SRalf Baechle#
8583cb2fcccSMatt LaPlante# Endianess selection.  Sufficiently obscure so many users don't know what to
8595e83d430SRalf Baechle# answer,so we try hard to limit the available choices.  Also the use of a
8605e83d430SRalf Baechle# choice statement should be more obvious to the user.
8615e83d430SRalf Baechle#
8625e83d430SRalf Baechlechoice
8635e83d430SRalf Baechle	prompt "Endianess selection"
8641da177e4SLinus Torvalds	help
8651da177e4SLinus Torvalds	  Some MIPS machines can be configured for either little or big endian
8665e83d430SRalf Baechle	  byte order. These modes require different kernels and a different
8673cb2fcccSMatt LaPlante	  Linux distribution.  In general there is one preferred byteorder for a
8685e83d430SRalf Baechle	  particular system but some systems are just as commonly used in the
8693dde6ad8SDavid Sterba	  one or the other endianness.
8705e83d430SRalf Baechle
8715e83d430SRalf Baechleconfig CPU_BIG_ENDIAN
8725e83d430SRalf Baechle	bool "Big endian"
8735e83d430SRalf Baechle	depends on SYS_SUPPORTS_BIG_ENDIAN
8745e83d430SRalf Baechle
8755e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN
8765e83d430SRalf Baechle	bool "Little endian"
8775e83d430SRalf Baechle	depends on SYS_SUPPORTS_LITTLE_ENDIAN
8785e83d430SRalf Baechle	help
8795e83d430SRalf Baechle
8805e83d430SRalf Baechleendchoice
8815e83d430SRalf Baechle
8822116245eSRalf Baechleconfig SYS_SUPPORTS_APM_EMULATION
8832116245eSRalf Baechle	bool
8842116245eSRalf Baechle
8855e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN
8865e83d430SRalf Baechle	bool
8875e83d430SRalf Baechle
8885e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN
8895e83d430SRalf Baechle	bool
8901da177e4SLinus Torvalds
8911da177e4SLinus Torvaldsconfig IRQ_CPU
8921da177e4SLinus Torvalds	bool
8931da177e4SLinus Torvalds
8941da177e4SLinus Torvaldsconfig IRQ_CPU_RM7K
8951da177e4SLinus Torvalds	bool
8961da177e4SLinus Torvalds
8975e83d430SRalf Baechleconfig IRQ_CPU_RM9K
8985e83d430SRalf Baechle	bool
8995e83d430SRalf Baechle
9009267a30dSMarc St-Jeanconfig IRQ_MSP_SLP
9019267a30dSMarc St-Jean	bool
9029267a30dSMarc St-Jean
9039267a30dSMarc St-Jeanconfig IRQ_MSP_CIC
9049267a30dSMarc St-Jean	bool
9059267a30dSMarc St-Jean
9068420fd00SAtsushi Nemotoconfig IRQ_TXX9
9078420fd00SAtsushi Nemoto	bool
9088420fd00SAtsushi Nemoto
909d5ab1a69SYoichi Yuasaconfig IRQ_GT641XX
910d5ab1a69SYoichi Yuasa	bool
911d5ab1a69SYoichi Yuasa
9121da177e4SLinus Torvaldsconfig MIPS_BOARDS_GEN
9131da177e4SLinus Torvalds	bool
9141da177e4SLinus Torvalds
915252161ecSYoichi Yuasaconfig PCI_GT64XXX_PCI0
9161da177e4SLinus Torvalds	bool
9171da177e4SLinus Torvalds
9189267a30dSMarc St-Jeanconfig NO_EXCEPT_FILL
9199267a30dSMarc St-Jean	bool
9209267a30dSMarc St-Jean
9211da177e4SLinus Torvaldsconfig MIPS_TX3927
9221da177e4SLinus Torvalds	bool
9231da177e4SLinus Torvalds	select HAS_TXX9_SERIAL
9241da177e4SLinus Torvalds
925663c3d90Sthomas@koeller.dyndns.orgconfig MIPS_RM9122
926663c3d90Sthomas@koeller.dyndns.org	bool
927663c3d90Sthomas@koeller.dyndns.org	select SERIAL_RM9000
928663c3d90Sthomas@koeller.dyndns.org
929bdf21b18SPete Popovconfig PNX8550
930bdf21b18SPete Popov	bool
931bdf21b18SPete Popov	select SOC_PNX8550
932bdf21b18SPete Popov
933bdf21b18SPete Popovconfig SOC_PNX8550
934bdf21b18SPete Popov	bool
935bdf21b18SPete Popov	select DMA_NONCOHERENT
936bdf21b18SPete Popov	select HW_HAS_PCI
937b8c2a77cSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
93836a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
9397cf8053bSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
940e77c232cSFranck Bui-Huu	select GENERIC_HARDIRQS_NO__DO_IRQ
941cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
9424ead1681SFlorian Fainelli	select GENERIC_GPIO
943bdf21b18SPete Popov
9441da177e4SLinus Torvaldsconfig SWAP_IO_SPACE
9451da177e4SLinus Torvalds	bool
9461da177e4SLinus Torvalds
947355c471fSdmitry pervushinconfig EMMA2RH
948355c471fSdmitry pervushin	bool
949355c471fSdmitry pervushin	depends on MARKEINS
950355c471fSdmitry pervushin	default y
951355c471fSdmitry pervushin
952663c3d90Sthomas@koeller.dyndns.orgconfig SERIAL_RM9000
953663c3d90Sthomas@koeller.dyndns.org	bool
954663c3d90Sthomas@koeller.dyndns.org
9555e83d430SRalf Baechleconfig ARC32
9565e83d430SRalf Baechle	bool
9575e83d430SRalf Baechle
9581da177e4SLinus Torvaldsconfig BOOT_ELF32
9591da177e4SLinus Torvalds	bool
9601da177e4SLinus Torvalds
9611da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT
9621da177e4SLinus Torvalds	int
96306cf5583SThomas Bogendoerfer	default "4" if MACH_DECSTATION
96406cf5583SThomas Bogendoerfer	default "7" if SGI_IP27 || SNI_RM
9659267a30dSMarc St-Jean	default "4" if PMC_MSP4200_EVAL
9661da177e4SLinus Torvalds	default "5"
9671da177e4SLinus Torvalds
9681da177e4SLinus Torvaldsconfig HAVE_STD_PC_SERIAL_PORT
9691da177e4SLinus Torvalds	bool
9701da177e4SLinus Torvalds
9711da177e4SLinus Torvaldsconfig ARC_CONSOLE
9721da177e4SLinus Torvalds	bool "ARC console support"
97336a88530SRalf Baechle	depends on SGI_IP22 || (SNI_RM && CPU_LITTLE_ENDIAN)
9741da177e4SLinus Torvalds
9751da177e4SLinus Torvaldsconfig ARC_MEMORY
9761da177e4SLinus Torvalds	bool
97714b36af4SThomas Bogendoerfer	depends on MACH_JAZZ || SNI_RM || SGI_IP32
9781da177e4SLinus Torvalds	default y
9791da177e4SLinus Torvalds
9801da177e4SLinus Torvaldsconfig ARC_PROMLIB
9811da177e4SLinus Torvalds	bool
98214b36af4SThomas Bogendoerfer	depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP32
9831da177e4SLinus Torvalds	default y
9841da177e4SLinus Torvalds
9851da177e4SLinus Torvaldsconfig ARC64
9861da177e4SLinus Torvalds	bool
9871da177e4SLinus Torvalds
9881da177e4SLinus Torvaldsconfig BOOT_ELF64
9891da177e4SLinus Torvalds	bool
9901da177e4SLinus Torvalds
9911da177e4SLinus Torvaldsmenu "CPU selection"
9921da177e4SLinus Torvalds
9931da177e4SLinus Torvaldschoice
9941da177e4SLinus Torvalds	prompt "CPU type"
9951da177e4SLinus Torvalds	default CPU_R4X00
9961da177e4SLinus Torvalds
9972a21c730SFuxin Zhangconfig CPU_LOONGSON2
9982a21c730SFuxin Zhang	bool "Loongson 2"
9992a21c730SFuxin Zhang	depends on SYS_HAS_CPU_LOONGSON2
10002a21c730SFuxin Zhang	select CPU_SUPPORTS_32BIT_KERNEL
10012a21c730SFuxin Zhang	select CPU_SUPPORTS_64BIT_KERNEL
10022a21c730SFuxin Zhang	select CPU_SUPPORTS_HIGHMEM
10032a21c730SFuxin Zhang	help
10042a21c730SFuxin Zhang	  The Loongson 2E processor implements the MIPS III instruction set
10052a21c730SFuxin Zhang	  with many extensions.
10062a21c730SFuxin Zhang
10076e760c8dSRalf Baechleconfig CPU_MIPS32_R1
10086e760c8dSRalf Baechle	bool "MIPS32 Release 1"
10097cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R1
1010f7062ddbSRalf Baechle	select CPU_HAS_LLSC
10116e760c8dSRalf Baechle	select CPU_HAS_PREFETCH
1012797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1013ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10146e760c8dSRalf Baechle	help
10155e83d430SRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
10161e5f1caaSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
10171e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
10181e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
10191e5f1caaSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
10201e5f1caaSRalf Baechle	  Release 2 of the MIPS32 architecture is available since several
10211e5f1caaSRalf Baechle	  years so chances are you even have a MIPS32 Release 2 processor
10221e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS32_R2 instead for better
10231e5f1caaSRalf Baechle	  performance.
10241e5f1caaSRalf Baechle
10251e5f1caaSRalf Baechleconfig CPU_MIPS32_R2
10261e5f1caaSRalf Baechle	bool "MIPS32 Release 2"
10277cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R2
1028f7062ddbSRalf Baechle	select CPU_HAS_LLSC
10291e5f1caaSRalf Baechle	select CPU_HAS_PREFETCH
1030797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1031ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10321e5f1caaSRalf Baechle	help
10335e83d430SRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
10346e760c8dSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
10356e760c8dSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
10366e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
10376e760c8dSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
10381da177e4SLinus Torvalds
10396e760c8dSRalf Baechleconfig CPU_MIPS64_R1
10406e760c8dSRalf Baechle	bool "MIPS64 Release 1"
10417cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R1
1042f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1043797798c1SRalf Baechle	select CPU_HAS_PREFETCH
1044ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1045ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1046ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10476e760c8dSRalf Baechle	help
10486e760c8dSRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
10496e760c8dSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
10506e760c8dSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
10516e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
10526e760c8dSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
10531e5f1caaSRalf Baechle	  Release 2 of the MIPS64 architecture is available since several
10541e5f1caaSRalf Baechle	  years so chances are you even have a MIPS64 Release 2 processor
10551e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS64_R2 instead for better
10561e5f1caaSRalf Baechle	  performance.
10571e5f1caaSRalf Baechle
10581e5f1caaSRalf Baechleconfig CPU_MIPS64_R2
10591e5f1caaSRalf Baechle	bool "MIPS64 Release 2"
10607cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R2
1061f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1062797798c1SRalf Baechle	select CPU_HAS_PREFETCH
10631e5f1caaSRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
10641e5f1caaSRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
1065ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10661e5f1caaSRalf Baechle	help
10671e5f1caaSRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
10681e5f1caaSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
10691e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
10701e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
10711e5f1caaSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
10721da177e4SLinus Torvalds
10731da177e4SLinus Torvaldsconfig CPU_R3000
10741da177e4SLinus Torvalds	bool "R3000"
10757cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R3000
1076f7062ddbSRalf Baechle	select CPU_HAS_WB
1077ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1078797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
10791da177e4SLinus Torvalds	help
10801da177e4SLinus Torvalds	  Please make sure to pick the right CPU type. Linux/MIPS is not
10811da177e4SLinus Torvalds	  designed to be generic, i.e. Kernels compiled for R3000 CPUs will
10821da177e4SLinus Torvalds	  *not* work on R4000 machines and vice versa.  However, since most
10831da177e4SLinus Torvalds	  of the supported machines have an R4000 (or similar) CPU, R4x00
10841da177e4SLinus Torvalds	  might be a safe bet.  If the resulting kernel does not work,
10851da177e4SLinus Torvalds	  try to recompile with R3000.
10861da177e4SLinus Torvalds
10871da177e4SLinus Torvaldsconfig CPU_TX39XX
10881da177e4SLinus Torvalds	bool "R39XX"
10897cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX39XX
1090ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
10911da177e4SLinus Torvalds
10921da177e4SLinus Torvaldsconfig CPU_VR41XX
10931da177e4SLinus Torvalds	bool "R41xx"
10947cf8053bSRalf Baechle	depends on SYS_HAS_CPU_VR41XX
1095ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1096ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
10971da177e4SLinus Torvalds	help
10985e83d430SRalf Baechle	  The options selects support for the NEC VR4100 series of processors.
10991da177e4SLinus Torvalds	  Only choose this option if you have one of these processors as a
11001da177e4SLinus Torvalds	  kernel built with this option will not run on any other type of
11011da177e4SLinus Torvalds	  processor or vice versa.
11021da177e4SLinus Torvalds
11031da177e4SLinus Torvaldsconfig CPU_R4300
11041da177e4SLinus Torvalds	bool "R4300"
11057cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4300
1106f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1107ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1108ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11091da177e4SLinus Torvalds	help
11101da177e4SLinus Torvalds	  MIPS Technologies R4300-series processors.
11111da177e4SLinus Torvalds
11121da177e4SLinus Torvaldsconfig CPU_R4X00
11131da177e4SLinus Torvalds	bool "R4x00"
11147cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4X00
1115f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1116ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1117ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11181da177e4SLinus Torvalds	help
11191da177e4SLinus Torvalds	  MIPS Technologies R4000-series processors other than 4300, including
11201da177e4SLinus Torvalds	  the R4000, R4400, R4600, and 4700.
11211da177e4SLinus Torvalds
11221da177e4SLinus Torvaldsconfig CPU_TX49XX
11231da177e4SLinus Torvalds	bool "R49XX"
11247cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX49XX
1125f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1126de862b48SAtsushi Nemoto	select CPU_HAS_PREFETCH
1127ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1128ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11291da177e4SLinus Torvalds
11301da177e4SLinus Torvaldsconfig CPU_R5000
11311da177e4SLinus Torvalds	bool "R5000"
11327cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5000
1133f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1134ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1135ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11361da177e4SLinus Torvalds	help
11371da177e4SLinus Torvalds	  MIPS Technologies R5000-series processors other than the Nevada.
11381da177e4SLinus Torvalds
11391da177e4SLinus Torvaldsconfig CPU_R5432
11401da177e4SLinus Torvalds	bool "R5432"
11417cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5432
1142f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11435e83d430SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
11445e83d430SRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
11451da177e4SLinus Torvalds
11461da177e4SLinus Torvaldsconfig CPU_R6000
11471da177e4SLinus Torvalds	bool "R6000"
1148ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
1149f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11507cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R6000
1151ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
11521da177e4SLinus Torvalds	help
11531da177e4SLinus Torvalds	  MIPS Technologies R6000 and R6000A series processors.  Note these
1154c09b47d8SChris Dearman	  processors are extremely rare and the support for them is incomplete.
11551da177e4SLinus Torvalds
11561da177e4SLinus Torvaldsconfig CPU_NEVADA
11571da177e4SLinus Torvalds	bool "RM52xx"
11587cf8053bSRalf Baechle	depends on SYS_HAS_CPU_NEVADA
1159f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1160ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1161ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11621da177e4SLinus Torvalds	help
11631da177e4SLinus Torvalds	  QED / PMC-Sierra RM52xx-series ("Nevada") processors.
11641da177e4SLinus Torvalds
11651da177e4SLinus Torvaldsconfig CPU_R8000
11661da177e4SLinus Torvalds	bool "R8000"
1167ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
11687cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R8000
1169f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11705e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1171ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
11721da177e4SLinus Torvalds	help
11731da177e4SLinus Torvalds	  MIPS Technologies R8000 processors.  Note these processors are
11741da177e4SLinus Torvalds	  uncommon and the support for them is incomplete.
11751da177e4SLinus Torvalds
11761da177e4SLinus Torvaldsconfig CPU_R10000
11771da177e4SLinus Torvalds	bool "R10000"
11787cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R10000
1179f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11805e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1181ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1182ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1183797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11841da177e4SLinus Torvalds	help
11851da177e4SLinus Torvalds	  MIPS Technologies R10000-series processors.
11861da177e4SLinus Torvalds
11871da177e4SLinus Torvaldsconfig CPU_RM7000
11881da177e4SLinus Torvalds	bool "RM7000"
11897cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM7000
1190f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11915e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1192ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1193ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1194797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11951da177e4SLinus Torvalds
11961da177e4SLinus Torvaldsconfig CPU_RM9000
11971da177e4SLinus Torvalds	bool "RM9000"
11987cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM9000
1199f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12005e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1201ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1202ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1203797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12040004a9dfSRalf Baechle	select WEAK_ORDERING
12051da177e4SLinus Torvalds
12061da177e4SLinus Torvaldsconfig CPU_SB1
12071da177e4SLinus Torvalds	bool "SB1"
12087cf8053bSRalf Baechle	depends on SYS_HAS_CPU_SB1
1209f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1210ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1211ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1212797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12130004a9dfSRalf Baechle	select WEAK_ORDERING
12141da177e4SLinus Torvalds
12151da177e4SLinus Torvaldsendchoice
12161da177e4SLinus Torvalds
12172a21c730SFuxin Zhangconfig SYS_HAS_CPU_LOONGSON2
12182a21c730SFuxin Zhang	bool
12192a21c730SFuxin Zhang
12207cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1
12217cf8053bSRalf Baechle	bool
12227cf8053bSRalf Baechle
12237cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2
12247cf8053bSRalf Baechle	bool
12257cf8053bSRalf Baechle
12267cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1
12277cf8053bSRalf Baechle	bool
12287cf8053bSRalf Baechle
12297cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2
12307cf8053bSRalf Baechle	bool
12317cf8053bSRalf Baechle
12327cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000
12337cf8053bSRalf Baechle	bool
12347cf8053bSRalf Baechle
12357cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX39XX
12367cf8053bSRalf Baechle	bool
12377cf8053bSRalf Baechle
12387cf8053bSRalf Baechleconfig SYS_HAS_CPU_VR41XX
12397cf8053bSRalf Baechle	bool
12407cf8053bSRalf Baechle
12417cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4300
12427cf8053bSRalf Baechle	bool
12437cf8053bSRalf Baechle
12447cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00
12457cf8053bSRalf Baechle	bool
12467cf8053bSRalf Baechle
12477cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX
12487cf8053bSRalf Baechle	bool
12497cf8053bSRalf Baechle
12507cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000
12517cf8053bSRalf Baechle	bool
12527cf8053bSRalf Baechle
12537cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5432
12547cf8053bSRalf Baechle	bool
12557cf8053bSRalf Baechle
12567cf8053bSRalf Baechleconfig SYS_HAS_CPU_R6000
12577cf8053bSRalf Baechle	bool
12587cf8053bSRalf Baechle
12597cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA
12607cf8053bSRalf Baechle	bool
12617cf8053bSRalf Baechle
12627cf8053bSRalf Baechleconfig SYS_HAS_CPU_R8000
12637cf8053bSRalf Baechle	bool
12647cf8053bSRalf Baechle
12657cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000
12667cf8053bSRalf Baechle	bool
12677cf8053bSRalf Baechle
12687cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000
12697cf8053bSRalf Baechle	bool
12707cf8053bSRalf Baechle
12717cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM9000
12727cf8053bSRalf Baechle	bool
12737cf8053bSRalf Baechle
12747cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1
12757cf8053bSRalf Baechle	bool
12767cf8053bSRalf Baechle
127717099b11SRalf Baechle#
127817099b11SRalf Baechle# CPU may reorder R->R, R->W, W->R, W->W
127917099b11SRalf Baechle# Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
128017099b11SRalf Baechle#
12810004a9dfSRalf Baechleconfig WEAK_ORDERING
12820004a9dfSRalf Baechle	bool
128317099b11SRalf Baechle
128417099b11SRalf Baechle#
128517099b11SRalf Baechle# CPU may reorder reads and writes beyond LL/SC
128617099b11SRalf Baechle# CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
128717099b11SRalf Baechle#
128817099b11SRalf Baechleconfig WEAK_REORDERING_BEYOND_LLSC
128917099b11SRalf Baechle	bool
12905e83d430SRalf Baechleendmenu
12915e83d430SRalf Baechle
12925e83d430SRalf Baechle#
12935e83d430SRalf Baechle# These two indicate any level of the MIPS32 and MIPS64 architecture
12945e83d430SRalf Baechle#
12955e83d430SRalf Baechleconfig CPU_MIPS32
12965e83d430SRalf Baechle	bool
12975e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
12985e83d430SRalf Baechle
12995e83d430SRalf Baechleconfig CPU_MIPS64
13005e83d430SRalf Baechle	bool
13015e83d430SRalf Baechle	default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
13025e83d430SRalf Baechle
13035e83d430SRalf Baechle#
1304c09b47d8SChris Dearman# These two indicate the revision of the architecture, either Release 1 or Release 2
13055e83d430SRalf Baechle#
13065e83d430SRalf Baechleconfig CPU_MIPSR1
13075e83d430SRalf Baechle	bool
13085e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
13095e83d430SRalf Baechle
13105e83d430SRalf Baechleconfig CPU_MIPSR2
13115e83d430SRalf Baechle	bool
13125e83d430SRalf Baechle	default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
13135e83d430SRalf Baechle
13145e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL
13155e83d430SRalf Baechle	bool
13165e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL
13175e83d430SRalf Baechle	bool
13185e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL
13195e83d430SRalf Baechle	bool
13205e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL
13215e83d430SRalf Baechle	bool
13225e83d430SRalf Baechle
13235e83d430SRalf Baechlemenu "Kernel type"
13245e83d430SRalf Baechle
13255e83d430SRalf Baechlechoice
13265e83d430SRalf Baechle
13275e83d430SRalf Baechle	prompt "Kernel code model"
13285e83d430SRalf Baechle	help
13295e83d430SRalf Baechle	  You should only select this option if you have a workload that
13305e83d430SRalf Baechle	  actually benefits from 64-bit processing or if your machine has
13315e83d430SRalf Baechle	  large memory.  You will only be presented a single option in this
13325e83d430SRalf Baechle	  menu if your system does not support both 32-bit and 64-bit kernels.
13335e83d430SRalf Baechle
13345e83d430SRalf Baechleconfig 32BIT
13355e83d430SRalf Baechle	bool "32-bit kernel"
13365e83d430SRalf Baechle	depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
13375e83d430SRalf Baechle	select TRAD_SIGNALS
13385e83d430SRalf Baechle	help
13395e83d430SRalf Baechle	  Select this option if you want to build a 32-bit kernel.
13405e83d430SRalf Baechleconfig 64BIT
13415e83d430SRalf Baechle	bool "64-bit kernel"
13425e83d430SRalf Baechle	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
13435e83d430SRalf Baechle	help
13445e83d430SRalf Baechle	  Select this option if you want to build a 64-bit kernel.
13455e83d430SRalf Baechle
13465e83d430SRalf Baechleendchoice
13475e83d430SRalf Baechle
13481da177e4SLinus Torvaldschoice
13491da177e4SLinus Torvalds	prompt "Kernel page size"
13501da177e4SLinus Torvalds	default PAGE_SIZE_4KB
13511da177e4SLinus Torvalds
13521da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB
13531da177e4SLinus Torvalds	bool "4kB"
13541da177e4SLinus Torvalds	help
13551da177e4SLinus Torvalds	 This option select the standard 4kB Linux page size.  On some
13561da177e4SLinus Torvalds	 R3000-family processors this is the only available page size.  Using
13571da177e4SLinus Torvalds	 4kB page size will minimize memory consumption and is therefore
13581da177e4SLinus Torvalds	 recommended for low memory systems.
13591da177e4SLinus Torvalds
13601da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB
13611da177e4SLinus Torvalds	bool "8kB"
13621da177e4SLinus Torvalds	depends on EXPERIMENTAL && CPU_R8000
13631da177e4SLinus Torvalds	help
13641da177e4SLinus Torvalds	  Using 8kB page size will result in higher performance kernel at
13651da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available
13661da177e4SLinus Torvalds	  only on the R8000 processor.  Not that at the time of this writing
13671da177e4SLinus Torvalds	  this option is still high experimental; there are also issues with
13681da177e4SLinus Torvalds	  compatibility of user applications.
13691da177e4SLinus Torvalds
13701da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB
13711da177e4SLinus Torvalds	bool "16kB"
1372714bfad6SRalf Baechle	depends on !CPU_R3000 && !CPU_TX39XX
13731da177e4SLinus Torvalds	help
13741da177e4SLinus Torvalds	  Using 16kB page size will result in higher performance kernel at
13751da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
1376714bfad6SRalf Baechle	  all non-R3000 family processors.  Note that you will need a suitable
1377714bfad6SRalf Baechle	  Linux distribution to support this.
13781da177e4SLinus Torvalds
13791da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB
13801da177e4SLinus Torvalds	bool "64kB"
13811da177e4SLinus Torvalds	depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
13821da177e4SLinus Torvalds	help
13831da177e4SLinus Torvalds	  Using 64kB page size will result in higher performance kernel at
13841da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
13851da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
1386714bfad6SRalf Baechle	  writing this option is still high experimental.
13871da177e4SLinus Torvalds
13881da177e4SLinus Torvaldsendchoice
13891da177e4SLinus Torvalds
13901da177e4SLinus Torvaldsconfig BOARD_SCACHE
13911da177e4SLinus Torvalds	bool
13921da177e4SLinus Torvalds
13931da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE
13941da177e4SLinus Torvalds	bool
13951da177e4SLinus Torvalds	select BOARD_SCACHE
13961da177e4SLinus Torvalds
13979318c51aSChris Dearman#
13989318c51aSChris Dearman# Support for a MIPS32 / MIPS64 style S-caches
13999318c51aSChris Dearman#
14009318c51aSChris Dearmanconfig MIPS_CPU_SCACHE
14019318c51aSChris Dearman	bool
14029318c51aSChris Dearman	select BOARD_SCACHE
14039318c51aSChris Dearman
14041da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE
14051da177e4SLinus Torvalds	bool
14061da177e4SLinus Torvalds	select BOARD_SCACHE
14071da177e4SLinus Torvalds
14081da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE
14091da177e4SLinus Torvalds	bool
14101da177e4SLinus Torvalds	select BOARD_SCACHE
14111da177e4SLinus Torvalds
14121da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS
14131da177e4SLinus Torvalds	bool "Use DMA to clear/copy pages"
14141da177e4SLinus Torvalds	depends on CPU_SB1
14151da177e4SLinus Torvalds	help
14161da177e4SLinus Torvalds	  Instead of using the CPU to zero and copy pages, use a Data Mover
14171da177e4SLinus Torvalds	  channel.  These DMA channels are otherwise unused by the standard
14181da177e4SLinus Torvalds	  SiByte Linux port.  Seems to give a small performance benefit.
14191da177e4SLinus Torvalds
14201da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH
1421c8094b53SRalf Baechle	bool
14221da177e4SLinus Torvalds
1423340ee4b9SRalf Baechlechoice
1424340ee4b9SRalf Baechle	prompt "MIPS MT options"
1425f41ae0b2SRalf Baechle
1426f41ae0b2SRalf Baechleconfig MIPS_MT_DISABLED
1427f41ae0b2SRalf Baechle	bool "Disable multithreading support."
1428f41ae0b2SRalf Baechle	help
1429f41ae0b2SRalf Baechle	  Use this option if your workload can't take advantage of
1430f41ae0b2SRalf Baechle	  MIPS hardware multithreading support.  On systems that don't have
1431f41ae0b2SRalf Baechle	  the option of an MT-enabled processor this option will be the only
1432f41ae0b2SRalf Baechle	  option in this menu.
1433340ee4b9SRalf Baechle
143459d6ab86SRalf Baechleconfig MIPS_MT_SMP
143559d6ab86SRalf Baechle	bool "Use 1 TC on each available VPE for SMP"
143659d6ab86SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
143759d6ab86SRalf Baechle	select CPU_MIPSR2_IRQ_VI
1438d725cf38SChris Dearman	select CPU_MIPSR2_IRQ_EI
143959d6ab86SRalf Baechle	select MIPS_MT
1440f510aa3bSRalf Baechle	select NR_CPUS_DEFAULT_2
144159d6ab86SRalf Baechle	select SMP
14420ab7aefcSRalf Baechle	select SYS_SUPPORTS_SCHED_SMT if SMP
144359d6ab86SRalf Baechle	select SYS_SUPPORTS_SMP
1444*87353d8aSRalf Baechle	select SMP_UP
144559d6ab86SRalf Baechle	help
144659d6ab86SRalf Baechle	  This is a kernel model which is also known a VSMP or lately
144759d6ab86SRalf Baechle	  has been marketesed into SMVP.
144859d6ab86SRalf Baechle
144941c594abSRalf Baechleconfig MIPS_MT_SMTC
145041c594abSRalf Baechle	bool "SMTC: Use all TCs on all VPEs for SMP"
1451f41ae0b2SRalf Baechle	depends on CPU_MIPS32_R2
1452f41ae0b2SRalf Baechle	#depends on CPU_MIPS64_R2		# once there is hardware ...
1453f41ae0b2SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
1454ea580401SRalf Baechle	select GENERIC_CLOCKEVENTS_BROADCAST
1455f7062ddbSRalf Baechle	select CPU_MIPSR2_IRQ_VI
1456d725cf38SChris Dearman	select CPU_MIPSR2_IRQ_EI
1457f41ae0b2SRalf Baechle	select MIPS_MT
1458130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_8
145941c594abSRalf Baechle	select SMP
146073b76c78SRalf Baechle	select SYS_SUPPORTS_SMP
1461*87353d8aSRalf Baechle	select SMP_UP
1462f41ae0b2SRalf Baechle	help
1463f41ae0b2SRalf Baechle	  This is a kernel model which is known a SMTC or lately has been
1464f41ae0b2SRalf Baechle	  marketesed into SMVP.
146541c594abSRalf Baechle
1466340ee4b9SRalf Baechleendchoice
1467340ee4b9SRalf Baechle
1468f41ae0b2SRalf Baechleconfig MIPS_MT
1469f41ae0b2SRalf Baechle	bool
1470f41ae0b2SRalf Baechle
14710ab7aefcSRalf Baechleconfig SCHED_SMT
14720ab7aefcSRalf Baechle	bool "SMT (multithreading) scheduler support"
14730ab7aefcSRalf Baechle	depends on SYS_SUPPORTS_SCHED_SMT
14740ab7aefcSRalf Baechle	default n
14750ab7aefcSRalf Baechle	help
14760ab7aefcSRalf Baechle	  SMT scheduler support improves the CPU scheduler's decision making
14770ab7aefcSRalf Baechle	  when dealing with MIPS MT enabled cores at a cost of slightly
14780ab7aefcSRalf Baechle	  increased overhead in some places. If unsure say N here.
14790ab7aefcSRalf Baechle
14800ab7aefcSRalf Baechleconfig SYS_SUPPORTS_SCHED_SMT
14810ab7aefcSRalf Baechle	bool
14820ab7aefcSRalf Baechle
14830ab7aefcSRalf Baechle
1484f41ae0b2SRalf Baechleconfig SYS_SUPPORTS_MULTITHREADING
1485f41ae0b2SRalf Baechle	bool
1486f41ae0b2SRalf Baechle
1487f088fc84SRalf Baechleconfig MIPS_MT_FPAFF
1488f088fc84SRalf Baechle	bool "Dynamic FPU affinity for FP-intensive threads"
1489f088fc84SRalf Baechle	default y
149007cc0c9eSRalf Baechle	depends on MIPS_MT_SMP || MIPS_MT_SMTC
149107cc0c9eSRalf Baechle
149207cc0c9eSRalf Baechleconfig MIPS_VPE_LOADER
149307cc0c9eSRalf Baechle	bool "VPE loader support."
149407cc0c9eSRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
149507cc0c9eSRalf Baechle	select CPU_MIPSR2_IRQ_VI
149607cc0c9eSRalf Baechle	select CPU_MIPSR2_IRQ_EI
149707cc0c9eSRalf Baechle	select MIPS_MT
149807cc0c9eSRalf Baechle	help
149907cc0c9eSRalf Baechle	  Includes a loader for loading an elf relocatable object
150007cc0c9eSRalf Baechle	  onto another VPE and running it.
1501f088fc84SRalf Baechle
1502ac8be955SRalf Baechleconfig MIPS_MT_SMTC_INSTANT_REPLAY
1503ac8be955SRalf Baechle	bool "Low-latency Dispatch of Deferred SMTC IPIs"
1504619af723SRalf Baechle	depends on MIPS_MT_SMTC && !PREEMPT
1505ac8be955SRalf Baechle	default y
1506ac8be955SRalf Baechle	help
1507ac8be955SRalf Baechle	  SMTC pseudo-interrupts between TCs are deferred and queued
1508ac8be955SRalf Baechle	  if the target TC is interrupt-inhibited (IXMT). In the first
1509ac8be955SRalf Baechle	  SMTC prototypes, these queued IPIs were serviced on return
1510ac8be955SRalf Baechle	  to user mode, or on entry into the kernel idle loop. The
1511ac8be955SRalf Baechle	  INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1512ac8be955SRalf Baechle	  processing, which adds runtime overhead (hence the option to turn
1513ac8be955SRalf Baechle	  it off), but ensures that IPIs are handled promptly even under
1514ac8be955SRalf Baechle	  heavy I/O interrupt load.
1515ac8be955SRalf Baechle
15160db34215SKevin D. Kissellconfig MIPS_MT_SMTC_IM_BACKSTOP
15170db34215SKevin D. Kissell	bool "Use per-TC register bits as backstop for inhibited IM bits"
15180db34215SKevin D. Kissell	depends on MIPS_MT_SMTC
15190db34215SKevin D. Kissell	default y
15200db34215SKevin D. Kissell	help
15210db34215SKevin D. Kissell	  To support multiple TC microthreads acting as "CPUs" within
15220db34215SKevin D. Kissell	  a VPE, VPE-wide interrupt mask bits must be specially manipulated
15230db34215SKevin D. Kissell	  during interrupt handling. To support legacy drivers and interrupt
15240db34215SKevin D. Kissell	  controller management code, SMTC has a "backstop" to track and
15250db34215SKevin D. Kissell	  if necessary restore the interrupt mask. This has some performance
15260db34215SKevin D. Kissell	  impact on interrupt service overhead. Disable it only if you know
15270db34215SKevin D. Kissell	  what you are doing.
15280db34215SKevin D. Kissell
1529f571eff0SKevin D. Kissellconfig MIPS_MT_SMTC_IRQAFF
1530f571eff0SKevin D. Kissell	bool "Support IRQ affinity API"
1531f571eff0SKevin D. Kissell	depends on MIPS_MT_SMTC
1532f571eff0SKevin D. Kissell	default n
1533f571eff0SKevin D. Kissell	help
1534f571eff0SKevin D. Kissell	  Enables SMP IRQ affinity API (/proc/irq/*/smp_affinity, etc.)
1535f571eff0SKevin D. Kissell	  for SMTC Linux kernel. Requires platform support, of which
1536f571eff0SKevin D. Kissell	  an example can be found in the MIPS kernel i8259 and Malta
1537f571eff0SKevin D. Kissell	  platform code.  It is recommended that MIPS_MT_SMTC_INSTANT_REPLAY
1538f571eff0SKevin D. Kissell	  be enabled if MIPS_MT_SMTC_IRQAFF is used. Adds overhead to
1539f571eff0SKevin D. Kissell	  interrupt dispatch, and should be used only if you know what
1540f571eff0SKevin D. Kissell	  you are doing.
1541f571eff0SKevin D. Kissell
1542e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM
1543e01402b1SRalf Baechle	bool "Load VPE program into memory hidden from linux"
1544e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
1545e01402b1SRalf Baechle	default y
1546e01402b1SRalf Baechle	help
1547e01402b1SRalf Baechle	  The loader can use memory that is present but has been hidden from
1548e01402b1SRalf Baechle	  Linux using the kernel command line option "mem=xxMB". It's up to
1549e01402b1SRalf Baechle	  you to ensure the amount you put in the option and the space your
1550e01402b1SRalf Baechle	  program requires is less or equal to the amount physically present.
1551e01402b1SRalf Baechle
1552e01402b1SRalf Baechle# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1553e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API
1554e01402b1SRalf Baechle	bool "Enable support for AP/SP API (RTLX)"
1555e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
15565e83d430SRalf Baechle	help
1557e01402b1SRalf Baechle
15582600990eSRalf Baechleconfig MIPS_APSP_KSPD
15592600990eSRalf Baechle	bool "Enable KSPD"
15602600990eSRalf Baechle	depends on MIPS_VPE_APSP_API
15612600990eSRalf Baechle	default y
15622600990eSRalf Baechle	help
15632600990eSRalf Baechle	  KSPD is a kernel daemon that accepts syscall requests from the SP
15642600990eSRalf Baechle	  side, actions them and returns the results. It also handles the
15652600990eSRalf Baechle	  "exit" syscall notifying other kernel modules the SP program is
15662600990eSRalf Baechle	  exiting.  You probably want to say yes here.
15672600990eSRalf Baechle
15681da177e4SLinus Torvaldsconfig SB1_PASS_1_WORKAROUNDS
15691da177e4SLinus Torvalds	bool
15701da177e4SLinus Torvalds	depends on CPU_SB1_PASS_1
15711da177e4SLinus Torvalds	default y
15721da177e4SLinus Torvalds
15731da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS
15741da177e4SLinus Torvalds	bool
15751da177e4SLinus Torvalds	depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
15761da177e4SLinus Torvalds	default y
15771da177e4SLinus Torvalds
15781da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS
15791da177e4SLinus Torvalds	bool
15801da177e4SLinus Torvalds	depends on CPU_SB1 && CPU_SB1_PASS_2
15811da177e4SLinus Torvalds	default y
15821da177e4SLinus Torvalds
15831da177e4SLinus Torvaldsconfig 64BIT_PHYS_ADDR
1584d806cb2bSRalf Baechle	bool
15851da177e4SLinus Torvalds
15861da177e4SLinus Torvaldsconfig CPU_HAS_LLSC
1587f7062ddbSRalf Baechle	bool
15881da177e4SLinus Torvalds
15899693a853SFranck Bui-Huuconfig CPU_HAS_SMARTMIPS
15909693a853SFranck Bui-Huu	depends on SYS_SUPPORTS_SMARTMIPS
15919693a853SFranck Bui-Huu	bool "Support for the SmartMIPS ASE"
15929693a853SFranck Bui-Huu	help
15939693a853SFranck Bui-Huu	  SmartMIPS is a extension of the MIPS32 architecture aimed at
15949693a853SFranck Bui-Huu	  increased security at both hardware and software level for
15959693a853SFranck Bui-Huu	  smartcards.  Enabling this option will allow proper use of the
15969693a853SFranck Bui-Huu	  SmartMIPS instructions by Linux applications.  However a kernel with
15979693a853SFranck Bui-Huu	  this option will not work on a MIPS core without SmartMIPS core.  If
15989693a853SFranck Bui-Huu	  you don't know you probably don't have SmartMIPS and should say N
15999693a853SFranck Bui-Huu	  here.
16009693a853SFranck Bui-Huu
16011da177e4SLinus Torvaldsconfig CPU_HAS_WB
1602f7062ddbSRalf Baechle	bool
1603e01402b1SRalf Baechle
1604f41ae0b2SRalf Baechle#
1605f41ae0b2SRalf Baechle# Vectored interrupt mode is an R2 feature
1606f41ae0b2SRalf Baechle#
1607e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI
1608f41ae0b2SRalf Baechle	bool
1609e01402b1SRalf Baechle
1610f41ae0b2SRalf Baechle#
1611f41ae0b2SRalf Baechle# Extended interrupt mode is an R2 feature
1612f41ae0b2SRalf Baechle#
1613e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI
1614f41ae0b2SRalf Baechle	bool
1615e01402b1SRalf Baechle
16161da177e4SLinus Torvaldsconfig CPU_HAS_SYNC
16171da177e4SLinus Torvalds	bool
16181da177e4SLinus Torvalds	depends on !CPU_R3000
16191da177e4SLinus Torvalds	default y
16201da177e4SLinus Torvalds
1621ea580401SRalf Baechleconfig GENERIC_CLOCKEVENTS_BROADCAST
1622ea580401SRalf Baechle	bool
1623ea580401SRalf Baechle
16241da177e4SLinus Torvalds#
162520d60d99SMaciej W. Rozycki# CPU non-features
162620d60d99SMaciej W. Rozycki#
162720d60d99SMaciej W. Rozyckiconfig CPU_DADDI_WORKAROUNDS
162820d60d99SMaciej W. Rozycki	bool
162920d60d99SMaciej W. Rozycki
163020d60d99SMaciej W. Rozyckiconfig CPU_R4000_WORKAROUNDS
163120d60d99SMaciej W. Rozycki	bool
163220d60d99SMaciej W. Rozycki	select CPU_R4400_WORKAROUNDS
163320d60d99SMaciej W. Rozycki
163420d60d99SMaciej W. Rozyckiconfig CPU_R4400_WORKAROUNDS
163520d60d99SMaciej W. Rozycki	bool
163620d60d99SMaciej W. Rozycki
163720d60d99SMaciej W. Rozycki#
1638797798c1SRalf Baechle# Use the generic interrupt handling code in kernel/irq/:
1639797798c1SRalf Baechle#
1640797798c1SRalf Baechleconfig GENERIC_HARDIRQS
1641797798c1SRalf Baechle	bool
1642797798c1SRalf Baechle	default y
1643797798c1SRalf Baechle
1644797798c1SRalf Baechleconfig GENERIC_IRQ_PROBE
1645797798c1SRalf Baechle	bool
1646797798c1SRalf Baechle	default y
1647797798c1SRalf Baechle
16480d7012a9SIngo Molnarconfig IRQ_PER_CPU
16490d7012a9SIngo Molnar	bool
16500d7012a9SIngo Molnar
1651797798c1SRalf Baechle#
16521da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel.
16531da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed
16541da177e4SLinus Torvalds#   caches such as R3000, SB1, R7000 or those that look like they're virtually
16551da177e4SLinus Torvalds#   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
16561da177e4SLinus Torvalds#   moment we protect the user and offer the highmem option only on machines
16571da177e4SLinus Torvalds#   where it's known to be safe.  This will not offer highmem on a few systems
16581da177e4SLinus Torvalds#   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
16591da177e4SLinus Torvalds#   indexed CPUs but we're playing safe.
1660797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1661797798c1SRalf Baechle#   know they might have memory configurations that could make use of highmem
1662797798c1SRalf Baechle#   support.
16631da177e4SLinus Torvalds#
16641da177e4SLinus Torvaldsconfig HIGHMEM
16651da177e4SLinus Torvalds	bool "High Memory Support"
1666797798c1SRalf Baechle	depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1667797798c1SRalf Baechle
1668797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM
1669797798c1SRalf Baechle	bool
1670797798c1SRalf Baechle
1671797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM
1672797798c1SRalf Baechle	bool
16731da177e4SLinus Torvalds
16749693a853SFranck Bui-Huuconfig SYS_SUPPORTS_SMARTMIPS
16759693a853SFranck Bui-Huu	bool
16769693a853SFranck Bui-Huu
1677b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE
1678b4819b59SYoichi Yuasa	def_bool y
1679b4819b59SYoichi Yuasa	depends on !NUMA
1680b4819b59SYoichi Yuasa
1681d8cb4e11SRalf Baechleconfig ARCH_DISCONTIGMEM_ENABLE
1682d8cb4e11SRalf Baechle	bool
1683d8cb4e11SRalf Baechle	default y if SGI_IP27
1684d8cb4e11SRalf Baechle	help
16853dde6ad8SDavid Sterba	  Say Y to support efficient handling of discontiguous physical memory,
1686d8cb4e11SRalf Baechle	  for architectures which are either NUMA (Non-Uniform Memory Access)
1687d8cb4e11SRalf Baechle	  or have huge holes in the physical address space for other reasons.
1688d8cb4e11SRalf Baechle	  See <file:Documentation/vm/numa> for more.
1689d8cb4e11SRalf Baechle
1690cce335aeSRalf Baechleconfig ARCH_POPULATES_NODE_MAP
1691cce335aeSRalf Baechle	def_bool y
1692cce335aeSRalf Baechle
1693b1c6cd42SAtsushi Nemotoconfig ARCH_SPARSEMEM_ENABLE
1694b1c6cd42SAtsushi Nemoto	bool
16957de58fabSAtsushi Nemoto	select SPARSEMEM_STATIC
169631473747SAtsushi Nemoto
1697d8cb4e11SRalf Baechleconfig NUMA
1698d8cb4e11SRalf Baechle	bool "NUMA Support"
1699d8cb4e11SRalf Baechle	depends on SYS_SUPPORTS_NUMA
1700d8cb4e11SRalf Baechle	help
1701d8cb4e11SRalf Baechle	  Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1702d8cb4e11SRalf Baechle	  Access).  This option improves performance on systems with more
1703d8cb4e11SRalf Baechle	  than two nodes; on two node systems it is generally better to
1704d8cb4e11SRalf Baechle	  leave it disabled; on single node systems disable this option
1705d8cb4e11SRalf Baechle	  disabled.
1706d8cb4e11SRalf Baechle
1707d8cb4e11SRalf Baechleconfig SYS_SUPPORTS_NUMA
1708d8cb4e11SRalf Baechle	bool
1709d8cb4e11SRalf Baechle
1710c80d79d7SYasunori Gotoconfig NODES_SHIFT
1711c80d79d7SYasunori Goto	int
1712c80d79d7SYasunori Goto	default "6"
1713c80d79d7SYasunori Goto	depends on NEED_MULTIPLE_NODES
1714c80d79d7SYasunori Goto
1715b4819b59SYoichi Yuasasource "mm/Kconfig"
1716b4819b59SYoichi Yuasa
17171da177e4SLinus Torvaldsconfig SMP
17181da177e4SLinus Torvalds	bool "Multi-Processing support"
1719e73ea273SRalf Baechle	depends on SYS_SUPPORTS_SMP
1720b4b30a5aSRalf Baechle	select IRQ_PER_CPU
1721e73ea273SRalf Baechle	help
17221da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
17231da177e4SLinus Torvalds	  a system with only one CPU, like most personal computers, say N. If
17241da177e4SLinus Torvalds	  you have a system with more than one CPU, say Y.
17251da177e4SLinus Torvalds
17261da177e4SLinus Torvalds	  If you say N here, the kernel will run on single and multiprocessor
17271da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
17281da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
17291da177e4SLinus Torvalds	  singleprocessor machines. On a singleprocessor machine, the kernel
17301da177e4SLinus Torvalds	  will run faster if you say N here.
17311da177e4SLinus Torvalds
17321da177e4SLinus Torvalds	  People using multiprocessor machines who say Y here should also say
17331da177e4SLinus Torvalds	  Y to "Enhanced Real Time Clock Support", below.
17341da177e4SLinus Torvalds
17351da177e4SLinus Torvalds	  See also the <file:Documentation/smp.txt> and the SMP-HOWTO
17361da177e4SLinus Torvalds	  available at <http://www.tldp.org/docs.html#howto>.
17371da177e4SLinus Torvalds
17381da177e4SLinus Torvalds	  If you don't know what to do here, say N.
17391da177e4SLinus Torvalds
1740*87353d8aSRalf Baechleconfig SMP_UP
1741*87353d8aSRalf Baechle	bool
1742*87353d8aSRalf Baechle
1743e73ea273SRalf Baechleconfig SYS_SUPPORTS_SMP
1744e73ea273SRalf Baechle	bool
1745e73ea273SRalf Baechle
174672ede9b1SAtsushi Nemotoconfig NR_CPUS_DEFAULT_1
174772ede9b1SAtsushi Nemoto	bool
174872ede9b1SAtsushi Nemoto
1749130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_2
1750130e2fb7SRalf Baechle	bool
1751130e2fb7SRalf Baechle
1752130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_4
1753130e2fb7SRalf Baechle	bool
1754130e2fb7SRalf Baechle
1755130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_8
1756130e2fb7SRalf Baechle	bool
1757130e2fb7SRalf Baechle
1758130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_16
1759130e2fb7SRalf Baechle	bool
1760130e2fb7SRalf Baechle
1761130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_32
1762130e2fb7SRalf Baechle	bool
1763130e2fb7SRalf Baechle
1764130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_64
1765130e2fb7SRalf Baechle	bool
1766130e2fb7SRalf Baechle
17671da177e4SLinus Torvaldsconfig NR_CPUS
17681da177e4SLinus Torvalds	int "Maximum number of CPUs (2-64)"
176972ede9b1SAtsushi Nemoto	range 1 64 if NR_CPUS_DEFAULT_1
17701da177e4SLinus Torvalds	depends on SMP
177172ede9b1SAtsushi Nemoto	default "1" if NR_CPUS_DEFAULT_1
1772130e2fb7SRalf Baechle	default "2" if NR_CPUS_DEFAULT_2
1773130e2fb7SRalf Baechle	default "4" if NR_CPUS_DEFAULT_4
1774130e2fb7SRalf Baechle	default "8" if NR_CPUS_DEFAULT_8
1775130e2fb7SRalf Baechle	default "16" if NR_CPUS_DEFAULT_16
1776130e2fb7SRalf Baechle	default "32" if NR_CPUS_DEFAULT_32
1777130e2fb7SRalf Baechle	default "64" if NR_CPUS_DEFAULT_64
17781da177e4SLinus Torvalds	help
17791da177e4SLinus Torvalds	  This allows you to specify the maximum number of CPUs which this
17801da177e4SLinus Torvalds	  kernel will support.  The maximum supported value is 32 for 32-bit
17811da177e4SLinus Torvalds	  kernel and 64 for 64-bit kernels; the minimum value which makes
178272ede9b1SAtsushi Nemoto	  sense is 1 for Qemu (useful only for kernel debugging purposes)
178372ede9b1SAtsushi Nemoto	  and 2 for all others.
17841da177e4SLinus Torvalds
17851da177e4SLinus Torvalds	  This is purely to save memory - each supported CPU adds
178672ede9b1SAtsushi Nemoto	  approximately eight kilobytes to the kernel image.  For best
178772ede9b1SAtsushi Nemoto	  performance should round up your number of processors to the next
178872ede9b1SAtsushi Nemoto	  power of two.
17891da177e4SLinus Torvalds
1790c4eee283SAtsushi Nemotosource "kernel/time/Kconfig"
1791c4eee283SAtsushi Nemoto
17921723b4a3SAtsushi Nemoto#
17931723b4a3SAtsushi Nemoto# Timer Interrupt Frequency Configuration
17941723b4a3SAtsushi Nemoto#
17951723b4a3SAtsushi Nemoto
17961723b4a3SAtsushi Nemotochoice
17971723b4a3SAtsushi Nemoto	prompt "Timer frequency"
17981723b4a3SAtsushi Nemoto	default HZ_250
17991723b4a3SAtsushi Nemoto	help
18001723b4a3SAtsushi Nemoto	 Allows the configuration of the timer frequency.
18011723b4a3SAtsushi Nemoto
18021723b4a3SAtsushi Nemoto	config HZ_48
18031723b4a3SAtsushi Nemoto		bool "48 HZ" if SYS_SUPPORTS_48HZ
18041723b4a3SAtsushi Nemoto
18051723b4a3SAtsushi Nemoto	config HZ_100
18061723b4a3SAtsushi Nemoto		bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
18071723b4a3SAtsushi Nemoto
18081723b4a3SAtsushi Nemoto	config HZ_128
18091723b4a3SAtsushi Nemoto		bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
18101723b4a3SAtsushi Nemoto
18111723b4a3SAtsushi Nemoto	config HZ_250
18121723b4a3SAtsushi Nemoto		bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
18131723b4a3SAtsushi Nemoto
18141723b4a3SAtsushi Nemoto	config HZ_256
18151723b4a3SAtsushi Nemoto		bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
18161723b4a3SAtsushi Nemoto
18171723b4a3SAtsushi Nemoto	config HZ_1000
18181723b4a3SAtsushi Nemoto		bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
18191723b4a3SAtsushi Nemoto
18201723b4a3SAtsushi Nemoto	config HZ_1024
18211723b4a3SAtsushi Nemoto		bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
18221723b4a3SAtsushi Nemoto
18231723b4a3SAtsushi Nemotoendchoice
18241723b4a3SAtsushi Nemoto
18251723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_48HZ
18261723b4a3SAtsushi Nemoto	bool
18271723b4a3SAtsushi Nemoto
18281723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_100HZ
18291723b4a3SAtsushi Nemoto	bool
18301723b4a3SAtsushi Nemoto
18311723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_128HZ
18321723b4a3SAtsushi Nemoto	bool
18331723b4a3SAtsushi Nemoto
18341723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_250HZ
18351723b4a3SAtsushi Nemoto	bool
18361723b4a3SAtsushi Nemoto
18371723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_256HZ
18381723b4a3SAtsushi Nemoto	bool
18391723b4a3SAtsushi Nemoto
18401723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1000HZ
18411723b4a3SAtsushi Nemoto	bool
18421723b4a3SAtsushi Nemoto
18431723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1024HZ
18441723b4a3SAtsushi Nemoto	bool
18451723b4a3SAtsushi Nemoto
18461723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_ARBIT_HZ
18471723b4a3SAtsushi Nemoto	bool
18481723b4a3SAtsushi Nemoto	default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
18491723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
18501723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
18511723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_1024HZ
18521723b4a3SAtsushi Nemoto
18531723b4a3SAtsushi Nemotoconfig HZ
18541723b4a3SAtsushi Nemoto	int
18551723b4a3SAtsushi Nemoto	default 48 if HZ_48
18561723b4a3SAtsushi Nemoto	default 100 if HZ_100
18571723b4a3SAtsushi Nemoto	default 128 if HZ_128
18581723b4a3SAtsushi Nemoto	default 250 if HZ_250
18591723b4a3SAtsushi Nemoto	default 256 if HZ_256
18601723b4a3SAtsushi Nemoto	default 1000 if HZ_1000
18611723b4a3SAtsushi Nemoto	default 1024 if HZ_1024
18621723b4a3SAtsushi Nemoto
1863e80de850SRalf Baechlesource "kernel/Kconfig.preempt"
18641da177e4SLinus Torvalds
18651da177e4SLinus Torvaldsconfig MIPS_INSANE_LARGE
18661da177e4SLinus Torvalds	bool "Support for large 64-bit configurations"
1867875d43e7SRalf Baechle	depends on CPU_R10000 && 64BIT
18681da177e4SLinus Torvalds	help
18691da177e4SLinus Torvalds	  MIPS R10000 does support a 44 bit / 16TB address space as opposed to
18701da177e4SLinus Torvalds	  previous 64-bit processors which only supported 40 bit / 1TB. If you
18711da177e4SLinus Torvalds	  need processes of more than 1TB virtual address space, say Y here.
18721da177e4SLinus Torvalds	  This will result in additional memory usage, so it is not
18731da177e4SLinus Torvalds	  recommended for normal users.
18741da177e4SLinus Torvalds
1875ea6e942bSAtsushi Nemotoconfig KEXEC
1876ea6e942bSAtsushi Nemoto	bool "Kexec system call (EXPERIMENTAL)"
1877ea6e942bSAtsushi Nemoto	depends on EXPERIMENTAL
1878ea6e942bSAtsushi Nemoto	help
1879ea6e942bSAtsushi Nemoto	  kexec is a system call that implements the ability to shutdown your
1880ea6e942bSAtsushi Nemoto	  current kernel, and to start another kernel.  It is like a reboot
18813dde6ad8SDavid Sterba	  but it is independent of the system firmware.   And like a reboot
1882ea6e942bSAtsushi Nemoto	  you can start any kernel with it, not just Linux.
1883ea6e942bSAtsushi Nemoto
188401dd2fbfSMatt LaPlante	  The name comes from the similarity to the exec system call.
1885ea6e942bSAtsushi Nemoto
1886ea6e942bSAtsushi Nemoto	  It is an ongoing process to be certain the hardware in a machine
1887ea6e942bSAtsushi Nemoto	  is properly shutdown, so do not be surprised if this code does not
1888ea6e942bSAtsushi Nemoto	  initially work for you.  It may help to enable device hotplugging
1889ea6e942bSAtsushi Nemoto	  support.  As of this writing the exact hardware interface is
1890ea6e942bSAtsushi Nemoto	  strongly in flux, so no good recommendation can be made.
1891ea6e942bSAtsushi Nemoto
1892ea6e942bSAtsushi Nemotoconfig SECCOMP
1893ea6e942bSAtsushi Nemoto	bool "Enable seccomp to safely compute untrusted bytecode"
1894293c5bd1SRalf Baechle	depends on PROC_FS
1895ea6e942bSAtsushi Nemoto	default y
1896ea6e942bSAtsushi Nemoto	help
1897ea6e942bSAtsushi Nemoto	  This kernel feature is useful for number crunching applications
1898ea6e942bSAtsushi Nemoto	  that may need to compute untrusted bytecode during their
1899ea6e942bSAtsushi Nemoto	  execution. By using pipes or other transports made available to
1900ea6e942bSAtsushi Nemoto	  the process as file descriptors supporting the read/write
1901ea6e942bSAtsushi Nemoto	  syscalls, it's possible to isolate those applications in
1902ea6e942bSAtsushi Nemoto	  their own address space using seccomp. Once seccomp is
1903ea6e942bSAtsushi Nemoto	  enabled via /proc/<pid>/seccomp, it cannot be disabled
1904ea6e942bSAtsushi Nemoto	  and the task is only allowed to execute a few safe syscalls
1905ea6e942bSAtsushi Nemoto	  defined by each seccomp mode.
1906ea6e942bSAtsushi Nemoto
1907ea6e942bSAtsushi Nemoto	  If unsure, say Y. Only embedded should say N here.
1908ea6e942bSAtsushi Nemoto
19095e83d430SRalf Baechleendmenu
19105e83d430SRalf Baechle
19111da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
19121da177e4SLinus Torvalds	bool
19131da177e4SLinus Torvalds	default y
19141da177e4SLinus Torvalds
19151df0f0ffSAtsushi Nemotoconfig LOCKDEP_SUPPORT
19161df0f0ffSAtsushi Nemoto	bool
19171df0f0ffSAtsushi Nemoto	default y
19181df0f0ffSAtsushi Nemoto
19191df0f0ffSAtsushi Nemotoconfig STACKTRACE_SUPPORT
19201df0f0ffSAtsushi Nemoto	bool
19211df0f0ffSAtsushi Nemoto	default y
19221df0f0ffSAtsushi Nemoto
1923b6c3539bSRalf Baechlesource "init/Kconfig"
1924b6c3539bSRalf Baechle
19251da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
19261da177e4SLinus Torvalds
19275e83d430SRalf Baechleconfig HW_HAS_EISA
19285e83d430SRalf Baechle	bool
19291da177e4SLinus Torvaldsconfig HW_HAS_PCI
19301da177e4SLinus Torvalds	bool
19311da177e4SLinus Torvalds
19321da177e4SLinus Torvaldsconfig PCI
19331da177e4SLinus Torvalds	bool "Support for PCI controller"
19341da177e4SLinus Torvalds	depends on HW_HAS_PCI
1935abb4ae46SRalf Baechle	select PCI_DOMAINS
19361da177e4SLinus Torvalds	help
19371da177e4SLinus Torvalds	  Find out whether you have a PCI motherboard. PCI is the name of a
19381da177e4SLinus Torvalds	  bus system, i.e. the way the CPU talks to the other stuff inside
19391da177e4SLinus Torvalds	  your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
19401da177e4SLinus Torvalds	  say Y, otherwise N.
19411da177e4SLinus Torvalds
19421da177e4SLinus Torvalds	  The PCI-HOWTO, available from
19431da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>, contains valuable
19441da177e4SLinus Torvalds	  information about which PCI hardware does work under Linux and which
19451da177e4SLinus Torvalds	  doesn't.
19461da177e4SLinus Torvalds
19471da177e4SLinus Torvaldsconfig PCI_DOMAINS
19481da177e4SLinus Torvalds	bool
19491da177e4SLinus Torvalds
19501da177e4SLinus Torvaldssource "drivers/pci/Kconfig"
19511da177e4SLinus Torvalds
19521da177e4SLinus Torvalds#
19531da177e4SLinus Torvalds# ISA support is now enabled via select.  Too many systems still have the one
19541da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect
19551da177e4SLinus Torvalds# users to choose the right thing ...
19561da177e4SLinus Torvalds#
19571da177e4SLinus Torvaldsconfig ISA
19581da177e4SLinus Torvalds	bool
19591da177e4SLinus Torvalds
19601da177e4SLinus Torvaldsconfig EISA
19611da177e4SLinus Torvalds	bool "EISA support"
19625e83d430SRalf Baechle	depends on HW_HAS_EISA
19631da177e4SLinus Torvalds	select ISA
1964aa414dffSRalf Baechle	select GENERIC_ISA_DMA
19651da177e4SLinus Torvalds	---help---
19661da177e4SLinus Torvalds	  The Extended Industry Standard Architecture (EISA) bus was
19671da177e4SLinus Torvalds	  developed as an open alternative to the IBM MicroChannel bus.
19681da177e4SLinus Torvalds
19691da177e4SLinus Torvalds	  The EISA bus provided some of the features of the IBM MicroChannel
19701da177e4SLinus Torvalds	  bus while maintaining backward compatibility with cards made for
19711da177e4SLinus Torvalds	  the older ISA bus.  The EISA bus saw limited use between 1988 and
19721da177e4SLinus Torvalds	  1995 when it was made obsolete by the PCI bus.
19731da177e4SLinus Torvalds
19741da177e4SLinus Torvalds	  Say Y here if you are building a kernel for an EISA-based machine.
19751da177e4SLinus Torvalds
19761da177e4SLinus Torvalds	  Otherwise, say N.
19771da177e4SLinus Torvalds
19781da177e4SLinus Torvaldssource "drivers/eisa/Kconfig"
19791da177e4SLinus Torvalds
19801da177e4SLinus Torvaldsconfig TC
19811da177e4SLinus Torvalds	bool "TURBOchannel support"
19821da177e4SLinus Torvalds	depends on MACH_DECSTATION
19831da177e4SLinus Torvalds	help
19841da177e4SLinus Torvalds	  TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
19851da177e4SLinus Torvalds	  processors.  Documentation on writing device drivers for TurboChannel
19861da177e4SLinus Torvalds	  is available at:
19871da177e4SLinus Torvalds	  <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
19881da177e4SLinus Torvalds
19891da177e4SLinus Torvalds#config ACCESSBUS
19901da177e4SLinus Torvalds#	bool "Access.Bus support"
19911da177e4SLinus Torvalds#	depends on TC
19921da177e4SLinus Torvalds
19931da177e4SLinus Torvaldsconfig MMU
19941da177e4SLinus Torvalds	bool
19951da177e4SLinus Torvalds	default y
19961da177e4SLinus Torvalds
1997d865bea4SRalf Baechleconfig I8253
1998d865bea4SRalf Baechle	bool
1999d865bea4SRalf Baechle
2000cce335aeSRalf Baechleconfig ZONE_DMA32
2001cce335aeSRalf Baechle	bool
2002cce335aeSRalf Baechle
20031da177e4SLinus Torvaldssource "drivers/pcmcia/Kconfig"
20041da177e4SLinus Torvalds
20051da177e4SLinus Torvaldssource "drivers/pci/hotplug/Kconfig"
20061da177e4SLinus Torvalds
20071da177e4SLinus Torvaldsendmenu
20081da177e4SLinus Torvalds
20091da177e4SLinus Torvaldsmenu "Executable file formats"
20101da177e4SLinus Torvalds
20111da177e4SLinus Torvaldssource "fs/Kconfig.binfmt"
20121da177e4SLinus Torvalds
20131da177e4SLinus Torvaldsconfig TRAD_SIGNALS
20141da177e4SLinus Torvalds	bool
20151da177e4SLinus Torvalds
20161da177e4SLinus Torvaldsconfig BINFMT_IRIX
20171da177e4SLinus Torvalds	bool "Include IRIX binary compatibility"
20185e83d430SRalf Baechle	depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
20191da177e4SLinus Torvalds
20201da177e4SLinus Torvaldsconfig MIPS32_COMPAT
20211da177e4SLinus Torvalds	bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
2022875d43e7SRalf Baechle	depends on 64BIT
20231da177e4SLinus Torvalds	help
20241da177e4SLinus Torvalds	  Select this option if you want Linux/MIPS 32-bit binary
20251da177e4SLinus Torvalds	  compatibility. Since all software available for Linux/MIPS is
20261da177e4SLinus Torvalds	  currently 32-bit you should say Y here.
20271da177e4SLinus Torvalds
20281da177e4SLinus Torvaldsconfig COMPAT
20291da177e4SLinus Torvalds	bool
20301da177e4SLinus Torvalds	depends on MIPS32_COMPAT
20311da177e4SLinus Torvalds	default y
20321da177e4SLinus Torvalds
203305e43966SAtsushi Nemotoconfig SYSVIPC_COMPAT
203405e43966SAtsushi Nemoto	bool
203505e43966SAtsushi Nemoto	depends on COMPAT && SYSVIPC
203605e43966SAtsushi Nemoto	default y
203705e43966SAtsushi Nemoto
20381da177e4SLinus Torvaldsconfig MIPS32_O32
20391da177e4SLinus Torvalds	bool "Kernel support for o32 binaries"
20401da177e4SLinus Torvalds	depends on MIPS32_COMPAT
20411da177e4SLinus Torvalds	help
20421da177e4SLinus Torvalds	  Select this option if you want to run o32 binaries.  These are pure
20431da177e4SLinus Torvalds	  32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
20441da177e4SLinus Torvalds	  existing binaries are in this format.
20451da177e4SLinus Torvalds
20461da177e4SLinus Torvalds	  If unsure, say Y.
20471da177e4SLinus Torvalds
20481da177e4SLinus Torvaldsconfig MIPS32_N32
20491da177e4SLinus Torvalds	bool "Kernel support for n32 binaries"
20501da177e4SLinus Torvalds	depends on MIPS32_COMPAT
20511da177e4SLinus Torvalds	help
20521da177e4SLinus Torvalds	  Select this option if you want to run n32 binaries.  These are
20531da177e4SLinus Torvalds	  64-bit binaries using 32-bit quantities for addressing and certain
20541da177e4SLinus Torvalds	  data that would normally be 64-bit.  They are used in special
20551da177e4SLinus Torvalds	  cases.
20561da177e4SLinus Torvalds
20571da177e4SLinus Torvalds	  If unsure, say N.
20581da177e4SLinus Torvalds
20591da177e4SLinus Torvaldsconfig BINFMT_ELF32
20601da177e4SLinus Torvalds	bool
20611da177e4SLinus Torvalds	default y if MIPS32_O32 || MIPS32_N32
20621da177e4SLinus Torvalds
20632116245eSRalf Baechleendmenu
20641da177e4SLinus Torvalds
20652116245eSRalf Baechlemenu "Power management options"
2066952fa954SRodolfo Giometti
20672116245eSRalf Baechlesource "kernel/power/Kconfig"
2068952fa954SRodolfo Giometti
20691da177e4SLinus Torvaldsendmenu
20701da177e4SLinus Torvalds
2071d5950b43SSam Ravnborgsource "net/Kconfig"
2072d5950b43SSam Ravnborg
20731da177e4SLinus Torvaldssource "drivers/Kconfig"
20741da177e4SLinus Torvalds
20751da177e4SLinus Torvaldssource "fs/Kconfig"
20761da177e4SLinus Torvalds
207709cadedbSMathieu Desnoyerssource "kernel/Kconfig.instrumentation"
20785e83d430SRalf Baechle
20791da177e4SLinus Torvaldssource "arch/mips/Kconfig.debug"
20801da177e4SLinus Torvalds
20811da177e4SLinus Torvaldssource "security/Kconfig"
20821da177e4SLinus Torvalds
20831da177e4SLinus Torvaldssource "crypto/Kconfig"
20841da177e4SLinus Torvalds
20851da177e4SLinus Torvaldssource "lib/Kconfig"
2086