blob: c6f74f1c6398322d1eb7e23af914886602fbd256 [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-Huue77c2322006-12-01 18:22:27 +0100277 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000279 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280 board.
281
282config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200283 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000284 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285 select BOOT_ELF32
286 select HAVE_STD_PC_SERIAL_PORT
287 select DMA_NONCOHERENT
288 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000289 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290 select HW_HAS_PCI
291 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100292 select MIPS_BOARDS_GEN
293 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100294 select MIPS_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 select MIPS_GT64120
Ralf Baechle5e83d432005-10-29 19:32:41 +0100296 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100298 select SYS_HAS_CPU_MIPS32_R1
299 select SYS_HAS_CPU_MIPS32_R2
300 select SYS_HAS_CPU_MIPS64_R1
301 select SYS_HAS_CPU_NEVADA
302 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700303 select SYS_SUPPORTS_32BIT_KERNEL
304 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100305 select SYS_SUPPORTS_BIG_ENDIAN
306 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100307 select SYS_SUPPORTS_MULTITHREADING
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000309 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 board.
311
312config MIPS_SEAD
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200313 bool "MIPS SEAD board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 depends on EXPERIMENTAL
315 select IRQ_CPU
316 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100317 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100318 select SYS_HAS_CPU_MIPS32_R1
319 select SYS_HAS_CPU_MIPS32_R2
320 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700321 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100322 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
323 select SYS_SUPPORTS_BIG_ENDIAN
324 select SYS_SUPPORTS_LITTLE_ENDIAN
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000325 help
326 This enables support for the MIPS Technologies SEAD evaluation
327 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328
Mark.Zhana240a462006-05-06 17:04:20 +0800329config WR_PPMC
Mark.Zhan92478572006-06-20 18:15:02 +0800330 bool "Wind River PPMC board"
Mark.Zhana240a462006-05-06 17:04:20 +0800331 select IRQ_CPU
332 select BOOT_ELF32
333 select DMA_NONCOHERENT
334 select HW_HAS_PCI
335 select MIPS_GT64120
336 select SWAP_IO_SPACE
337 select SYS_HAS_CPU_MIPS32_R1
338 select SYS_HAS_CPU_MIPS32_R2
339 select SYS_HAS_CPU_MIPS64_R1
340 select SYS_HAS_CPU_NEVADA
341 select SYS_HAS_CPU_RM7000
342 select SYS_SUPPORTS_32BIT_KERNEL
343 select SYS_SUPPORTS_64BIT_KERNEL
344 select SYS_SUPPORTS_BIG_ENDIAN
345 select SYS_SUPPORTS_LITTLE_ENDIAN
346 help
347 This enables support for the Wind River MIPS32 4KC PPMC evaluation
348 board, which is based on GT64120 bridge chip.
349
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100350config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200351 bool 'MIPS simulator (MIPSsim)'
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100352 select DMA_NONCOHERENT
353 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100354 select SYS_HAS_CPU_MIPS32_R1
355 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100356 select SYS_SUPPORTS_32BIT_KERNEL
357 select SYS_SUPPORTS_BIG_ENDIAN
358 select SYS_SUPPORTS_LITTLE_ENDIAN
359 help
360 This option enables support for MIPS Technologies MIPSsim software
361 emulator.
362
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363config MOMENCO_JAGUAR_ATX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200364 bool "Momentum Jaguar board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365 select BOOT_ELF32
366 select DMA_NONCOHERENT
367 select HW_HAS_PCI
368 select IRQ_CPU
369 select IRQ_CPU_RM7K
370 select IRQ_MV64340
371 select LIMITED_DMA
372 select PCI_MARVELL
373 select RM7000_CPU_SCACHE
374 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100375 select SYS_HAS_CPU_RM9000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700376 select SYS_SUPPORTS_32BIT_KERNEL
377 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100378 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000379 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 help
381 The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
382 Momentum Computer <http://www.momenco.com/>.
383
Ralf Baechle5e83d432005-10-29 19:32:41 +0100384config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200385 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100386 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 select HW_HAS_PCI
388 select IRQ_CPU
389 select IRQ_CPU_RM7K
Ralf Baechle5e83d432005-10-29 19:32:41 +0100390 select MIPS_GT64120
391 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100393 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700394 select SYS_SUPPORTS_32BIT_KERNEL
395 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100396 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000397 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100399 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
400 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401
Ralf Baechle5e83d432005-10-29 19:32:41 +0100402config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200403 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100404 select BOOT_ELF32
405 select DMA_NONCOHERENT
406 select HW_HAS_PCI
407 select IRQ_CPU
408 select IRQ_CPU_RM7K
409 select IRQ_MV64340
410 select PCI_MARVELL
411 select RM7000_CPU_SCACHE
412 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100413 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100414 select SYS_SUPPORTS_32BIT_KERNEL
415 select SYS_SUPPORTS_64BIT_KERNEL
416 select SYS_SUPPORTS_BIG_ENDIAN
417 help
418 The Ocelot-3 is based off Discovery III System Controller and
419 PMC-Sierra Rm79000 core.
420
421config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200422 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100423 select DMA_NONCOHERENT
424 select HW_HAS_PCI
425 select IRQ_CPU
426 select IRQ_MV64340
427 select PCI_MARVELL
428 select RM7000_CPU_SCACHE
429 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100430 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100431 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000432 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100433 select SYS_SUPPORTS_BIG_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100434 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100435 help
436 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
437 Momentum Computer <http://www.momenco.com/>.
438
439config MOMENCO_OCELOT_G
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200440 bool "Momentum Ocelot-G board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100441 select DMA_NONCOHERENT
442 select HW_HAS_PCI
443 select IRQ_CPU
444 select IRQ_CPU_RM7K
445 select PCI_MARVELL
446 select RM7000_CPU_SCACHE
447 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100448 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100449 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000450 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100451 select SYS_SUPPORTS_BIG_ENDIAN
452 help
453 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
454 Momentum Computer <http://www.momenco.com/>.
455
456config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200457 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100458 select DMA_NONCOHERENT
459 select SOC_AU1500
460 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461
Pete Popovbdf21b12005-07-14 17:47:57 +0000462config PNX8550_V2PCI
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200463 bool "Philips PNX8550 based Viper2-PCI board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000464 select PNX8550
465 select SYS_SUPPORTS_LITTLE_ENDIAN
466
467config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200468 bool "Philips PNX8550 based JBS board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000469 select PNX8550
470 select SYS_SUPPORTS_LITTLE_ENDIAN
471
Vitaly Woolf0647a52006-12-08 11:40:35 +0300472config PNX8550_STB810
473 bool "Support for Philips PNX8550 based STB810 board"
474 select PNX8550
475 select SYS_SUPPORTS_LITTLE_ENDIAN
476
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200478 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100479 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 select DMA_NONCOHERENT
481 select HW_HAS_PCI
482 select I8259
483 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100484 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700485 select SYS_SUPPORTS_32BIT_KERNEL
486 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechlecc801072007-02-17 02:58:39 +0000487 select SYS_SUPPORTS_KGDB
488 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100489 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 help
491 This enables support for the R5432-based NEC DDB Vrc-5477,
492 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
493
494 Features : kernel debugging, serial terminal, NFS root fs, on-board
495 ether port USB, AC97, PCI, etc.
496
Ralf Baechle5e83d432005-10-29 19:32:41 +0100497config MACH_VR41XX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200498 bool "NEC VR41XX-based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100499 select SYS_HAS_CPU_VR41XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100500 select SYS_SUPPORTS_32BIT_KERNEL
501 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900502 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100503
504config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200505 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100506 select DMA_COHERENT
507 select HW_HAS_PCI
508 select IRQ_CPU
509 select IRQ_CPU_RM7K
510 select IRQ_CPU_RM9K
511 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100512 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100513 select SYS_SUPPORTS_32BIT_KERNEL
514 select SYS_SUPPORTS_64BIT_KERNEL
515 select SYS_SUPPORTS_BIG_ENDIAN
516 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000517 select SYS_SUPPORTS_KGDB
Ralf Baechlee73ea272006-06-04 11:51:46 +0100518 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100519 help
520 Yosemite is an evaluation board for the RM9000x2 processor
521 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522
Ralf Baechle07119622005-09-03 15:56:11 -0700523config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200524 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700525 select DMA_COHERENT
526 select GENERIC_ISA_DMA
527 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500528 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700529 select I8259
530 select ISA
531 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100532 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700533 select SYS_SUPPORTS_32BIT_KERNEL
534 select SYS_SUPPORTS_BIG_ENDIAN
Aurelien Jarnoc8cc9612006-09-27 23:07:25 +0200535 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +0900536 select ARCH_SPARSEMEM_ENABLE
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900537 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle07119622005-09-03 15:56:11 -0700538 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100539 Qemu is a software emulator which among other architectures also
540 can simulate a MIPS32 4Kc system. This patch adds support for the
541 system architecture that currently is being simulated by Qemu. It
542 will eventually be removed again when Qemu has the capability to
543 simulate actual MIPS hardware platforms. More information on Qemu
544 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700545
dmitry pervushin355c4712006-05-21 14:53:06 +0400546config MARKEINS
547 bool "Support for NEC EMMA2RH Mark-eins"
548 select DMA_NONCOHERENT
549 select HW_HAS_PCI
550 select IRQ_CPU
551 select SWAP_IO_SPACE
552 select SYS_SUPPORTS_32BIT_KERNEL
553 select SYS_SUPPORTS_BIG_ENDIAN
554 select SYS_SUPPORTS_LITTLE_ENDIAN
555 select SYS_HAS_CPU_R5000
556 help
557 This enables support for the R5432-based NEC Mark-eins
558 boards with R5500 CPU.
559
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200561 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 select ARC
563 select ARC32
564 select BOOT_ELF32
565 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100566 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567 select IP22_CPU_SCACHE
568 select IRQ_CPU
Ralf Baechleaa414df2006-11-30 01:14:51 +0000569 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100571 select SYS_HAS_CPU_R4X00
572 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700573 select SYS_SUPPORTS_32BIT_KERNEL
574 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100575 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 help
577 This are the SGI Indy, Challenge S and Indigo2, as well as certain
578 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
579 that runs on these, say Y here.
580
581config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200582 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 select ARC
584 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100585 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 select DMA_IP27
Ralf Baechlea3d45392006-06-22 20:09:04 +0100587 select EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588 select HW_HAS_PCI
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000589 select NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100591 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700592 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100593 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000594 select SYS_SUPPORTS_KGDB
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100595 select SYS_SUPPORTS_NUMA
Ralf Baechle1a5c5de2006-11-02 17:23:33 +0000596 select SYS_SUPPORTS_SMP
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100597 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 help
599 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
600 workstations. To compile a Linux kernel that runs on these, say Y
601 here.
602
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200604 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700605 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606 select ARC
607 select ARC32
608 select BOOT_ELF32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 select DMA_NONCOHERENT
610 select HW_HAS_PCI
611 select R5000_CPU_SCACHE
612 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100613 select SYS_HAS_CPU_R5000
614 select SYS_HAS_CPU_R10000 if BROKEN
615 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000616 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700617 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100618 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619 help
620 If you want this kernel to run on SGI O2 workstation, say Y here.
621
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700622config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200623 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700624 select BOOT_ELF32
625 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000626 select NR_CPUS_DEFAULT_4
Ralf Baechle7cf80532005-10-20 22:33:09 +0100627 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700628 select SIBYTE_BCM1x80
629 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100630 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700631 select SYS_SUPPORTS_BIG_ENDIAN
632 select SYS_SUPPORTS_LITTLE_ENDIAN
633
Ralf Baechle5e83d432005-10-29 19:32:41 +0100634config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200635 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100636 select BOOT_ELF32
637 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000638 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100639 select SIBYTE_SB1250
640 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100641 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100642 select SYS_SUPPORTS_BIG_ENDIAN
643 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000644 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100645 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000646
Ralf Baechle5e83d432005-10-29 19:32:41 +0100647config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200648 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100649 depends on EXPERIMENTAL
650 select BOOT_ELF32
651 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000652 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100653 select SIBYTE_SB1250
654 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100655 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100656 select SYS_SUPPORTS_BIG_ENDIAN
657 select SYS_SUPPORTS_LITTLE_ENDIAN
658
659config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200660 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100661 depends on EXPERIMENTAL
662 select BOOT_ELF32
663 select DMA_COHERENT
664 select SIBYTE_BCM1125H
665 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100666 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100667 select SYS_SUPPORTS_BIG_ENDIAN
668 select SYS_SUPPORTS_LITTLE_ENDIAN
669
670config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200671 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100672 depends on EXPERIMENTAL
673 select BOOT_ELF32
674 select DMA_COHERENT
675 select SIBYTE_BCM1120
676 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100677 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100678 select SYS_SUPPORTS_BIG_ENDIAN
679 select SYS_SUPPORTS_LITTLE_ENDIAN
680
681config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200682 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100683 depends on EXPERIMENTAL
684 select BOOT_ELF32
685 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000686 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100687 select SIBYTE_SB1250
688 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100689 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100690 select SYS_SUPPORTS_BIG_ENDIAN
691 select SYS_SUPPORTS_HIGHMEM
692 select SYS_SUPPORTS_LITTLE_ENDIAN
693
694config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200695 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100696 depends on EXPERIMENTAL
697 select BOOT_ELF32
698 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000699 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100700 select SIBYTE_SB1250
701 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100702 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100703 select SYS_SUPPORTS_BIG_ENDIAN
704 select SYS_SUPPORTS_HIGHMEM
705 select SYS_SUPPORTS_LITTLE_ENDIAN
706
707config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200708 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100709 depends on EXPERIMENTAL
710 select BOOT_ELF32
711 select DMA_COHERENT
712 select SIBYTE_BCM1120
713 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100714 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100715 select SYS_SUPPORTS_BIG_ENDIAN
716 select SYS_SUPPORTS_LITTLE_ENDIAN
717
718config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200719 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100720 depends on EXPERIMENTAL
721 select BOOT_ELF32
722 select DMA_COHERENT
723 select SIBYTE_BCM1125
724 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100725 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100726 select SYS_SUPPORTS_BIG_ENDIAN
727 select SYS_SUPPORTS_HIGHMEM
728 select SYS_SUPPORTS_LITTLE_ENDIAN
729
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100730config SNI_RM
731 bool "SNI RM200/300/400"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200732 select ARC if CPU_LITTLE_ENDIAN
733 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100734 select ARCH_MAY_HAVE_PC_FDC
735 select BOOT_ELF32
736 select DMA_NONCOHERENT
737 select GENERIC_ISA_DMA
Ralf Baechle5e83d432005-10-29 19:32:41 +0100738 select HW_HAS_EISA
739 select HW_HAS_PCI
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100740 select IRQ_CPU
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500741 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100742 select I8259
743 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200744 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100745 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200746 select SYS_HAS_CPU_R5000
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100747 select SYS_HAS_CPU_R10000
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200748 select R5000_CPU_SCACHE
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700749 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100750 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200751 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100752 select SYS_SUPPORTS_HIGHMEM
753 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 help
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100755 The SNI RM200/300/400 are MIPS-based machines manufactured by
756 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
Ralf Baechle5e83d432005-10-29 19:32:41 +0100757 Technology and now in turn merged with Fujitsu. Say Y here to
758 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759
Ralf Baechle5e83d432005-10-29 19:32:41 +0100760config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200761 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100762 select DMA_NONCOHERENT
763 select HW_HAS_PCI
764 select MIPS_TX3927
765 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100766 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100767 select SYS_SUPPORTS_32BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300768 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100769 select SYS_SUPPORTS_BIG_ENDIAN
770 select TOSHIBA_BOARDS
771
772config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200773 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100774 select DMA_NONCOHERENT
775 select HAS_TXX9_SERIAL
776 select HW_HAS_PCI
777 select I8259
778 select ISA
779 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100780 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100781 select SYS_SUPPORTS_32BIT_KERNEL
782 select SYS_SUPPORTS_64BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300783 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100784 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000785 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100786 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900787 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100788 help
789 This Toshiba board is based on the TX4927 processor. Say Y here to
790 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791
Ralf Baechle23fbee92005-07-25 22:45:45 +0000792config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200793 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000794 select HAVE_STD_PC_SERIAL_PORT
795 select DMA_NONCOHERENT
796 select GENERIC_ISA_DMA
797 select HAS_TXX9_SERIAL
798 select HW_HAS_PCI
799 select I8259
800 select ISA
801 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100802 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000803 select SYS_SUPPORTS_32BIT_KERNEL
804 select SYS_SUPPORTS_LITTLE_ENDIAN
805 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000806 select SYS_SUPPORTS_KGDB
Ralf Baechle23fbee92005-07-25 22:45:45 +0000807 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900808 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle23fbee92005-07-25 22:45:45 +0000809 help
810 This Toshiba board is based on the TX4938 processor. Say Y here to
811 support this machine type
812
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813endchoice
814
Ralf Baechle5e83d432005-10-29 19:32:41 +0100815source "arch/mips/ddb5xxx/Kconfig"
816source "arch/mips/gt64120/ev64120/Kconfig"
817source "arch/mips/jazz/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100818source "arch/mips/lasat/Kconfig"
819source "arch/mips/momentum/Kconfig"
820source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000821source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f72005-02-03 14:28:23 +0000822source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100823source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000824source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100825source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000826source "arch/mips/philips/pnx8550/common/Kconfig"
Peter Hortone87ddde2006-02-12 17:10:25 +0000827source "arch/mips/cobalt/Kconfig"
Ralf Baechle38b18f72005-02-03 14:28:23 +0000828
Ralf Baechle5e83d432005-10-29 19:32:41 +0100829endmenu
830
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831config RWSEM_GENERIC_SPINLOCK
832 bool
833 default y
834
835config RWSEM_XCHGADD_ALGORITHM
836 bool
837
David Howellsf0d1b0b2006-12-08 02:37:49 -0800838config ARCH_HAS_ILOG2_U32
839 bool
840 default n
841
842config ARCH_HAS_ILOG2_U64
843 bool
844 default n
845
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800846config GENERIC_FIND_NEXT_BIT
847 bool
848 default y
849
850config GENERIC_HWEIGHT
851 bool
852 default y
853
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854config GENERIC_CALIBRATE_DELAY
855 bool
856 default y
857
Ralf Baechle8db02012006-10-02 16:54:48 +0100858config GENERIC_TIME
859 bool
860 default y
861
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900862config SCHED_NO_NO_OMIT_FRAME_POINTER
863 bool
864 default y
865
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100866config GENERIC_HARDIRQS_NO__DO_IRQ
867 bool
868 default n
869
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870#
871# Select some configuration options automatically based on user selections.
872#
873config ARC
874 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875
Ralf Baechle61ed2422005-09-15 08:52:34 +0000876config ARCH_MAY_HAVE_PC_FDC
877 bool
878
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700879config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880 bool
881
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700882config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883 bool
884
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700885config DMA_IP32
886 bool
887 select DMA_NEED_PCI_MAP_STATE
888
889config DMA_NONCOHERENT
890 bool
891 select DMA_NEED_PCI_MAP_STATE
892
893config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 bool
895
896config EARLY_PRINTK
897 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898
899config GENERIC_ISA_DMA
900 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901
902config I8259
903 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904
905config LIMITED_DMA
906 bool
907 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000908 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909
910config MIPS_BONITO64
911 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912
913config MIPS_MSC
914 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915
916config MIPS_NILE4
917 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918
919config MIPS_DISABLE_OBSOLETE_IDE
920 bool
921
Ralf Baechleaa414df2006-11-30 01:14:51 +0000922config GENERIC_ISA_DMA_SUPPORT_BROKEN
923 bool
924
Ralf Baechle5e83d432005-10-29 19:32:41 +0100925#
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100926# Endianess selection. Sufficiently obscure so many users don't know what to
Ralf Baechle5e83d432005-10-29 19:32:41 +0100927# answer,so we try hard to limit the available choices. Also the use of a
928# choice statement should be more obvious to the user.
929#
930choice
931 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932 help
933 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100934 byte order. These modes require different kernels and a different
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100935 Linux distribution. In general there is one preferred byteorder for a
Ralf Baechle5e83d432005-10-29 19:32:41 +0100936 particular system but some systems are just as commonly used in the
937 one or the other endianess.
938
939config CPU_BIG_ENDIAN
940 bool "Big endian"
941 depends on SYS_SUPPORTS_BIG_ENDIAN
942
943config CPU_LITTLE_ENDIAN
944 bool "Little endian"
945 depends on SYS_SUPPORTS_LITTLE_ENDIAN
946 help
947
948endchoice
949
Ralf Baechle21162452007-02-09 17:08:58 +0000950config SYS_SUPPORTS_APM_EMULATION
951 bool
952
Ralf Baechle5e83d432005-10-29 19:32:41 +0100953config SYS_SUPPORTS_BIG_ENDIAN
954 bool
955
956config SYS_SUPPORTS_LITTLE_ENDIAN
957 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958
959config IRQ_CPU
960 bool
961
962config IRQ_CPU_RM7K
963 bool
964
Ralf Baechle5e83d432005-10-29 19:32:41 +0100965config IRQ_CPU_RM9K
966 bool
967
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968config IRQ_MV64340
969 bool
970
971config DDB5XXX_COMMON
972 bool
Ralf Baechlecc801072007-02-17 02:58:39 +0000973 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974
975config MIPS_BOARDS_GEN
976 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
978config MIPS_GT64111
979 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
981config MIPS_GT64120
982 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983
984config MIPS_TX3927
985 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200988config MIPS_RM9122
989 bool
990 select SERIAL_RM9000
991 select GPI_RM9000
992 select WDT_RM9000
993
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994config PCI_MARVELL
995 bool
996
Ralf Baechle5e83d432005-10-29 19:32:41 +0100997config SOC_AU1000
998 bool
999 select SOC_AU1X00
1000
1001config SOC_AU1100
1002 bool
1003 select SOC_AU1X00
1004
1005config SOC_AU1500
1006 bool
1007 select SOC_AU1X00
1008
1009config SOC_AU1550
1010 bool
1011 select SOC_AU1X00
1012
1013config SOC_AU1200
1014 bool
1015 select SOC_AU1X00
1016
1017config SOC_AU1X00
1018 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +01001019 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +01001020 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle21162452007-02-09 17:08:58 +00001021 select SYS_SUPPORTS_APM_EMULATION
Ralf Baechlecc801072007-02-17 02:58:39 +00001022 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023
Pete Popovbdf21b12005-07-14 17:47:57 +00001024config PNX8550
1025 bool
1026 select SOC_PNX8550
1027
1028config SOC_PNX8550
1029 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001030 select DMA_NONCOHERENT
1031 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001032 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle7cf80532005-10-20 22:33:09 +01001033 select SYS_SUPPORTS_32BIT_KERNEL
Franck Bui-Huue77c2322006-12-01 18:22:27 +01001034 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechlecc801072007-02-17 02:58:39 +00001035 select SYS_SUPPORTS_KGDB
Pete Popovbdf21b12005-07-14 17:47:57 +00001036
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037config SWAP_IO_SPACE
1038 bool
1039
dmitry pervushin355c4712006-05-21 14:53:06 +04001040config EMMA2RH
1041 bool
1042 depends on MARKEINS
1043 default y
1044
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001045config SERIAL_RM9000
1046 bool
1047
1048config GPI_RM9000
1049 bool
1050
1051config WDT_RM9000
1052 bool
1053
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054#
1055# Unfortunately not all GT64120 systems run the chip at the same clock.
1056# As the user for the clock rate and try to minimize the available options.
1057#
1058choice
1059 prompt "Galileo Chip Clock"
1060 #default SYSCLK_83 if MIPS_EV64120
1061 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1062 default SYSCLK_83 if MIPS_EV64120
1063 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
1064
1065config SYSCLK_75
1066 bool "75" if MIPS_EV64120
1067
1068config SYSCLK_83
1069 bool "83.3" if MIPS_EV64120
1070
1071config SYSCLK_100
1072 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1073
1074endchoice
1075
Ralf Baechle5e83d432005-10-29 19:32:41 +01001076config ARC32
1077 bool
1078
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079config BOOT_ELF32
1080 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081
1082config MIPS_L1_CACHE_SHIFT
1083 int
Thomas Bogendoerferc066a322006-12-28 18:22:32 +01001084 default "4" if MACH_DECSTATION || SNI_RM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085 default "7" if SGI_IP27
1086 default "5"
1087
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088config HAVE_STD_PC_SERIAL_PORT
1089 bool
1090
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091config ARC_CONSOLE
1092 bool "ARC console support"
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001093 depends on SGI_IP22 || SNI_RM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094
1095config ARC_MEMORY
1096 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001097 depends on MACH_JAZZ || SNI_RM || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 default y
1099
1100config ARC_PROMLIB
1101 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001102 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103 default y
1104
1105config ARC64
1106 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107
1108config BOOT_ELF64
1109 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111config TOSHIBA_BOARDS
1112 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113
1114menu "CPU selection"
1115
1116choice
1117 prompt "CPU type"
1118 default CPU_R4X00
1119
Ralf Baechle6e760c82005-07-06 12:08:11 +00001120config CPU_MIPS32_R1
1121 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001122 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001123 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001124 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001125 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001126 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001127 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001128 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001129 MIPS32 architecture. Most modern embedded systems with a 32-bit
1130 MIPS processor are based on a MIPS32 processor. If you know the
1131 specific type of processor in your system, choose those that one
1132 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1133 Release 2 of the MIPS32 architecture is available since several
1134 years so chances are you even have a MIPS32 Release 2 processor
1135 in which case you should choose CPU_MIPS32_R2 instead for better
1136 performance.
1137
1138config CPU_MIPS32_R2
1139 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001140 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001141 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001142 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001143 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001144 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001145 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001146 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001147 MIPS32 architecture. Most modern embedded systems with a 32-bit
1148 MIPS processor are based on a MIPS32 processor. If you know the
1149 specific type of processor in your system, choose those that one
1150 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151
Ralf Baechle6e760c82005-07-06 12:08:11 +00001152config CPU_MIPS64_R1
1153 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001154 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001155 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001156 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001157 select CPU_SUPPORTS_32BIT_KERNEL
1158 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001159 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001160 help
1161 Choose this option to build a kernel for release 1 or later of the
1162 MIPS64 architecture. Many modern embedded systems with a 64-bit
1163 MIPS processor are based on a MIPS64 processor. If you know the
1164 specific type of processor in your system, choose those that one
1165 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001166 Release 2 of the MIPS64 architecture is available since several
1167 years so chances are you even have a MIPS64 Release 2 processor
1168 in which case you should choose CPU_MIPS64_R2 instead for better
1169 performance.
1170
1171config CPU_MIPS64_R2
1172 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001173 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001174 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001175 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001176 select CPU_SUPPORTS_32BIT_KERNEL
1177 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001178 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001179 help
1180 Choose this option to build a kernel for release 2 or later of the
1181 MIPS64 architecture. Many modern embedded systems with a 64-bit
1182 MIPS processor are based on a MIPS64 processor. If you know the
1183 specific type of processor in your system, choose those that one
1184 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185
1186config CPU_R3000
1187 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001188 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001189 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001190 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001191 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192 help
1193 Please make sure to pick the right CPU type. Linux/MIPS is not
1194 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1195 *not* work on R4000 machines and vice versa. However, since most
1196 of the supported machines have an R4000 (or similar) CPU, R4x00
1197 might be a safe bet. If the resulting kernel does not work,
1198 try to recompile with R3000.
1199
1200config CPU_TX39XX
1201 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001202 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001203 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204
1205config CPU_VR41XX
1206 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001207 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001208 select CPU_SUPPORTS_32BIT_KERNEL
1209 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001211 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212 Only choose this option if you have one of these processors as a
1213 kernel built with this option will not run on any other type of
1214 processor or vice versa.
1215
1216config CPU_R4300
1217 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001218 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001219 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001220 select CPU_SUPPORTS_32BIT_KERNEL
1221 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 help
1223 MIPS Technologies R4300-series processors.
1224
1225config CPU_R4X00
1226 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001227 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001228 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001229 select CPU_SUPPORTS_32BIT_KERNEL
1230 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231 help
1232 MIPS Technologies R4000-series processors other than 4300, including
1233 the R4000, R4400, R4600, and 4700.
1234
1235config CPU_TX49XX
1236 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001237 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001238 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001239 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001240 select CPU_SUPPORTS_32BIT_KERNEL
1241 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242
1243config CPU_R5000
1244 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001245 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001246 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001247 select CPU_SUPPORTS_32BIT_KERNEL
1248 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249 help
1250 MIPS Technologies R5000-series processors other than the Nevada.
1251
1252config CPU_R5432
1253 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001254 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001255 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001256 select CPU_SUPPORTS_32BIT_KERNEL
1257 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258
1259config CPU_R6000
1260 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001261 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001262 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001263 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001264 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265 help
1266 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001267 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268
1269config CPU_NEVADA
1270 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001271 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001272 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001273 select CPU_SUPPORTS_32BIT_KERNEL
1274 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275 help
1276 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1277
1278config CPU_R8000
1279 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001280 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001281 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001282 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001283 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001284 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285 help
1286 MIPS Technologies R8000 processors. Note these processors are
1287 uncommon and the support for them is incomplete.
1288
1289config CPU_R10000
1290 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001291 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001292 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001293 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001294 select CPU_SUPPORTS_32BIT_KERNEL
1295 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001296 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297 help
1298 MIPS Technologies R10000-series processors.
1299
1300config CPU_RM7000
1301 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001302 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001303 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001304 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001305 select CPU_SUPPORTS_32BIT_KERNEL
1306 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001307 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308
1309config CPU_RM9000
1310 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001311 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001312 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001313 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001314 select CPU_SUPPORTS_32BIT_KERNEL
1315 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001316 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001317 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318
1319config CPU_SB1
1320 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001321 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001322 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001323 select CPU_SUPPORTS_32BIT_KERNEL
1324 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001325 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001326 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327
1328endchoice
1329
Ralf Baechle7cf80532005-10-20 22:33:09 +01001330config SYS_HAS_CPU_MIPS32_R1
1331 bool
1332
1333config SYS_HAS_CPU_MIPS32_R2
1334 bool
1335
1336config SYS_HAS_CPU_MIPS64_R1
1337 bool
1338
1339config SYS_HAS_CPU_MIPS64_R2
1340 bool
1341
1342config SYS_HAS_CPU_R3000
1343 bool
1344
1345config SYS_HAS_CPU_TX39XX
1346 bool
1347
1348config SYS_HAS_CPU_VR41XX
1349 bool
1350
1351config SYS_HAS_CPU_R4300
1352 bool
1353
1354config SYS_HAS_CPU_R4X00
1355 bool
1356
1357config SYS_HAS_CPU_TX49XX
1358 bool
1359
1360config SYS_HAS_CPU_R5000
1361 bool
1362
1363config SYS_HAS_CPU_R5432
1364 bool
1365
1366config SYS_HAS_CPU_R6000
1367 bool
1368
1369config SYS_HAS_CPU_NEVADA
1370 bool
1371
1372config SYS_HAS_CPU_R8000
1373 bool
1374
1375config SYS_HAS_CPU_R10000
1376 bool
1377
1378config SYS_HAS_CPU_RM7000
1379 bool
1380
1381config SYS_HAS_CPU_RM9000
1382 bool
1383
1384config SYS_HAS_CPU_SB1
1385 bool
1386
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001387config WEAK_ORDERING
1388 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001389endmenu
1390
1391#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001392# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001393#
1394config CPU_MIPS32
1395 bool
1396 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1397
1398config CPU_MIPS64
1399 bool
1400 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1401
1402#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001403# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001404#
1405config CPU_MIPSR1
1406 bool
1407 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1408
1409config CPU_MIPSR2
1410 bool
1411 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1412
1413config SYS_SUPPORTS_32BIT_KERNEL
1414 bool
1415config SYS_SUPPORTS_64BIT_KERNEL
1416 bool
1417config CPU_SUPPORTS_32BIT_KERNEL
1418 bool
1419config CPU_SUPPORTS_64BIT_KERNEL
1420 bool
1421
1422menu "Kernel type"
1423
1424choice
1425
1426 prompt "Kernel code model"
1427 help
1428 You should only select this option if you have a workload that
1429 actually benefits from 64-bit processing or if your machine has
1430 large memory. You will only be presented a single option in this
1431 menu if your system does not support both 32-bit and 64-bit kernels.
1432
1433config 32BIT
1434 bool "32-bit kernel"
1435 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1436 select TRAD_SIGNALS
1437 help
1438 Select this option if you want to build a 32-bit kernel.
1439config 64BIT
1440 bool "64-bit kernel"
1441 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1442 help
1443 Select this option if you want to build a 64-bit kernel.
1444
1445endchoice
1446
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447choice
1448 prompt "Kernel page size"
1449 default PAGE_SIZE_4KB
1450
1451config PAGE_SIZE_4KB
1452 bool "4kB"
1453 help
1454 This option select the standard 4kB Linux page size. On some
1455 R3000-family processors this is the only available page size. Using
1456 4kB page size will minimize memory consumption and is therefore
1457 recommended for low memory systems.
1458
1459config PAGE_SIZE_8KB
1460 bool "8kB"
1461 depends on EXPERIMENTAL && CPU_R8000
1462 help
1463 Using 8kB page size will result in higher performance kernel at
1464 the price of higher memory consumption. This option is available
1465 only on the R8000 processor. Not that at the time of this writing
1466 this option is still high experimental; there are also issues with
1467 compatibility of user applications.
1468
1469config PAGE_SIZE_16KB
1470 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001471 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472 help
1473 Using 16kB page size will result in higher performance kernel at
1474 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001475 all non-R3000 family processors. Note that you will need a suitable
1476 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477
1478config PAGE_SIZE_64KB
1479 bool "64kB"
1480 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1481 help
1482 Using 64kB page size will result in higher performance kernel at
1483 the price of higher memory consumption. This option is available on
1484 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001485 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486
1487endchoice
1488
1489config BOARD_SCACHE
1490 bool
1491
1492config IP22_CPU_SCACHE
1493 bool
1494 select BOARD_SCACHE
1495
Chris Dearman9318c512006-06-20 17:15:20 +01001496#
1497# Support for a MIPS32 / MIPS64 style S-caches
1498#
1499config MIPS_CPU_SCACHE
1500 bool
1501 select BOARD_SCACHE
1502
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503config R5000_CPU_SCACHE
1504 bool
1505 select BOARD_SCACHE
1506
1507config RM7000_CPU_SCACHE
1508 bool
1509 select BOARD_SCACHE
1510
1511config SIBYTE_DMA_PAGEOPS
1512 bool "Use DMA to clear/copy pages"
1513 depends on CPU_SB1
1514 help
1515 Instead of using the CPU to zero and copy pages, use a Data Mover
1516 channel. These DMA channels are otherwise unused by the standard
1517 SiByte Linux port. Seems to give a small performance benefit.
1518
1519config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001520 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001522choice
1523 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001524
1525config MIPS_MT_DISABLED
1526 bool "Disable multithreading support."
1527 help
1528 Use this option if your workload can't take advantage of
1529 MIPS hardware multithreading support. On systems that don't have
1530 the option of an MT-enabled processor this option will be the only
1531 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001532
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001533config MIPS_MT_SMP
1534 bool "Use 1 TC on each available VPE for SMP"
1535 depends on SYS_SUPPORTS_MULTITHREADING
1536 select CPU_MIPSR2_IRQ_VI
1537 select CPU_MIPSR2_SRS
1538 select MIPS_MT
1539 select SMP
1540 select SYS_SUPPORTS_SMP
1541 help
1542 This is a kernel model which is also known a VSMP or lately
1543 has been marketesed into SMVP.
1544
Ralf Baechle41c594a2006-04-05 09:45:45 +01001545config MIPS_MT_SMTC
1546 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001547 depends on CPU_MIPS32_R2
1548 #depends on CPU_MIPS64_R2 # once there is hardware ...
1549 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001550 select CPU_MIPSR2_IRQ_VI
1551 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001552 select MIPS_MT
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001553 select NR_CPUS_DEFAULT_2
1554 select NR_CPUS_DEFAULT_8
Ralf Baechle41c594a2006-04-05 09:45:45 +01001555 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001556 select SYS_SUPPORTS_SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001557 help
1558 This is a kernel model which is known a SMTC or lately has been
1559 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001560
Ralf Baechlee01402b2005-07-14 15:57:16 +00001561config MIPS_VPE_LOADER
1562 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001563 depends on SYS_SUPPORTS_MULTITHREADING
1564 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001565 help
1566 Includes a loader for loading an elf relocatable object
1567 onto another VPE and running it.
1568
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001569endchoice
1570
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001571config MIPS_MT
1572 bool
1573
1574config SYS_SUPPORTS_MULTITHREADING
1575 bool
1576
Ralf Baechlef088fc82006-04-05 09:45:47 +01001577config MIPS_MT_FPAFF
1578 bool "Dynamic FPU affinity for FP-intensive threads"
1579 depends on MIPS_MT
1580 default y
1581
Ralf Baechleac8be952007-01-20 00:18:01 +00001582config MIPS_MT_SMTC_INSTANT_REPLAY
1583 bool "Low-latency Dispatch of Deferred SMTC IPIs"
1584 depends on MIPS_MT_SMTC
1585 default y
1586 help
1587 SMTC pseudo-interrupts between TCs are deferred and queued
1588 if the target TC is interrupt-inhibited (IXMT). In the first
1589 SMTC prototypes, these queued IPIs were serviced on return
1590 to user mode, or on entry into the kernel idle loop. The
1591 INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1592 processing, which adds runtime overhead (hence the option to turn
1593 it off), but ensures that IPIs are handled promptly even under
1594 heavy I/O interrupt load.
1595
Ralf Baechlee01402b2005-07-14 15:57:16 +00001596config MIPS_VPE_LOADER_TOM
1597 bool "Load VPE program into memory hidden from linux"
1598 depends on MIPS_VPE_LOADER
1599 default y
1600 help
1601 The loader can use memory that is present but has been hidden from
1602 Linux using the kernel command line option "mem=xxMB". It's up to
1603 you to ensure the amount you put in the option and the space your
1604 program requires is less or equal to the amount physically present.
1605
1606# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1607config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001608 bool "Enable support for AP/SP API (RTLX)"
1609 depends on MIPS_VPE_LOADER
1610 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001611
Ralf Baechle26009902006-04-05 09:45:45 +01001612config MIPS_APSP_KSPD
1613 bool "Enable KSPD"
1614 depends on MIPS_VPE_APSP_API
1615 default y
1616 help
1617 KSPD is a kernel daemon that accepts syscall requests from the SP
1618 side, actions them and returns the results. It also handles the
1619 "exit" syscall notifying other kernel modules the SP program is
1620 exiting. You probably want to say yes here.
1621
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622config SB1_PASS_1_WORKAROUNDS
1623 bool
1624 depends on CPU_SB1_PASS_1
1625 default y
1626
1627config SB1_PASS_2_WORKAROUNDS
1628 bool
1629 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1630 default y
1631
1632config SB1_PASS_2_1_WORKAROUNDS
1633 bool
1634 depends on CPU_SB1 && CPU_SB1_PASS_2
1635 default y
1636
1637config 64BIT_PHYS_ADDR
1638 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001639 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 -07001640
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001642 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001645 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001646
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001647#
1648# Vectored interrupt mode is an R2 feature
1649#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001650config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001651 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001652
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001653#
1654# Extended interrupt mode is an R2 feature
1655#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001656config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001657 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001658
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001659#
1660# Shadow registers are an R2 feature
1661#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001662config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001663 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001664
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665config CPU_HAS_SYNC
1666 bool
1667 depends on !CPU_R3000
1668 default y
1669
1670#
Ralf Baechle797798c2005-08-10 15:17:11 +00001671# Use the generic interrupt handling code in kernel/irq/:
1672#
1673config GENERIC_HARDIRQS
1674 bool
1675 default y
1676
1677config GENERIC_IRQ_PROBE
1678 bool
1679 default y
1680
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001681config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001682 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001683
Ralf Baechle797798c2005-08-10 15:17:11 +00001684#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685# - Highmem only makes sense for the 32-bit kernel.
1686# - The current highmem code will only work properly on physically indexed
1687# caches such as R3000, SB1, R7000 or those that look like they're virtually
1688# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1689# moment we protect the user and offer the highmem option only on machines
1690# where it's known to be safe. This will not offer highmem on a few systems
1691# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1692# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001693# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1694# know they might have memory configurations that could make use of highmem
1695# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696#
1697config HIGHMEM
1698 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001699 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1700
1701config CPU_SUPPORTS_HIGHMEM
1702 bool
1703
1704config SYS_SUPPORTS_HIGHMEM
1705 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001707config ARCH_FLATMEM_ENABLE
1708 def_bool y
1709 depends on !NUMA
1710
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001711config ARCH_DISCONTIGMEM_ENABLE
1712 bool
1713 default y if SGI_IP27
1714 help
1715 Say Y to upport efficient handling of discontiguous physical memory,
1716 for architectures which are either NUMA (Non-Uniform Memory Access)
1717 or have huge holes in the physical address space for other reasons.
1718 See <file:Documentation/vm/numa> for more.
1719
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001720config ARCH_SPARSEMEM_ENABLE
1721 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001722 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001723
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001724config NUMA
1725 bool "NUMA Support"
1726 depends on SYS_SUPPORTS_NUMA
1727 help
1728 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1729 Access). This option improves performance on systems with more
1730 than two nodes; on two node systems it is generally better to
1731 leave it disabled; on single node systems disable this option
1732 disabled.
1733
1734config SYS_SUPPORTS_NUMA
1735 bool
1736
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001737config NODES_SHIFT
1738 int
1739 default "6"
1740 depends on NEED_MULTIPLE_NODES
1741
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001742source "mm/Kconfig"
1743
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744config SMP
1745 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001746 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001747 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001748 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749 This enables support for systems with more than one CPU. If you have
1750 a system with only one CPU, like most personal computers, say N. If
1751 you have a system with more than one CPU, say Y.
1752
1753 If you say N here, the kernel will run on single and multiprocessor
1754 machines, but will use only one CPU of a multiprocessor machine. If
1755 you say Y here, the kernel will run on many, but not all,
1756 singleprocessor machines. On a singleprocessor machine, the kernel
1757 will run faster if you say N here.
1758
1759 People using multiprocessor machines who say Y here should also say
1760 Y to "Enhanced Real Time Clock Support", below.
1761
1762 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1763 available at <http://www.tldp.org/docs.html#howto>.
1764
1765 If you don't know what to do here, say N.
1766
Ralf Baechlee73ea272006-06-04 11:51:46 +01001767config SYS_SUPPORTS_SMP
1768 bool
1769
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001770config NR_CPUS_DEFAULT_2
1771 bool
1772
1773config NR_CPUS_DEFAULT_4
1774 bool
1775
1776config NR_CPUS_DEFAULT_8
1777 bool
1778
1779config NR_CPUS_DEFAULT_16
1780 bool
1781
1782config NR_CPUS_DEFAULT_32
1783 bool
1784
1785config NR_CPUS_DEFAULT_64
1786 bool
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788config NR_CPUS
1789 int "Maximum number of CPUs (2-64)"
1790 range 2 64
1791 depends on SMP
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001792 default "2" if NR_CPUS_DEFAULT_2
1793 default "4" if NR_CPUS_DEFAULT_4
1794 default "8" if NR_CPUS_DEFAULT_8
1795 default "16" if NR_CPUS_DEFAULT_16
1796 default "32" if NR_CPUS_DEFAULT_32
1797 default "64" if NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798 help
1799 This allows you to specify the maximum number of CPUs which this
1800 kernel will support. The maximum supported value is 32 for 32-bit
1801 kernel and 64 for 64-bit kernels; the minimum value which makes
1802 sense is 2.
1803
1804 This is purely to save memory - each supported CPU adds
1805 approximately eight kilobytes to the kernel image.
1806
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001807#
1808# Timer Interrupt Frequency Configuration
1809#
1810
1811choice
1812 prompt "Timer frequency"
1813 default HZ_250
1814 help
1815 Allows the configuration of the timer frequency.
1816
1817 config HZ_48
1818 bool "48 HZ" if SYS_SUPPORTS_48HZ
1819
1820 config HZ_100
1821 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1822
1823 config HZ_128
1824 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1825
1826 config HZ_250
1827 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1828
1829 config HZ_256
1830 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1831
1832 config HZ_1000
1833 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1834
1835 config HZ_1024
1836 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1837
1838endchoice
1839
1840config SYS_SUPPORTS_48HZ
1841 bool
1842
1843config SYS_SUPPORTS_100HZ
1844 bool
1845
1846config SYS_SUPPORTS_128HZ
1847 bool
1848
1849config SYS_SUPPORTS_250HZ
1850 bool
1851
1852config SYS_SUPPORTS_256HZ
1853 bool
1854
1855config SYS_SUPPORTS_1000HZ
1856 bool
1857
1858config SYS_SUPPORTS_1024HZ
1859 bool
1860
1861config SYS_SUPPORTS_ARBIT_HZ
1862 bool
1863 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1864 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1865 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1866 !SYS_SUPPORTS_1024HZ
1867
1868config HZ
1869 int
1870 default 48 if HZ_48
1871 default 100 if HZ_100
1872 default 128 if HZ_128
1873 default 250 if HZ_250
1874 default 256 if HZ_256
1875 default 1000 if HZ_1000
1876 default 1024 if HZ_1024
1877
Ralf Baechlee80de852005-07-11 20:45:51 +00001878source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879
1880config RTC_DS1742
1881 bool "DS1742 BRAM/RTC support"
1882 depends on TOSHIBA_JMR3927 || TOSHIBA_RBTX4927
1883
1884config MIPS_INSANE_LARGE
1885 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001886 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887 help
1888 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1889 previous 64-bit processors which only supported 40 bit / 1TB. If you
1890 need processes of more than 1TB virtual address space, say Y here.
1891 This will result in additional memory usage, so it is not
1892 recommended for normal users.
1893
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001894config KEXEC
1895 bool "Kexec system call (EXPERIMENTAL)"
1896 depends on EXPERIMENTAL
1897 help
1898 kexec is a system call that implements the ability to shutdown your
1899 current kernel, and to start another kernel. It is like a reboot
1900 but it is indepedent of the system firmware. And like a reboot
1901 you can start any kernel with it, not just Linux.
1902
1903 The name comes from the similiarity to the exec system call.
1904
1905 It is an ongoing process to be certain the hardware in a machine
1906 is properly shutdown, so do not be surprised if this code does not
1907 initially work for you. It may help to enable device hotplugging
1908 support. As of this writing the exact hardware interface is
1909 strongly in flux, so no good recommendation can be made.
1910
1911config SECCOMP
1912 bool "Enable seccomp to safely compute untrusted bytecode"
1913 depends on PROC_FS && BROKEN
1914 default y
1915 help
1916 This kernel feature is useful for number crunching applications
1917 that may need to compute untrusted bytecode during their
1918 execution. By using pipes or other transports made available to
1919 the process as file descriptors supporting the read/write
1920 syscalls, it's possible to isolate those applications in
1921 their own address space using seccomp. Once seccomp is
1922 enabled via /proc/<pid>/seccomp, it cannot be disabled
1923 and the task is only allowed to execute a few safe syscalls
1924 defined by each seccomp mode.
1925
1926 If unsure, say Y. Only embedded should say N here.
1927
Ralf Baechle5e83d432005-10-29 19:32:41 +01001928endmenu
1929
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930config RWSEM_GENERIC_SPINLOCK
1931 bool
1932 default y
1933
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +09001934config LOCKDEP_SUPPORT
1935 bool
1936 default y
1937
1938config STACKTRACE_SUPPORT
1939 bool
1940 default y
1941
Ralf Baechleb6c35392005-11-25 11:35:40 +00001942source "init/Kconfig"
1943
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1945
Ralf Baechle5e83d432005-10-29 19:32:41 +01001946config HW_HAS_EISA
1947 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948config HW_HAS_PCI
1949 bool
1950
1951config PCI
1952 bool "Support for PCI controller"
1953 depends on HW_HAS_PCI
1954 help
1955 Find out whether you have a PCI motherboard. PCI is the name of a
1956 bus system, i.e. the way the CPU talks to the other stuff inside
1957 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1958 say Y, otherwise N.
1959
1960 The PCI-HOWTO, available from
1961 <http://www.tldp.org/docs.html#howto>, contains valuable
1962 information about which PCI hardware does work under Linux and which
1963 doesn't.
1964
1965config PCI_DOMAINS
1966 bool
1967 depends on PCI
1968
1969source "drivers/pci/Kconfig"
1970
1971#
1972# ISA support is now enabled via select. Too many systems still have the one
1973# or other ISA chip on the board that users don't know about so don't expect
1974# users to choose the right thing ...
1975#
1976config ISA
1977 bool
1978
1979config EISA
1980 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001981 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 select ISA
Ralf Baechleaa414df2006-11-30 01:14:51 +00001983 select GENERIC_ISA_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984 ---help---
1985 The Extended Industry Standard Architecture (EISA) bus was
1986 developed as an open alternative to the IBM MicroChannel bus.
1987
1988 The EISA bus provided some of the features of the IBM MicroChannel
1989 bus while maintaining backward compatibility with cards made for
1990 the older ISA bus. The EISA bus saw limited use between 1988 and
1991 1995 when it was made obsolete by the PCI bus.
1992
1993 Say Y here if you are building a kernel for an EISA-based machine.
1994
1995 Otherwise, say N.
1996
1997source "drivers/eisa/Kconfig"
1998
1999config TC
2000 bool "TURBOchannel support"
2001 depends on MACH_DECSTATION
2002 help
2003 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
2004 processors. Documentation on writing device drivers for TurboChannel
2005 is available at:
2006 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
2007
2008#config ACCESSBUS
2009# bool "Access.Bus support"
2010# depends on TC
2011
2012config MMU
2013 bool
2014 default y
2015
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05002016config I8253
2017 bool
2018
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019source "drivers/pcmcia/Kconfig"
2020
2021source "drivers/pci/hotplug/Kconfig"
2022
2023endmenu
2024
2025menu "Executable file formats"
2026
2027source "fs/Kconfig.binfmt"
2028
2029config TRAD_SIGNALS
2030 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031
2032config BUILD_ELF64
2033 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002034 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035 help
2036 A 64-bit kernel is usually built using the 64-bit ELF binary object
2037 format as it's one that allows arbitrary 64-bit constructs. For
2038 kernels that are loaded within the KSEG compatibility segments the
2039 32-bit ELF format can optionally be used resulting in a somewhat
2040 smaller binary, but this option is not explicitly supported by the
2041 toolchain and since binutils 2.14 it does not even work at all.
2042
2043 Say Y to use the 64-bit format or N to use the 32-bit one.
2044
2045 If unsure say Y.
2046
2047config BINFMT_IRIX
2048 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002049 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050
2051config MIPS32_COMPAT
2052 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002053 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054 help
2055 Select this option if you want Linux/MIPS 32-bit binary
2056 compatibility. Since all software available for Linux/MIPS is
2057 currently 32-bit you should say Y here.
2058
2059config COMPAT
2060 bool
2061 depends on MIPS32_COMPAT
2062 default y
2063
Atsushi Nemoto05e43962006-11-07 18:02:44 +09002064config SYSVIPC_COMPAT
2065 bool
2066 depends on COMPAT && SYSVIPC
2067 default y
2068
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069config MIPS32_O32
2070 bool "Kernel support for o32 binaries"
2071 depends on MIPS32_COMPAT
2072 help
2073 Select this option if you want to run o32 binaries. These are pure
2074 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
2075 existing binaries are in this format.
2076
2077 If unsure, say Y.
2078
2079config MIPS32_N32
2080 bool "Kernel support for n32 binaries"
2081 depends on MIPS32_COMPAT
2082 help
2083 Select this option if you want to run n32 binaries. These are
2084 64-bit binaries using 32-bit quantities for addressing and certain
2085 data that would normally be 64-bit. They are used in special
2086 cases.
2087
2088 If unsure, say N.
2089
2090config BINFMT_ELF32
2091 bool
2092 default y if MIPS32_O32 || MIPS32_N32
2093
Ralf Baechle21162452007-02-09 17:08:58 +00002094endmenu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095
Ralf Baechle21162452007-02-09 17:08:58 +00002096menu "Power management options"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002097
Ralf Baechle21162452007-02-09 17:08:58 +00002098source "kernel/power/Kconfig"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002099
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100endmenu
2101
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002102source "net/Kconfig"
2103
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104source "drivers/Kconfig"
2105
2106source "fs/Kconfig"
2107
Ralf Baechle5e83d432005-10-29 19:32:41 +01002108source "arch/mips/oprofile/Kconfig"
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110source "arch/mips/Kconfig.debug"
2111
2112source "security/Kconfig"
2113
2114source "crypto/Kconfig"
2115
2116source "lib/Kconfig"