xref: /linux/arch/mips/Kconfig (revision d725cf3818b12a17d78b87a2de19e8eec17126ae)
11da177e4SLinus Torvaldsconfig MIPS
21da177e4SLinus Torvalds	bool
31da177e4SLinus Torvalds	default y
41da177e4SLinus Torvalds	# Horrible source of confusion.  Die, die, die ...
51da177e4SLinus Torvalds	select EMBEDDED
61da177e4SLinus Torvalds
71da177e4SLinus Torvaldsmainmenu "Linux/MIPS Kernel Configuration"
81da177e4SLinus Torvalds
91da177e4SLinus Torvaldsmenu "Machine selection"
101da177e4SLinus Torvalds
115ac6da66SChristoph Lameterconfig ZONE_DMA
125ac6da66SChristoph Lameter	bool
135ac6da66SChristoph Lameter
145e83d430SRalf Baechlechoice
155e83d430SRalf Baechle	prompt "System type"
165e83d430SRalf Baechle	default SGI_IP22
171da177e4SLinus Torvalds
185e83d430SRalf Baechleconfig MIPS_MTX1
193fa986faSMartin Michlmayr	bool "4G Systems MTX-1 board"
201da177e4SLinus Torvalds	select DMA_NONCOHERENT
211da177e4SLinus Torvalds	select HW_HAS_PCI
2208f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
235e83d430SRalf Baechle	select SOC_AU1500
247cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
255e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
261da177e4SLinus Torvalds
275e83d430SRalf Baechleconfig MIPS_BOSPORUS
285e83d430SRalf Baechle	bool "AMD Alchemy Bosporus board"
295e83d430SRalf Baechle	select SOC_AU1500
301da177e4SLinus Torvalds	select DMA_NONCOHERENT
317cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
325e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
331da177e4SLinus Torvalds
345e83d430SRalf Baechleconfig MIPS_PB1000
355e83d430SRalf Baechle	bool "AMD Alchemy PB1000 board"
365e83d430SRalf Baechle	select SOC_AU1000
371da177e4SLinus Torvalds	select DMA_NONCOHERENT
381da177e4SLinus Torvalds	select HW_HAS_PCI
3908f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
401da177e4SLinus Torvalds	select SWAP_IO_SPACE
417cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
425e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
435e83d430SRalf Baechle
445e83d430SRalf Baechleconfig MIPS_PB1100
455e83d430SRalf Baechle	bool "AMD Alchemy PB1100 board"
465e83d430SRalf Baechle	select SOC_AU1100
475e83d430SRalf Baechle	select DMA_NONCOHERENT
485e83d430SRalf Baechle	select HW_HAS_PCI
4908f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
505e83d430SRalf Baechle	select SWAP_IO_SPACE
517cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
525e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
535e83d430SRalf Baechle
545e83d430SRalf Baechleconfig MIPS_PB1500
555e83d430SRalf Baechle	bool "AMD Alchemy PB1500 board"
565e83d430SRalf Baechle	select SOC_AU1500
575e83d430SRalf Baechle	select DMA_NONCOHERENT
585e83d430SRalf Baechle	select HW_HAS_PCI
5908f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
607cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
615e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
625e83d430SRalf Baechle
635e83d430SRalf Baechleconfig MIPS_PB1550
645e83d430SRalf Baechle	bool "AMD Alchemy PB1550 board"
655e83d430SRalf Baechle	select SOC_AU1550
665e83d430SRalf Baechle	select DMA_NONCOHERENT
675e83d430SRalf Baechle	select HW_HAS_PCI
685e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
6908f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
707cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
715e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
725e83d430SRalf Baechle
735e83d430SRalf Baechleconfig MIPS_PB1200
745e83d430SRalf Baechle	bool "AMD Alchemy PB1200 board"
755e83d430SRalf Baechle	select SOC_AU1200
765e83d430SRalf Baechle	select DMA_NONCOHERENT
775e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
7808f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
797cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
805e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
815e83d430SRalf Baechle
825e83d430SRalf Baechleconfig MIPS_DB1000
835e83d430SRalf Baechle	bool "AMD Alchemy DB1000 board"
845e83d430SRalf Baechle	select SOC_AU1000
855e83d430SRalf Baechle	select DMA_NONCOHERENT
865e83d430SRalf Baechle	select HW_HAS_PCI
8708f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
887cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
895e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
905e83d430SRalf Baechle
915e83d430SRalf Baechleconfig MIPS_DB1100
925e83d430SRalf Baechle	bool "AMD Alchemy DB1100 board"
935e83d430SRalf Baechle	select SOC_AU1100
945e83d430SRalf Baechle	select DMA_NONCOHERENT
957cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
965e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
975e83d430SRalf Baechle
985e83d430SRalf Baechleconfig MIPS_DB1500
995e83d430SRalf Baechle	bool "AMD Alchemy DB1500 board"
1005e83d430SRalf Baechle	select SOC_AU1500
1015e83d430SRalf Baechle	select DMA_NONCOHERENT
1025e83d430SRalf Baechle	select HW_HAS_PCI
1035e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
10408f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
1057cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1065e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
1075e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1085e83d430SRalf Baechle
1095e83d430SRalf Baechleconfig MIPS_DB1550
1105e83d430SRalf Baechle	bool "AMD Alchemy DB1550 board"
1115e83d430SRalf Baechle	select SOC_AU1550
1125e83d430SRalf Baechle	select HW_HAS_PCI
1135e83d430SRalf Baechle	select DMA_NONCOHERENT
1145e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
11508f57f7fSRalf Baechle	select RESOURCES_64BIT if PCI
1167cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1175e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1185e83d430SRalf Baechle
1195e83d430SRalf Baechleconfig MIPS_DB1200
1205e83d430SRalf Baechle	bool "AMD Alchemy DB1200 board"
1215e83d430SRalf Baechle	select SOC_AU1200
1225e83d430SRalf Baechle	select DMA_COHERENT
1235e83d430SRalf Baechle	select MIPS_DISABLE_OBSOLETE_IDE
1247cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1255e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1265e83d430SRalf Baechle
1275e83d430SRalf Baechleconfig MIPS_MIRAGE
1285e83d430SRalf Baechle	bool "AMD Alchemy Mirage board"
1295e83d430SRalf Baechle	select DMA_NONCOHERENT
1305e83d430SRalf Baechle	select SOC_AU1500
1317cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
1325e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1331da177e4SLinus Torvalds
13435189fadSRalf Baechleconfig BASLER_EXCITE
135be91589eSThomas Koeller	bool "Basler eXcite smart camera"
13635189fadSRalf Baechle	select DMA_COHERENT
13735189fadSRalf Baechle	select HW_HAS_PCI
13835189fadSRalf Baechle	select IRQ_CPU
13935189fadSRalf Baechle	select IRQ_CPU_RM7K
14035189fadSRalf Baechle	select IRQ_CPU_RM9K
141663c3d90Sthomas@koeller.dyndns.org	select MIPS_RM9122
14235189fadSRalf Baechle	select SYS_HAS_CPU_RM9000
14335189fadSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
14435189fadSRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
14535189fadSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
146cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
14735189fadSRalf Baechle	help
14835189fadSRalf Baechle	  The eXcite is a smart camera platform manufactured by
149be91589eSThomas Koeller	  Basler Vision Technologies AG.
15035189fadSRalf Baechle
15135189fadSRalf Baechleconfig BASLER_EXCITE_PROTOTYPE
15235189fadSRalf Baechle	bool "Support for pre-release units"
15335189fadSRalf Baechle	depends on BASLER_EXCITE
15435189fadSRalf Baechle	default n
15535189fadSRalf Baechle	help
15635189fadSRalf Baechle	  Pre-series (prototype) units are different from later ones in
15735189fadSRalf Baechle	  some ways. Select this option if you have one of these. Please
15835189fadSRalf Baechle	  note that a kernel built with this option selected will not be
15935189fadSRalf Baechle	  able to run on normal units.
16035189fadSRalf Baechle
1611da177e4SLinus Torvaldsconfig MIPS_COBALT
1623fa986faSMartin Michlmayr	bool "Cobalt Server"
1631da177e4SLinus Torvalds	select DMA_NONCOHERENT
1641da177e4SLinus Torvalds	select HW_HAS_PCI
1651da177e4SLinus Torvalds	select I8259
1661da177e4SLinus Torvalds	select IRQ_CPU
167252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
1687cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
1690a22e0d4SYoichi Yuasa	select SYS_HAS_EARLY_PRINTK
170ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
171ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1725e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1739fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
1741da177e4SLinus Torvalds
1751da177e4SLinus Torvaldsconfig MACH_DECSTATION
1763fa986faSMartin Michlmayr	bool "DECstations"
1771da177e4SLinus Torvalds	select BOOT_ELF32
1781da177e4SLinus Torvalds	select DMA_NONCOHERENT
17936a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
1801da177e4SLinus Torvalds	select IRQ_CPU
1817cf8053bSRalf Baechle	select SYS_HAS_CPU_R3000
1827cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
183ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
184ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
1855e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
1861723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_128HZ
1871723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_256HZ
1881723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_1024HZ
1895e83d430SRalf Baechle	help
1901da177e4SLinus Torvalds	  This enables support for DEC's MIPS based workstations.  For details
1911da177e4SLinus Torvalds	  see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
1921da177e4SLinus Torvalds	  DECstation porting pages on <http://decstation.unix-ag.org/>.
1931da177e4SLinus Torvalds
1941da177e4SLinus Torvalds	  If you have one of the following DECstation Models you definitely
1951da177e4SLinus Torvalds	  want to choose R4xx0 for the CPU Type:
1961da177e4SLinus Torvalds
1971da177e4SLinus Torvalds	  	DECstation 5000/50
1981da177e4SLinus Torvalds	  	DECstation 5000/150
1991da177e4SLinus Torvalds	  	DECstation 5000/260
2001da177e4SLinus Torvalds	  	DECsystem 5900/260
2011da177e4SLinus Torvalds
2021da177e4SLinus Torvalds	  otherwise choose R3000.
2031da177e4SLinus Torvalds
2041da177e4SLinus Torvaldsconfig MIPS_EV64120
2053fa986faSMartin Michlmayr	bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
2061da177e4SLinus Torvalds	depends on EXPERIMENTAL
2071da177e4SLinus Torvalds	select DMA_NONCOHERENT
2081da177e4SLinus Torvalds	select HW_HAS_PCI
209252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
2107cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
211ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
212ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
2135e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
214cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
2151da177e4SLinus Torvalds	help
2161da177e4SLinus Torvalds	  This is an evaluation board based on the Galileo GT-64120
2171da177e4SLinus Torvalds	  single-chip system controller that contains a MIPS R5000 compatible
2181da177e4SLinus Torvalds	  core running at 75/100MHz.  Their website is located at
2191da177e4SLinus Torvalds	  <http://www.marvell.com/>.  Say Y here if you wish to build a
2201da177e4SLinus Torvalds	  kernel for this platform.
2211da177e4SLinus Torvalds
2225e83d430SRalf Baechleconfig MACH_JAZZ
2233fa986faSMartin Michlmayr	bool "Jazz family of machines"
2245e83d430SRalf Baechle	select ARC
2255e83d430SRalf Baechle	select ARC32
2265e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
2275e83d430SRalf Baechle	select GENERIC_ISA_DMA
228e5c6c8e4SMichael Neuling	select I8253
2295e83d430SRalf Baechle	select I8259
2305e83d430SRalf Baechle	select ISA
2317cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
2325e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
2335e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
2341723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_100HZ
2359fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
2361da177e4SLinus Torvalds	help
2375e83d430SRalf Baechle	 This a family of machines based on the MIPS R4030 chipset which was
2385e83d430SRalf Baechle	 used by several vendors to build RISC/os and Windows NT workstations.
2395e83d430SRalf Baechle	 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
2405e83d430SRalf Baechle	 Olivetti M700-10 workstations.
2415e83d430SRalf Baechle
2425e83d430SRalf Baechleconfig LASAT
2433fa986faSMartin Michlmayr	bool "LASAT Networks platforms"
2445e83d430SRalf Baechle	select DMA_NONCOHERENT
24536a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
2465e83d430SRalf Baechle	select HW_HAS_PCI
247252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
2485e83d430SRalf Baechle	select MIPS_NILE4
2495e83d430SRalf Baechle	select R5000_CPU_SCACHE
2507cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
2515e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
252080e948cSRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
2535e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
254e77c232cSFranck Bui-Huu	select GENERIC_HARDIRQS_NO__DO_IRQ
2551da177e4SLinus Torvalds
2561da177e4SLinus Torvaldsconfig MIPS_ATLAS
2573fa986faSMartin Michlmayr	bool "MIPS Atlas board"
2581da177e4SLinus Torvalds	select BOOT_ELF32
2591da177e4SLinus Torvalds	select DMA_NONCOHERENT
26036a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
2615e83d430SRalf Baechle	select IRQ_CPU
2621da177e4SLinus Torvalds	select HW_HAS_PCI
2635e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2645e83d430SRalf Baechle	select MIPS_BONITO64
265252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
2665e83d430SRalf Baechle	select MIPS_MSC
267f4b7cdb4SMaciej W. Rozycki	select RM7000_CPU_SCACHE
2681da177e4SLinus Torvalds	select SWAP_IO_SPACE
2697cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
2707cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
2717cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
2727cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
2737cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
274ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
275ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
2765e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
2775e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
278f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
2799693a853SFranck Bui-Huu	select SYS_SUPPORTS_SMARTMIPS
280e77c232cSFranck Bui-Huu	select GENERIC_HARDIRQS_NO__DO_IRQ
2811da177e4SLinus Torvalds	help
282f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Atlas evaluation
2831da177e4SLinus Torvalds	  board.
2841da177e4SLinus Torvalds
2851da177e4SLinus Torvaldsconfig MIPS_MALTA
2863fa986faSMartin Michlmayr	bool "MIPS Malta board"
28761ed242dSRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
2881da177e4SLinus Torvalds	select BOOT_ELF32
2891da177e4SLinus Torvalds	select HAVE_STD_PC_SERIAL_PORT
2901da177e4SLinus Torvalds	select DMA_NONCOHERENT
2911da177e4SLinus Torvalds	select GENERIC_ISA_DMA
292aa414dffSRalf Baechle	select IRQ_CPU
2931da177e4SLinus Torvalds	select HW_HAS_PCI
2941da177e4SLinus Torvalds	select I8259
2955e83d430SRalf Baechle	select MIPS_BOARDS_GEN
2965e83d430SRalf Baechle	select MIPS_BONITO64
2979318c51aSChris Dearman	select MIPS_CPU_SCACHE
298252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
2995e83d430SRalf Baechle	select MIPS_MSC
3001da177e4SLinus Torvalds	select SWAP_IO_SPACE
3017cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3027cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3037cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
3047cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
3057cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
30636a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
307ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
308ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3095e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3105e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
311f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING
3129693a853SFranck Bui-Huu	select SYS_SUPPORTS_SMARTMIPS
3131da177e4SLinus Torvalds	help
314f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Malta evaluation
3151da177e4SLinus Torvalds	  board.
3161da177e4SLinus Torvalds
3171da177e4SLinus Torvaldsconfig MIPS_SEAD
3183fa986faSMartin Michlmayr	bool "MIPS SEAD board (EXPERIMENTAL)"
3191da177e4SLinus Torvalds	depends on EXPERIMENTAL
3201da177e4SLinus Torvalds	select IRQ_CPU
3211da177e4SLinus Torvalds	select DMA_NONCOHERENT
32236a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
3235e83d430SRalf Baechle	select MIPS_BOARDS_GEN
3247cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3257cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
3267cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
327ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3285e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
3295e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
3305e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
3319693a853SFranck Bui-Huu	select SYS_SUPPORTS_SMARTMIPS
332f638d197SMaciej W. Rozycki	help
333f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies SEAD evaluation
334f638d197SMaciej W. Rozycki	  board.
3351da177e4SLinus Torvalds
336a240a469SMark.Zhanconfig WR_PPMC
3379247857fSMark.Zhan	bool "Wind River PPMC board"
338a240a469SMark.Zhan	select IRQ_CPU
339a240a469SMark.Zhan	select BOOT_ELF32
340a240a469SMark.Zhan	select DMA_NONCOHERENT
341a240a469SMark.Zhan	select HW_HAS_PCI
342252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
343a240a469SMark.Zhan	select SWAP_IO_SPACE
344a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R1
345a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS32_R2
346a240a469SMark.Zhan	select SYS_HAS_CPU_MIPS64_R1
347a240a469SMark.Zhan	select SYS_HAS_CPU_NEVADA
348a240a469SMark.Zhan	select SYS_HAS_CPU_RM7000
349a240a469SMark.Zhan	select SYS_SUPPORTS_32BIT_KERNEL
350a240a469SMark.Zhan	select SYS_SUPPORTS_64BIT_KERNEL
351a240a469SMark.Zhan	select SYS_SUPPORTS_BIG_ENDIAN
352a240a469SMark.Zhan	select SYS_SUPPORTS_LITTLE_ENDIAN
353a240a469SMark.Zhan	help
354a240a469SMark.Zhan	  This enables support for the Wind River MIPS32 4KC PPMC evaluation
355a240a469SMark.Zhan	  board, which is based on GT64120 bridge chip.
356a240a469SMark.Zhan
357c78cbf49SRalf Baechleconfig MIPS_SIM
3583fa986faSMartin Michlmayr	bool 'MIPS simulator (MIPSsim)'
359c78cbf49SRalf Baechle	select DMA_NONCOHERENT
36036a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
361c78cbf49SRalf Baechle	select IRQ_CPU
3627cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
3637cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
36436a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
365c78cbf49SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
366c78cbf49SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
367c78cbf49SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
368c78cbf49SRalf Baechle	help
369c78cbf49SRalf Baechle	  This option enables support for MIPS Technologies MIPSsim software
370c78cbf49SRalf Baechle	  emulator.
371c78cbf49SRalf Baechle
3721da177e4SLinus Torvaldsconfig MOMENCO_JAGUAR_ATX
3733fa986faSMartin Michlmayr	bool "Momentum Jaguar board"
3741da177e4SLinus Torvalds	select BOOT_ELF32
3751da177e4SLinus Torvalds	select DMA_NONCOHERENT
3761da177e4SLinus Torvalds	select HW_HAS_PCI
3771da177e4SLinus Torvalds	select IRQ_CPU
3781da177e4SLinus Torvalds	select IRQ_CPU_RM7K
3791da177e4SLinus Torvalds	select IRQ_MV64340
3801da177e4SLinus Torvalds	select LIMITED_DMA
3811da177e4SLinus Torvalds	select PCI_MARVELL
3821da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
3831da177e4SLinus Torvalds	select SWAP_IO_SPACE
3847cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
38536a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
386ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
387ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
3885e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
389cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
3901da177e4SLinus Torvalds	help
3911da177e4SLinus Torvalds	  The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
3921da177e4SLinus Torvalds	  Momentum Computer <http://www.momenco.com/>.
3931da177e4SLinus Torvalds
3945e83d430SRalf Baechleconfig MOMENCO_OCELOT
3953fa986faSMartin Michlmayr	bool "Momentum Ocelot board"
3965e83d430SRalf Baechle	select DMA_NONCOHERENT
3971da177e4SLinus Torvalds	select HW_HAS_PCI
3981da177e4SLinus Torvalds	select IRQ_CPU
3991da177e4SLinus Torvalds	select IRQ_CPU_RM7K
400252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
4015e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4021da177e4SLinus Torvalds	select SWAP_IO_SPACE
4037cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
404ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
405ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
4065e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
407cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
4081da177e4SLinus Torvalds	help
4095e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4105e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4111da177e4SLinus Torvalds
4125e83d430SRalf Baechleconfig MOMENCO_OCELOT_3
4133fa986faSMartin Michlmayr	bool "Momentum Ocelot-3 board"
4145e83d430SRalf Baechle	select BOOT_ELF32
4155e83d430SRalf Baechle	select DMA_NONCOHERENT
4165e83d430SRalf Baechle	select HW_HAS_PCI
4175e83d430SRalf Baechle	select IRQ_CPU
4185e83d430SRalf Baechle	select IRQ_CPU_RM7K
4195e83d430SRalf Baechle	select IRQ_MV64340
4205e83d430SRalf Baechle	select PCI_MARVELL
4215e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4225e83d430SRalf Baechle	select SWAP_IO_SPACE
4237cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
4245e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4255e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4265e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4275e83d430SRalf Baechle	help
4285e83d430SRalf Baechle	  The Ocelot-3 is based off Discovery III System Controller and
4295e83d430SRalf Baechle	  PMC-Sierra Rm79000 core.
4305e83d430SRalf Baechle
4315e83d430SRalf Baechleconfig MOMENCO_OCELOT_C
4323fa986faSMartin Michlmayr	bool "Momentum Ocelot-C board"
4335e83d430SRalf Baechle	select DMA_NONCOHERENT
4345e83d430SRalf Baechle	select HW_HAS_PCI
4355e83d430SRalf Baechle	select IRQ_CPU
4365e83d430SRalf Baechle	select IRQ_MV64340
4375e83d430SRalf Baechle	select PCI_MARVELL
4385e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4395e83d430SRalf Baechle	select SWAP_IO_SPACE
4407cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4415e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4428a88ca8fSRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
4435e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
444e77c232cSFranck Bui-Huu	select GENERIC_HARDIRQS_NO__DO_IRQ
4455e83d430SRalf Baechle	help
4465e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4475e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4485e83d430SRalf Baechle
4495e83d430SRalf Baechleconfig MOMENCO_OCELOT_G
4503fa986faSMartin Michlmayr	bool "Momentum Ocelot-G board"
4515e83d430SRalf Baechle	select DMA_NONCOHERENT
4525e83d430SRalf Baechle	select HW_HAS_PCI
4535e83d430SRalf Baechle	select IRQ_CPU
4545e83d430SRalf Baechle	select IRQ_CPU_RM7K
4555e83d430SRalf Baechle	select PCI_MARVELL
4565e83d430SRalf Baechle	select RM7000_CPU_SCACHE
4575e83d430SRalf Baechle	select SWAP_IO_SPACE
4587cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
4595e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4608a88ca8fSRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
4615e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
4625e83d430SRalf Baechle	help
4635e83d430SRalf Baechle	  The Ocelot is a MIPS-based Single Board Computer (SBC) made by
4645e83d430SRalf Baechle	  Momentum Computer <http://www.momenco.com/>.
4655e83d430SRalf Baechle
4665e83d430SRalf Baechleconfig MIPS_XXS1500
4673fa986faSMartin Michlmayr	bool "MyCable XXS1500 board"
4685e83d430SRalf Baechle	select DMA_NONCOHERENT
4695e83d430SRalf Baechle	select SOC_AU1500
4705e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4711da177e4SLinus Torvalds
472bdf21b18SPete Popovconfig PNX8550_JBS
4733fa986faSMartin Michlmayr	bool "Philips PNX8550 based JBS board"
474bdf21b18SPete Popov	select PNX8550
475bdf21b18SPete Popov	select SYS_SUPPORTS_LITTLE_ENDIAN
476bdf21b18SPete Popov
477f0647a52SVitaly Woolconfig PNX8550_STB810
478f0647a52SVitaly Wool	bool "Support for Philips PNX8550 based STB810 board"
479f0647a52SVitaly Wool	select PNX8550
480f0647a52SVitaly Wool	select SYS_SUPPORTS_LITTLE_ENDIAN
481f0647a52SVitaly Wool
4821da177e4SLinus Torvaldsconfig DDB5477
4833fa986faSMartin Michlmayr	bool "NEC DDB Vrc-5477"
4845e83d430SRalf Baechle	select DDB5XXX_COMMON
4851da177e4SLinus Torvalds	select DMA_NONCOHERENT
4861da177e4SLinus Torvalds	select HW_HAS_PCI
4871da177e4SLinus Torvalds	select I8259
4881da177e4SLinus Torvalds	select IRQ_CPU
4897cf8053bSRalf Baechle	select SYS_HAS_CPU_R5432
490ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
491ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
492cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
493cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
4945e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
4951da177e4SLinus Torvalds	help
4961da177e4SLinus Torvalds	  This enables support for the R5432-based NEC DDB Vrc-5477,
4971da177e4SLinus Torvalds	  or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
4981da177e4SLinus Torvalds
4991da177e4SLinus Torvalds	  Features : kernel debugging, serial terminal, NFS root fs, on-board
5001da177e4SLinus Torvalds	  ether port USB, AC97, PCI, etc.
5011da177e4SLinus Torvalds
5025e83d430SRalf Baechleconfig MACH_VR41XX
50374142d65SYoichi Yuasa	bool "NEC VR4100 series based machines"
5047cf8053bSRalf Baechle	select SYS_HAS_CPU_VR41XX
5059fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
5065e83d430SRalf Baechle
5075e83d430SRalf Baechleconfig PMC_YOSEMITE
5083fa986faSMartin Michlmayr	bool "PMC-Sierra Yosemite eval board"
5095e83d430SRalf Baechle	select DMA_COHERENT
5105e83d430SRalf Baechle	select HW_HAS_PCI
5115e83d430SRalf Baechle	select IRQ_CPU
5125e83d430SRalf Baechle	select IRQ_CPU_RM7K
5135e83d430SRalf Baechle	select IRQ_CPU_RM9K
5145e83d430SRalf Baechle	select SWAP_IO_SPACE
5157cf8053bSRalf Baechle	select SYS_HAS_CPU_RM9000
51636a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
5175e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
5185e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
5195e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5205e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
521cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
522e73ea273SRalf Baechle	select SYS_SUPPORTS_SMP
5235e83d430SRalf Baechle	help
5245e83d430SRalf Baechle	  Yosemite is an evaluation board for the RM9000x2 processor
5255e83d430SRalf Baechle	  manufactured by PMC-Sierra.
5261da177e4SLinus Torvalds
52707119621SRalf Baechleconfig QEMU
5283fa986faSMartin Michlmayr	bool "Qemu"
52907119621SRalf Baechle	select DMA_COHERENT
53007119621SRalf Baechle	select GENERIC_ISA_DMA
53107119621SRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
532e5c6c8e4SMichael Neuling	select I8253
53307119621SRalf Baechle	select I8259
53407119621SRalf Baechle	select ISA
53507119621SRalf Baechle	select SWAP_IO_SPACE
5367cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
53707119621SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
53807119621SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
539c8cc9618SAurelien Jarno	select SYS_SUPPORTS_LITTLE_ENDIAN
540b1c6cd42SAtsushi Nemoto	select ARCH_SPARSEMEM_ENABLE
5419fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
54272ede9b1SAtsushi Nemoto	select NR_CPUS_DEFAULT_1
54372ede9b1SAtsushi Nemoto	select SYS_SUPPORTS_SMP
54407119621SRalf Baechle	help
54507119621SRalf Baechle	  Qemu is a software emulator which among other architectures also
54607119621SRalf Baechle	  can simulate a MIPS32 4Kc system.  This patch adds support for the
54707119621SRalf Baechle	  system architecture that currently is being simulated by Qemu.  It
54807119621SRalf Baechle	  will eventually be removed again when Qemu has the capability to
54907119621SRalf Baechle	  simulate actual MIPS hardware platforms.  More information on Qemu
55007119621SRalf Baechle	  can be found at http://www.linux-mips.org/wiki/Qemu.
55107119621SRalf Baechle
552355c471fSdmitry pervushinconfig MARKEINS
553355c471fSdmitry pervushin	bool "Support for NEC EMMA2RH Mark-eins"
554355c471fSdmitry pervushin	select DMA_NONCOHERENT
555355c471fSdmitry pervushin	select HW_HAS_PCI
556355c471fSdmitry pervushin	select IRQ_CPU
557355c471fSdmitry pervushin	select SWAP_IO_SPACE
558355c471fSdmitry pervushin	select SYS_SUPPORTS_32BIT_KERNEL
559355c471fSdmitry pervushin	select SYS_SUPPORTS_BIG_ENDIAN
560355c471fSdmitry pervushin	select SYS_SUPPORTS_LITTLE_ENDIAN
561355c471fSdmitry pervushin	select SYS_HAS_CPU_R5000
562355c471fSdmitry pervushin	help
563355c471fSdmitry pervushin	  This enables support for the R5432-based NEC Mark-eins
564355c471fSdmitry pervushin	  boards with R5500 CPU.
565355c471fSdmitry pervushin
5661da177e4SLinus Torvaldsconfig SGI_IP22
5673fa986faSMartin Michlmayr	bool "SGI IP22 (Indy/Indigo2)"
5681da177e4SLinus Torvalds	select ARC
5691da177e4SLinus Torvalds	select ARC32
5701da177e4SLinus Torvalds	select BOOT_ELF32
5711da177e4SLinus Torvalds	select DMA_NONCOHERENT
5725e83d430SRalf Baechle	select HW_HAS_EISA
5731da177e4SLinus Torvalds	select IP22_CPU_SCACHE
5741da177e4SLinus Torvalds	select IRQ_CPU
575aa414dffSRalf Baechle	select GENERIC_ISA_DMA_SUPPORT_BROKEN
5761da177e4SLinus Torvalds	select SWAP_IO_SPACE
5777cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
5787cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
57936a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
580ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
581ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5825e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
5831da177e4SLinus Torvalds	help
5841da177e4SLinus Torvalds	  This are the SGI Indy, Challenge S and Indigo2, as well as certain
5851da177e4SLinus Torvalds	  OEM variants like the Tandem CMN B006S. To compile a Linux kernel
5861da177e4SLinus Torvalds	  that runs on these, say Y here.
5871da177e4SLinus Torvalds
5881da177e4SLinus Torvaldsconfig SGI_IP27
5893fa986faSMartin Michlmayr	bool "SGI IP27 (Origin200/2000)"
5901da177e4SLinus Torvalds	select ARC
5911da177e4SLinus Torvalds	select ARC64
5925e83d430SRalf Baechle	select BOOT_ELF64
5931da177e4SLinus Torvalds	select DMA_IP27
59436a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
5951da177e4SLinus Torvalds	select HW_HAS_PCI
596130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_64
5971da177e4SLinus Torvalds	select PCI_DOMAINS
5987cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000
599ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6005e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
601cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
602d8cb4e11SRalf Baechle	select SYS_SUPPORTS_NUMA
6031a5c5de1SRalf Baechle	select SYS_SUPPORTS_SMP
604e77c232cSFranck Bui-Huu	select GENERIC_HARDIRQS_NO__DO_IRQ
6051da177e4SLinus Torvalds	help
6061da177e4SLinus Torvalds	  This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
6071da177e4SLinus Torvalds	  workstations.  To compile a Linux kernel that runs on these, say Y
6081da177e4SLinus Torvalds	  here.
6091da177e4SLinus Torvalds
6101da177e4SLinus Torvaldsconfig SGI_IP32
6113fa986faSMartin Michlmayr	bool "SGI IP32 (O2) (EXPERIMENTAL)"
612ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
6131da177e4SLinus Torvalds	select ARC
6141da177e4SLinus Torvalds	select ARC32
6151da177e4SLinus Torvalds	select BOOT_ELF32
6161da177e4SLinus Torvalds	select DMA_NONCOHERENT
6171da177e4SLinus Torvalds	select HW_HAS_PCI
6181da177e4SLinus Torvalds	select R5000_CPU_SCACHE
6191da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
6207cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
6217cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000 if BROKEN
6227cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
623dd2f18feSRalf Baechle	select SYS_HAS_CPU_NEVADA
624ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6255e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6261da177e4SLinus Torvalds	help
6271da177e4SLinus Torvalds	  If you want this kernel to run on SGI O2 workstation, say Y here.
6281da177e4SLinus Torvalds
6299a6dcea1SAndrew Isaacsonconfig SIBYTE_BIGSUR
6303fa986faSMartin Michlmayr	bool "Sibyte BCM91480B-BigSur"
6319a6dcea1SAndrew Isaacson	select BOOT_ELF32
6329a6dcea1SAndrew Isaacson	select DMA_COHERENT
633130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_4
6347cf8053bSRalf Baechle	select PCI_DOMAINS
6359a6dcea1SAndrew Isaacson	select SIBYTE_BCM1x80
6369a6dcea1SAndrew Isaacson	select SWAP_IO_SPACE
6377cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6389a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_BIG_ENDIAN
6399a6dcea1SAndrew Isaacson	select SYS_SUPPORTS_LITTLE_ENDIAN
6409a6dcea1SAndrew Isaacson
6415e83d430SRalf Baechleconfig SIBYTE_SWARM
6423fa986faSMartin Michlmayr	bool "Sibyte BCM91250A-SWARM"
6435e83d430SRalf Baechle	select BOOT_ELF32
6445e83d430SRalf Baechle	select DMA_COHERENT
645130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_2
6465e83d430SRalf Baechle	select SIBYTE_SB1250
6475e83d430SRalf Baechle	select SWAP_IO_SPACE
6487cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6495e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6505e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
651cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
6525e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
653e3ad1c23SPete Popov
6545e83d430SRalf Baechleconfig SIBYTE_SENTOSA
6553fa986faSMartin Michlmayr	bool "Sibyte BCM91250E-Sentosa"
6565e83d430SRalf Baechle	depends on EXPERIMENTAL
6575e83d430SRalf Baechle	select BOOT_ELF32
6585e83d430SRalf Baechle	select DMA_COHERENT
659130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_2
6605e83d430SRalf Baechle	select SIBYTE_SB1250
6615e83d430SRalf Baechle	select SWAP_IO_SPACE
6627cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6635e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6645e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6655e83d430SRalf Baechle
6665e83d430SRalf Baechleconfig SIBYTE_RHONE
6673fa986faSMartin Michlmayr	bool "Sibyte BCM91125E-Rhone"
6685e83d430SRalf Baechle	depends on EXPERIMENTAL
6695e83d430SRalf Baechle	select BOOT_ELF32
6705e83d430SRalf Baechle	select DMA_COHERENT
6715e83d430SRalf Baechle	select SIBYTE_BCM1125H
6725e83d430SRalf Baechle	select SWAP_IO_SPACE
6737cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6745e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6755e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6765e83d430SRalf Baechle
6775e83d430SRalf Baechleconfig SIBYTE_CARMEL
6783fa986faSMartin Michlmayr	bool "Sibyte BCM91120x-Carmel"
6795e83d430SRalf Baechle	depends on EXPERIMENTAL
6805e83d430SRalf Baechle	select BOOT_ELF32
6815e83d430SRalf Baechle	select DMA_COHERENT
6825e83d430SRalf Baechle	select SIBYTE_BCM1120
6835e83d430SRalf Baechle	select SWAP_IO_SPACE
6847cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6855e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6865e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
6875e83d430SRalf Baechle
6885e83d430SRalf Baechleconfig SIBYTE_PTSWARM
6893fa986faSMartin Michlmayr	bool "Sibyte BCM91250PT-PTSWARM"
6905e83d430SRalf Baechle	depends on EXPERIMENTAL
6915e83d430SRalf Baechle	select BOOT_ELF32
6925e83d430SRalf Baechle	select DMA_COHERENT
693130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_2
6945e83d430SRalf Baechle	select SIBYTE_SB1250
6955e83d430SRalf Baechle	select SWAP_IO_SPACE
6967cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
6975e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
6985e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
6995e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7005e83d430SRalf Baechle
7015e83d430SRalf Baechleconfig SIBYTE_LITTLESUR
7023fa986faSMartin Michlmayr	bool "Sibyte BCM91250C2-LittleSur"
7035e83d430SRalf Baechle	depends on EXPERIMENTAL
7045e83d430SRalf Baechle	select BOOT_ELF32
7055e83d430SRalf Baechle	select DMA_COHERENT
706130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_2
7075e83d430SRalf Baechle	select SIBYTE_SB1250
7085e83d430SRalf Baechle	select SWAP_IO_SPACE
7097cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7105e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7115e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7125e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7135e83d430SRalf Baechle
7145e83d430SRalf Baechleconfig SIBYTE_CRHINE
7153fa986faSMartin Michlmayr	bool "Sibyte BCM91120C-CRhine"
7165e83d430SRalf Baechle	depends on EXPERIMENTAL
7175e83d430SRalf Baechle	select BOOT_ELF32
7185e83d430SRalf Baechle	select DMA_COHERENT
7195e83d430SRalf Baechle	select SIBYTE_BCM1120
7205e83d430SRalf Baechle	select SWAP_IO_SPACE
7217cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7225e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7235e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7245e83d430SRalf Baechle
7255e83d430SRalf Baechleconfig SIBYTE_CRHONE
7263fa986faSMartin Michlmayr	bool "Sibyte BCM91125C-CRhone"
7275e83d430SRalf Baechle	depends on EXPERIMENTAL
7285e83d430SRalf Baechle	select BOOT_ELF32
7295e83d430SRalf Baechle	select DMA_COHERENT
7305e83d430SRalf Baechle	select SIBYTE_BCM1125
7315e83d430SRalf Baechle	select SWAP_IO_SPACE
7327cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
7335e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7345e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7355e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7365e83d430SRalf Baechle
73714b36af4SThomas Bogendoerferconfig SNI_RM
73814b36af4SThomas Bogendoerfer	bool "SNI RM200/300/400"
7394a0312fcSThomas Bogendoerfer	select ARC if CPU_LITTLE_ENDIAN
7404a0312fcSThomas Bogendoerfer	select ARC32 if CPU_LITTLE_ENDIAN
7415e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
7425e83d430SRalf Baechle	select BOOT_ELF32
7435e83d430SRalf Baechle	select DMA_NONCOHERENT
7445e83d430SRalf Baechle	select GENERIC_ISA_DMA
7455e83d430SRalf Baechle	select HW_HAS_EISA
7465e83d430SRalf Baechle	select HW_HAS_PCI
747c066a32aSThomas Bogendoerfer	select IRQ_CPU
748e5c6c8e4SMichael Neuling	select I8253
7495e83d430SRalf Baechle	select I8259
7505e83d430SRalf Baechle	select ISA
7514a0312fcSThomas Bogendoerfer	select SWAP_IO_SPACE if CPU_BIG_ENDIAN
7527cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
7534a0312fcSThomas Bogendoerfer	select SYS_HAS_CPU_R5000
754c066a32aSThomas Bogendoerfer	select SYS_HAS_CPU_R10000
7554a0312fcSThomas Bogendoerfer	select R5000_CPU_SCACHE
75636a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
757ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
7585e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
7594a0312fcSThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
7605e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
7615e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
7621da177e4SLinus Torvalds	help
76314b36af4SThomas Bogendoerfer	  The SNI RM200/300/400 are MIPS-based machines manufactured by
76414b36af4SThomas Bogendoerfer	  Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
7655e83d430SRalf Baechle	  Technology and now in turn merged with Fujitsu.  Say Y here to
7665e83d430SRalf Baechle	  support this machine type.
7671da177e4SLinus Torvalds
7685e83d430SRalf Baechleconfig TOSHIBA_JMR3927
7693fa986faSMartin Michlmayr	bool "Toshiba JMR-TX3927 board"
7705e83d430SRalf Baechle	select DMA_NONCOHERENT
7715e83d430SRalf Baechle	select HW_HAS_PCI
7725e83d430SRalf Baechle	select MIPS_TX3927
7735e83d430SRalf Baechle	select SWAP_IO_SPACE
7747cf8053bSRalf Baechle	select SYS_HAS_CPU_TX39XX
7755e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7766a2603a2SSergei Shtylyov	select SYS_SUPPORTS_LITTLE_ENDIAN
7775e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
7785e83d430SRalf Baechle	select TOSHIBA_BOARDS
7792127435eSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
7805e83d430SRalf Baechle
7815e83d430SRalf Baechleconfig TOSHIBA_RBTX4927
7823fa986faSMartin Michlmayr	bool "Toshiba TBTX49[23]7 board"
7835e83d430SRalf Baechle	select DMA_NONCOHERENT
7845e83d430SRalf Baechle	select HAS_TXX9_SERIAL
7855e83d430SRalf Baechle	select HW_HAS_PCI
7865e83d430SRalf Baechle	select I8259
7875e83d430SRalf Baechle	select SWAP_IO_SPACE
7887cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
7895e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
7905e83d430SRalf Baechle	select SYS_SUPPORTS_64BIT_KERNEL
7916a2603a2SSergei Shtylyov	select SYS_SUPPORTS_LITTLE_ENDIAN
7925e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
793cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
7945e83d430SRalf Baechle	select TOSHIBA_BOARDS
7959fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
7965e83d430SRalf Baechle	help
7975e83d430SRalf Baechle	  This Toshiba board is based on the TX4927 processor. Say Y here to
7985e83d430SRalf Baechle	  support this machine type
7991da177e4SLinus Torvalds
80023fbee9dSRalf Baechleconfig TOSHIBA_RBTX4938
8013fa986faSMartin Michlmayr	bool "Toshiba RBTX4938 board"
80223fbee9dSRalf Baechle	select HAVE_STD_PC_SERIAL_PORT
80323fbee9dSRalf Baechle	select DMA_NONCOHERENT
80423fbee9dSRalf Baechle	select GENERIC_ISA_DMA
80523fbee9dSRalf Baechle	select HAS_TXX9_SERIAL
80623fbee9dSRalf Baechle	select HW_HAS_PCI
80723fbee9dSRalf Baechle	select I8259
80823fbee9dSRalf Baechle	select SWAP_IO_SPACE
8097cf8053bSRalf Baechle	select SYS_HAS_CPU_TX49XX
81023fbee9dSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
81123fbee9dSRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
81223fbee9dSRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
813cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
81423fbee9dSRalf Baechle	select TOSHIBA_BOARDS
8159fd32cfbSAtsushi Nemoto	select GENERIC_HARDIRQS_NO__DO_IRQ
81623fbee9dSRalf Baechle	help
81723fbee9dSRalf Baechle	  This Toshiba board is based on the TX4938 processor. Say Y here to
81823fbee9dSRalf Baechle	  support this machine type
81923fbee9dSRalf Baechle
8201da177e4SLinus Torvaldsendchoice
8211da177e4SLinus Torvalds
8225e83d430SRalf Baechlesource "arch/mips/ddb5xxx/Kconfig"
8235e83d430SRalf Baechlesource "arch/mips/gt64120/ev64120/Kconfig"
8245e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig"
8255e83d430SRalf Baechlesource "arch/mips/lasat/Kconfig"
8265e83d430SRalf Baechlesource "arch/mips/momentum/Kconfig"
8275e83d430SRalf Baechlesource "arch/mips/pmc-sierra/Kconfig"
82829c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig"
82938b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig"
8305e83d430SRalf Baechlesource "arch/mips/tx4927/Kconfig"
83123fbee9dSRalf Baechlesource "arch/mips/tx4938/Kconfig"
8325e83d430SRalf Baechlesource "arch/mips/vr41xx/Kconfig"
833bdf21b18SPete Popovsource "arch/mips/philips/pnx8550/common/Kconfig"
83438b18f72SRalf Baechle
8355e83d430SRalf Baechleendmenu
8365e83d430SRalf Baechle
8371da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
8381da177e4SLinus Torvalds	bool
8391da177e4SLinus Torvalds	default y
8401da177e4SLinus Torvalds
8411da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM
8421da177e4SLinus Torvalds	bool
8431da177e4SLinus Torvalds
844f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32
845f0d1b0b3SDavid Howells	bool
846f0d1b0b3SDavid Howells	default n
847f0d1b0b3SDavid Howells
848f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64
849f0d1b0b3SDavid Howells	bool
850f0d1b0b3SDavid Howells	default n
851f0d1b0b3SDavid Howells
8523c9ee7efSAkinobu Mitaconfig GENERIC_FIND_NEXT_BIT
8533c9ee7efSAkinobu Mita	bool
8543c9ee7efSAkinobu Mita	default y
8553c9ee7efSAkinobu Mita
8563c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT
8573c9ee7efSAkinobu Mita	bool
8583c9ee7efSAkinobu Mita	default y
8593c9ee7efSAkinobu Mita
8601da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
8611da177e4SLinus Torvalds	bool
8621da177e4SLinus Torvalds	default y
8631da177e4SLinus Torvalds
8648db02010SRalf Baechleconfig GENERIC_TIME
8658db02010SRalf Baechle	bool
8668db02010SRalf Baechle	default y
8678db02010SRalf Baechle
8681cc89038SAtsushi Nemotoconfig SCHED_NO_NO_OMIT_FRAME_POINTER
8691cc89038SAtsushi Nemoto	bool
8701cc89038SAtsushi Nemoto	default y
8711cc89038SAtsushi Nemoto
872e77c232cSFranck Bui-Huuconfig GENERIC_HARDIRQS_NO__DO_IRQ
873e77c232cSFranck Bui-Huu	bool
874e77c232cSFranck Bui-Huu	default n
875e77c232cSFranck Bui-Huu
8761da177e4SLinus Torvalds#
8771da177e4SLinus Torvalds# Select some configuration options automatically based on user selections.
8781da177e4SLinus Torvalds#
8791da177e4SLinus Torvaldsconfig ARC
8801da177e4SLinus Torvalds	bool
8811da177e4SLinus Torvalds
88261ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC
88361ed242dSRalf Baechle	bool
88461ed242dSRalf Baechle
8851da177e4SLinus Torvaldsconfig DMA_COHERENT
8861da177e4SLinus Torvalds	bool
8871da177e4SLinus Torvalds
8881da177e4SLinus Torvaldsconfig DMA_IP27
8891da177e4SLinus Torvalds	bool
8901da177e4SLinus Torvalds
8914ce588cdSRalf Baechleconfig DMA_IP32
8924ce588cdSRalf Baechle	bool
8934ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8944ce588cdSRalf Baechle
8951da177e4SLinus Torvaldsconfig DMA_NONCOHERENT
8961da177e4SLinus Torvalds	bool
8974ce588cdSRalf Baechle	select DMA_NEED_PCI_MAP_STATE
8984ce588cdSRalf Baechle
8994ce588cdSRalf Baechleconfig DMA_NEED_PCI_MAP_STATE
9004ce588cdSRalf Baechle	bool
9011da177e4SLinus Torvalds
9021da177e4SLinus Torvaldsconfig EARLY_PRINTK
90336a88530SRalf Baechle	bool "Early printk" if EMBEDDED && DEBUG_KERNEL
90436a88530SRalf Baechle	depends on SYS_HAS_EARLY_PRINTK
90536a88530SRalf Baechle	default y
90636a88530SRalf Baechle	help
90736a88530SRalf Baechle	  This option enables special console drivers which allow the kernel
90836a88530SRalf Baechle	  to print messages very early in the bootup process.
90936a88530SRalf Baechle
91036a88530SRalf Baechle	  This is useful for kernel debugging when your machine crashes very
91136a88530SRalf Baechle	  early before the console code is initialized. For normal operation
91236a88530SRalf Baechle	  it is not recommended because it looks on some machines ugly and
91336a88530SRalf Baechle	  oesn't cooperate with an X server. You should normally N here,
91436a88530SRalf Baechle	  unless you want to debug such a crash.
91536a88530SRalf Baechle
91636a88530SRalf Baechleconfig SYS_HAS_EARLY_PRINTK
9171da177e4SLinus Torvalds	bool
9181da177e4SLinus Torvalds
9191da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA
9201da177e4SLinus Torvalds	bool
92105502339SAtsushi Nemoto	select ZONE_DMA
9221da177e4SLinus Torvalds
9231da177e4SLinus Torvaldsconfig I8259
9241da177e4SLinus Torvalds	bool
9251da177e4SLinus Torvalds
9261da177e4SLinus Torvaldsconfig LIMITED_DMA
9271da177e4SLinus Torvalds	bool
9281da177e4SLinus Torvalds	select HIGHMEM
929797798c1SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
9301da177e4SLinus Torvalds
9311da177e4SLinus Torvaldsconfig MIPS_BONITO64
9321da177e4SLinus Torvalds	bool
9331da177e4SLinus Torvalds
9341da177e4SLinus Torvaldsconfig MIPS_MSC
9351da177e4SLinus Torvalds	bool
9361da177e4SLinus Torvalds
9371da177e4SLinus Torvaldsconfig MIPS_NILE4
9381da177e4SLinus Torvalds	bool
9391da177e4SLinus Torvalds
9401da177e4SLinus Torvaldsconfig MIPS_DISABLE_OBSOLETE_IDE
9411da177e4SLinus Torvalds	bool
9421da177e4SLinus Torvalds
943aa414dffSRalf Baechleconfig GENERIC_ISA_DMA_SUPPORT_BROKEN
944aa414dffSRalf Baechle	bool
94505502339SAtsushi Nemoto	select ZONE_DMA
946aa414dffSRalf Baechle
9475e83d430SRalf Baechle#
9483cb2fcccSMatt LaPlante# Endianess selection.  Sufficiently obscure so many users don't know what to
9495e83d430SRalf Baechle# answer,so we try hard to limit the available choices.  Also the use of a
9505e83d430SRalf Baechle# choice statement should be more obvious to the user.
9515e83d430SRalf Baechle#
9525e83d430SRalf Baechlechoice
9535e83d430SRalf Baechle	prompt "Endianess selection"
9541da177e4SLinus Torvalds	help
9551da177e4SLinus Torvalds	  Some MIPS machines can be configured for either little or big endian
9565e83d430SRalf Baechle	  byte order. These modes require different kernels and a different
9573cb2fcccSMatt LaPlante	  Linux distribution.  In general there is one preferred byteorder for a
9585e83d430SRalf Baechle	  particular system but some systems are just as commonly used in the
9593dde6ad8SDavid Sterba	  one or the other endianness.
9605e83d430SRalf Baechle
9615e83d430SRalf Baechleconfig CPU_BIG_ENDIAN
9625e83d430SRalf Baechle	bool "Big endian"
9635e83d430SRalf Baechle	depends on SYS_SUPPORTS_BIG_ENDIAN
9645e83d430SRalf Baechle
9655e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN
9665e83d430SRalf Baechle	bool "Little endian"
9675e83d430SRalf Baechle	depends on SYS_SUPPORTS_LITTLE_ENDIAN
9685e83d430SRalf Baechle	help
9695e83d430SRalf Baechle
9705e83d430SRalf Baechleendchoice
9715e83d430SRalf Baechle
9722116245eSRalf Baechleconfig SYS_SUPPORTS_APM_EMULATION
9732116245eSRalf Baechle	bool
9742116245eSRalf Baechle
9755e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN
9765e83d430SRalf Baechle	bool
9775e83d430SRalf Baechle
9785e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN
9795e83d430SRalf Baechle	bool
9801da177e4SLinus Torvalds
9811da177e4SLinus Torvaldsconfig IRQ_CPU
9821da177e4SLinus Torvalds	bool
9831da177e4SLinus Torvalds
9841da177e4SLinus Torvaldsconfig IRQ_CPU_RM7K
9851da177e4SLinus Torvalds	bool
9861da177e4SLinus Torvalds
9875e83d430SRalf Baechleconfig IRQ_CPU_RM9K
9885e83d430SRalf Baechle	bool
9895e83d430SRalf Baechle
9901da177e4SLinus Torvaldsconfig IRQ_MV64340
9911da177e4SLinus Torvalds	bool
9921da177e4SLinus Torvalds
9931da177e4SLinus Torvaldsconfig DDB5XXX_COMMON
9941da177e4SLinus Torvalds	bool
995cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
9961da177e4SLinus Torvalds
9971da177e4SLinus Torvaldsconfig MIPS_BOARDS_GEN
9981da177e4SLinus Torvalds	bool
9991da177e4SLinus Torvalds
1000252161ecSYoichi Yuasaconfig PCI_GT64XXX_PCI0
10011da177e4SLinus Torvalds	bool
10021da177e4SLinus Torvalds
10031da177e4SLinus Torvaldsconfig MIPS_TX3927
10041da177e4SLinus Torvalds	bool
10051da177e4SLinus Torvalds	select HAS_TXX9_SERIAL
10061da177e4SLinus Torvalds
1007663c3d90Sthomas@koeller.dyndns.orgconfig MIPS_RM9122
1008663c3d90Sthomas@koeller.dyndns.org	bool
1009663c3d90Sthomas@koeller.dyndns.org	select SERIAL_RM9000
1010663c3d90Sthomas@koeller.dyndns.org	select GPI_RM9000
1011663c3d90Sthomas@koeller.dyndns.org	select WDT_RM9000
1012663c3d90Sthomas@koeller.dyndns.org
10131da177e4SLinus Torvaldsconfig PCI_MARVELL
10141da177e4SLinus Torvalds	bool
10151da177e4SLinus Torvalds
10165e83d430SRalf Baechleconfig SOC_AU1000
10175e83d430SRalf Baechle	bool
10185e83d430SRalf Baechle	select SOC_AU1X00
10195e83d430SRalf Baechle
10205e83d430SRalf Baechleconfig SOC_AU1100
10215e83d430SRalf Baechle	bool
10225e83d430SRalf Baechle	select SOC_AU1X00
10235e83d430SRalf Baechle
10245e83d430SRalf Baechleconfig SOC_AU1500
10255e83d430SRalf Baechle	bool
10265e83d430SRalf Baechle	select SOC_AU1X00
10275e83d430SRalf Baechle
10285e83d430SRalf Baechleconfig SOC_AU1550
10295e83d430SRalf Baechle	bool
10305e83d430SRalf Baechle	select SOC_AU1X00
10315e83d430SRalf Baechle
10325e83d430SRalf Baechleconfig SOC_AU1200
10335e83d430SRalf Baechle	bool
10345e83d430SRalf Baechle	select SOC_AU1X00
10355e83d430SRalf Baechle
10365e83d430SRalf Baechleconfig SOC_AU1X00
10375e83d430SRalf Baechle	bool
10387cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
10395e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
10402116245eSRalf Baechle	select SYS_SUPPORTS_APM_EMULATION
1041cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
10421da177e4SLinus Torvalds
1043bd71c182SThomas Koellerconfig SERIAL_RM9000
1044bd71c182SThomas Koeller	bool
1045bd71c182SThomas Koeller
1046bdf21b18SPete Popovconfig PNX8550
1047bdf21b18SPete Popov	bool
1048bdf21b18SPete Popov	select SOC_PNX8550
1049bdf21b18SPete Popov
1050bdf21b18SPete Popovconfig SOC_PNX8550
1051bdf21b18SPete Popov	bool
1052bdf21b18SPete Popov	select DMA_NONCOHERENT
1053bdf21b18SPete Popov	select HW_HAS_PCI
1054b8c2a77cSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
105536a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
10567cf8053bSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
1057e77c232cSFranck Bui-Huu	select GENERIC_HARDIRQS_NO__DO_IRQ
1058cc801077SRalf Baechle	select SYS_SUPPORTS_KGDB
1059bdf21b18SPete Popov
10601da177e4SLinus Torvaldsconfig SWAP_IO_SPACE
10611da177e4SLinus Torvalds	bool
10621da177e4SLinus Torvalds
1063355c471fSdmitry pervushinconfig EMMA2RH
1064355c471fSdmitry pervushin	bool
1065355c471fSdmitry pervushin	depends on MARKEINS
1066355c471fSdmitry pervushin	default y
1067355c471fSdmitry pervushin
1068663c3d90Sthomas@koeller.dyndns.orgconfig SERIAL_RM9000
1069663c3d90Sthomas@koeller.dyndns.org	bool
1070663c3d90Sthomas@koeller.dyndns.org
1071663c3d90Sthomas@koeller.dyndns.orgconfig GPI_RM9000
1072663c3d90Sthomas@koeller.dyndns.org	bool
1073663c3d90Sthomas@koeller.dyndns.org
1074663c3d90Sthomas@koeller.dyndns.orgconfig WDT_RM9000
1075663c3d90Sthomas@koeller.dyndns.org	bool
1076663c3d90Sthomas@koeller.dyndns.org
10771da177e4SLinus Torvalds#
10781da177e4SLinus Torvalds# Unfortunately not all GT64120 systems run the chip at the same clock.
10791da177e4SLinus Torvalds# As the user for the clock rate and try to minimize the available options.
10801da177e4SLinus Torvalds#
10811da177e4SLinus Torvaldschoice
10821da177e4SLinus Torvalds	prompt "Galileo Chip Clock"
10831da177e4SLinus Torvalds	#default SYSCLK_83 if MIPS_EV64120
10841da177e4SLinus Torvalds	depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10851da177e4SLinus Torvalds	default SYSCLK_83 if MIPS_EV64120
10861da177e4SLinus Torvalds	default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
10871da177e4SLinus Torvalds
10881da177e4SLinus Torvaldsconfig SYSCLK_75
10891da177e4SLinus Torvalds	bool "75" if MIPS_EV64120
10901da177e4SLinus Torvalds
10911da177e4SLinus Torvaldsconfig SYSCLK_83
10921da177e4SLinus Torvalds	bool "83.3" if MIPS_EV64120
10931da177e4SLinus Torvalds
10941da177e4SLinus Torvaldsconfig SYSCLK_100
10951da177e4SLinus Torvalds	bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
10961da177e4SLinus Torvalds
10971da177e4SLinus Torvaldsendchoice
10981da177e4SLinus Torvalds
10995e83d430SRalf Baechleconfig ARC32
11005e83d430SRalf Baechle	bool
11015e83d430SRalf Baechle
11021da177e4SLinus Torvaldsconfig BOOT_ELF32
11031da177e4SLinus Torvalds	bool
11041da177e4SLinus Torvalds
11051da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT
11061da177e4SLinus Torvalds	int
1107c066a32aSThomas Bogendoerfer	default "4" if MACH_DECSTATION || SNI_RM
11081da177e4SLinus Torvalds	default "7" if SGI_IP27
11091da177e4SLinus Torvalds	default "5"
11101da177e4SLinus Torvalds
11111da177e4SLinus Torvaldsconfig HAVE_STD_PC_SERIAL_PORT
11121da177e4SLinus Torvalds	bool
11131da177e4SLinus Torvalds
11141da177e4SLinus Torvaldsconfig ARC_CONSOLE
11151da177e4SLinus Torvalds	bool "ARC console support"
111636a88530SRalf Baechle	depends on SGI_IP22 || (SNI_RM && CPU_LITTLE_ENDIAN)
11171da177e4SLinus Torvalds
11181da177e4SLinus Torvaldsconfig ARC_MEMORY
11191da177e4SLinus Torvalds	bool
112014b36af4SThomas Bogendoerfer	depends on MACH_JAZZ || SNI_RM || SGI_IP32
11211da177e4SLinus Torvalds	default y
11221da177e4SLinus Torvalds
11231da177e4SLinus Torvaldsconfig ARC_PROMLIB
11241da177e4SLinus Torvalds	bool
112514b36af4SThomas Bogendoerfer	depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP32
11261da177e4SLinus Torvalds	default y
11271da177e4SLinus Torvalds
11281da177e4SLinus Torvaldsconfig ARC64
11291da177e4SLinus Torvalds	bool
11301da177e4SLinus Torvalds
11311da177e4SLinus Torvaldsconfig BOOT_ELF64
11321da177e4SLinus Torvalds	bool
11331da177e4SLinus Torvalds
11341da177e4SLinus Torvaldsconfig TOSHIBA_BOARDS
11351da177e4SLinus Torvalds	bool
11361da177e4SLinus Torvalds
11371da177e4SLinus Torvaldsmenu "CPU selection"
11381da177e4SLinus Torvalds
11391da177e4SLinus Torvaldschoice
11401da177e4SLinus Torvalds	prompt "CPU type"
11411da177e4SLinus Torvalds	default CPU_R4X00
11421da177e4SLinus Torvalds
11436e760c8dSRalf Baechleconfig CPU_MIPS32_R1
11446e760c8dSRalf Baechle	bool "MIPS32 Release 1"
11457cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R1
1146f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11476e760c8dSRalf Baechle	select CPU_HAS_PREFETCH
1148797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1149ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11506e760c8dSRalf Baechle	help
11515e83d430SRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
11521e5f1caaSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
11531e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
11541e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
11551e5f1caaSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
11561e5f1caaSRalf Baechle	  Release 2 of the MIPS32 architecture is available since several
11571e5f1caaSRalf Baechle	  years so chances are you even have a MIPS32 Release 2 processor
11581e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS32_R2 instead for better
11591e5f1caaSRalf Baechle	  performance.
11601e5f1caaSRalf Baechle
11611e5f1caaSRalf Baechleconfig CPU_MIPS32_R2
11621e5f1caaSRalf Baechle	bool "MIPS32 Release 2"
11637cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R2
1164f7062ddbSRalf Baechle	select CPU_HAS_LLSC
11651e5f1caaSRalf Baechle	select CPU_HAS_PREFETCH
1166797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1167ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11681e5f1caaSRalf Baechle	help
11695e83d430SRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
11706e760c8dSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
11716e760c8dSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
11726e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11736e760c8dSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
11741da177e4SLinus Torvalds
11756e760c8dSRalf Baechleconfig CPU_MIPS64_R1
11766e760c8dSRalf Baechle	bool "MIPS64 Release 1"
11777cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R1
1178f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1179797798c1SRalf Baechle	select CPU_HAS_PREFETCH
1180ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1181ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1182ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
11836e760c8dSRalf Baechle	help
11846e760c8dSRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
11856e760c8dSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
11866e760c8dSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
11876e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
11886e760c8dSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
11891e5f1caaSRalf Baechle	  Release 2 of the MIPS64 architecture is available since several
11901e5f1caaSRalf Baechle	  years so chances are you even have a MIPS64 Release 2 processor
11911e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS64_R2 instead for better
11921e5f1caaSRalf Baechle	  performance.
11931e5f1caaSRalf Baechle
11941e5f1caaSRalf Baechleconfig CPU_MIPS64_R2
11951e5f1caaSRalf Baechle	bool "MIPS64 Release 2"
11967cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R2
1197f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1198797798c1SRalf Baechle	select CPU_HAS_PREFETCH
11991e5f1caaSRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
12001e5f1caaSRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
1201ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12021e5f1caaSRalf Baechle	help
12031e5f1caaSRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
12041e5f1caaSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
12051e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
12061e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
12071e5f1caaSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
12081da177e4SLinus Torvalds
12091da177e4SLinus Torvaldsconfig CPU_R3000
12101da177e4SLinus Torvalds	bool "R3000"
12117cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R3000
1212f7062ddbSRalf Baechle	select CPU_HAS_WB
1213ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1214797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
12151da177e4SLinus Torvalds	help
12161da177e4SLinus Torvalds	  Please make sure to pick the right CPU type. Linux/MIPS is not
12171da177e4SLinus Torvalds	  designed to be generic, i.e. Kernels compiled for R3000 CPUs will
12181da177e4SLinus Torvalds	  *not* work on R4000 machines and vice versa.  However, since most
12191da177e4SLinus Torvalds	  of the supported machines have an R4000 (or similar) CPU, R4x00
12201da177e4SLinus Torvalds	  might be a safe bet.  If the resulting kernel does not work,
12211da177e4SLinus Torvalds	  try to recompile with R3000.
12221da177e4SLinus Torvalds
12231da177e4SLinus Torvaldsconfig CPU_TX39XX
12241da177e4SLinus Torvalds	bool "R39XX"
12257cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX39XX
1226ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
12271da177e4SLinus Torvalds
12281da177e4SLinus Torvaldsconfig CPU_VR41XX
12291da177e4SLinus Torvalds	bool "R41xx"
12307cf8053bSRalf Baechle	depends on SYS_HAS_CPU_VR41XX
1231ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1232ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12331da177e4SLinus Torvalds	help
12345e83d430SRalf Baechle	  The options selects support for the NEC VR4100 series of processors.
12351da177e4SLinus Torvalds	  Only choose this option if you have one of these processors as a
12361da177e4SLinus Torvalds	  kernel built with this option will not run on any other type of
12371da177e4SLinus Torvalds	  processor or vice versa.
12381da177e4SLinus Torvalds
12391da177e4SLinus Torvaldsconfig CPU_R4300
12401da177e4SLinus Torvalds	bool "R4300"
12417cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4300
1242f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1243ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1244ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12451da177e4SLinus Torvalds	help
12461da177e4SLinus Torvalds	  MIPS Technologies R4300-series processors.
12471da177e4SLinus Torvalds
12481da177e4SLinus Torvaldsconfig CPU_R4X00
12491da177e4SLinus Torvalds	bool "R4x00"
12507cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4X00
1251f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1252ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1253ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12541da177e4SLinus Torvalds	help
12551da177e4SLinus Torvalds	  MIPS Technologies R4000-series processors other than 4300, including
12561da177e4SLinus Torvalds	  the R4000, R4400, R4600, and 4700.
12571da177e4SLinus Torvalds
12581da177e4SLinus Torvaldsconfig CPU_TX49XX
12591da177e4SLinus Torvalds	bool "R49XX"
12607cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX49XX
1261f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1262de862b48SAtsushi Nemoto	select CPU_HAS_PREFETCH
1263ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1264ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12651da177e4SLinus Torvalds
12661da177e4SLinus Torvaldsconfig CPU_R5000
12671da177e4SLinus Torvalds	bool "R5000"
12687cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5000
1269f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1270ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1271ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12721da177e4SLinus Torvalds	help
12731da177e4SLinus Torvalds	  MIPS Technologies R5000-series processors other than the Nevada.
12741da177e4SLinus Torvalds
12751da177e4SLinus Torvaldsconfig CPU_R5432
12761da177e4SLinus Torvalds	bool "R5432"
12777cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5432
1278f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12795e83d430SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
12805e83d430SRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
12811da177e4SLinus Torvalds
12821da177e4SLinus Torvaldsconfig CPU_R6000
12831da177e4SLinus Torvalds	bool "R6000"
1284ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
1285f7062ddbSRalf Baechle	select CPU_HAS_LLSC
12867cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R6000
1287ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
12881da177e4SLinus Torvalds	help
12891da177e4SLinus Torvalds	  MIPS Technologies R6000 and R6000A series processors.  Note these
1290c09b47d8SChris Dearman	  processors are extremely rare and the support for them is incomplete.
12911da177e4SLinus Torvalds
12921da177e4SLinus Torvaldsconfig CPU_NEVADA
12931da177e4SLinus Torvalds	bool "RM52xx"
12947cf8053bSRalf Baechle	depends on SYS_HAS_CPU_NEVADA
1295f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1296ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1297ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
12981da177e4SLinus Torvalds	help
12991da177e4SLinus Torvalds	  QED / PMC-Sierra RM52xx-series ("Nevada") processors.
13001da177e4SLinus Torvalds
13011da177e4SLinus Torvaldsconfig CPU_R8000
13021da177e4SLinus Torvalds	bool "R8000"
1303ed5ba2fbSYoichi Yuasa	depends on EXPERIMENTAL
13047cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R8000
1305f7062ddbSRalf Baechle	select CPU_HAS_LLSC
13065e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1307ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
13081da177e4SLinus Torvalds	help
13091da177e4SLinus Torvalds	  MIPS Technologies R8000 processors.  Note these processors are
13101da177e4SLinus Torvalds	  uncommon and the support for them is incomplete.
13111da177e4SLinus Torvalds
13121da177e4SLinus Torvaldsconfig CPU_R10000
13131da177e4SLinus Torvalds	bool "R10000"
13147cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R10000
1315f7062ddbSRalf Baechle	select CPU_HAS_LLSC
13165e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1317ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1318ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1319797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13201da177e4SLinus Torvalds	help
13211da177e4SLinus Torvalds	  MIPS Technologies R10000-series processors.
13221da177e4SLinus Torvalds
13231da177e4SLinus Torvaldsconfig CPU_RM7000
13241da177e4SLinus Torvalds	bool "RM7000"
13257cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM7000
1326f7062ddbSRalf Baechle	select CPU_HAS_LLSC
13275e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1328ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1329ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1330797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13311da177e4SLinus Torvalds
13321da177e4SLinus Torvaldsconfig CPU_RM9000
13331da177e4SLinus Torvalds	bool "RM9000"
13347cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM9000
1335f7062ddbSRalf Baechle	select CPU_HAS_LLSC
13365e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1337ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1338ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1339797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13400004a9dfSRalf Baechle	select WEAK_ORDERING
13411da177e4SLinus Torvalds
13421da177e4SLinus Torvaldsconfig CPU_SB1
13431da177e4SLinus Torvalds	bool "SB1"
13447cf8053bSRalf Baechle	depends on SYS_HAS_CPU_SB1
1345f7062ddbSRalf Baechle	select CPU_HAS_LLSC
1346ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1347ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1348797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13490004a9dfSRalf Baechle	select WEAK_ORDERING
13501da177e4SLinus Torvalds
13511da177e4SLinus Torvaldsendchoice
13521da177e4SLinus Torvalds
13537cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1
13547cf8053bSRalf Baechle	bool
13557cf8053bSRalf Baechle
13567cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2
13577cf8053bSRalf Baechle	bool
13587cf8053bSRalf Baechle
13597cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1
13607cf8053bSRalf Baechle	bool
13617cf8053bSRalf Baechle
13627cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2
13637cf8053bSRalf Baechle	bool
13647cf8053bSRalf Baechle
13657cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000
13667cf8053bSRalf Baechle	bool
13677cf8053bSRalf Baechle
13687cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX39XX
13697cf8053bSRalf Baechle	bool
13707cf8053bSRalf Baechle
13717cf8053bSRalf Baechleconfig SYS_HAS_CPU_VR41XX
13727cf8053bSRalf Baechle	bool
13737cf8053bSRalf Baechle
13747cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4300
13757cf8053bSRalf Baechle	bool
13767cf8053bSRalf Baechle
13777cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00
13787cf8053bSRalf Baechle	bool
13797cf8053bSRalf Baechle
13807cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX
13817cf8053bSRalf Baechle	bool
13827cf8053bSRalf Baechle
13837cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000
13847cf8053bSRalf Baechle	bool
13857cf8053bSRalf Baechle
13867cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5432
13877cf8053bSRalf Baechle	bool
13887cf8053bSRalf Baechle
13897cf8053bSRalf Baechleconfig SYS_HAS_CPU_R6000
13907cf8053bSRalf Baechle	bool
13917cf8053bSRalf Baechle
13927cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA
13937cf8053bSRalf Baechle	bool
13947cf8053bSRalf Baechle
13957cf8053bSRalf Baechleconfig SYS_HAS_CPU_R8000
13967cf8053bSRalf Baechle	bool
13977cf8053bSRalf Baechle
13987cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000
13997cf8053bSRalf Baechle	bool
14007cf8053bSRalf Baechle
14017cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000
14027cf8053bSRalf Baechle	bool
14037cf8053bSRalf Baechle
14047cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM9000
14057cf8053bSRalf Baechle	bool
14067cf8053bSRalf Baechle
14077cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1
14087cf8053bSRalf Baechle	bool
14097cf8053bSRalf Baechle
14100004a9dfSRalf Baechleconfig WEAK_ORDERING
14110004a9dfSRalf Baechle	bool
14125e83d430SRalf Baechleendmenu
14135e83d430SRalf Baechle
14145e83d430SRalf Baechle#
14155e83d430SRalf Baechle# These two indicate any level of the MIPS32 and MIPS64 architecture
14165e83d430SRalf Baechle#
14175e83d430SRalf Baechleconfig CPU_MIPS32
14185e83d430SRalf Baechle	bool
14195e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
14205e83d430SRalf Baechle
14215e83d430SRalf Baechleconfig CPU_MIPS64
14225e83d430SRalf Baechle	bool
14235e83d430SRalf Baechle	default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
14245e83d430SRalf Baechle
14255e83d430SRalf Baechle#
1426c09b47d8SChris Dearman# These two indicate the revision of the architecture, either Release 1 or Release 2
14275e83d430SRalf Baechle#
14285e83d430SRalf Baechleconfig CPU_MIPSR1
14295e83d430SRalf Baechle	bool
14305e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
14315e83d430SRalf Baechle
14325e83d430SRalf Baechleconfig CPU_MIPSR2
14335e83d430SRalf Baechle	bool
14345e83d430SRalf Baechle	default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
14355e83d430SRalf Baechle
14365e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL
14375e83d430SRalf Baechle	bool
14385e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL
14395e83d430SRalf Baechle	bool
14405e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL
14415e83d430SRalf Baechle	bool
14425e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL
14435e83d430SRalf Baechle	bool
14445e83d430SRalf Baechle
14455e83d430SRalf Baechlemenu "Kernel type"
14465e83d430SRalf Baechle
14475e83d430SRalf Baechlechoice
14485e83d430SRalf Baechle
14495e83d430SRalf Baechle	prompt "Kernel code model"
14505e83d430SRalf Baechle	help
14515e83d430SRalf Baechle	  You should only select this option if you have a workload that
14525e83d430SRalf Baechle	  actually benefits from 64-bit processing or if your machine has
14535e83d430SRalf Baechle	  large memory.  You will only be presented a single option in this
14545e83d430SRalf Baechle	  menu if your system does not support both 32-bit and 64-bit kernels.
14555e83d430SRalf Baechle
14565e83d430SRalf Baechleconfig 32BIT
14575e83d430SRalf Baechle	bool "32-bit kernel"
14585e83d430SRalf Baechle	depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
14595e83d430SRalf Baechle	select TRAD_SIGNALS
14605e83d430SRalf Baechle	help
14615e83d430SRalf Baechle	  Select this option if you want to build a 32-bit kernel.
14625e83d430SRalf Baechleconfig 64BIT
14635e83d430SRalf Baechle	bool "64-bit kernel"
14645e83d430SRalf Baechle	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
14655e83d430SRalf Baechle	help
14665e83d430SRalf Baechle	  Select this option if you want to build a 64-bit kernel.
14675e83d430SRalf Baechle
14685e83d430SRalf Baechleendchoice
14695e83d430SRalf Baechle
14701da177e4SLinus Torvaldschoice
14711da177e4SLinus Torvalds	prompt "Kernel page size"
14721da177e4SLinus Torvalds	default PAGE_SIZE_4KB
14731da177e4SLinus Torvalds
14741da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB
14751da177e4SLinus Torvalds	bool "4kB"
14761da177e4SLinus Torvalds	help
14771da177e4SLinus Torvalds	 This option select the standard 4kB Linux page size.  On some
14781da177e4SLinus Torvalds	 R3000-family processors this is the only available page size.  Using
14791da177e4SLinus Torvalds	 4kB page size will minimize memory consumption and is therefore
14801da177e4SLinus Torvalds	 recommended for low memory systems.
14811da177e4SLinus Torvalds
14821da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB
14831da177e4SLinus Torvalds	bool "8kB"
14841da177e4SLinus Torvalds	depends on EXPERIMENTAL && CPU_R8000
14851da177e4SLinus Torvalds	help
14861da177e4SLinus Torvalds	  Using 8kB page size will result in higher performance kernel at
14871da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available
14881da177e4SLinus Torvalds	  only on the R8000 processor.  Not that at the time of this writing
14891da177e4SLinus Torvalds	  this option is still high experimental; there are also issues with
14901da177e4SLinus Torvalds	  compatibility of user applications.
14911da177e4SLinus Torvalds
14921da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB
14931da177e4SLinus Torvalds	bool "16kB"
1494714bfad6SRalf Baechle	depends on !CPU_R3000 && !CPU_TX39XX
14951da177e4SLinus Torvalds	help
14961da177e4SLinus Torvalds	  Using 16kB page size will result in higher performance kernel at
14971da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
1498714bfad6SRalf Baechle	  all non-R3000 family processors.  Note that you will need a suitable
1499714bfad6SRalf Baechle	  Linux distribution to support this.
15001da177e4SLinus Torvalds
15011da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB
15021da177e4SLinus Torvalds	bool "64kB"
15031da177e4SLinus Torvalds	depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
15041da177e4SLinus Torvalds	help
15051da177e4SLinus Torvalds	  Using 64kB page size will result in higher performance kernel at
15061da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
15071da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
1508714bfad6SRalf Baechle	  writing this option is still high experimental.
15091da177e4SLinus Torvalds
15101da177e4SLinus Torvaldsendchoice
15111da177e4SLinus Torvalds
15121da177e4SLinus Torvaldsconfig BOARD_SCACHE
15131da177e4SLinus Torvalds	bool
15141da177e4SLinus Torvalds
15151da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE
15161da177e4SLinus Torvalds	bool
15171da177e4SLinus Torvalds	select BOARD_SCACHE
15181da177e4SLinus Torvalds
15199318c51aSChris Dearman#
15209318c51aSChris Dearman# Support for a MIPS32 / MIPS64 style S-caches
15219318c51aSChris Dearman#
15229318c51aSChris Dearmanconfig MIPS_CPU_SCACHE
15239318c51aSChris Dearman	bool
15249318c51aSChris Dearman	select BOARD_SCACHE
15259318c51aSChris Dearman
15261da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE
15271da177e4SLinus Torvalds	bool
15281da177e4SLinus Torvalds	select BOARD_SCACHE
15291da177e4SLinus Torvalds
15301da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE
15311da177e4SLinus Torvalds	bool
15321da177e4SLinus Torvalds	select BOARD_SCACHE
15331da177e4SLinus Torvalds
15341da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS
15351da177e4SLinus Torvalds	bool "Use DMA to clear/copy pages"
15361da177e4SLinus Torvalds	depends on CPU_SB1
15371da177e4SLinus Torvalds	help
15381da177e4SLinus Torvalds	  Instead of using the CPU to zero and copy pages, use a Data Mover
15391da177e4SLinus Torvalds	  channel.  These DMA channels are otherwise unused by the standard
15401da177e4SLinus Torvalds	  SiByte Linux port.  Seems to give a small performance benefit.
15411da177e4SLinus Torvalds
15421da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH
1543c8094b53SRalf Baechle	bool
15441da177e4SLinus Torvalds
1545340ee4b9SRalf Baechlechoice
1546340ee4b9SRalf Baechle	prompt "MIPS MT options"
1547f41ae0b2SRalf Baechle
1548f41ae0b2SRalf Baechleconfig MIPS_MT_DISABLED
1549f41ae0b2SRalf Baechle	bool "Disable multithreading support."
1550f41ae0b2SRalf Baechle	help
1551f41ae0b2SRalf Baechle	  Use this option if your workload can't take advantage of
1552f41ae0b2SRalf Baechle	  MIPS hardware multithreading support.  On systems that don't have
1553f41ae0b2SRalf Baechle	  the option of an MT-enabled processor this option will be the only
1554f41ae0b2SRalf Baechle	  option in this menu.
1555340ee4b9SRalf Baechle
155659d6ab86SRalf Baechleconfig MIPS_MT_SMP
155759d6ab86SRalf Baechle	bool "Use 1 TC on each available VPE for SMP"
155859d6ab86SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
155959d6ab86SRalf Baechle	select CPU_MIPSR2_IRQ_VI
1560*d725cf38SChris Dearman	select CPU_MIPSR2_IRQ_EI
156159d6ab86SRalf Baechle	select CPU_MIPSR2_SRS
156259d6ab86SRalf Baechle	select MIPS_MT
1563f510aa3bSRalf Baechle	select NR_CPUS_DEFAULT_2
156459d6ab86SRalf Baechle	select SMP
156559d6ab86SRalf Baechle	select SYS_SUPPORTS_SMP
156659d6ab86SRalf Baechle	help
156759d6ab86SRalf Baechle	  This is a kernel model which is also known a VSMP or lately
156859d6ab86SRalf Baechle	  has been marketesed into SMVP.
156959d6ab86SRalf Baechle
157041c594abSRalf Baechleconfig MIPS_MT_SMTC
157141c594abSRalf Baechle	bool "SMTC: Use all TCs on all VPEs for SMP"
1572f41ae0b2SRalf Baechle	depends on CPU_MIPS32_R2
1573f41ae0b2SRalf Baechle	#depends on CPU_MIPS64_R2		# once there is hardware ...
1574f41ae0b2SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
1575f7062ddbSRalf Baechle	select CPU_MIPSR2_IRQ_VI
1576*d725cf38SChris Dearman	select CPU_MIPSR2_IRQ_EI
1577f7062ddbSRalf Baechle	select CPU_MIPSR2_SRS
1578f41ae0b2SRalf Baechle	select MIPS_MT
1579130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_8
158041c594abSRalf Baechle	select SMP
158173b76c78SRalf Baechle	select SYS_SUPPORTS_SMP
1582f41ae0b2SRalf Baechle	help
1583f41ae0b2SRalf Baechle	  This is a kernel model which is known a SMTC or lately has been
1584f41ae0b2SRalf Baechle	  marketesed into SMVP.
158541c594abSRalf Baechle
1586e01402b1SRalf Baechleconfig MIPS_VPE_LOADER
1587e01402b1SRalf Baechle	bool "VPE loader support."
1588f41ae0b2SRalf Baechle	depends on SYS_SUPPORTS_MULTITHREADING
1589*d725cf38SChris Dearman	select CPU_MIPSR2_IRQ_VI
1590*d725cf38SChris Dearman	select CPU_MIPSR2_IRQ_EI
1591f41ae0b2SRalf Baechle	select MIPS_MT
1592e01402b1SRalf Baechle	help
1593e01402b1SRalf Baechle	  Includes a loader for loading an elf relocatable object
1594e01402b1SRalf Baechle	  onto another VPE and running it.
1595e01402b1SRalf Baechle
1596340ee4b9SRalf Baechleendchoice
1597340ee4b9SRalf Baechle
1598f41ae0b2SRalf Baechleconfig MIPS_MT
1599f41ae0b2SRalf Baechle	bool
1600f41ae0b2SRalf Baechle
1601f41ae0b2SRalf Baechleconfig SYS_SUPPORTS_MULTITHREADING
1602f41ae0b2SRalf Baechle	bool
1603f41ae0b2SRalf Baechle
1604f088fc84SRalf Baechleconfig MIPS_MT_FPAFF
1605f088fc84SRalf Baechle	bool "Dynamic FPU affinity for FP-intensive threads"
1606f088fc84SRalf Baechle	depends on MIPS_MT
1607f088fc84SRalf Baechle	default y
1608f088fc84SRalf Baechle
1609ac8be955SRalf Baechleconfig MIPS_MT_SMTC_INSTANT_REPLAY
1610ac8be955SRalf Baechle	bool "Low-latency Dispatch of Deferred SMTC IPIs"
1611619af723SRalf Baechle	depends on MIPS_MT_SMTC && !PREEMPT
1612ac8be955SRalf Baechle	default y
1613ac8be955SRalf Baechle	help
1614ac8be955SRalf Baechle	  SMTC pseudo-interrupts between TCs are deferred and queued
1615ac8be955SRalf Baechle	  if the target TC is interrupt-inhibited (IXMT). In the first
1616ac8be955SRalf Baechle	  SMTC prototypes, these queued IPIs were serviced on return
1617ac8be955SRalf Baechle	  to user mode, or on entry into the kernel idle loop. The
1618ac8be955SRalf Baechle	  INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1619ac8be955SRalf Baechle	  processing, which adds runtime overhead (hence the option to turn
1620ac8be955SRalf Baechle	  it off), but ensures that IPIs are handled promptly even under
1621ac8be955SRalf Baechle	  heavy I/O interrupt load.
1622ac8be955SRalf Baechle
1623e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM
1624e01402b1SRalf Baechle	bool "Load VPE program into memory hidden from linux"
1625e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
1626e01402b1SRalf Baechle	default y
1627e01402b1SRalf Baechle	help
1628e01402b1SRalf Baechle	  The loader can use memory that is present but has been hidden from
1629e01402b1SRalf Baechle	  Linux using the kernel command line option "mem=xxMB". It's up to
1630e01402b1SRalf Baechle	  you to ensure the amount you put in the option and the space your
1631e01402b1SRalf Baechle	  program requires is less or equal to the amount physically present.
1632e01402b1SRalf Baechle
1633e01402b1SRalf Baechle# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1634e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API
1635e01402b1SRalf Baechle	bool "Enable support for AP/SP API (RTLX)"
1636e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
16375e83d430SRalf Baechle	help
1638e01402b1SRalf Baechle
16392600990eSRalf Baechleconfig MIPS_APSP_KSPD
16402600990eSRalf Baechle	bool "Enable KSPD"
16412600990eSRalf Baechle	depends on MIPS_VPE_APSP_API
16422600990eSRalf Baechle	default y
16432600990eSRalf Baechle	help
16442600990eSRalf Baechle	  KSPD is a kernel daemon that accepts syscall requests from the SP
16452600990eSRalf Baechle	  side, actions them and returns the results. It also handles the
16462600990eSRalf Baechle	  "exit" syscall notifying other kernel modules the SP program is
16472600990eSRalf Baechle	  exiting.  You probably want to say yes here.
16482600990eSRalf Baechle
16491da177e4SLinus Torvaldsconfig SB1_PASS_1_WORKAROUNDS
16501da177e4SLinus Torvalds	bool
16511da177e4SLinus Torvalds	depends on CPU_SB1_PASS_1
16521da177e4SLinus Torvalds	default y
16531da177e4SLinus Torvalds
16541da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS
16551da177e4SLinus Torvalds	bool
16561da177e4SLinus Torvalds	depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
16571da177e4SLinus Torvalds	default y
16581da177e4SLinus Torvalds
16591da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS
16601da177e4SLinus Torvalds	bool
16611da177e4SLinus Torvalds	depends on CPU_SB1 && CPU_SB1_PASS_2
16621da177e4SLinus Torvalds	default y
16631da177e4SLinus Torvalds
16641da177e4SLinus Torvaldsconfig 64BIT_PHYS_ADDR
16651da177e4SLinus Torvalds	bool "Support for 64-bit physical address space"
1666948928adSRalf Baechle	depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT
16671da177e4SLinus Torvalds
16681da177e4SLinus Torvaldsconfig CPU_HAS_LLSC
1669f7062ddbSRalf Baechle	bool
16701da177e4SLinus Torvalds
16719693a853SFranck Bui-Huuconfig CPU_HAS_SMARTMIPS
16729693a853SFranck Bui-Huu	depends on SYS_SUPPORTS_SMARTMIPS
16739693a853SFranck Bui-Huu	bool "Support for the SmartMIPS ASE"
16749693a853SFranck Bui-Huu	help
16759693a853SFranck Bui-Huu	  SmartMIPS is a extension of the MIPS32 architecture aimed at
16769693a853SFranck Bui-Huu	  increased security at both hardware and software level for
16779693a853SFranck Bui-Huu	  smartcards.  Enabling this option will allow proper use of the
16789693a853SFranck Bui-Huu	  SmartMIPS instructions by Linux applications.  However a kernel with
16799693a853SFranck Bui-Huu	  this option will not work on a MIPS core without SmartMIPS core.  If
16809693a853SFranck Bui-Huu	  you don't know you probably don't have SmartMIPS and should say N
16819693a853SFranck Bui-Huu	  here.
16829693a853SFranck Bui-Huu
16831da177e4SLinus Torvaldsconfig CPU_HAS_WB
1684f7062ddbSRalf Baechle	bool
1685e01402b1SRalf Baechle
1686f41ae0b2SRalf Baechle#
1687f41ae0b2SRalf Baechle# Vectored interrupt mode is an R2 feature
1688f41ae0b2SRalf Baechle#
1689e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI
1690f41ae0b2SRalf Baechle	bool
1691e01402b1SRalf Baechle
1692f41ae0b2SRalf Baechle#
1693f41ae0b2SRalf Baechle# Extended interrupt mode is an R2 feature
1694f41ae0b2SRalf Baechle#
1695e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI
1696f41ae0b2SRalf Baechle	bool
1697e01402b1SRalf Baechle
1698f41ae0b2SRalf Baechle#
1699f41ae0b2SRalf Baechle# Shadow registers are an R2 feature
1700f41ae0b2SRalf Baechle#
1701e01402b1SRalf Baechleconfig CPU_MIPSR2_SRS
1702f41ae0b2SRalf Baechle	bool
1703e01402b1SRalf Baechle
17041da177e4SLinus Torvaldsconfig CPU_HAS_SYNC
17051da177e4SLinus Torvalds	bool
17061da177e4SLinus Torvalds	depends on !CPU_R3000
17071da177e4SLinus Torvalds	default y
17081da177e4SLinus Torvalds
17091da177e4SLinus Torvalds#
1710797798c1SRalf Baechle# Use the generic interrupt handling code in kernel/irq/:
1711797798c1SRalf Baechle#
1712797798c1SRalf Baechleconfig GENERIC_HARDIRQS
1713797798c1SRalf Baechle	bool
1714797798c1SRalf Baechle	default y
1715797798c1SRalf Baechle
1716797798c1SRalf Baechleconfig GENERIC_IRQ_PROBE
1717797798c1SRalf Baechle	bool
1718797798c1SRalf Baechle	default y
1719797798c1SRalf Baechle
17200d7012a9SIngo Molnarconfig IRQ_PER_CPU
17210d7012a9SIngo Molnar	bool
17220d7012a9SIngo Molnar
1723797798c1SRalf Baechle#
17241da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel.
17251da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed
17261da177e4SLinus Torvalds#   caches such as R3000, SB1, R7000 or those that look like they're virtually
17271da177e4SLinus Torvalds#   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
17281da177e4SLinus Torvalds#   moment we protect the user and offer the highmem option only on machines
17291da177e4SLinus Torvalds#   where it's known to be safe.  This will not offer highmem on a few systems
17301da177e4SLinus Torvalds#   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
17311da177e4SLinus Torvalds#   indexed CPUs but we're playing safe.
1732797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1733797798c1SRalf Baechle#   know they might have memory configurations that could make use of highmem
1734797798c1SRalf Baechle#   support.
17351da177e4SLinus Torvalds#
17361da177e4SLinus Torvaldsconfig HIGHMEM
17371da177e4SLinus Torvalds	bool "High Memory Support"
1738797798c1SRalf Baechle	depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1739797798c1SRalf Baechle
1740797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM
1741797798c1SRalf Baechle	bool
1742797798c1SRalf Baechle
1743797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM
1744797798c1SRalf Baechle	bool
17451da177e4SLinus Torvalds
17469693a853SFranck Bui-Huuconfig SYS_SUPPORTS_SMARTMIPS
17479693a853SFranck Bui-Huu	bool
17489693a853SFranck Bui-Huu
1749b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE
1750b4819b59SYoichi Yuasa	def_bool y
1751b4819b59SYoichi Yuasa	depends on !NUMA
1752b4819b59SYoichi Yuasa
1753d8cb4e11SRalf Baechleconfig ARCH_DISCONTIGMEM_ENABLE
1754d8cb4e11SRalf Baechle	bool
1755d8cb4e11SRalf Baechle	default y if SGI_IP27
1756d8cb4e11SRalf Baechle	help
17573dde6ad8SDavid Sterba	  Say Y to support efficient handling of discontiguous physical memory,
1758d8cb4e11SRalf Baechle	  for architectures which are either NUMA (Non-Uniform Memory Access)
1759d8cb4e11SRalf Baechle	  or have huge holes in the physical address space for other reasons.
1760d8cb4e11SRalf Baechle	  See <file:Documentation/vm/numa> for more.
1761d8cb4e11SRalf Baechle
1762b1c6cd42SAtsushi Nemotoconfig ARCH_SPARSEMEM_ENABLE
1763b1c6cd42SAtsushi Nemoto	bool
17647de58fabSAtsushi Nemoto	select SPARSEMEM_STATIC
176531473747SAtsushi Nemoto
1766d8cb4e11SRalf Baechleconfig NUMA
1767d8cb4e11SRalf Baechle	bool "NUMA Support"
1768d8cb4e11SRalf Baechle	depends on SYS_SUPPORTS_NUMA
1769d8cb4e11SRalf Baechle	help
1770d8cb4e11SRalf Baechle	  Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1771d8cb4e11SRalf Baechle	  Access).  This option improves performance on systems with more
1772d8cb4e11SRalf Baechle	  than two nodes; on two node systems it is generally better to
1773d8cb4e11SRalf Baechle	  leave it disabled; on single node systems disable this option
1774d8cb4e11SRalf Baechle	  disabled.
1775d8cb4e11SRalf Baechle
1776d8cb4e11SRalf Baechleconfig SYS_SUPPORTS_NUMA
1777d8cb4e11SRalf Baechle	bool
1778d8cb4e11SRalf Baechle
1779c80d79d7SYasunori Gotoconfig NODES_SHIFT
1780c80d79d7SYasunori Goto	int
1781c80d79d7SYasunori Goto	default "6"
1782c80d79d7SYasunori Goto	depends on NEED_MULTIPLE_NODES
1783c80d79d7SYasunori Goto
1784b4819b59SYoichi Yuasasource "mm/Kconfig"
1785b4819b59SYoichi Yuasa
17861da177e4SLinus Torvaldsconfig SMP
17871da177e4SLinus Torvalds	bool "Multi-Processing support"
1788e73ea273SRalf Baechle	depends on SYS_SUPPORTS_SMP
1789b4b30a5aSRalf Baechle	select IRQ_PER_CPU
1790e73ea273SRalf Baechle	help
17911da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
17921da177e4SLinus Torvalds	  a system with only one CPU, like most personal computers, say N. If
17931da177e4SLinus Torvalds	  you have a system with more than one CPU, say Y.
17941da177e4SLinus Torvalds
17951da177e4SLinus Torvalds	  If you say N here, the kernel will run on single and multiprocessor
17961da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
17971da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
17981da177e4SLinus Torvalds	  singleprocessor machines. On a singleprocessor machine, the kernel
17991da177e4SLinus Torvalds	  will run faster if you say N here.
18001da177e4SLinus Torvalds
18011da177e4SLinus Torvalds	  People using multiprocessor machines who say Y here should also say
18021da177e4SLinus Torvalds	  Y to "Enhanced Real Time Clock Support", below.
18031da177e4SLinus Torvalds
18041da177e4SLinus Torvalds	  See also the <file:Documentation/smp.txt> and the SMP-HOWTO
18051da177e4SLinus Torvalds	  available at <http://www.tldp.org/docs.html#howto>.
18061da177e4SLinus Torvalds
18071da177e4SLinus Torvalds	  If you don't know what to do here, say N.
18081da177e4SLinus Torvalds
1809e73ea273SRalf Baechleconfig SYS_SUPPORTS_SMP
1810e73ea273SRalf Baechle	bool
1811e73ea273SRalf Baechle
181272ede9b1SAtsushi Nemotoconfig NR_CPUS_DEFAULT_1
181372ede9b1SAtsushi Nemoto	bool
181472ede9b1SAtsushi Nemoto
1815130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_2
1816130e2fb7SRalf Baechle	bool
1817130e2fb7SRalf Baechle
1818130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_4
1819130e2fb7SRalf Baechle	bool
1820130e2fb7SRalf Baechle
1821130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_8
1822130e2fb7SRalf Baechle	bool
1823130e2fb7SRalf Baechle
1824130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_16
1825130e2fb7SRalf Baechle	bool
1826130e2fb7SRalf Baechle
1827130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_32
1828130e2fb7SRalf Baechle	bool
1829130e2fb7SRalf Baechle
1830130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_64
1831130e2fb7SRalf Baechle	bool
1832130e2fb7SRalf Baechle
18331da177e4SLinus Torvaldsconfig NR_CPUS
18341da177e4SLinus Torvalds	int "Maximum number of CPUs (2-64)"
183572ede9b1SAtsushi Nemoto	range 1 64 if NR_CPUS_DEFAULT_1
18361da177e4SLinus Torvalds	depends on SMP
183772ede9b1SAtsushi Nemoto	default "1" if NR_CPUS_DEFAULT_1
1838130e2fb7SRalf Baechle	default "2" if NR_CPUS_DEFAULT_2
1839130e2fb7SRalf Baechle	default "4" if NR_CPUS_DEFAULT_4
1840130e2fb7SRalf Baechle	default "8" if NR_CPUS_DEFAULT_8
1841130e2fb7SRalf Baechle	default "16" if NR_CPUS_DEFAULT_16
1842130e2fb7SRalf Baechle	default "32" if NR_CPUS_DEFAULT_32
1843130e2fb7SRalf Baechle	default "64" if NR_CPUS_DEFAULT_64
18441da177e4SLinus Torvalds	help
18451da177e4SLinus Torvalds	  This allows you to specify the maximum number of CPUs which this
18461da177e4SLinus Torvalds	  kernel will support.  The maximum supported value is 32 for 32-bit
18471da177e4SLinus Torvalds	  kernel and 64 for 64-bit kernels; the minimum value which makes
184872ede9b1SAtsushi Nemoto	  sense is 1 for Qemu (useful only for kernel debugging purposes)
184972ede9b1SAtsushi Nemoto	  and 2 for all others.
18501da177e4SLinus Torvalds
18511da177e4SLinus Torvalds	  This is purely to save memory - each supported CPU adds
185272ede9b1SAtsushi Nemoto	  approximately eight kilobytes to the kernel image.  For best
185372ede9b1SAtsushi Nemoto	  performance should round up your number of processors to the next
185472ede9b1SAtsushi Nemoto	  power of two.
18551da177e4SLinus Torvalds
18561723b4a3SAtsushi Nemoto#
18571723b4a3SAtsushi Nemoto# Timer Interrupt Frequency Configuration
18581723b4a3SAtsushi Nemoto#
18591723b4a3SAtsushi Nemoto
18601723b4a3SAtsushi Nemotochoice
18611723b4a3SAtsushi Nemoto	prompt "Timer frequency"
18621723b4a3SAtsushi Nemoto	default HZ_250
18631723b4a3SAtsushi Nemoto	help
18641723b4a3SAtsushi Nemoto	 Allows the configuration of the timer frequency.
18651723b4a3SAtsushi Nemoto
18661723b4a3SAtsushi Nemoto	config HZ_48
18671723b4a3SAtsushi Nemoto		bool "48 HZ" if SYS_SUPPORTS_48HZ
18681723b4a3SAtsushi Nemoto
18691723b4a3SAtsushi Nemoto	config HZ_100
18701723b4a3SAtsushi Nemoto		bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
18711723b4a3SAtsushi Nemoto
18721723b4a3SAtsushi Nemoto	config HZ_128
18731723b4a3SAtsushi Nemoto		bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
18741723b4a3SAtsushi Nemoto
18751723b4a3SAtsushi Nemoto	config HZ_250
18761723b4a3SAtsushi Nemoto		bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
18771723b4a3SAtsushi Nemoto
18781723b4a3SAtsushi Nemoto	config HZ_256
18791723b4a3SAtsushi Nemoto		bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
18801723b4a3SAtsushi Nemoto
18811723b4a3SAtsushi Nemoto	config HZ_1000
18821723b4a3SAtsushi Nemoto		bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
18831723b4a3SAtsushi Nemoto
18841723b4a3SAtsushi Nemoto	config HZ_1024
18851723b4a3SAtsushi Nemoto		bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
18861723b4a3SAtsushi Nemoto
18871723b4a3SAtsushi Nemotoendchoice
18881723b4a3SAtsushi Nemoto
18891723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_48HZ
18901723b4a3SAtsushi Nemoto	bool
18911723b4a3SAtsushi Nemoto
18921723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_100HZ
18931723b4a3SAtsushi Nemoto	bool
18941723b4a3SAtsushi Nemoto
18951723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_128HZ
18961723b4a3SAtsushi Nemoto	bool
18971723b4a3SAtsushi Nemoto
18981723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_250HZ
18991723b4a3SAtsushi Nemoto	bool
19001723b4a3SAtsushi Nemoto
19011723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_256HZ
19021723b4a3SAtsushi Nemoto	bool
19031723b4a3SAtsushi Nemoto
19041723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1000HZ
19051723b4a3SAtsushi Nemoto	bool
19061723b4a3SAtsushi Nemoto
19071723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1024HZ
19081723b4a3SAtsushi Nemoto	bool
19091723b4a3SAtsushi Nemoto
19101723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_ARBIT_HZ
19111723b4a3SAtsushi Nemoto	bool
19121723b4a3SAtsushi Nemoto	default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
19131723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
19141723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
19151723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_1024HZ
19161723b4a3SAtsushi Nemoto
19171723b4a3SAtsushi Nemotoconfig HZ
19181723b4a3SAtsushi Nemoto	int
19191723b4a3SAtsushi Nemoto	default 48 if HZ_48
19201723b4a3SAtsushi Nemoto	default 100 if HZ_100
19211723b4a3SAtsushi Nemoto	default 128 if HZ_128
19221723b4a3SAtsushi Nemoto	default 250 if HZ_250
19231723b4a3SAtsushi Nemoto	default 256 if HZ_256
19241723b4a3SAtsushi Nemoto	default 1000 if HZ_1000
19251723b4a3SAtsushi Nemoto	default 1024 if HZ_1024
19261723b4a3SAtsushi Nemoto
1927e80de850SRalf Baechlesource "kernel/Kconfig.preempt"
19281da177e4SLinus Torvalds
19291da177e4SLinus Torvaldsconfig MIPS_INSANE_LARGE
19301da177e4SLinus Torvalds	bool "Support for large 64-bit configurations"
1931875d43e7SRalf Baechle	depends on CPU_R10000 && 64BIT
19321da177e4SLinus Torvalds	help
19331da177e4SLinus Torvalds	  MIPS R10000 does support a 44 bit / 16TB address space as opposed to
19341da177e4SLinus Torvalds	  previous 64-bit processors which only supported 40 bit / 1TB. If you
19351da177e4SLinus Torvalds	  need processes of more than 1TB virtual address space, say Y here.
19361da177e4SLinus Torvalds	  This will result in additional memory usage, so it is not
19371da177e4SLinus Torvalds	  recommended for normal users.
19381da177e4SLinus Torvalds
1939ea6e942bSAtsushi Nemotoconfig KEXEC
1940ea6e942bSAtsushi Nemoto	bool "Kexec system call (EXPERIMENTAL)"
1941ea6e942bSAtsushi Nemoto	depends on EXPERIMENTAL
1942ea6e942bSAtsushi Nemoto	help
1943ea6e942bSAtsushi Nemoto	  kexec is a system call that implements the ability to shutdown your
1944ea6e942bSAtsushi Nemoto	  current kernel, and to start another kernel.  It is like a reboot
19453dde6ad8SDavid Sterba	  but it is independent of the system firmware.   And like a reboot
1946ea6e942bSAtsushi Nemoto	  you can start any kernel with it, not just Linux.
1947ea6e942bSAtsushi Nemoto
1948ea6e942bSAtsushi Nemoto	  The name comes from the similiarity to the exec system call.
1949ea6e942bSAtsushi Nemoto
1950ea6e942bSAtsushi Nemoto	  It is an ongoing process to be certain the hardware in a machine
1951ea6e942bSAtsushi Nemoto	  is properly shutdown, so do not be surprised if this code does not
1952ea6e942bSAtsushi Nemoto	  initially work for you.  It may help to enable device hotplugging
1953ea6e942bSAtsushi Nemoto	  support.  As of this writing the exact hardware interface is
1954ea6e942bSAtsushi Nemoto	  strongly in flux, so no good recommendation can be made.
1955ea6e942bSAtsushi Nemoto
1956ea6e942bSAtsushi Nemotoconfig SECCOMP
1957ea6e942bSAtsushi Nemoto	bool "Enable seccomp to safely compute untrusted bytecode"
1958ea6e942bSAtsushi Nemoto	depends on PROC_FS && BROKEN
1959ea6e942bSAtsushi Nemoto	default y
1960ea6e942bSAtsushi Nemoto	help
1961ea6e942bSAtsushi Nemoto	  This kernel feature is useful for number crunching applications
1962ea6e942bSAtsushi Nemoto	  that may need to compute untrusted bytecode during their
1963ea6e942bSAtsushi Nemoto	  execution. By using pipes or other transports made available to
1964ea6e942bSAtsushi Nemoto	  the process as file descriptors supporting the read/write
1965ea6e942bSAtsushi Nemoto	  syscalls, it's possible to isolate those applications in
1966ea6e942bSAtsushi Nemoto	  their own address space using seccomp. Once seccomp is
1967ea6e942bSAtsushi Nemoto	  enabled via /proc/<pid>/seccomp, it cannot be disabled
1968ea6e942bSAtsushi Nemoto	  and the task is only allowed to execute a few safe syscalls
1969ea6e942bSAtsushi Nemoto	  defined by each seccomp mode.
1970ea6e942bSAtsushi Nemoto
1971ea6e942bSAtsushi Nemoto	  If unsure, say Y. Only embedded should say N here.
1972ea6e942bSAtsushi Nemoto
19735e83d430SRalf Baechleendmenu
19745e83d430SRalf Baechle
19751da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
19761da177e4SLinus Torvalds	bool
19771da177e4SLinus Torvalds	default y
19781da177e4SLinus Torvalds
19791df0f0ffSAtsushi Nemotoconfig LOCKDEP_SUPPORT
19801df0f0ffSAtsushi Nemoto	bool
19811df0f0ffSAtsushi Nemoto	default y
19821df0f0ffSAtsushi Nemoto
19831df0f0ffSAtsushi Nemotoconfig STACKTRACE_SUPPORT
19841df0f0ffSAtsushi Nemoto	bool
19851df0f0ffSAtsushi Nemoto	default y
19861df0f0ffSAtsushi Nemoto
1987b6c3539bSRalf Baechlesource "init/Kconfig"
1988b6c3539bSRalf Baechle
19891da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
19901da177e4SLinus Torvalds
19915e83d430SRalf Baechleconfig HW_HAS_EISA
19925e83d430SRalf Baechle	bool
19931da177e4SLinus Torvaldsconfig HW_HAS_PCI
19941da177e4SLinus Torvalds	bool
19951da177e4SLinus Torvalds
19961da177e4SLinus Torvaldsconfig PCI
19971da177e4SLinus Torvalds	bool "Support for PCI controller"
19981da177e4SLinus Torvalds	depends on HW_HAS_PCI
19991da177e4SLinus Torvalds	help
20001da177e4SLinus Torvalds	  Find out whether you have a PCI motherboard. PCI is the name of a
20011da177e4SLinus Torvalds	  bus system, i.e. the way the CPU talks to the other stuff inside
20021da177e4SLinus Torvalds	  your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
20031da177e4SLinus Torvalds	  say Y, otherwise N.
20041da177e4SLinus Torvalds
20051da177e4SLinus Torvalds	  The PCI-HOWTO, available from
20061da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>, contains valuable
20071da177e4SLinus Torvalds	  information about which PCI hardware does work under Linux and which
20081da177e4SLinus Torvalds	  doesn't.
20091da177e4SLinus Torvalds
20101da177e4SLinus Torvaldsconfig PCI_DOMAINS
20111da177e4SLinus Torvalds	bool
20121da177e4SLinus Torvalds	depends on PCI
20131da177e4SLinus Torvalds
20141da177e4SLinus Torvaldssource "drivers/pci/Kconfig"
20151da177e4SLinus Torvalds
20161da177e4SLinus Torvalds#
20171da177e4SLinus Torvalds# ISA support is now enabled via select.  Too many systems still have the one
20181da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect
20191da177e4SLinus Torvalds# users to choose the right thing ...
20201da177e4SLinus Torvalds#
20211da177e4SLinus Torvaldsconfig ISA
20221da177e4SLinus Torvalds	bool
20231da177e4SLinus Torvalds
20241da177e4SLinus Torvaldsconfig EISA
20251da177e4SLinus Torvalds	bool "EISA support"
20265e83d430SRalf Baechle	depends on HW_HAS_EISA
20271da177e4SLinus Torvalds	select ISA
2028aa414dffSRalf Baechle	select GENERIC_ISA_DMA
20291da177e4SLinus Torvalds	---help---
20301da177e4SLinus Torvalds	  The Extended Industry Standard Architecture (EISA) bus was
20311da177e4SLinus Torvalds	  developed as an open alternative to the IBM MicroChannel bus.
20321da177e4SLinus Torvalds
20331da177e4SLinus Torvalds	  The EISA bus provided some of the features of the IBM MicroChannel
20341da177e4SLinus Torvalds	  bus while maintaining backward compatibility with cards made for
20351da177e4SLinus Torvalds	  the older ISA bus.  The EISA bus saw limited use between 1988 and
20361da177e4SLinus Torvalds	  1995 when it was made obsolete by the PCI bus.
20371da177e4SLinus Torvalds
20381da177e4SLinus Torvalds	  Say Y here if you are building a kernel for an EISA-based machine.
20391da177e4SLinus Torvalds
20401da177e4SLinus Torvalds	  Otherwise, say N.
20411da177e4SLinus Torvalds
20421da177e4SLinus Torvaldssource "drivers/eisa/Kconfig"
20431da177e4SLinus Torvalds
20441da177e4SLinus Torvaldsconfig TC
20451da177e4SLinus Torvalds	bool "TURBOchannel support"
20461da177e4SLinus Torvalds	depends on MACH_DECSTATION
20471da177e4SLinus Torvalds	help
20481da177e4SLinus Torvalds	  TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
20491da177e4SLinus Torvalds	  processors.  Documentation on writing device drivers for TurboChannel
20501da177e4SLinus Torvalds	  is available at:
20511da177e4SLinus Torvalds	  <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
20521da177e4SLinus Torvalds
20531da177e4SLinus Torvalds#config ACCESSBUS
20541da177e4SLinus Torvalds#	bool "Access.Bus support"
20551da177e4SLinus Torvalds#	depends on TC
20561da177e4SLinus Torvalds
20571da177e4SLinus Torvaldsconfig MMU
20581da177e4SLinus Torvalds	bool
20591da177e4SLinus Torvalds	default y
20601da177e4SLinus Torvalds
2061e5c6c8e4SMichael Neulingconfig I8253
2062e5c6c8e4SMichael Neuling	bool
2063e5c6c8e4SMichael Neuling
20641da177e4SLinus Torvaldssource "drivers/pcmcia/Kconfig"
20651da177e4SLinus Torvalds
20661da177e4SLinus Torvaldssource "drivers/pci/hotplug/Kconfig"
20671da177e4SLinus Torvalds
20681da177e4SLinus Torvaldsendmenu
20691da177e4SLinus Torvalds
20701da177e4SLinus Torvaldsmenu "Executable file formats"
20711da177e4SLinus Torvalds
20721da177e4SLinus Torvaldssource "fs/Kconfig.binfmt"
20731da177e4SLinus Torvalds
20741da177e4SLinus Torvaldsconfig TRAD_SIGNALS
20751da177e4SLinus Torvalds	bool
20761da177e4SLinus Torvalds
20771da177e4SLinus Torvaldsconfig BUILD_ELF64
20781da177e4SLinus Torvalds	bool "Use 64-bit ELF format for building"
2079875d43e7SRalf Baechle	depends on 64BIT
20801da177e4SLinus Torvalds	help
20811da177e4SLinus Torvalds	  A 64-bit kernel is usually built using the 64-bit ELF binary object
20821da177e4SLinus Torvalds	  format as it's one that allows arbitrary 64-bit constructs.  For
20831da177e4SLinus Torvalds	  kernels that are loaded within the KSEG compatibility segments the
20841da177e4SLinus Torvalds	  32-bit ELF format can optionally be used resulting in a somewhat
20851da177e4SLinus Torvalds	  smaller binary, but this option is not explicitly supported by the
20861da177e4SLinus Torvalds	  toolchain and since binutils 2.14 it does not even work at all.
20871da177e4SLinus Torvalds
20881da177e4SLinus Torvalds	  Say Y to use the 64-bit format or N to use the 32-bit one.
20891da177e4SLinus Torvalds
20901da177e4SLinus Torvalds	  If unsure say Y.
20911da177e4SLinus Torvalds
20921da177e4SLinus Torvaldsconfig BINFMT_IRIX
20931da177e4SLinus Torvalds	bool "Include IRIX binary compatibility"
20945e83d430SRalf Baechle	depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
20951da177e4SLinus Torvalds
20961da177e4SLinus Torvaldsconfig MIPS32_COMPAT
20971da177e4SLinus Torvalds	bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
2098875d43e7SRalf Baechle	depends on 64BIT
20991da177e4SLinus Torvalds	help
21001da177e4SLinus Torvalds	  Select this option if you want Linux/MIPS 32-bit binary
21011da177e4SLinus Torvalds	  compatibility. Since all software available for Linux/MIPS is
21021da177e4SLinus Torvalds	  currently 32-bit you should say Y here.
21031da177e4SLinus Torvalds
21041da177e4SLinus Torvaldsconfig COMPAT
21051da177e4SLinus Torvalds	bool
21061da177e4SLinus Torvalds	depends on MIPS32_COMPAT
21071da177e4SLinus Torvalds	default y
21081da177e4SLinus Torvalds
210905e43966SAtsushi Nemotoconfig SYSVIPC_COMPAT
211005e43966SAtsushi Nemoto	bool
211105e43966SAtsushi Nemoto	depends on COMPAT && SYSVIPC
211205e43966SAtsushi Nemoto	default y
211305e43966SAtsushi Nemoto
21141da177e4SLinus Torvaldsconfig MIPS32_O32
21151da177e4SLinus Torvalds	bool "Kernel support for o32 binaries"
21161da177e4SLinus Torvalds	depends on MIPS32_COMPAT
21171da177e4SLinus Torvalds	help
21181da177e4SLinus Torvalds	  Select this option if you want to run o32 binaries.  These are pure
21191da177e4SLinus Torvalds	  32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
21201da177e4SLinus Torvalds	  existing binaries are in this format.
21211da177e4SLinus Torvalds
21221da177e4SLinus Torvalds	  If unsure, say Y.
21231da177e4SLinus Torvalds
21241da177e4SLinus Torvaldsconfig MIPS32_N32
21251da177e4SLinus Torvalds	bool "Kernel support for n32 binaries"
21261da177e4SLinus Torvalds	depends on MIPS32_COMPAT
21271da177e4SLinus Torvalds	help
21281da177e4SLinus Torvalds	  Select this option if you want to run n32 binaries.  These are
21291da177e4SLinus Torvalds	  64-bit binaries using 32-bit quantities for addressing and certain
21301da177e4SLinus Torvalds	  data that would normally be 64-bit.  They are used in special
21311da177e4SLinus Torvalds	  cases.
21321da177e4SLinus Torvalds
21331da177e4SLinus Torvalds	  If unsure, say N.
21341da177e4SLinus Torvalds
21351da177e4SLinus Torvaldsconfig BINFMT_ELF32
21361da177e4SLinus Torvalds	bool
21371da177e4SLinus Torvalds	default y if MIPS32_O32 || MIPS32_N32
21381da177e4SLinus Torvalds
21392116245eSRalf Baechleendmenu
21401da177e4SLinus Torvalds
21412116245eSRalf Baechlemenu "Power management options"
2142952fa954SRodolfo Giometti
21432116245eSRalf Baechlesource "kernel/power/Kconfig"
2144952fa954SRodolfo Giometti
21451da177e4SLinus Torvaldsendmenu
21461da177e4SLinus Torvalds
2147d5950b43SSam Ravnborgsource "net/Kconfig"
2148d5950b43SSam Ravnborg
21491da177e4SLinus Torvaldssource "drivers/Kconfig"
21501da177e4SLinus Torvalds
21511da177e4SLinus Torvaldssource "fs/Kconfig"
21521da177e4SLinus Torvalds
21535e83d430SRalf Baechlesource "arch/mips/oprofile/Kconfig"
21545e83d430SRalf Baechle
21551da177e4SLinus Torvaldssource "arch/mips/Kconfig.debug"
21561da177e4SLinus Torvalds
21571da177e4SLinus Torvaldssource "security/Kconfig"
21581da177e4SLinus Torvalds
21591da177e4SLinus Torvaldssource "crypto/Kconfig"
21601da177e4SLinus Torvalds
21611da177e4SLinus Torvaldssource "lib/Kconfig"
2162