blob: 58e97886d771d508fa3d001c61ae8ecc32957113 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config MIPS
2 bool
3 default y
4 # Horrible source of confusion. Die, die, die ...
5 select EMBEDDED
6
Linus Torvalds1da177e2005-04-16 15:20:36 -07007mainmenu "Linux/MIPS Kernel Configuration"
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009menu "Machine selection"
10
Christoph Lameter5ac6da62007-02-10 01:43:14 -080011config ZONE_DMA
12 bool
13 default y
14
Ralf Baechle5e83d432005-10-29 19:32:41 +010015choice
16 prompt "System type"
17 default SGI_IP22
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
Ralf Baechle5e83d432005-10-29 19:32:41 +010019config MIPS_MTX1
Martin Michlmayr3fa986f2006-05-09 23:34:53 +020020 bool "4G Systems MTX-1 board"
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000023 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010024 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +010025 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010026 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070027
Ralf Baechle5e83d432005-10-29 19:32:41 +010028config MIPS_BOSPORUS
29 bool "AMD Alchemy Bosporus board"
30 select SOC_AU1500
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010032 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010033 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
Ralf Baechle5e83d432005-10-29 19:32:41 +010035config MIPS_PB1000
36 bool "AMD Alchemy PB1000 board"
37 select SOC_AU1000
Linus Torvalds1da177e2005-04-16 15:20:36 -070038 select DMA_NONCOHERENT
39 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000040 select RESOURCES_64BIT if PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070041 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010042 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010043 select SYS_SUPPORTS_LITTLE_ENDIAN
44
45config MIPS_PB1100
46 bool "AMD Alchemy PB1100 board"
47 select SOC_AU1100
48 select DMA_NONCOHERENT
49 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000050 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010051 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010052 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010053 select SYS_SUPPORTS_LITTLE_ENDIAN
54
55config MIPS_PB1500
56 bool "AMD Alchemy PB1500 board"
57 select SOC_AU1500
58 select DMA_NONCOHERENT
59 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000060 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010061 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010062 select SYS_SUPPORTS_LITTLE_ENDIAN
63
64config MIPS_PB1550
65 bool "AMD Alchemy PB1550 board"
66 select SOC_AU1550
67 select DMA_NONCOHERENT
68 select HW_HAS_PCI
69 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000070 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010071 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010072 select SYS_SUPPORTS_LITTLE_ENDIAN
73
74config MIPS_PB1200
75 bool "AMD Alchemy PB1200 board"
76 select SOC_AU1200
77 select DMA_NONCOHERENT
78 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000079 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010080 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010081 select SYS_SUPPORTS_LITTLE_ENDIAN
82
83config MIPS_DB1000
84 bool "AMD Alchemy DB1000 board"
85 select SOC_AU1000
86 select DMA_NONCOHERENT
87 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000088 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010089 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010090 select SYS_SUPPORTS_LITTLE_ENDIAN
91
92config MIPS_DB1100
93 bool "AMD Alchemy DB1100 board"
94 select SOC_AU1100
95 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010096 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010097 select SYS_SUPPORTS_LITTLE_ENDIAN
98
99config MIPS_DB1500
100 bool "AMD Alchemy DB1500 board"
101 select SOC_AU1500
102 select DMA_NONCOHERENT
103 select HW_HAS_PCI
104 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000105 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100106 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100107 select SYS_SUPPORTS_BIG_ENDIAN
108 select SYS_SUPPORTS_LITTLE_ENDIAN
109
110config MIPS_DB1550
111 bool "AMD Alchemy DB1550 board"
112 select SOC_AU1550
113 select HW_HAS_PCI
114 select DMA_NONCOHERENT
115 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000116 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100117 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100118 select SYS_SUPPORTS_LITTLE_ENDIAN
119
120config MIPS_DB1200
121 bool "AMD Alchemy DB1200 board"
122 select SOC_AU1200
123 select DMA_COHERENT
124 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100125 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100126 select SYS_SUPPORTS_LITTLE_ENDIAN
127
128config MIPS_MIRAGE
129 bool "AMD Alchemy Mirage board"
130 select DMA_NONCOHERENT
131 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +0100132 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100133 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134
Ralf Baechle35189fa2006-06-18 16:39:46 +0100135config BASLER_EXCITE
136 bool "Basler eXcite smart camera support"
137 select DMA_COHERENT
138 select HW_HAS_PCI
139 select IRQ_CPU
140 select IRQ_CPU_RM7K
141 select IRQ_CPU_RM9K
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200142 select MIPS_RM9122
Ralf Baechle35189fa2006-06-18 16:39:46 +0100143 select SYS_HAS_CPU_RM9000
144 select SYS_SUPPORTS_32BIT_KERNEL
145 select SYS_SUPPORTS_64BIT_KERNEL
146 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000147 select SYS_SUPPORTS_KGDB
Ralf Baechle35189fa2006-06-18 16:39:46 +0100148 help
149 The eXcite is a smart camera platform manufactured by
150 Basler Vision Technologies AG
151
152config BASLER_EXCITE_PROTOTYPE
153 bool "Support for pre-release units"
154 depends on BASLER_EXCITE
155 default n
156 help
157 Pre-series (prototype) units are different from later ones in
158 some ways. Select this option if you have one of these. Please
159 note that a kernel built with this option selected will not be
160 able to run on normal units.
161
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162config MIPS_COBALT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200163 bool "Cobalt Server"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 select DMA_NONCOHERENT
165 select HW_HAS_PCI
166 select I8259
167 select IRQ_CPU
Ralf Baechle5e83d432005-10-29 19:32:41 +0100168 select MIPS_GT64111
Ralf Baechle7cf80532005-10-20 22:33:09 +0100169 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700170 select SYS_SUPPORTS_32BIT_KERNEL
171 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100172 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900173 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174
175config MACH_DECSTATION
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200176 bool "DECstations"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177 select BOOT_ELF32
178 select DMA_NONCOHERENT
Maciej W. Rozyckib6d468e2005-02-02 20:36:21 +0000179 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100181 select SYS_HAS_CPU_R3000
182 select SYS_HAS_CPU_R4X00
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700183 select SYS_SUPPORTS_32BIT_KERNEL
184 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100185 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900186 select SYS_SUPPORTS_128HZ
187 select SYS_SUPPORTS_256HZ
188 select SYS_SUPPORTS_1024HZ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100189 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190 This enables support for DEC's MIPS based workstations. For details
191 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
192 DECstation porting pages on <http://decstation.unix-ag.org/>.
193
194 If you have one of the following DECstation Models you definitely
195 want to choose R4xx0 for the CPU Type:
196
197 DECstation 5000/50
198 DECstation 5000/150
199 DECstation 5000/260
200 DECsystem 5900/260
201
202 otherwise choose R3000.
203
204config MIPS_EV64120
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200205 bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 depends on EXPERIMENTAL
207 select DMA_NONCOHERENT
208 select HW_HAS_PCI
209 select MIPS_GT64120
Ralf Baechle7cf80532005-10-20 22:33:09 +0100210 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700211 select SYS_SUPPORTS_32BIT_KERNEL
212 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100213 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000214 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215 help
216 This is an evaluation board based on the Galileo GT-64120
217 single-chip system controller that contains a MIPS R5000 compatible
218 core running at 75/100MHz. Their website is located at
219 <http://www.marvell.com/>. Say Y here if you wish to build a
220 kernel for this platform.
221
Ralf Baechle5e83d432005-10-29 19:32:41 +0100222config MACH_JAZZ
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200223 bool "Jazz family of machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100224 select ARC
225 select ARC32
226 select ARCH_MAY_HAVE_PC_FDC
227 select GENERIC_ISA_DMA
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500228 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100229 select I8259
230 select ISA
Ralf Baechle7cf80532005-10-20 22:33:09 +0100231 select SYS_HAS_CPU_R4X00
Ralf Baechle5e83d432005-10-29 19:32:41 +0100232 select SYS_SUPPORTS_32BIT_KERNEL
233 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900234 select SYS_SUPPORTS_100HZ
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900235 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100237 This a family of machines based on the MIPS R4030 chipset which was
238 used by several vendors to build RISC/os and Windows NT workstations.
239 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
240 Olivetti M700-10 workstations.
241
242config LASAT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200243 bool "LASAT Networks platforms"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100244 select DMA_NONCOHERENT
245 select HW_HAS_PCI
246 select MIPS_GT64120
247 select MIPS_NILE4
248 select R5000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100249 select SYS_HAS_CPU_R5000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100250 select SYS_SUPPORTS_32BIT_KERNEL
251 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
252 select SYS_SUPPORTS_LITTLE_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100253 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254
255config MIPS_ATLAS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200256 bool "MIPS Atlas board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 select BOOT_ELF32
258 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100259 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100261 select MIPS_BOARDS_GEN
262 select MIPS_BONITO64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100264 select MIPS_MSC
Maciej W. Rozyckif4b7cdb2005-02-12 04:31:49 +0000265 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100267 select SYS_HAS_CPU_MIPS32_R1
268 select SYS_HAS_CPU_MIPS32_R2
269 select SYS_HAS_CPU_MIPS64_R1
270 select SYS_HAS_CPU_NEVADA
271 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700272 select SYS_SUPPORTS_32BIT_KERNEL
273 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100274 select SYS_SUPPORTS_BIG_ENDIAN
275 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100276 select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100277 select SYS_SUPPORTS_SMARTMIPS
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100278 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000280 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 board.
282
283config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200284 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000285 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 select BOOT_ELF32
287 select HAVE_STD_PC_SERIAL_PORT
288 select DMA_NONCOHERENT
289 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000290 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 select HW_HAS_PCI
292 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100293 select MIPS_BOARDS_GEN
294 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100295 select MIPS_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100297 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100299 select SYS_HAS_CPU_MIPS32_R1
300 select SYS_HAS_CPU_MIPS32_R2
301 select SYS_HAS_CPU_MIPS64_R1
302 select SYS_HAS_CPU_NEVADA
303 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700304 select SYS_SUPPORTS_32BIT_KERNEL
305 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100306 select SYS_SUPPORTS_BIG_ENDIAN
307 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100308 select SYS_SUPPORTS_MULTITHREADING
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100309 select SYS_SUPPORTS_SMARTMIPS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000311 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312 board.
313
314config MIPS_SEAD
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200315 bool "MIPS SEAD board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 depends on EXPERIMENTAL
317 select IRQ_CPU
318 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100319 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100320 select SYS_HAS_CPU_MIPS32_R1
321 select SYS_HAS_CPU_MIPS32_R2
322 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700323 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100324 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
325 select SYS_SUPPORTS_BIG_ENDIAN
326 select SYS_SUPPORTS_LITTLE_ENDIAN
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100327 select SYS_SUPPORTS_SMARTMIPS
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000328 help
329 This enables support for the MIPS Technologies SEAD evaluation
330 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331
Mark.Zhana240a462006-05-06 17:04:20 +0800332config WR_PPMC
Mark.Zhan92478572006-06-20 18:15:02 +0800333 bool "Wind River PPMC board"
Mark.Zhana240a462006-05-06 17:04:20 +0800334 select IRQ_CPU
335 select BOOT_ELF32
336 select DMA_NONCOHERENT
337 select HW_HAS_PCI
338 select MIPS_GT64120
339 select SWAP_IO_SPACE
340 select SYS_HAS_CPU_MIPS32_R1
341 select SYS_HAS_CPU_MIPS32_R2
342 select SYS_HAS_CPU_MIPS64_R1
343 select SYS_HAS_CPU_NEVADA
344 select SYS_HAS_CPU_RM7000
345 select SYS_SUPPORTS_32BIT_KERNEL
346 select SYS_SUPPORTS_64BIT_KERNEL
347 select SYS_SUPPORTS_BIG_ENDIAN
348 select SYS_SUPPORTS_LITTLE_ENDIAN
349 help
350 This enables support for the Wind River MIPS32 4KC PPMC evaluation
351 board, which is based on GT64120 bridge chip.
352
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100353config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200354 bool 'MIPS simulator (MIPSsim)'
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100355 select DMA_NONCOHERENT
356 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100357 select SYS_HAS_CPU_MIPS32_R1
358 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100359 select SYS_SUPPORTS_32BIT_KERNEL
360 select SYS_SUPPORTS_BIG_ENDIAN
361 select SYS_SUPPORTS_LITTLE_ENDIAN
362 help
363 This option enables support for MIPS Technologies MIPSsim software
364 emulator.
365
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366config MOMENCO_JAGUAR_ATX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200367 bool "Momentum Jaguar board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368 select BOOT_ELF32
369 select DMA_NONCOHERENT
370 select HW_HAS_PCI
371 select IRQ_CPU
372 select IRQ_CPU_RM7K
373 select IRQ_MV64340
374 select LIMITED_DMA
375 select PCI_MARVELL
376 select RM7000_CPU_SCACHE
377 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100378 select SYS_HAS_CPU_RM9000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700379 select SYS_SUPPORTS_32BIT_KERNEL
380 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100381 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000382 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383 help
384 The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
385 Momentum Computer <http://www.momenco.com/>.
386
Ralf Baechle5e83d432005-10-29 19:32:41 +0100387config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200388 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100389 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390 select HW_HAS_PCI
391 select IRQ_CPU
392 select IRQ_CPU_RM7K
Ralf Baechle5e83d432005-10-29 19:32:41 +0100393 select MIPS_GT64120
394 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100396 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700397 select SYS_SUPPORTS_32BIT_KERNEL
398 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100399 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000400 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100402 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
403 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404
Ralf Baechle5e83d432005-10-29 19:32:41 +0100405config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200406 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100407 select BOOT_ELF32
408 select DMA_NONCOHERENT
409 select HW_HAS_PCI
410 select IRQ_CPU
411 select IRQ_CPU_RM7K
412 select IRQ_MV64340
413 select PCI_MARVELL
414 select RM7000_CPU_SCACHE
415 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100416 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100417 select SYS_SUPPORTS_32BIT_KERNEL
418 select SYS_SUPPORTS_64BIT_KERNEL
419 select SYS_SUPPORTS_BIG_ENDIAN
420 help
421 The Ocelot-3 is based off Discovery III System Controller and
422 PMC-Sierra Rm79000 core.
423
424config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200425 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100426 select DMA_NONCOHERENT
427 select HW_HAS_PCI
428 select IRQ_CPU
429 select IRQ_MV64340
430 select PCI_MARVELL
431 select RM7000_CPU_SCACHE
432 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100433 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100434 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000435 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100436 select SYS_SUPPORTS_BIG_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100437 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100438 help
439 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
440 Momentum Computer <http://www.momenco.com/>.
441
442config MOMENCO_OCELOT_G
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200443 bool "Momentum Ocelot-G board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100444 select DMA_NONCOHERENT
445 select HW_HAS_PCI
446 select IRQ_CPU
447 select IRQ_CPU_RM7K
448 select PCI_MARVELL
449 select RM7000_CPU_SCACHE
450 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100451 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100452 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000453 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100454 select SYS_SUPPORTS_BIG_ENDIAN
455 help
456 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
457 Momentum Computer <http://www.momenco.com/>.
458
459config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200460 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100461 select DMA_NONCOHERENT
462 select SOC_AU1500
463 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464
Pete Popovbdf21b12005-07-14 17:47:57 +0000465config PNX8550_V2PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200466 bool "Philips PNX8550 based Viper2-PCI board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000467 select PNX8550
468 select SYS_SUPPORTS_LITTLE_ENDIAN
469
470config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200471 bool "Philips PNX8550 based JBS board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000472 select PNX8550
473 select SYS_SUPPORTS_LITTLE_ENDIAN
474
Vitaly Woolf0647a52006-12-08 11:40:35 +0300475config PNX8550_STB810
476 bool "Support for Philips PNX8550 based STB810 board"
477 select PNX8550
478 select SYS_SUPPORTS_LITTLE_ENDIAN
479
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200481 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100482 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483 select DMA_NONCOHERENT
484 select HW_HAS_PCI
485 select I8259
486 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100487 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700488 select SYS_SUPPORTS_32BIT_KERNEL
489 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechlecc801072007-02-17 02:58:39 +0000490 select SYS_SUPPORTS_KGDB
491 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100492 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493 help
494 This enables support for the R5432-based NEC DDB Vrc-5477,
495 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
496
497 Features : kernel debugging, serial terminal, NFS root fs, on-board
498 ether port USB, AC97, PCI, etc.
499
Ralf Baechle5e83d432005-10-29 19:32:41 +0100500config MACH_VR41XX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200501 bool "NEC VR41XX-based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100502 select SYS_HAS_CPU_VR41XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100503 select SYS_SUPPORTS_32BIT_KERNEL
504 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900505 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100506
507config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200508 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100509 select DMA_COHERENT
510 select HW_HAS_PCI
511 select IRQ_CPU
512 select IRQ_CPU_RM7K
513 select IRQ_CPU_RM9K
514 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100515 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100516 select SYS_SUPPORTS_32BIT_KERNEL
517 select SYS_SUPPORTS_64BIT_KERNEL
518 select SYS_SUPPORTS_BIG_ENDIAN
519 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000520 select SYS_SUPPORTS_KGDB
Ralf Baechlee73ea272006-06-04 11:51:46 +0100521 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100522 help
523 Yosemite is an evaluation board for the RM9000x2 processor
524 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525
Ralf Baechle07119622005-09-03 15:56:11 -0700526config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200527 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700528 select DMA_COHERENT
529 select GENERIC_ISA_DMA
530 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500531 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700532 select I8259
533 select ISA
534 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100535 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700536 select SYS_SUPPORTS_32BIT_KERNEL
537 select SYS_SUPPORTS_BIG_ENDIAN
Aurelien Jarnoc8cc9612006-09-27 23:07:25 +0200538 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +0900539 select ARCH_SPARSEMEM_ENABLE
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900540 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle07119622005-09-03 15:56:11 -0700541 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100542 Qemu is a software emulator which among other architectures also
543 can simulate a MIPS32 4Kc system. This patch adds support for the
544 system architecture that currently is being simulated by Qemu. It
545 will eventually be removed again when Qemu has the capability to
546 simulate actual MIPS hardware platforms. More information on Qemu
547 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700548
dmitry pervushin355c4712006-05-21 14:53:06 +0400549config MARKEINS
550 bool "Support for NEC EMMA2RH Mark-eins"
551 select DMA_NONCOHERENT
552 select HW_HAS_PCI
553 select IRQ_CPU
554 select SWAP_IO_SPACE
555 select SYS_SUPPORTS_32BIT_KERNEL
556 select SYS_SUPPORTS_BIG_ENDIAN
557 select SYS_SUPPORTS_LITTLE_ENDIAN
558 select SYS_HAS_CPU_R5000
559 help
560 This enables support for the R5432-based NEC Mark-eins
561 boards with R5500 CPU.
562
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200564 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 select ARC
566 select ARC32
567 select BOOT_ELF32
568 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100569 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 select IP22_CPU_SCACHE
571 select IRQ_CPU
Ralf Baechleaa414df2006-11-30 01:14:51 +0000572 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100574 select SYS_HAS_CPU_R4X00
575 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700576 select SYS_SUPPORTS_32BIT_KERNEL
577 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100578 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 help
580 This are the SGI Indy, Challenge S and Indigo2, as well as certain
581 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
582 that runs on these, say Y here.
583
584config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200585 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 select ARC
587 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100588 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 select DMA_IP27
Ralf Baechlea3d45392006-06-22 20:09:04 +0100590 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 select HW_HAS_PCI
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000592 select NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100594 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700595 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100596 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000597 select SYS_SUPPORTS_KGDB
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100598 select SYS_SUPPORTS_NUMA
Ralf Baechle1a5c5de2006-11-02 17:23:33 +0000599 select SYS_SUPPORTS_SMP
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100600 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601 help
602 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
603 workstations. To compile a Linux kernel that runs on these, say Y
604 here.
605
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200607 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700608 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 select ARC
610 select ARC32
611 select BOOT_ELF32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612 select DMA_NONCOHERENT
613 select HW_HAS_PCI
614 select R5000_CPU_SCACHE
615 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100616 select SYS_HAS_CPU_R5000
617 select SYS_HAS_CPU_R10000 if BROKEN
618 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000619 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700620 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100621 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 help
623 If you want this kernel to run on SGI O2 workstation, say Y here.
624
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700625config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200626 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700627 select BOOT_ELF32
628 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000629 select NR_CPUS_DEFAULT_4
Ralf Baechle7cf80532005-10-20 22:33:09 +0100630 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700631 select SIBYTE_BCM1x80
632 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100633 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700634 select SYS_SUPPORTS_BIG_ENDIAN
635 select SYS_SUPPORTS_LITTLE_ENDIAN
636
Ralf Baechle5e83d432005-10-29 19:32:41 +0100637config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200638 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100639 select BOOT_ELF32
640 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000641 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100642 select SIBYTE_SB1250
643 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100644 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100645 select SYS_SUPPORTS_BIG_ENDIAN
646 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000647 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100648 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000649
Ralf Baechle5e83d432005-10-29 19:32:41 +0100650config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200651 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100652 depends on EXPERIMENTAL
653 select BOOT_ELF32
654 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000655 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100656 select SIBYTE_SB1250
657 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100658 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100659 select SYS_SUPPORTS_BIG_ENDIAN
660 select SYS_SUPPORTS_LITTLE_ENDIAN
661
662config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200663 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100664 depends on EXPERIMENTAL
665 select BOOT_ELF32
666 select DMA_COHERENT
667 select SIBYTE_BCM1125H
668 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100669 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100670 select SYS_SUPPORTS_BIG_ENDIAN
671 select SYS_SUPPORTS_LITTLE_ENDIAN
672
673config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200674 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100675 depends on EXPERIMENTAL
676 select BOOT_ELF32
677 select DMA_COHERENT
678 select SIBYTE_BCM1120
679 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100680 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100681 select SYS_SUPPORTS_BIG_ENDIAN
682 select SYS_SUPPORTS_LITTLE_ENDIAN
683
684config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200685 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100686 depends on EXPERIMENTAL
687 select BOOT_ELF32
688 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000689 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100690 select SIBYTE_SB1250
691 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100692 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100693 select SYS_SUPPORTS_BIG_ENDIAN
694 select SYS_SUPPORTS_HIGHMEM
695 select SYS_SUPPORTS_LITTLE_ENDIAN
696
697config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200698 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100699 depends on EXPERIMENTAL
700 select BOOT_ELF32
701 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000702 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100703 select SIBYTE_SB1250
704 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100705 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100706 select SYS_SUPPORTS_BIG_ENDIAN
707 select SYS_SUPPORTS_HIGHMEM
708 select SYS_SUPPORTS_LITTLE_ENDIAN
709
710config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200711 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100712 depends on EXPERIMENTAL
713 select BOOT_ELF32
714 select DMA_COHERENT
715 select SIBYTE_BCM1120
716 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100717 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100718 select SYS_SUPPORTS_BIG_ENDIAN
719 select SYS_SUPPORTS_LITTLE_ENDIAN
720
721config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200722 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100723 depends on EXPERIMENTAL
724 select BOOT_ELF32
725 select DMA_COHERENT
726 select SIBYTE_BCM1125
727 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100728 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100729 select SYS_SUPPORTS_BIG_ENDIAN
730 select SYS_SUPPORTS_HIGHMEM
731 select SYS_SUPPORTS_LITTLE_ENDIAN
732
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100733config SNI_RM
734 bool "SNI RM200/300/400"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200735 select ARC if CPU_LITTLE_ENDIAN
736 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100737 select ARCH_MAY_HAVE_PC_FDC
738 select BOOT_ELF32
739 select DMA_NONCOHERENT
740 select GENERIC_ISA_DMA
Ralf Baechle5e83d432005-10-29 19:32:41 +0100741 select HW_HAS_EISA
742 select HW_HAS_PCI
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100743 select IRQ_CPU
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500744 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100745 select I8259
746 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200747 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100748 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200749 select SYS_HAS_CPU_R5000
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100750 select SYS_HAS_CPU_R10000
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200751 select R5000_CPU_SCACHE
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700752 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100753 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200754 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100755 select SYS_SUPPORTS_HIGHMEM
756 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 help
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100758 The SNI RM200/300/400 are MIPS-based machines manufactured by
759 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
Ralf Baechle5e83d432005-10-29 19:32:41 +0100760 Technology and now in turn merged with Fujitsu. Say Y here to
761 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762
Ralf Baechle5e83d432005-10-29 19:32:41 +0100763config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200764 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100765 select DMA_NONCOHERENT
766 select HW_HAS_PCI
767 select MIPS_TX3927
768 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100769 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100770 select SYS_SUPPORTS_32BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300771 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100772 select SYS_SUPPORTS_BIG_ENDIAN
773 select TOSHIBA_BOARDS
774
775config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200776 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100777 select DMA_NONCOHERENT
778 select HAS_TXX9_SERIAL
779 select HW_HAS_PCI
780 select I8259
781 select ISA
782 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100783 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100784 select SYS_SUPPORTS_32BIT_KERNEL
785 select SYS_SUPPORTS_64BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300786 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100787 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000788 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100789 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900790 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100791 help
792 This Toshiba board is based on the TX4927 processor. Say Y here to
793 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794
Ralf Baechle23fbee92005-07-25 22:45:45 +0000795config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200796 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000797 select HAVE_STD_PC_SERIAL_PORT
798 select DMA_NONCOHERENT
799 select GENERIC_ISA_DMA
800 select HAS_TXX9_SERIAL
801 select HW_HAS_PCI
802 select I8259
803 select ISA
804 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100805 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000806 select SYS_SUPPORTS_32BIT_KERNEL
807 select SYS_SUPPORTS_LITTLE_ENDIAN
808 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000809 select SYS_SUPPORTS_KGDB
Ralf Baechle23fbee92005-07-25 22:45:45 +0000810 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900811 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle23fbee92005-07-25 22:45:45 +0000812 help
813 This Toshiba board is based on the TX4938 processor. Say Y here to
814 support this machine type
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816endchoice
817
Ralf Baechle5e83d432005-10-29 19:32:41 +0100818source "arch/mips/ddb5xxx/Kconfig"
819source "arch/mips/gt64120/ev64120/Kconfig"
820source "arch/mips/jazz/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100821source "arch/mips/lasat/Kconfig"
822source "arch/mips/momentum/Kconfig"
823source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000824source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000825source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100826source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000827source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100828source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000829source "arch/mips/philips/pnx8550/common/Kconfig"
Peter Hortone87ddde2006-02-12 17:10:25 +0000830source "arch/mips/cobalt/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000831
Ralf Baechle5e83d432005-10-29 19:32:41 +0100832endmenu
833
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834config RWSEM_GENERIC_SPINLOCK
835 bool
836 default y
837
838config RWSEM_XCHGADD_ALGORITHM
839 bool
840
David Howellsf0d1b0b2006-12-08 02:37:49 -0800841config ARCH_HAS_ILOG2_U32
842 bool
843 default n
844
845config ARCH_HAS_ILOG2_U64
846 bool
847 default n
848
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800849config GENERIC_FIND_NEXT_BIT
850 bool
851 default y
852
853config GENERIC_HWEIGHT
854 bool
855 default y
856
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857config GENERIC_CALIBRATE_DELAY
858 bool
859 default y
860
Ralf Baechle8db02012006-10-02 16:54:48 +0100861config GENERIC_TIME
862 bool
863 default y
864
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900865config SCHED_NO_NO_OMIT_FRAME_POINTER
866 bool
867 default y
868
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100869config GENERIC_HARDIRQS_NO__DO_IRQ
870 bool
871 default n
872
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873#
874# Select some configuration options automatically based on user selections.
875#
876config ARC
877 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878
Ralf Baechle61ed2422005-09-15 08:52:34 +0000879config ARCH_MAY_HAVE_PC_FDC
880 bool
881
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700882config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883 bool
884
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700885config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 bool
887
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700888config DMA_IP32
889 bool
890 select DMA_NEED_PCI_MAP_STATE
891
892config DMA_NONCOHERENT
893 bool
894 select DMA_NEED_PCI_MAP_STATE
895
896config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 bool
898
899config EARLY_PRINTK
900 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901
902config GENERIC_ISA_DMA
903 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904
905config I8259
906 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907
908config LIMITED_DMA
909 bool
910 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000911 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912
913config MIPS_BONITO64
914 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915
916config MIPS_MSC
917 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918
919config MIPS_NILE4
920 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921
922config MIPS_DISABLE_OBSOLETE_IDE
923 bool
924
Ralf Baechleaa414df2006-11-30 01:14:51 +0000925config GENERIC_ISA_DMA_SUPPORT_BROKEN
926 bool
927
Ralf Baechle5e83d432005-10-29 19:32:41 +0100928#
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100929# Endianess selection. Sufficiently obscure so many users don't know what to
Ralf Baechle5e83d432005-10-29 19:32:41 +0100930# answer,so we try hard to limit the available choices. Also the use of a
931# choice statement should be more obvious to the user.
932#
933choice
934 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935 help
936 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100937 byte order. These modes require different kernels and a different
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100938 Linux distribution. In general there is one preferred byteorder for a
Ralf Baechle5e83d432005-10-29 19:32:41 +0100939 particular system but some systems are just as commonly used in the
940 one or the other endianess.
941
942config CPU_BIG_ENDIAN
943 bool "Big endian"
944 depends on SYS_SUPPORTS_BIG_ENDIAN
945
946config CPU_LITTLE_ENDIAN
947 bool "Little endian"
948 depends on SYS_SUPPORTS_LITTLE_ENDIAN
949 help
950
951endchoice
952
Ralf Baechle21162452007-02-09 17:08:58 +0000953config SYS_SUPPORTS_APM_EMULATION
954 bool
955
Ralf Baechle5e83d432005-10-29 19:32:41 +0100956config SYS_SUPPORTS_BIG_ENDIAN
957 bool
958
959config SYS_SUPPORTS_LITTLE_ENDIAN
960 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961
962config IRQ_CPU
963 bool
964
965config IRQ_CPU_RM7K
966 bool
967
Ralf Baechle5e83d432005-10-29 19:32:41 +0100968config IRQ_CPU_RM9K
969 bool
970
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971config IRQ_MV64340
972 bool
973
974config DDB5XXX_COMMON
975 bool
Ralf Baechlecc801072007-02-17 02:58:39 +0000976 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
978config MIPS_BOARDS_GEN
979 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
981config MIPS_GT64111
982 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983
984config MIPS_GT64120
985 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986
987config MIPS_TX3927
988 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200991config MIPS_RM9122
992 bool
993 select SERIAL_RM9000
994 select GPI_RM9000
995 select WDT_RM9000
996
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997config PCI_MARVELL
998 bool
999
Ralf Baechle5e83d432005-10-29 19:32:41 +01001000config SOC_AU1000
1001 bool
1002 select SOC_AU1X00
1003
1004config SOC_AU1100
1005 bool
1006 select SOC_AU1X00
1007
1008config SOC_AU1500
1009 bool
1010 select SOC_AU1X00
1011
1012config SOC_AU1550
1013 bool
1014 select SOC_AU1X00
1015
1016config SOC_AU1200
1017 bool
1018 select SOC_AU1X00
1019
1020config SOC_AU1X00
1021 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +01001022 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +01001023 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle21162452007-02-09 17:08:58 +00001024 select SYS_SUPPORTS_APM_EMULATION
Ralf Baechlecc801072007-02-17 02:58:39 +00001025 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026
Pete Popovbdf21b12005-07-14 17:47:57 +00001027config PNX8550
1028 bool
1029 select SOC_PNX8550
1030
1031config SOC_PNX8550
1032 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001033 select DMA_NONCOHERENT
1034 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001035 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle7cf80532005-10-20 22:33:09 +01001036 select SYS_SUPPORTS_32BIT_KERNEL
Franck Bui-Huue77c2322006-12-01 18:22:27 +01001037 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechlecc801072007-02-17 02:58:39 +00001038 select SYS_SUPPORTS_KGDB
Pete Popovbdf21b12005-07-14 17:47:57 +00001039
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040config SWAP_IO_SPACE
1041 bool
1042
dmitry pervushin355c4712006-05-21 14:53:06 +04001043config EMMA2RH
1044 bool
1045 depends on MARKEINS
1046 default y
1047
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001048config SERIAL_RM9000
1049 bool
1050
1051config GPI_RM9000
1052 bool
1053
1054config WDT_RM9000
1055 bool
1056
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057#
1058# Unfortunately not all GT64120 systems run the chip at the same clock.
1059# As the user for the clock rate and try to minimize the available options.
1060#
1061choice
1062 prompt "Galileo Chip Clock"
1063 #default SYSCLK_83 if MIPS_EV64120
1064 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1065 default SYSCLK_83 if MIPS_EV64120
1066 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
1067
1068config SYSCLK_75
1069 bool "75" if MIPS_EV64120
1070
1071config SYSCLK_83
1072 bool "83.3" if MIPS_EV64120
1073
1074config SYSCLK_100
1075 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1076
1077endchoice
1078
Ralf Baechle5e83d432005-10-29 19:32:41 +01001079config ARC32
1080 bool
1081
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082config BOOT_ELF32
1083 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084
1085config MIPS_L1_CACHE_SHIFT
1086 int
Thomas Bogendoerferc066a322006-12-28 18:22:32 +01001087 default "4" if MACH_DECSTATION || SNI_RM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088 default "7" if SGI_IP27
1089 default "5"
1090
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091config HAVE_STD_PC_SERIAL_PORT
1092 bool
1093
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094config ARC_CONSOLE
1095 bool "ARC console support"
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001096 depends on SGI_IP22 || SNI_RM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097
1098config ARC_MEMORY
1099 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001100 depends on MACH_JAZZ || SNI_RM || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101 default y
1102
1103config ARC_PROMLIB
1104 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001105 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106 default y
1107
1108config ARC64
1109 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110
1111config BOOT_ELF64
1112 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114config TOSHIBA_BOARDS
1115 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116
1117menu "CPU selection"
1118
1119choice
1120 prompt "CPU type"
1121 default CPU_R4X00
1122
Ralf Baechle6e760c82005-07-06 12:08:11 +00001123config CPU_MIPS32_R1
1124 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001125 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001126 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001127 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001128 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001129 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001130 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001131 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001132 MIPS32 architecture. Most modern embedded systems with a 32-bit
1133 MIPS processor are based on a MIPS32 processor. If you know the
1134 specific type of processor in your system, choose those that one
1135 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1136 Release 2 of the MIPS32 architecture is available since several
1137 years so chances are you even have a MIPS32 Release 2 processor
1138 in which case you should choose CPU_MIPS32_R2 instead for better
1139 performance.
1140
1141config CPU_MIPS32_R2
1142 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001143 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001144 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001145 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001146 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001147 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001148 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001149 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001150 MIPS32 architecture. Most modern embedded systems with a 32-bit
1151 MIPS processor are based on a MIPS32 processor. If you know the
1152 specific type of processor in your system, choose those that one
1153 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154
Ralf Baechle6e760c82005-07-06 12:08:11 +00001155config CPU_MIPS64_R1
1156 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001157 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001158 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001159 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001160 select CPU_SUPPORTS_32BIT_KERNEL
1161 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001162 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001163 help
1164 Choose this option to build a kernel for release 1 or later of the
1165 MIPS64 architecture. Many modern embedded systems with a 64-bit
1166 MIPS processor are based on a MIPS64 processor. If you know the
1167 specific type of processor in your system, choose those that one
1168 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001169 Release 2 of the MIPS64 architecture is available since several
1170 years so chances are you even have a MIPS64 Release 2 processor
1171 in which case you should choose CPU_MIPS64_R2 instead for better
1172 performance.
1173
1174config CPU_MIPS64_R2
1175 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001176 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001177 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001178 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001179 select CPU_SUPPORTS_32BIT_KERNEL
1180 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001181 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001182 help
1183 Choose this option to build a kernel for release 2 or later of the
1184 MIPS64 architecture. Many modern embedded systems with a 64-bit
1185 MIPS processor are based on a MIPS64 processor. If you know the
1186 specific type of processor in your system, choose those that one
1187 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188
1189config CPU_R3000
1190 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001191 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001192 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001193 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001194 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 help
1196 Please make sure to pick the right CPU type. Linux/MIPS is not
1197 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1198 *not* work on R4000 machines and vice versa. However, since most
1199 of the supported machines have an R4000 (or similar) CPU, R4x00
1200 might be a safe bet. If the resulting kernel does not work,
1201 try to recompile with R3000.
1202
1203config CPU_TX39XX
1204 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001205 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001206 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207
1208config CPU_VR41XX
1209 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001210 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001211 select CPU_SUPPORTS_32BIT_KERNEL
1212 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001214 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215 Only choose this option if you have one of these processors as a
1216 kernel built with this option will not run on any other type of
1217 processor or vice versa.
1218
1219config CPU_R4300
1220 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001221 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001222 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001223 select CPU_SUPPORTS_32BIT_KERNEL
1224 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225 help
1226 MIPS Technologies R4300-series processors.
1227
1228config CPU_R4X00
1229 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001230 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001231 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001232 select CPU_SUPPORTS_32BIT_KERNEL
1233 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234 help
1235 MIPS Technologies R4000-series processors other than 4300, including
1236 the R4000, R4400, R4600, and 4700.
1237
1238config CPU_TX49XX
1239 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001240 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001241 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001242 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001243 select CPU_SUPPORTS_32BIT_KERNEL
1244 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245
1246config CPU_R5000
1247 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001248 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001249 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001250 select CPU_SUPPORTS_32BIT_KERNEL
1251 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 help
1253 MIPS Technologies R5000-series processors other than the Nevada.
1254
1255config CPU_R5432
1256 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001257 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001258 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001259 select CPU_SUPPORTS_32BIT_KERNEL
1260 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261
1262config CPU_R6000
1263 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001264 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001265 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001266 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001267 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268 help
1269 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001270 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271
1272config CPU_NEVADA
1273 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001274 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001275 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001276 select CPU_SUPPORTS_32BIT_KERNEL
1277 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278 help
1279 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1280
1281config CPU_R8000
1282 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001283 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001284 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001285 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001286 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001287 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288 help
1289 MIPS Technologies R8000 processors. Note these processors are
1290 uncommon and the support for them is incomplete.
1291
1292config CPU_R10000
1293 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001294 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001295 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001296 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001297 select CPU_SUPPORTS_32BIT_KERNEL
1298 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001299 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300 help
1301 MIPS Technologies R10000-series processors.
1302
1303config CPU_RM7000
1304 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001305 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001306 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001307 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001308 select CPU_SUPPORTS_32BIT_KERNEL
1309 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001310 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311
1312config CPU_RM9000
1313 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001314 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001315 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001316 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001317 select CPU_SUPPORTS_32BIT_KERNEL
1318 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001319 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001320 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321
1322config CPU_SB1
1323 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001324 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001325 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001326 select CPU_SUPPORTS_32BIT_KERNEL
1327 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001328 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001329 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330
1331endchoice
1332
Ralf Baechle7cf80532005-10-20 22:33:09 +01001333config SYS_HAS_CPU_MIPS32_R1
1334 bool
1335
1336config SYS_HAS_CPU_MIPS32_R2
1337 bool
1338
1339config SYS_HAS_CPU_MIPS64_R1
1340 bool
1341
1342config SYS_HAS_CPU_MIPS64_R2
1343 bool
1344
1345config SYS_HAS_CPU_R3000
1346 bool
1347
1348config SYS_HAS_CPU_TX39XX
1349 bool
1350
1351config SYS_HAS_CPU_VR41XX
1352 bool
1353
1354config SYS_HAS_CPU_R4300
1355 bool
1356
1357config SYS_HAS_CPU_R4X00
1358 bool
1359
1360config SYS_HAS_CPU_TX49XX
1361 bool
1362
1363config SYS_HAS_CPU_R5000
1364 bool
1365
1366config SYS_HAS_CPU_R5432
1367 bool
1368
1369config SYS_HAS_CPU_R6000
1370 bool
1371
1372config SYS_HAS_CPU_NEVADA
1373 bool
1374
1375config SYS_HAS_CPU_R8000
1376 bool
1377
1378config SYS_HAS_CPU_R10000
1379 bool
1380
1381config SYS_HAS_CPU_RM7000
1382 bool
1383
1384config SYS_HAS_CPU_RM9000
1385 bool
1386
1387config SYS_HAS_CPU_SB1
1388 bool
1389
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001390config WEAK_ORDERING
1391 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001392endmenu
1393
1394#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001395# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001396#
1397config CPU_MIPS32
1398 bool
1399 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1400
1401config CPU_MIPS64
1402 bool
1403 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1404
1405#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001406# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001407#
1408config CPU_MIPSR1
1409 bool
1410 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1411
1412config CPU_MIPSR2
1413 bool
1414 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1415
1416config SYS_SUPPORTS_32BIT_KERNEL
1417 bool
1418config SYS_SUPPORTS_64BIT_KERNEL
1419 bool
1420config CPU_SUPPORTS_32BIT_KERNEL
1421 bool
1422config CPU_SUPPORTS_64BIT_KERNEL
1423 bool
1424
1425menu "Kernel type"
1426
1427choice
1428
1429 prompt "Kernel code model"
1430 help
1431 You should only select this option if you have a workload that
1432 actually benefits from 64-bit processing or if your machine has
1433 large memory. You will only be presented a single option in this
1434 menu if your system does not support both 32-bit and 64-bit kernels.
1435
1436config 32BIT
1437 bool "32-bit kernel"
1438 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1439 select TRAD_SIGNALS
1440 help
1441 Select this option if you want to build a 32-bit kernel.
1442config 64BIT
1443 bool "64-bit kernel"
1444 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1445 help
1446 Select this option if you want to build a 64-bit kernel.
1447
1448endchoice
1449
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450choice
1451 prompt "Kernel page size"
1452 default PAGE_SIZE_4KB
1453
1454config PAGE_SIZE_4KB
1455 bool "4kB"
1456 help
1457 This option select the standard 4kB Linux page size. On some
1458 R3000-family processors this is the only available page size. Using
1459 4kB page size will minimize memory consumption and is therefore
1460 recommended for low memory systems.
1461
1462config PAGE_SIZE_8KB
1463 bool "8kB"
1464 depends on EXPERIMENTAL && CPU_R8000
1465 help
1466 Using 8kB page size will result in higher performance kernel at
1467 the price of higher memory consumption. This option is available
1468 only on the R8000 processor. Not that at the time of this writing
1469 this option is still high experimental; there are also issues with
1470 compatibility of user applications.
1471
1472config PAGE_SIZE_16KB
1473 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001474 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475 help
1476 Using 16kB page size will result in higher performance kernel at
1477 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001478 all non-R3000 family processors. Note that you will need a suitable
1479 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480
1481config PAGE_SIZE_64KB
1482 bool "64kB"
1483 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1484 help
1485 Using 64kB page size will result in higher performance kernel at
1486 the price of higher memory consumption. This option is available on
1487 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001488 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489
1490endchoice
1491
1492config BOARD_SCACHE
1493 bool
1494
1495config IP22_CPU_SCACHE
1496 bool
1497 select BOARD_SCACHE
1498
Chris Dearman9318c512006-06-20 17:15:20 +01001499#
1500# Support for a MIPS32 / MIPS64 style S-caches
1501#
1502config MIPS_CPU_SCACHE
1503 bool
1504 select BOARD_SCACHE
1505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506config R5000_CPU_SCACHE
1507 bool
1508 select BOARD_SCACHE
1509
1510config RM7000_CPU_SCACHE
1511 bool
1512 select BOARD_SCACHE
1513
1514config SIBYTE_DMA_PAGEOPS
1515 bool "Use DMA to clear/copy pages"
1516 depends on CPU_SB1
1517 help
1518 Instead of using the CPU to zero and copy pages, use a Data Mover
1519 channel. These DMA channels are otherwise unused by the standard
1520 SiByte Linux port. Seems to give a small performance benefit.
1521
1522config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001523 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001525choice
1526 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001527
1528config MIPS_MT_DISABLED
1529 bool "Disable multithreading support."
1530 help
1531 Use this option if your workload can't take advantage of
1532 MIPS hardware multithreading support. On systems that don't have
1533 the option of an MT-enabled processor this option will be the only
1534 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001535
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001536config MIPS_MT_SMP
1537 bool "Use 1 TC on each available VPE for SMP"
1538 depends on SYS_SUPPORTS_MULTITHREADING
1539 select CPU_MIPSR2_IRQ_VI
1540 select CPU_MIPSR2_SRS
1541 select MIPS_MT
1542 select SMP
1543 select SYS_SUPPORTS_SMP
1544 help
1545 This is a kernel model which is also known a VSMP or lately
1546 has been marketesed into SMVP.
1547
Ralf Baechle41c594a2006-04-05 09:45:45 +01001548config MIPS_MT_SMTC
1549 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001550 depends on CPU_MIPS32_R2
1551 #depends on CPU_MIPS64_R2 # once there is hardware ...
1552 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001553 select CPU_MIPSR2_IRQ_VI
1554 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001555 select MIPS_MT
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001556 select NR_CPUS_DEFAULT_2
1557 select NR_CPUS_DEFAULT_8
Ralf Baechle41c594a2006-04-05 09:45:45 +01001558 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001559 select SYS_SUPPORTS_SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001560 help
1561 This is a kernel model which is known a SMTC or lately has been
1562 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001563
Ralf Baechlee01402b2005-07-14 15:57:16 +00001564config MIPS_VPE_LOADER
1565 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001566 depends on SYS_SUPPORTS_MULTITHREADING
1567 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001568 help
1569 Includes a loader for loading an elf relocatable object
1570 onto another VPE and running it.
1571
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001572endchoice
1573
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001574config MIPS_MT
1575 bool
1576
1577config SYS_SUPPORTS_MULTITHREADING
1578 bool
1579
Ralf Baechlef088fc82006-04-05 09:45:47 +01001580config MIPS_MT_FPAFF
1581 bool "Dynamic FPU affinity for FP-intensive threads"
1582 depends on MIPS_MT
1583 default y
1584
Ralf Baechleac8be952007-01-20 00:18:01 +00001585config MIPS_MT_SMTC_INSTANT_REPLAY
1586 bool "Low-latency Dispatch of Deferred SMTC IPIs"
1587 depends on MIPS_MT_SMTC
1588 default y
1589 help
1590 SMTC pseudo-interrupts between TCs are deferred and queued
1591 if the target TC is interrupt-inhibited (IXMT). In the first
1592 SMTC prototypes, these queued IPIs were serviced on return
1593 to user mode, or on entry into the kernel idle loop. The
1594 INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1595 processing, which adds runtime overhead (hence the option to turn
1596 it off), but ensures that IPIs are handled promptly even under
1597 heavy I/O interrupt load.
1598
Ralf Baechlee01402b2005-07-14 15:57:16 +00001599config MIPS_VPE_LOADER_TOM
1600 bool "Load VPE program into memory hidden from linux"
1601 depends on MIPS_VPE_LOADER
1602 default y
1603 help
1604 The loader can use memory that is present but has been hidden from
1605 Linux using the kernel command line option "mem=xxMB". It's up to
1606 you to ensure the amount you put in the option and the space your
1607 program requires is less or equal to the amount physically present.
1608
1609# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1610config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001611 bool "Enable support for AP/SP API (RTLX)"
1612 depends on MIPS_VPE_LOADER
1613 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001614
Ralf Baechle26009902006-04-05 09:45:45 +01001615config MIPS_APSP_KSPD
1616 bool "Enable KSPD"
1617 depends on MIPS_VPE_APSP_API
1618 default y
1619 help
1620 KSPD is a kernel daemon that accepts syscall requests from the SP
1621 side, actions them and returns the results. It also handles the
1622 "exit" syscall notifying other kernel modules the SP program is
1623 exiting. You probably want to say yes here.
1624
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625config SB1_PASS_1_WORKAROUNDS
1626 bool
1627 depends on CPU_SB1_PASS_1
1628 default y
1629
1630config SB1_PASS_2_WORKAROUNDS
1631 bool
1632 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1633 default y
1634
1635config SB1_PASS_2_1_WORKAROUNDS
1636 bool
1637 depends on CPU_SB1 && CPU_SB1_PASS_2
1638 default y
1639
1640config 64BIT_PHYS_ADDR
1641 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001642 depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001645 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001647config CPU_HAS_SMARTMIPS
1648 depends on SYS_SUPPORTS_SMARTMIPS
1649 bool "Support for the SmartMIPS ASE"
1650 help
1651 SmartMIPS is a extension of the MIPS32 architecture aimed at
1652 increased security at both hardware and software level for
1653 smartcards. Enabling this option will allow proper use of the
1654 SmartMIPS instructions by Linux applications. However a kernel with
1655 this option will not work on a MIPS core without SmartMIPS core. If
1656 you don't know you probably don't have SmartMIPS and should say N
1657 here.
1658
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001660 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001661
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001662#
1663# Vectored interrupt mode is an R2 feature
1664#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001665config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001666 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001667
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001668#
1669# Extended interrupt mode is an R2 feature
1670#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001671config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001672 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001673
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001674#
1675# Shadow registers are an R2 feature
1676#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001677config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001678 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001679
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680config CPU_HAS_SYNC
1681 bool
1682 depends on !CPU_R3000
1683 default y
1684
1685#
Ralf Baechle797798c2005-08-10 15:17:11 +00001686# Use the generic interrupt handling code in kernel/irq/:
1687#
1688config GENERIC_HARDIRQS
1689 bool
1690 default y
1691
1692config GENERIC_IRQ_PROBE
1693 bool
1694 default y
1695
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001696config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001697 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001698
Ralf Baechle797798c2005-08-10 15:17:11 +00001699#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700# - Highmem only makes sense for the 32-bit kernel.
1701# - The current highmem code will only work properly on physically indexed
1702# caches such as R3000, SB1, R7000 or those that look like they're virtually
1703# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1704# moment we protect the user and offer the highmem option only on machines
1705# where it's known to be safe. This will not offer highmem on a few systems
1706# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1707# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001708# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1709# know they might have memory configurations that could make use of highmem
1710# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711#
1712config HIGHMEM
1713 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001714 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1715
1716config CPU_SUPPORTS_HIGHMEM
1717 bool
1718
1719config SYS_SUPPORTS_HIGHMEM
1720 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001722config SYS_SUPPORTS_SMARTMIPS
1723 bool
1724
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001725config ARCH_FLATMEM_ENABLE
1726 def_bool y
1727 depends on !NUMA
1728
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001729config ARCH_DISCONTIGMEM_ENABLE
1730 bool
1731 default y if SGI_IP27
1732 help
1733 Say Y to upport efficient handling of discontiguous physical memory,
1734 for architectures which are either NUMA (Non-Uniform Memory Access)
1735 or have huge holes in the physical address space for other reasons.
1736 See <file:Documentation/vm/numa> for more.
1737
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001738config ARCH_SPARSEMEM_ENABLE
1739 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001740 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001741
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001742config NUMA
1743 bool "NUMA Support"
1744 depends on SYS_SUPPORTS_NUMA
1745 help
1746 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1747 Access). This option improves performance on systems with more
1748 than two nodes; on two node systems it is generally better to
1749 leave it disabled; on single node systems disable this option
1750 disabled.
1751
1752config SYS_SUPPORTS_NUMA
1753 bool
1754
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001755config NODES_SHIFT
1756 int
1757 default "6"
1758 depends on NEED_MULTIPLE_NODES
1759
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001760source "mm/Kconfig"
1761
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762config SMP
1763 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001764 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001765 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001766 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767 This enables support for systems with more than one CPU. If you have
1768 a system with only one CPU, like most personal computers, say N. If
1769 you have a system with more than one CPU, say Y.
1770
1771 If you say N here, the kernel will run on single and multiprocessor
1772 machines, but will use only one CPU of a multiprocessor machine. If
1773 you say Y here, the kernel will run on many, but not all,
1774 singleprocessor machines. On a singleprocessor machine, the kernel
1775 will run faster if you say N here.
1776
1777 People using multiprocessor machines who say Y here should also say
1778 Y to "Enhanced Real Time Clock Support", below.
1779
1780 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1781 available at <http://www.tldp.org/docs.html#howto>.
1782
1783 If you don't know what to do here, say N.
1784
Ralf Baechlee73ea272006-06-04 11:51:46 +01001785config SYS_SUPPORTS_SMP
1786 bool
1787
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001788config NR_CPUS_DEFAULT_2
1789 bool
1790
1791config NR_CPUS_DEFAULT_4
1792 bool
1793
1794config NR_CPUS_DEFAULT_8
1795 bool
1796
1797config NR_CPUS_DEFAULT_16
1798 bool
1799
1800config NR_CPUS_DEFAULT_32
1801 bool
1802
1803config NR_CPUS_DEFAULT_64
1804 bool
1805
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806config NR_CPUS
1807 int "Maximum number of CPUs (2-64)"
1808 range 2 64
1809 depends on SMP
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001810 default "2" if NR_CPUS_DEFAULT_2
1811 default "4" if NR_CPUS_DEFAULT_4
1812 default "8" if NR_CPUS_DEFAULT_8
1813 default "16" if NR_CPUS_DEFAULT_16
1814 default "32" if NR_CPUS_DEFAULT_32
1815 default "64" if NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816 help
1817 This allows you to specify the maximum number of CPUs which this
1818 kernel will support. The maximum supported value is 32 for 32-bit
1819 kernel and 64 for 64-bit kernels; the minimum value which makes
1820 sense is 2.
1821
1822 This is purely to save memory - each supported CPU adds
1823 approximately eight kilobytes to the kernel image.
1824
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001825#
1826# Timer Interrupt Frequency Configuration
1827#
1828
1829choice
1830 prompt "Timer frequency"
1831 default HZ_250
1832 help
1833 Allows the configuration of the timer frequency.
1834
1835 config HZ_48
1836 bool "48 HZ" if SYS_SUPPORTS_48HZ
1837
1838 config HZ_100
1839 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1840
1841 config HZ_128
1842 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1843
1844 config HZ_250
1845 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1846
1847 config HZ_256
1848 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1849
1850 config HZ_1000
1851 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1852
1853 config HZ_1024
1854 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1855
1856endchoice
1857
1858config SYS_SUPPORTS_48HZ
1859 bool
1860
1861config SYS_SUPPORTS_100HZ
1862 bool
1863
1864config SYS_SUPPORTS_128HZ
1865 bool
1866
1867config SYS_SUPPORTS_250HZ
1868 bool
1869
1870config SYS_SUPPORTS_256HZ
1871 bool
1872
1873config SYS_SUPPORTS_1000HZ
1874 bool
1875
1876config SYS_SUPPORTS_1024HZ
1877 bool
1878
1879config SYS_SUPPORTS_ARBIT_HZ
1880 bool
1881 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1882 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1883 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1884 !SYS_SUPPORTS_1024HZ
1885
1886config HZ
1887 int
1888 default 48 if HZ_48
1889 default 100 if HZ_100
1890 default 128 if HZ_128
1891 default 250 if HZ_250
1892 default 256 if HZ_256
1893 default 1000 if HZ_1000
1894 default 1024 if HZ_1024
1895
Ralf Baechlee80de852005-07-11 20:45:51 +00001896source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897
1898config RTC_DS1742
1899 bool "DS1742 BRAM/RTC support"
1900 depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
1901
1902config MIPS_INSANE_LARGE
1903 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001904 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905 help
1906 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1907 previous 64-bit processors which only supported 40 bit / 1TB. If you
1908 need processes of more than 1TB virtual address space, say Y here.
1909 This will result in additional memory usage, so it is not
1910 recommended for normal users.
1911
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001912config KEXEC
1913 bool "Kexec system call (EXPERIMENTAL)"
1914 depends on EXPERIMENTAL
1915 help
1916 kexec is a system call that implements the ability to shutdown your
1917 current kernel, and to start another kernel. It is like a reboot
1918 but it is indepedent of the system firmware. And like a reboot
1919 you can start any kernel with it, not just Linux.
1920
1921 The name comes from the similiarity to the exec system call.
1922
1923 It is an ongoing process to be certain the hardware in a machine
1924 is properly shutdown, so do not be surprised if this code does not
1925 initially work for you. It may help to enable device hotplugging
1926 support. As of this writing the exact hardware interface is
1927 strongly in flux, so no good recommendation can be made.
1928
1929config SECCOMP
1930 bool "Enable seccomp to safely compute untrusted bytecode"
1931 depends on PROC_FS && BROKEN
1932 default y
1933 help
1934 This kernel feature is useful for number crunching applications
1935 that may need to compute untrusted bytecode during their
1936 execution. By using pipes or other transports made available to
1937 the process as file descriptors supporting the read/write
1938 syscalls, it's possible to isolate those applications in
1939 their own address space using seccomp. Once seccomp is
1940 enabled via /proc/<pid>/seccomp, it cannot be disabled
1941 and the task is only allowed to execute a few safe syscalls
1942 defined by each seccomp mode.
1943
1944 If unsure, say Y. Only embedded should say N here.
1945
Ralf Baechle5e83d432005-10-29 19:32:41 +01001946endmenu
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948config RWSEM_GENERIC_SPINLOCK
1949 bool
1950 default y
1951
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +09001952config LOCKDEP_SUPPORT
1953 bool
1954 default y
1955
1956config STACKTRACE_SUPPORT
1957 bool
1958 default y
1959
Ralf Baechleb6c35392005-11-25 11:35:40 +00001960source "init/Kconfig"
1961
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1963
Ralf Baechle5e83d432005-10-29 19:32:41 +01001964config HW_HAS_EISA
1965 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966config HW_HAS_PCI
1967 bool
1968
1969config PCI
1970 bool "Support for PCI controller"
1971 depends on HW_HAS_PCI
1972 help
1973 Find out whether you have a PCI motherboard. PCI is the name of a
1974 bus system, i.e. the way the CPU talks to the other stuff inside
1975 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1976 say Y, otherwise N.
1977
1978 The PCI-HOWTO, available from
1979 <http://www.tldp.org/docs.html#howto>, contains valuable
1980 information about which PCI hardware does work under Linux and which
1981 doesn't.
1982
1983config PCI_DOMAINS
1984 bool
1985 depends on PCI
1986
1987source "drivers/pci/Kconfig"
1988
1989#
1990# ISA support is now enabled via select. Too many systems still have the one
1991# or other ISA chip on the board that users don't know about so don't expect
1992# users to choose the right thing ...
1993#
1994config ISA
1995 bool
1996
1997config EISA
1998 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001999 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000 select ISA
Ralf Baechleaa414df2006-11-30 01:14:51 +00002001 select GENERIC_ISA_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002 ---help---
2003 The Extended Industry Standard Architecture (EISA) bus was
2004 developed as an open alternative to the IBM MicroChannel bus.
2005
2006 The EISA bus provided some of the features of the IBM MicroChannel
2007 bus while maintaining backward compatibility with cards made for
2008 the older ISA bus. The EISA bus saw limited use between 1988 and
2009 1995 when it was made obsolete by the PCI bus.
2010
2011 Say Y here if you are building a kernel for an EISA-based machine.
2012
2013 Otherwise, say N.
2014
2015source "drivers/eisa/Kconfig"
2016
2017config TC
2018 bool "TURBOchannel support"
2019 depends on MACH_DECSTATION
2020 help
2021 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
2022 processors. Documentation on writing device drivers for TurboChannel
2023 is available at:
2024 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
2025
2026#config ACCESSBUS
2027# bool "Access.Bus support"
2028# depends on TC
2029
2030config MMU
2031 bool
2032 default y
2033
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05002034config I8253
2035 bool
2036
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037source "drivers/pcmcia/Kconfig"
2038
2039source "drivers/pci/hotplug/Kconfig"
2040
2041endmenu
2042
2043menu "Executable file formats"
2044
2045source "fs/Kconfig.binfmt"
2046
2047config TRAD_SIGNALS
2048 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049
2050config BUILD_ELF64
2051 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002052 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053 help
2054 A 64-bit kernel is usually built using the 64-bit ELF binary object
2055 format as it's one that allows arbitrary 64-bit constructs. For
2056 kernels that are loaded within the KSEG compatibility segments the
2057 32-bit ELF format can optionally be used resulting in a somewhat
2058 smaller binary, but this option is not explicitly supported by the
2059 toolchain and since binutils 2.14 it does not even work at all.
2060
2061 Say Y to use the 64-bit format or N to use the 32-bit one.
2062
2063 If unsure say Y.
2064
2065config BINFMT_IRIX
2066 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002067 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068
2069config MIPS32_COMPAT
2070 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002071 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072 help
2073 Select this option if you want Linux/MIPS 32-bit binary
2074 compatibility. Since all software available for Linux/MIPS is
2075 currently 32-bit you should say Y here.
2076
2077config COMPAT
2078 bool
2079 depends on MIPS32_COMPAT
2080 default y
2081
Atsushi Nemoto05e43962006-11-07 18:02:44 +09002082config SYSVIPC_COMPAT
2083 bool
2084 depends on COMPAT && SYSVIPC
2085 default y
2086
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087config MIPS32_O32
2088 bool "Kernel support for o32 binaries"
2089 depends on MIPS32_COMPAT
2090 help
2091 Select this option if you want to run o32 binaries. These are pure
2092 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
2093 existing binaries are in this format.
2094
2095 If unsure, say Y.
2096
2097config MIPS32_N32
2098 bool "Kernel support for n32 binaries"
2099 depends on MIPS32_COMPAT
2100 help
2101 Select this option if you want to run n32 binaries. These are
2102 64-bit binaries using 32-bit quantities for addressing and certain
2103 data that would normally be 64-bit. They are used in special
2104 cases.
2105
2106 If unsure, say N.
2107
2108config BINFMT_ELF32
2109 bool
2110 default y if MIPS32_O32 || MIPS32_N32
2111
Ralf Baechle21162452007-02-09 17:08:58 +00002112endmenu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113
Ralf Baechle21162452007-02-09 17:08:58 +00002114menu "Power management options"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002115
Ralf Baechle21162452007-02-09 17:08:58 +00002116source "kernel/power/Kconfig"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002117
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118endmenu
2119
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002120source "net/Kconfig"
2121
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122source "drivers/Kconfig"
2123
2124source "fs/Kconfig"
2125
Ralf Baechle5e83d432005-10-29 19:32:41 +01002126source "arch/mips/oprofile/Kconfig"
2127
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128source "arch/mips/Kconfig.debug"
2129
2130source "security/Kconfig"
2131
2132source "crypto/Kconfig"
2133
2134source "lib/Kconfig"