blob: 05319830d3644d7be35fe2f63b56c8afd473d56c [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
Christoph Lameter5ac6da62007-02-10 01:43:14 -080013
Ralf Baechle5e83d432005-10-29 19:32:41 +010014choice
15 prompt "System type"
16 default SGI_IP22
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
Ralf Baechle5e83d432005-10-29 19:32:41 +010018config MIPS_MTX1
Martin Michlmayr3fa986f2006-05-09 23:34:53 +020019 bool "4G Systems MTX-1 board"
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000022 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010023 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +010024 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010025 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
Ralf Baechle5e83d432005-10-29 19:32:41 +010027config MIPS_BOSPORUS
28 bool "AMD Alchemy Bosporus board"
29 select SOC_AU1500
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010031 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010032 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070033
Ralf Baechle5e83d432005-10-29 19:32:41 +010034config MIPS_PB1000
35 bool "AMD Alchemy PB1000 board"
36 select SOC_AU1000
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 select DMA_NONCOHERENT
38 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000039 select RESOURCES_64BIT if PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010041 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010042 select SYS_SUPPORTS_LITTLE_ENDIAN
43
44config MIPS_PB1100
45 bool "AMD Alchemy PB1100 board"
46 select SOC_AU1100
47 select DMA_NONCOHERENT
48 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000049 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010050 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010051 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010052 select SYS_SUPPORTS_LITTLE_ENDIAN
53
54config MIPS_PB1500
55 bool "AMD Alchemy PB1500 board"
56 select SOC_AU1500
57 select DMA_NONCOHERENT
58 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000059 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010060 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010061 select SYS_SUPPORTS_LITTLE_ENDIAN
62
63config MIPS_PB1550
64 bool "AMD Alchemy PB1550 board"
65 select SOC_AU1550
66 select DMA_NONCOHERENT
67 select HW_HAS_PCI
68 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000069 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010070 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010071 select SYS_SUPPORTS_LITTLE_ENDIAN
72
73config MIPS_PB1200
74 bool "AMD Alchemy PB1200 board"
75 select SOC_AU1200
76 select DMA_NONCOHERENT
77 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000078 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010079 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010080 select SYS_SUPPORTS_LITTLE_ENDIAN
81
82config MIPS_DB1000
83 bool "AMD Alchemy DB1000 board"
84 select SOC_AU1000
85 select DMA_NONCOHERENT
86 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000087 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010088 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010089 select SYS_SUPPORTS_LITTLE_ENDIAN
90
91config MIPS_DB1100
92 bool "AMD Alchemy DB1100 board"
93 select SOC_AU1100
94 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010095 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010096 select SYS_SUPPORTS_LITTLE_ENDIAN
97
98config MIPS_DB1500
99 bool "AMD Alchemy DB1500 board"
100 select SOC_AU1500
101 select DMA_NONCOHERENT
102 select HW_HAS_PCI
103 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000104 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100105 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100106 select SYS_SUPPORTS_BIG_ENDIAN
107 select SYS_SUPPORTS_LITTLE_ENDIAN
108
109config MIPS_DB1550
110 bool "AMD Alchemy DB1550 board"
111 select SOC_AU1550
112 select HW_HAS_PCI
113 select DMA_NONCOHERENT
114 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000115 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100116 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100117 select SYS_SUPPORTS_LITTLE_ENDIAN
118
119config MIPS_DB1200
120 bool "AMD Alchemy DB1200 board"
121 select SOC_AU1200
122 select DMA_COHERENT
123 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100124 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100125 select SYS_SUPPORTS_LITTLE_ENDIAN
126
127config MIPS_MIRAGE
128 bool "AMD Alchemy Mirage board"
129 select DMA_NONCOHERENT
130 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +0100131 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100132 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133
Ralf Baechle35189fa2006-06-18 16:39:46 +0100134config BASLER_EXCITE
Thomas Koellerbe915892007-02-23 01:40:34 +0100135 bool "Basler eXcite smart camera"
Ralf Baechle35189fa2006-06-18 16:39:46 +0100136 select DMA_COHERENT
137 select HW_HAS_PCI
138 select IRQ_CPU
139 select IRQ_CPU_RM7K
140 select IRQ_CPU_RM9K
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200141 select MIPS_RM9122
Ralf Baechle35189fa2006-06-18 16:39:46 +0100142 select SYS_HAS_CPU_RM9000
143 select SYS_SUPPORTS_32BIT_KERNEL
144 select SYS_SUPPORTS_64BIT_KERNEL
145 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000146 select SYS_SUPPORTS_KGDB
Ralf Baechle35189fa2006-06-18 16:39:46 +0100147 help
148 The eXcite is a smart camera platform manufactured by
Thomas Koellerbe915892007-02-23 01:40:34 +0100149 Basler Vision Technologies AG.
Ralf Baechle35189fa2006-06-18 16:39:46 +0100150
151config BASLER_EXCITE_PROTOTYPE
152 bool "Support for pre-release units"
153 depends on BASLER_EXCITE
154 default n
155 help
156 Pre-series (prototype) units are different from later ones in
157 some ways. Select this option if you have one of these. Please
158 note that a kernel built with this option selected will not be
159 able to run on normal units.
160
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161config MIPS_COBALT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200162 bool "Cobalt Server"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163 select DMA_NONCOHERENT
164 select HW_HAS_PCI
165 select I8259
166 select IRQ_CPU
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900167 select PCI_GT64XXX_PCI0
Ralf Baechle7cf80532005-10-20 22:33:09 +0100168 select SYS_HAS_CPU_NEVADA
Yoichi Yuasa0a22e0d2007-03-02 12:42:33 +0900169 select SYS_HAS_EARLY_PRINTK
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
Ralf Baechle36a88532007-03-01 11:56:43 +0000179 select SYS_HAS_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
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900209 select PCI_GT64XXX_PCI0
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
Ralf Baechle36a88532007-03-01 11:56:43 +0000245 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100246 select HW_HAS_PCI
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900247 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100248 select MIPS_NILE4
249 select R5000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100250 select SYS_HAS_CPU_R5000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100251 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle080e9482007-03-13 08:59:54 +0000252 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100253 select SYS_SUPPORTS_LITTLE_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100254 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255
256config MIPS_ATLAS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200257 bool "MIPS Atlas board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 select BOOT_ELF32
259 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000260 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100261 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100263 select MIPS_BOARDS_GEN
264 select MIPS_BONITO64
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900265 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100266 select MIPS_MSC
Maciej W. Rozyckif4b7cdb2005-02-12 04:31:49 +0000267 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100269 select SYS_HAS_CPU_MIPS32_R1
270 select SYS_HAS_CPU_MIPS32_R2
271 select SYS_HAS_CPU_MIPS64_R1
272 select SYS_HAS_CPU_NEVADA
273 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700274 select SYS_SUPPORTS_32BIT_KERNEL
275 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100276 select SYS_SUPPORTS_BIG_ENDIAN
277 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100278 select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100279 select SYS_SUPPORTS_SMARTMIPS
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100280 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000282 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283 board.
284
285config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200286 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000287 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 select BOOT_ELF32
289 select HAVE_STD_PC_SERIAL_PORT
290 select DMA_NONCOHERENT
291 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000292 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 select HW_HAS_PCI
294 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100295 select MIPS_BOARDS_GEN
296 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100297 select MIPS_CPU_SCACHE
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900298 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100299 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100301 select SYS_HAS_CPU_MIPS32_R1
302 select SYS_HAS_CPU_MIPS32_R2
303 select SYS_HAS_CPU_MIPS64_R1
304 select SYS_HAS_CPU_NEVADA
305 select SYS_HAS_CPU_RM7000
Ralf Baechle36a88532007-03-01 11:56:43 +0000306 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700307 select SYS_SUPPORTS_32BIT_KERNEL
308 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100309 select SYS_SUPPORTS_BIG_ENDIAN
310 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100311 select SYS_SUPPORTS_MULTITHREADING
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100312 select SYS_SUPPORTS_SMARTMIPS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000314 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315 board.
316
317config MIPS_SEAD
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200318 bool "MIPS SEAD board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 depends on EXPERIMENTAL
320 select IRQ_CPU
321 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000322 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100323 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100324 select SYS_HAS_CPU_MIPS32_R1
325 select SYS_HAS_CPU_MIPS32_R2
326 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700327 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100328 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
329 select SYS_SUPPORTS_BIG_ENDIAN
330 select SYS_SUPPORTS_LITTLE_ENDIAN
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100331 select SYS_SUPPORTS_SMARTMIPS
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000332 help
333 This enables support for the MIPS Technologies SEAD evaluation
334 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335
Mark.Zhana240a462006-05-06 17:04:20 +0800336config WR_PPMC
Mark.Zhan92478572006-06-20 18:15:02 +0800337 bool "Wind River PPMC board"
Mark.Zhana240a462006-05-06 17:04:20 +0800338 select IRQ_CPU
339 select BOOT_ELF32
340 select DMA_NONCOHERENT
341 select HW_HAS_PCI
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900342 select PCI_GT64XXX_PCI0
Mark.Zhana240a462006-05-06 17:04:20 +0800343 select SWAP_IO_SPACE
344 select SYS_HAS_CPU_MIPS32_R1
345 select SYS_HAS_CPU_MIPS32_R2
346 select SYS_HAS_CPU_MIPS64_R1
347 select SYS_HAS_CPU_NEVADA
348 select SYS_HAS_CPU_RM7000
349 select SYS_SUPPORTS_32BIT_KERNEL
350 select SYS_SUPPORTS_64BIT_KERNEL
351 select SYS_SUPPORTS_BIG_ENDIAN
352 select SYS_SUPPORTS_LITTLE_ENDIAN
353 help
354 This enables support for the Wind River MIPS32 4KC PPMC evaluation
355 board, which is based on GT64120 bridge chip.
356
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100357config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200358 bool 'MIPS simulator (MIPSsim)'
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100359 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000360 select SYS_HAS_EARLY_PRINTK
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100361 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100362 select SYS_HAS_CPU_MIPS32_R1
363 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechle36a88532007-03-01 11:56:43 +0000364 select SYS_HAS_EARLY_PRINTK
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100365 select SYS_SUPPORTS_32BIT_KERNEL
366 select SYS_SUPPORTS_BIG_ENDIAN
367 select SYS_SUPPORTS_LITTLE_ENDIAN
368 help
369 This option enables support for MIPS Technologies MIPSsim software
370 emulator.
371
Ralf Baechle5e83d432005-10-29 19:32:41 +0100372config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200373 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100374 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 select HW_HAS_PCI
376 select IRQ_CPU
377 select IRQ_CPU_RM7K
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900378 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100379 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100381 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700382 select SYS_SUPPORTS_32BIT_KERNEL
383 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100384 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000385 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100387 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
388 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
Ralf Baechle5e83d432005-10-29 19:32:41 +0100390config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200391 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100392 select BOOT_ELF32
393 select DMA_NONCOHERENT
394 select HW_HAS_PCI
395 select IRQ_CPU
396 select IRQ_CPU_RM7K
397 select IRQ_MV64340
398 select PCI_MARVELL
399 select RM7000_CPU_SCACHE
400 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100401 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100402 select SYS_SUPPORTS_32BIT_KERNEL
403 select SYS_SUPPORTS_64BIT_KERNEL
404 select SYS_SUPPORTS_BIG_ENDIAN
405 help
406 The Ocelot-3 is based off Discovery III System Controller and
407 PMC-Sierra Rm79000 core.
408
409config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200410 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100411 select DMA_NONCOHERENT
412 select HW_HAS_PCI
413 select IRQ_CPU
414 select IRQ_MV64340
415 select PCI_MARVELL
416 select RM7000_CPU_SCACHE
417 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100418 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100419 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000420 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100421 select SYS_SUPPORTS_BIG_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100422 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100423 help
424 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
425 Momentum Computer <http://www.momenco.com/>.
426
Ralf Baechle5e83d432005-10-29 19:32:41 +0100427config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200428 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100429 select DMA_NONCOHERENT
430 select SOC_AU1500
431 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432
Pete Popovbdf21b12005-07-14 17:47:57 +0000433config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200434 bool "Philips PNX8550 based JBS board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000435 select PNX8550
436 select SYS_SUPPORTS_LITTLE_ENDIAN
437
Vitaly Woolf0647a52006-12-08 11:40:35 +0300438config PNX8550_STB810
439 bool "Support for Philips PNX8550 based STB810 board"
440 select PNX8550
441 select SYS_SUPPORTS_LITTLE_ENDIAN
442
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200444 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100445 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446 select DMA_NONCOHERENT
447 select HW_HAS_PCI
448 select I8259
449 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100450 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700451 select SYS_SUPPORTS_32BIT_KERNEL
452 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechlecc801072007-02-17 02:58:39 +0000453 select SYS_SUPPORTS_KGDB
454 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100455 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 help
457 This enables support for the R5432-based NEC DDB Vrc-5477,
458 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
459
460 Features : kernel debugging, serial terminal, NFS root fs, on-board
461 ether port USB, AC97, PCI, etc.
462
Ralf Baechle5e83d432005-10-29 19:32:41 +0100463config MACH_VR41XX
Yoichi Yuasa74142d62007-04-26 19:45:09 +0900464 bool "NEC VR4100 series based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100465 select SYS_HAS_CPU_VR41XX
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900466 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100467
468config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200469 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100470 select DMA_COHERENT
471 select HW_HAS_PCI
472 select IRQ_CPU
473 select IRQ_CPU_RM7K
474 select IRQ_CPU_RM9K
475 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100476 select SYS_HAS_CPU_RM9000
Ralf Baechle36a88532007-03-01 11:56:43 +0000477 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100478 select SYS_SUPPORTS_32BIT_KERNEL
479 select SYS_SUPPORTS_64BIT_KERNEL
480 select SYS_SUPPORTS_BIG_ENDIAN
481 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000482 select SYS_SUPPORTS_KGDB
Ralf Baechlee73ea272006-06-04 11:51:46 +0100483 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100484 help
485 Yosemite is an evaluation board for the RM9000x2 processor
486 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487
Ralf Baechle07119622005-09-03 15:56:11 -0700488config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200489 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700490 select DMA_COHERENT
491 select GENERIC_ISA_DMA
492 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500493 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700494 select I8259
495 select ISA
496 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100497 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700498 select SYS_SUPPORTS_32BIT_KERNEL
499 select SYS_SUPPORTS_BIG_ENDIAN
Aurelien Jarnoc8cc9612006-09-27 23:07:25 +0200500 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +0900501 select ARCH_SPARSEMEM_ENABLE
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900502 select GENERIC_HARDIRQS_NO__DO_IRQ
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +0900503 select NR_CPUS_DEFAULT_1
504 select SYS_SUPPORTS_SMP
Ralf Baechle07119622005-09-03 15:56:11 -0700505 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100506 Qemu is a software emulator which among other architectures also
507 can simulate a MIPS32 4Kc system. This patch adds support for the
508 system architecture that currently is being simulated by Qemu. It
509 will eventually be removed again when Qemu has the capability to
510 simulate actual MIPS hardware platforms. More information on Qemu
511 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700512
dmitry pervushin355c4712006-05-21 14:53:06 +0400513config MARKEINS
514 bool "Support for NEC EMMA2RH Mark-eins"
515 select DMA_NONCOHERENT
516 select HW_HAS_PCI
517 select IRQ_CPU
518 select SWAP_IO_SPACE
519 select SYS_SUPPORTS_32BIT_KERNEL
520 select SYS_SUPPORTS_BIG_ENDIAN
521 select SYS_SUPPORTS_LITTLE_ENDIAN
522 select SYS_HAS_CPU_R5000
523 help
524 This enables support for the R5432-based NEC Mark-eins
525 boards with R5500 CPU.
526
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200528 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 select ARC
530 select ARC32
531 select BOOT_ELF32
532 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100533 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534 select IP22_CPU_SCACHE
535 select IRQ_CPU
Ralf Baechleaa414df2006-11-30 01:14:51 +0000536 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100538 select SYS_HAS_CPU_R4X00
539 select SYS_HAS_CPU_R5000
Ralf Baechle36a88532007-03-01 11:56:43 +0000540 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700541 select SYS_SUPPORTS_32BIT_KERNEL
542 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100543 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544 help
545 This are the SGI Indy, Challenge S and Indigo2, as well as certain
546 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
547 that runs on these, say Y here.
548
549config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200550 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551 select ARC
552 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100553 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554 select DMA_IP27
Ralf Baechle36a88532007-03-01 11:56:43 +0000555 select SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 select HW_HAS_PCI
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000557 select NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100559 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700560 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100561 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000562 select SYS_SUPPORTS_KGDB
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100563 select SYS_SUPPORTS_NUMA
Ralf Baechle1a5c5de2006-11-02 17:23:33 +0000564 select SYS_SUPPORTS_SMP
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100565 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 help
567 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
568 workstations. To compile a Linux kernel that runs on these, say Y
569 here.
570
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200572 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700573 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 select ARC
575 select ARC32
576 select BOOT_ELF32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577 select DMA_NONCOHERENT
578 select HW_HAS_PCI
579 select R5000_CPU_SCACHE
580 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100581 select SYS_HAS_CPU_R5000
582 select SYS_HAS_CPU_R10000 if BROKEN
583 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000584 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700585 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100586 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587 help
588 If you want this kernel to run on SGI O2 workstation, say Y here.
589
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700590config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200591 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700592 select BOOT_ELF32
593 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000594 select NR_CPUS_DEFAULT_4
Ralf Baechle7cf80532005-10-20 22:33:09 +0100595 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700596 select SIBYTE_BCM1x80
597 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100598 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700599 select SYS_SUPPORTS_BIG_ENDIAN
600 select SYS_SUPPORTS_LITTLE_ENDIAN
601
Ralf Baechle5e83d432005-10-29 19:32:41 +0100602config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200603 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100604 select BOOT_ELF32
605 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000606 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100607 select SIBYTE_SB1250
608 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100609 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100610 select SYS_SUPPORTS_BIG_ENDIAN
611 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000612 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100613 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000614
Ralf Baechle5e83d432005-10-29 19:32:41 +0100615config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200616 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100617 depends on EXPERIMENTAL
618 select BOOT_ELF32
619 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000620 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100621 select SIBYTE_SB1250
622 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100623 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100624 select SYS_SUPPORTS_BIG_ENDIAN
625 select SYS_SUPPORTS_LITTLE_ENDIAN
626
627config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200628 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100629 depends on EXPERIMENTAL
630 select BOOT_ELF32
631 select DMA_COHERENT
632 select SIBYTE_BCM1125H
633 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100634 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100635 select SYS_SUPPORTS_BIG_ENDIAN
636 select SYS_SUPPORTS_LITTLE_ENDIAN
637
638config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200639 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100640 depends on EXPERIMENTAL
641 select BOOT_ELF32
642 select DMA_COHERENT
643 select SIBYTE_BCM1120
644 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100645 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100646 select SYS_SUPPORTS_BIG_ENDIAN
647 select SYS_SUPPORTS_LITTLE_ENDIAN
648
649config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200650 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100651 depends on EXPERIMENTAL
652 select BOOT_ELF32
653 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000654 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100655 select SIBYTE_SB1250
656 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100657 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100658 select SYS_SUPPORTS_BIG_ENDIAN
659 select SYS_SUPPORTS_HIGHMEM
660 select SYS_SUPPORTS_LITTLE_ENDIAN
661
662config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200663 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100664 depends on EXPERIMENTAL
665 select BOOT_ELF32
666 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000667 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100668 select SIBYTE_SB1250
669 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100670 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100671 select SYS_SUPPORTS_BIG_ENDIAN
672 select SYS_SUPPORTS_HIGHMEM
673 select SYS_SUPPORTS_LITTLE_ENDIAN
674
675config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200676 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100677 depends on EXPERIMENTAL
678 select BOOT_ELF32
679 select DMA_COHERENT
680 select SIBYTE_BCM1120
681 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100682 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100683 select SYS_SUPPORTS_BIG_ENDIAN
684 select SYS_SUPPORTS_LITTLE_ENDIAN
685
686config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200687 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100688 depends on EXPERIMENTAL
689 select BOOT_ELF32
690 select DMA_COHERENT
691 select SIBYTE_BCM1125
692 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100693 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100694 select SYS_SUPPORTS_BIG_ENDIAN
695 select SYS_SUPPORTS_HIGHMEM
696 select SYS_SUPPORTS_LITTLE_ENDIAN
697
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100698config SNI_RM
699 bool "SNI RM200/300/400"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200700 select ARC if CPU_LITTLE_ENDIAN
701 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100702 select ARCH_MAY_HAVE_PC_FDC
703 select BOOT_ELF32
704 select DMA_NONCOHERENT
705 select GENERIC_ISA_DMA
Ralf Baechle5e83d432005-10-29 19:32:41 +0100706 select HW_HAS_EISA
707 select HW_HAS_PCI
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100708 select IRQ_CPU
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500709 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100710 select I8259
711 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200712 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100713 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200714 select SYS_HAS_CPU_R5000
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100715 select SYS_HAS_CPU_R10000
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200716 select R5000_CPU_SCACHE
Ralf Baechle36a88532007-03-01 11:56:43 +0000717 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700718 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100719 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200720 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100721 select SYS_SUPPORTS_HIGHMEM
722 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 help
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100724 The SNI RM200/300/400 are MIPS-based machines manufactured by
725 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
Ralf Baechle5e83d432005-10-29 19:32:41 +0100726 Technology and now in turn merged with Fujitsu. Say Y here to
727 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728
Ralf Baechle5e83d432005-10-29 19:32:41 +0100729config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200730 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100731 select DMA_NONCOHERENT
732 select HW_HAS_PCI
733 select MIPS_TX3927
734 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100735 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100736 select SYS_SUPPORTS_32BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300737 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100738 select SYS_SUPPORTS_BIG_ENDIAN
Atsushi Nemoto21274352007-03-15 00:58:28 +0900739 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100740
741config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200742 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100743 select DMA_NONCOHERENT
744 select HAS_TXX9_SERIAL
745 select HW_HAS_PCI
746 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100747 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100748 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100749 select SYS_SUPPORTS_32BIT_KERNEL
750 select SYS_SUPPORTS_64BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300751 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100752 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000753 select SYS_SUPPORTS_KGDB
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900754 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100755 help
756 This Toshiba board is based on the TX4927 processor. Say Y here to
757 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758
Ralf Baechle23fbee92005-07-25 22:45:45 +0000759config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200760 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000761 select HAVE_STD_PC_SERIAL_PORT
762 select DMA_NONCOHERENT
763 select GENERIC_ISA_DMA
764 select HAS_TXX9_SERIAL
765 select HW_HAS_PCI
766 select I8259
Ralf Baechle23fbee92005-07-25 22:45:45 +0000767 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100768 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000769 select SYS_SUPPORTS_32BIT_KERNEL
770 select SYS_SUPPORTS_LITTLE_ENDIAN
771 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000772 select SYS_SUPPORTS_KGDB
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900773 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle23fbee92005-07-25 22:45:45 +0000774 help
775 This Toshiba board is based on the TX4938 processor. Say Y here to
776 support this machine type
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778endchoice
779
Ralf Baechle5e83d432005-10-29 19:32:41 +0100780source "arch/mips/ddb5xxx/Kconfig"
781source "arch/mips/gt64120/ev64120/Kconfig"
782source "arch/mips/jazz/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100783source "arch/mips/lasat/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100784source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000785source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f72005-02-03 14:28:23 +0000786source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100787source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000788source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100789source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000790source "arch/mips/philips/pnx8550/common/Kconfig"
Ralf Baechle38b18f72005-02-03 14:28:23 +0000791
Ralf Baechle5e83d432005-10-29 19:32:41 +0100792endmenu
793
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794config RWSEM_GENERIC_SPINLOCK
795 bool
796 default y
797
798config RWSEM_XCHGADD_ALGORITHM
799 bool
800
David Howellsf0d1b0b2006-12-08 02:37:49 -0800801config ARCH_HAS_ILOG2_U32
802 bool
803 default n
804
805config ARCH_HAS_ILOG2_U64
806 bool
807 default n
808
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800809config GENERIC_FIND_NEXT_BIT
810 bool
811 default y
812
813config GENERIC_HWEIGHT
814 bool
815 default y
816
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817config GENERIC_CALIBRATE_DELAY
818 bool
819 default y
820
Ralf Baechle8db02012006-10-02 16:54:48 +0100821config GENERIC_TIME
822 bool
823 default y
824
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900825config SCHED_NO_NO_OMIT_FRAME_POINTER
826 bool
827 default y
828
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100829config GENERIC_HARDIRQS_NO__DO_IRQ
830 bool
831 default n
832
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833#
834# Select some configuration options automatically based on user selections.
835#
836config ARC
837 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838
Ralf Baechle61ed2422005-09-15 08:52:34 +0000839config ARCH_MAY_HAVE_PC_FDC
840 bool
841
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700842config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 bool
844
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700845config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846 bool
847
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700848config DMA_IP32
849 bool
850 select DMA_NEED_PCI_MAP_STATE
851
852config DMA_NONCOHERENT
853 bool
854 select DMA_NEED_PCI_MAP_STATE
855
856config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857 bool
858
859config EARLY_PRINTK
Ralf Baechle36a88532007-03-01 11:56:43 +0000860 bool "Early printk" if EMBEDDED && DEBUG_KERNEL
861 depends on SYS_HAS_EARLY_PRINTK
862 default y
863 help
864 This option enables special console drivers which allow the kernel
865 to print messages very early in the bootup process.
866
867 This is useful for kernel debugging when your machine crashes very
868 early before the console code is initialized. For normal operation
869 it is not recommended because it looks on some machines ugly and
870 oesn't cooperate with an X server. You should normally N here,
871 unless you want to debug such a crash.
872
873config SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875
876config GENERIC_ISA_DMA
877 bool
Atsushi Nemoto05502332007-03-21 00:36:02 +0900878 select ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879
880config I8259
881 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883config MIPS_BONITO64
884 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885
886config MIPS_MSC
887 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888
889config MIPS_NILE4
890 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891
892config MIPS_DISABLE_OBSOLETE_IDE
893 bool
894
Ralf Baechleaa414df2006-11-30 01:14:51 +0000895config GENERIC_ISA_DMA_SUPPORT_BROKEN
896 bool
Atsushi Nemoto05502332007-03-21 00:36:02 +0900897 select ZONE_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000898
Ralf Baechle5e83d432005-10-29 19:32:41 +0100899#
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100900# Endianess selection. Sufficiently obscure so many users don't know what to
Ralf Baechle5e83d432005-10-29 19:32:41 +0100901# answer,so we try hard to limit the available choices. Also the use of a
902# choice statement should be more obvious to the user.
903#
904choice
905 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 help
907 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100908 byte order. These modes require different kernels and a different
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100909 Linux distribution. In general there is one preferred byteorder for a
Ralf Baechle5e83d432005-10-29 19:32:41 +0100910 particular system but some systems are just as commonly used in the
David Sterba3dde6ad2007-05-09 07:12:20 +0200911 one or the other endianness.
Ralf Baechle5e83d432005-10-29 19:32:41 +0100912
913config CPU_BIG_ENDIAN
914 bool "Big endian"
915 depends on SYS_SUPPORTS_BIG_ENDIAN
916
917config CPU_LITTLE_ENDIAN
918 bool "Little endian"
919 depends on SYS_SUPPORTS_LITTLE_ENDIAN
920 help
921
922endchoice
923
Ralf Baechle21162452007-02-09 17:08:58 +0000924config SYS_SUPPORTS_APM_EMULATION
925 bool
926
Ralf Baechle5e83d432005-10-29 19:32:41 +0100927config SYS_SUPPORTS_BIG_ENDIAN
928 bool
929
930config SYS_SUPPORTS_LITTLE_ENDIAN
931 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932
933config IRQ_CPU
934 bool
935
936config IRQ_CPU_RM7K
937 bool
938
Ralf Baechle5e83d432005-10-29 19:32:41 +0100939config IRQ_CPU_RM9K
940 bool
941
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942config IRQ_MV64340
943 bool
944
945config DDB5XXX_COMMON
946 bool
Ralf Baechlecc801072007-02-17 02:58:39 +0000947 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948
949config MIPS_BOARDS_GEN
950 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900952config PCI_GT64XXX_PCI0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954
955config MIPS_TX3927
956 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200959config MIPS_RM9122
960 bool
961 select SERIAL_RM9000
962 select GPI_RM9000
963 select WDT_RM9000
964
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965config PCI_MARVELL
966 bool
967
Ralf Baechle5e83d432005-10-29 19:32:41 +0100968config SOC_AU1000
969 bool
970 select SOC_AU1X00
971
972config SOC_AU1100
973 bool
974 select SOC_AU1X00
975
976config SOC_AU1500
977 bool
978 select SOC_AU1X00
979
980config SOC_AU1550
981 bool
982 select SOC_AU1X00
983
984config SOC_AU1200
985 bool
986 select SOC_AU1X00
987
988config SOC_AU1X00
989 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +0100990 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100991 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle21162452007-02-09 17:08:58 +0000992 select SYS_SUPPORTS_APM_EMULATION
Ralf Baechlecc801072007-02-17 02:58:39 +0000993 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994
Thomas Koellerbd71c182007-05-06 14:48:47 -0700995config SERIAL_RM9000
996 bool
997
Pete Popovbdf21b12005-07-14 17:47:57 +0000998config PNX8550
999 bool
1000 select SOC_PNX8550
1001
1002config SOC_PNX8550
1003 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001004 select DMA_NONCOHERENT
1005 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001006 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle36a88532007-03-01 11:56:43 +00001007 select SYS_HAS_EARLY_PRINTK
Ralf Baechle7cf80532005-10-20 22:33:09 +01001008 select SYS_SUPPORTS_32BIT_KERNEL
Franck Bui-Huue77c2322006-12-01 18:22:27 +01001009 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechlecc801072007-02-17 02:58:39 +00001010 select SYS_SUPPORTS_KGDB
Pete Popovbdf21b12005-07-14 17:47:57 +00001011
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012config SWAP_IO_SPACE
1013 bool
1014
dmitry pervushin355c4712006-05-21 14:53:06 +04001015config EMMA2RH
1016 bool
1017 depends on MARKEINS
1018 default y
1019
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001020config SERIAL_RM9000
1021 bool
1022
1023config GPI_RM9000
1024 bool
1025
1026config WDT_RM9000
1027 bool
1028
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029#
1030# Unfortunately not all GT64120 systems run the chip at the same clock.
1031# As the user for the clock rate and try to minimize the available options.
1032#
1033choice
1034 prompt "Galileo Chip Clock"
1035 #default SYSCLK_83 if MIPS_EV64120
Franck Bui-Huu1e54f772007-05-07 18:01:51 +02001036 depends on MIPS_EV64120 || MOMENCO_OCELOT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 default SYSCLK_83 if MIPS_EV64120
Franck Bui-Huu1e54f772007-05-07 18:01:51 +02001038 default SYSCLK_100 if MOMENCO_OCELOT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039
1040config SYSCLK_75
1041 bool "75" if MIPS_EV64120
1042
1043config SYSCLK_83
1044 bool "83.3" if MIPS_EV64120
1045
1046config SYSCLK_100
Franck Bui-Huu1e54f772007-05-07 18:01:51 +02001047 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048
1049endchoice
1050
Ralf Baechle5e83d432005-10-29 19:32:41 +01001051config ARC32
1052 bool
1053
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054config BOOT_ELF32
1055 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056
1057config MIPS_L1_CACHE_SHIFT
1058 int
Thomas Bogendoerferc066a322006-12-28 18:22:32 +01001059 default "4" if MACH_DECSTATION || SNI_RM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060 default "7" if SGI_IP27
1061 default "5"
1062
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063config HAVE_STD_PC_SERIAL_PORT
1064 bool
1065
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066config ARC_CONSOLE
1067 bool "ARC console support"
Ralf Baechle36a88532007-03-01 11:56:43 +00001068 depends on SGI_IP22 || (SNI_RM && CPU_LITTLE_ENDIAN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069
1070config ARC_MEMORY
1071 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001072 depends on MACH_JAZZ || SNI_RM || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073 default y
1074
1075config ARC_PROMLIB
1076 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001077 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078 default y
1079
1080config ARC64
1081 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082
1083config BOOT_ELF64
1084 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086menu "CPU selection"
1087
1088choice
1089 prompt "CPU type"
1090 default CPU_R4X00
1091
Ralf Baechle6e760c82005-07-06 12:08:11 +00001092config CPU_MIPS32_R1
1093 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001094 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001095 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001096 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001097 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001098 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001099 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001100 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001101 MIPS32 architecture. Most modern embedded systems with a 32-bit
1102 MIPS processor are based on a MIPS32 processor. If you know the
1103 specific type of processor in your system, choose those that one
1104 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1105 Release 2 of the MIPS32 architecture is available since several
1106 years so chances are you even have a MIPS32 Release 2 processor
1107 in which case you should choose CPU_MIPS32_R2 instead for better
1108 performance.
1109
1110config CPU_MIPS32_R2
1111 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001112 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001113 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001114 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001115 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001116 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001117 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001118 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001119 MIPS32 architecture. Most modern embedded systems with a 32-bit
1120 MIPS processor are based on a MIPS32 processor. If you know the
1121 specific type of processor in your system, choose those that one
1122 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123
Ralf Baechle6e760c82005-07-06 12:08:11 +00001124config CPU_MIPS64_R1
1125 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001126 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001127 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001128 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001129 select CPU_SUPPORTS_32BIT_KERNEL
1130 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001131 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001132 help
1133 Choose this option to build a kernel for release 1 or later of the
1134 MIPS64 architecture. Many modern embedded systems with a 64-bit
1135 MIPS processor are based on a MIPS64 processor. If you know the
1136 specific type of processor in your system, choose those that one
1137 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001138 Release 2 of the MIPS64 architecture is available since several
1139 years so chances are you even have a MIPS64 Release 2 processor
1140 in which case you should choose CPU_MIPS64_R2 instead for better
1141 performance.
1142
1143config CPU_MIPS64_R2
1144 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001145 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001146 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001147 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001148 select CPU_SUPPORTS_32BIT_KERNEL
1149 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001150 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001151 help
1152 Choose this option to build a kernel for release 2 or later of the
1153 MIPS64 architecture. Many modern embedded systems with a 64-bit
1154 MIPS processor are based on a MIPS64 processor. If you know the
1155 specific type of processor in your system, choose those that one
1156 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157
1158config CPU_R3000
1159 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001160 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001161 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001162 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001163 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164 help
1165 Please make sure to pick the right CPU type. Linux/MIPS is not
1166 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1167 *not* work on R4000 machines and vice versa. However, since most
1168 of the supported machines have an R4000 (or similar) CPU, R4x00
1169 might be a safe bet. If the resulting kernel does not work,
1170 try to recompile with R3000.
1171
1172config CPU_TX39XX
1173 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001174 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001175 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176
1177config CPU_VR41XX
1178 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001179 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001180 select CPU_SUPPORTS_32BIT_KERNEL
1181 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001183 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184 Only choose this option if you have one of these processors as a
1185 kernel built with this option will not run on any other type of
1186 processor or vice versa.
1187
1188config CPU_R4300
1189 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001190 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001191 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001192 select CPU_SUPPORTS_32BIT_KERNEL
1193 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194 help
1195 MIPS Technologies R4300-series processors.
1196
1197config CPU_R4X00
1198 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001199 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001200 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001201 select CPU_SUPPORTS_32BIT_KERNEL
1202 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203 help
1204 MIPS Technologies R4000-series processors other than 4300, including
1205 the R4000, R4400, R4600, and 4700.
1206
1207config CPU_TX49XX
1208 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001209 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001210 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001211 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001212 select CPU_SUPPORTS_32BIT_KERNEL
1213 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214
1215config CPU_R5000
1216 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001217 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001218 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001219 select CPU_SUPPORTS_32BIT_KERNEL
1220 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 help
1222 MIPS Technologies R5000-series processors other than the Nevada.
1223
1224config CPU_R5432
1225 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001226 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001227 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001228 select CPU_SUPPORTS_32BIT_KERNEL
1229 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230
1231config CPU_R6000
1232 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001233 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001234 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001235 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001236 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 help
1238 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001239 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240
1241config CPU_NEVADA
1242 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001243 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001244 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001245 select CPU_SUPPORTS_32BIT_KERNEL
1246 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247 help
1248 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1249
1250config CPU_R8000
1251 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001252 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001253 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001254 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001255 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001256 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257 help
1258 MIPS Technologies R8000 processors. Note these processors are
1259 uncommon and the support for them is incomplete.
1260
1261config CPU_R10000
1262 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001263 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001264 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001265 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001266 select CPU_SUPPORTS_32BIT_KERNEL
1267 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001268 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269 help
1270 MIPS Technologies R10000-series processors.
1271
1272config CPU_RM7000
1273 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001274 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001275 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001276 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001277 select CPU_SUPPORTS_32BIT_KERNEL
1278 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001279 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280
1281config CPU_RM9000
1282 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001283 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001284 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001285 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001286 select CPU_SUPPORTS_32BIT_KERNEL
1287 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001288 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001289 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290
1291config CPU_SB1
1292 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001293 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001294 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001295 select CPU_SUPPORTS_32BIT_KERNEL
1296 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001297 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001298 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299
1300endchoice
1301
Ralf Baechle7cf80532005-10-20 22:33:09 +01001302config SYS_HAS_CPU_MIPS32_R1
1303 bool
1304
1305config SYS_HAS_CPU_MIPS32_R2
1306 bool
1307
1308config SYS_HAS_CPU_MIPS64_R1
1309 bool
1310
1311config SYS_HAS_CPU_MIPS64_R2
1312 bool
1313
1314config SYS_HAS_CPU_R3000
1315 bool
1316
1317config SYS_HAS_CPU_TX39XX
1318 bool
1319
1320config SYS_HAS_CPU_VR41XX
1321 bool
1322
1323config SYS_HAS_CPU_R4300
1324 bool
1325
1326config SYS_HAS_CPU_R4X00
1327 bool
1328
1329config SYS_HAS_CPU_TX49XX
1330 bool
1331
1332config SYS_HAS_CPU_R5000
1333 bool
1334
1335config SYS_HAS_CPU_R5432
1336 bool
1337
1338config SYS_HAS_CPU_R6000
1339 bool
1340
1341config SYS_HAS_CPU_NEVADA
1342 bool
1343
1344config SYS_HAS_CPU_R8000
1345 bool
1346
1347config SYS_HAS_CPU_R10000
1348 bool
1349
1350config SYS_HAS_CPU_RM7000
1351 bool
1352
1353config SYS_HAS_CPU_RM9000
1354 bool
1355
1356config SYS_HAS_CPU_SB1
1357 bool
1358
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001359config WEAK_ORDERING
1360 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001361endmenu
1362
1363#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001364# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001365#
1366config CPU_MIPS32
1367 bool
1368 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1369
1370config CPU_MIPS64
1371 bool
1372 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1373
1374#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001375# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001376#
1377config CPU_MIPSR1
1378 bool
1379 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1380
1381config CPU_MIPSR2
1382 bool
1383 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1384
1385config SYS_SUPPORTS_32BIT_KERNEL
1386 bool
1387config SYS_SUPPORTS_64BIT_KERNEL
1388 bool
1389config CPU_SUPPORTS_32BIT_KERNEL
1390 bool
1391config CPU_SUPPORTS_64BIT_KERNEL
1392 bool
1393
1394menu "Kernel type"
1395
1396choice
1397
1398 prompt "Kernel code model"
1399 help
1400 You should only select this option if you have a workload that
1401 actually benefits from 64-bit processing or if your machine has
1402 large memory. You will only be presented a single option in this
1403 menu if your system does not support both 32-bit and 64-bit kernels.
1404
1405config 32BIT
1406 bool "32-bit kernel"
1407 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1408 select TRAD_SIGNALS
1409 help
1410 Select this option if you want to build a 32-bit kernel.
1411config 64BIT
1412 bool "64-bit kernel"
1413 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1414 help
1415 Select this option if you want to build a 64-bit kernel.
1416
1417endchoice
1418
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419choice
1420 prompt "Kernel page size"
1421 default PAGE_SIZE_4KB
1422
1423config PAGE_SIZE_4KB
1424 bool "4kB"
1425 help
1426 This option select the standard 4kB Linux page size. On some
1427 R3000-family processors this is the only available page size. Using
1428 4kB page size will minimize memory consumption and is therefore
1429 recommended for low memory systems.
1430
1431config PAGE_SIZE_8KB
1432 bool "8kB"
1433 depends on EXPERIMENTAL && CPU_R8000
1434 help
1435 Using 8kB page size will result in higher performance kernel at
1436 the price of higher memory consumption. This option is available
1437 only on the R8000 processor. Not that at the time of this writing
1438 this option is still high experimental; there are also issues with
1439 compatibility of user applications.
1440
1441config PAGE_SIZE_16KB
1442 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001443 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444 help
1445 Using 16kB page size will result in higher performance kernel at
1446 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001447 all non-R3000 family processors. Note that you will need a suitable
1448 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449
1450config PAGE_SIZE_64KB
1451 bool "64kB"
1452 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1453 help
1454 Using 64kB page size will result in higher performance kernel at
1455 the price of higher memory consumption. This option is available on
1456 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001457 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458
1459endchoice
1460
1461config BOARD_SCACHE
1462 bool
1463
1464config IP22_CPU_SCACHE
1465 bool
1466 select BOARD_SCACHE
1467
Chris Dearman9318c512006-06-20 17:15:20 +01001468#
1469# Support for a MIPS32 / MIPS64 style S-caches
1470#
1471config MIPS_CPU_SCACHE
1472 bool
1473 select BOARD_SCACHE
1474
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475config R5000_CPU_SCACHE
1476 bool
1477 select BOARD_SCACHE
1478
1479config RM7000_CPU_SCACHE
1480 bool
1481 select BOARD_SCACHE
1482
1483config SIBYTE_DMA_PAGEOPS
1484 bool "Use DMA to clear/copy pages"
1485 depends on CPU_SB1
1486 help
1487 Instead of using the CPU to zero and copy pages, use a Data Mover
1488 channel. These DMA channels are otherwise unused by the standard
1489 SiByte Linux port. Seems to give a small performance benefit.
1490
1491config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001492 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001494choice
1495 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001496
1497config MIPS_MT_DISABLED
1498 bool "Disable multithreading support."
1499 help
1500 Use this option if your workload can't take advantage of
1501 MIPS hardware multithreading support. On systems that don't have
1502 the option of an MT-enabled processor this option will be the only
1503 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001504
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001505config MIPS_MT_SMP
1506 bool "Use 1 TC on each available VPE for SMP"
1507 depends on SYS_SUPPORTS_MULTITHREADING
1508 select CPU_MIPSR2_IRQ_VI
Chris Dearmand725cf32007-05-08 14:05:39 +01001509 select CPU_MIPSR2_IRQ_EI
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001510 select CPU_MIPSR2_SRS
1511 select MIPS_MT
Ralf Baechlef510aa32007-03-16 21:58:37 +00001512 select NR_CPUS_DEFAULT_2
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001513 select SMP
1514 select SYS_SUPPORTS_SMP
1515 help
1516 This is a kernel model which is also known a VSMP or lately
1517 has been marketesed into SMVP.
1518
Ralf Baechle41c594a2006-04-05 09:45:45 +01001519config MIPS_MT_SMTC
1520 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001521 depends on CPU_MIPS32_R2
1522 #depends on CPU_MIPS64_R2 # once there is hardware ...
1523 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001524 select CPU_MIPSR2_IRQ_VI
Chris Dearmand725cf32007-05-08 14:05:39 +01001525 select CPU_MIPSR2_IRQ_EI
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001526 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001527 select MIPS_MT
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001528 select NR_CPUS_DEFAULT_8
Ralf Baechle41c594a2006-04-05 09:45:45 +01001529 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001530 select SYS_SUPPORTS_SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001531 help
1532 This is a kernel model which is known a SMTC or lately has been
1533 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001534
Ralf Baechlee01402b2005-07-14 15:57:16 +00001535config MIPS_VPE_LOADER
1536 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001537 depends on SYS_SUPPORTS_MULTITHREADING
Chris Dearmand725cf32007-05-08 14:05:39 +01001538 select CPU_MIPSR2_IRQ_VI
1539 select CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001540 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001541 help
1542 Includes a loader for loading an elf relocatable object
1543 onto another VPE and running it.
1544
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001545endchoice
1546
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001547config MIPS_MT
1548 bool
1549
1550config SYS_SUPPORTS_MULTITHREADING
1551 bool
1552
Ralf Baechlef088fc82006-04-05 09:45:47 +01001553config MIPS_MT_FPAFF
1554 bool "Dynamic FPU affinity for FP-intensive threads"
1555 depends on MIPS_MT
1556 default y
1557
Ralf Baechleac8be952007-01-20 00:18:01 +00001558config MIPS_MT_SMTC_INSTANT_REPLAY
1559 bool "Low-latency Dispatch of Deferred SMTC IPIs"
Ralf Baechle619af722007-03-26 15:13:57 +01001560 depends on MIPS_MT_SMTC && !PREEMPT
Ralf Baechleac8be952007-01-20 00:18:01 +00001561 default y
1562 help
1563 SMTC pseudo-interrupts between TCs are deferred and queued
1564 if the target TC is interrupt-inhibited (IXMT). In the first
1565 SMTC prototypes, these queued IPIs were serviced on return
1566 to user mode, or on entry into the kernel idle loop. The
1567 INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1568 processing, which adds runtime overhead (hence the option to turn
1569 it off), but ensures that IPIs are handled promptly even under
1570 heavy I/O interrupt load.
1571
Ralf Baechlee01402b2005-07-14 15:57:16 +00001572config MIPS_VPE_LOADER_TOM
1573 bool "Load VPE program into memory hidden from linux"
1574 depends on MIPS_VPE_LOADER
1575 default y
1576 help
1577 The loader can use memory that is present but has been hidden from
1578 Linux using the kernel command line option "mem=xxMB". It's up to
1579 you to ensure the amount you put in the option and the space your
1580 program requires is less or equal to the amount physically present.
1581
1582# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1583config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001584 bool "Enable support for AP/SP API (RTLX)"
1585 depends on MIPS_VPE_LOADER
1586 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001587
Ralf Baechle26009902006-04-05 09:45:45 +01001588config MIPS_APSP_KSPD
1589 bool "Enable KSPD"
1590 depends on MIPS_VPE_APSP_API
1591 default y
1592 help
1593 KSPD is a kernel daemon that accepts syscall requests from the SP
1594 side, actions them and returns the results. It also handles the
1595 "exit" syscall notifying other kernel modules the SP program is
1596 exiting. You probably want to say yes here.
1597
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598config SB1_PASS_1_WORKAROUNDS
1599 bool
1600 depends on CPU_SB1_PASS_1
1601 default y
1602
1603config SB1_PASS_2_WORKAROUNDS
1604 bool
1605 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1606 default y
1607
1608config SB1_PASS_2_1_WORKAROUNDS
1609 bool
1610 depends on CPU_SB1 && CPU_SB1_PASS_2
1611 default y
1612
1613config 64BIT_PHYS_ADDR
1614 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001615 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 -07001616
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001618 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001620config CPU_HAS_SMARTMIPS
1621 depends on SYS_SUPPORTS_SMARTMIPS
1622 bool "Support for the SmartMIPS ASE"
1623 help
1624 SmartMIPS is a extension of the MIPS32 architecture aimed at
1625 increased security at both hardware and software level for
1626 smartcards. Enabling this option will allow proper use of the
1627 SmartMIPS instructions by Linux applications. However a kernel with
1628 this option will not work on a MIPS core without SmartMIPS core. If
1629 you don't know you probably don't have SmartMIPS and should say N
1630 here.
1631
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001633 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001634
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001635#
1636# Vectored interrupt mode is an R2 feature
1637#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001638config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001639 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001640
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001641#
1642# Extended interrupt mode is an R2 feature
1643#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001644config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001645 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001646
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001647#
1648# Shadow registers are an R2 feature
1649#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001650config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001651 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001652
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653config CPU_HAS_SYNC
1654 bool
1655 depends on !CPU_R3000
1656 default y
1657
1658#
Ralf Baechle797798c2005-08-10 15:17:11 +00001659# Use the generic interrupt handling code in kernel/irq/:
1660#
1661config GENERIC_HARDIRQS
1662 bool
1663 default y
1664
1665config GENERIC_IRQ_PROBE
1666 bool
1667 default y
1668
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001669config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001670 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001671
Ralf Baechle797798c2005-08-10 15:17:11 +00001672#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673# - Highmem only makes sense for the 32-bit kernel.
1674# - The current highmem code will only work properly on physically indexed
1675# caches such as R3000, SB1, R7000 or those that look like they're virtually
1676# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1677# moment we protect the user and offer the highmem option only on machines
1678# where it's known to be safe. This will not offer highmem on a few systems
1679# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1680# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001681# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1682# know they might have memory configurations that could make use of highmem
1683# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684#
1685config HIGHMEM
1686 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001687 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1688
1689config CPU_SUPPORTS_HIGHMEM
1690 bool
1691
1692config SYS_SUPPORTS_HIGHMEM
1693 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001695config SYS_SUPPORTS_SMARTMIPS
1696 bool
1697
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001698config ARCH_FLATMEM_ENABLE
1699 def_bool y
1700 depends on !NUMA
1701
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001702config ARCH_DISCONTIGMEM_ENABLE
1703 bool
1704 default y if SGI_IP27
1705 help
David Sterba3dde6ad2007-05-09 07:12:20 +02001706 Say Y to support efficient handling of discontiguous physical memory,
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001707 for architectures which are either NUMA (Non-Uniform Memory Access)
1708 or have huge holes in the physical address space for other reasons.
1709 See <file:Documentation/vm/numa> for more.
1710
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001711config ARCH_SPARSEMEM_ENABLE
1712 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001713 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001714
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001715config NUMA
1716 bool "NUMA Support"
1717 depends on SYS_SUPPORTS_NUMA
1718 help
1719 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1720 Access). This option improves performance on systems with more
1721 than two nodes; on two node systems it is generally better to
1722 leave it disabled; on single node systems disable this option
1723 disabled.
1724
1725config SYS_SUPPORTS_NUMA
1726 bool
1727
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001728config NODES_SHIFT
1729 int
1730 default "6"
1731 depends on NEED_MULTIPLE_NODES
1732
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001733source "mm/Kconfig"
1734
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735config SMP
1736 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001737 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001738 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001739 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740 This enables support for systems with more than one CPU. If you have
1741 a system with only one CPU, like most personal computers, say N. If
1742 you have a system with more than one CPU, say Y.
1743
1744 If you say N here, the kernel will run on single and multiprocessor
1745 machines, but will use only one CPU of a multiprocessor machine. If
1746 you say Y here, the kernel will run on many, but not all,
1747 singleprocessor machines. On a singleprocessor machine, the kernel
1748 will run faster if you say N here.
1749
1750 People using multiprocessor machines who say Y here should also say
1751 Y to "Enhanced Real Time Clock Support", below.
1752
1753 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1754 available at <http://www.tldp.org/docs.html#howto>.
1755
1756 If you don't know what to do here, say N.
1757
Ralf Baechlee73ea272006-06-04 11:51:46 +01001758config SYS_SUPPORTS_SMP
1759 bool
1760
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001761config NR_CPUS_DEFAULT_1
1762 bool
1763
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001764config NR_CPUS_DEFAULT_2
1765 bool
1766
1767config NR_CPUS_DEFAULT_4
1768 bool
1769
1770config NR_CPUS_DEFAULT_8
1771 bool
1772
1773config NR_CPUS_DEFAULT_16
1774 bool
1775
1776config NR_CPUS_DEFAULT_32
1777 bool
1778
1779config NR_CPUS_DEFAULT_64
1780 bool
1781
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782config NR_CPUS
1783 int "Maximum number of CPUs (2-64)"
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001784 range 1 64 if NR_CPUS_DEFAULT_1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785 depends on SMP
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001786 default "1" if NR_CPUS_DEFAULT_1
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001787 default "2" if NR_CPUS_DEFAULT_2
1788 default "4" if NR_CPUS_DEFAULT_4
1789 default "8" if NR_CPUS_DEFAULT_8
1790 default "16" if NR_CPUS_DEFAULT_16
1791 default "32" if NR_CPUS_DEFAULT_32
1792 default "64" if NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793 help
1794 This allows you to specify the maximum number of CPUs which this
1795 kernel will support. The maximum supported value is 32 for 32-bit
1796 kernel and 64 for 64-bit kernels; the minimum value which makes
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001797 sense is 1 for Qemu (useful only for kernel debugging purposes)
1798 and 2 for all others.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799
1800 This is purely to save memory - each supported CPU adds
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001801 approximately eight kilobytes to the kernel image. For best
1802 performance should round up your number of processors to the next
1803 power of two.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001805#
1806# Timer Interrupt Frequency Configuration
1807#
1808
1809choice
1810 prompt "Timer frequency"
1811 default HZ_250
1812 help
1813 Allows the configuration of the timer frequency.
1814
1815 config HZ_48
1816 bool "48 HZ" if SYS_SUPPORTS_48HZ
1817
1818 config HZ_100
1819 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1820
1821 config HZ_128
1822 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1823
1824 config HZ_250
1825 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1826
1827 config HZ_256
1828 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1829
1830 config HZ_1000
1831 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1832
1833 config HZ_1024
1834 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1835
1836endchoice
1837
1838config SYS_SUPPORTS_48HZ
1839 bool
1840
1841config SYS_SUPPORTS_100HZ
1842 bool
1843
1844config SYS_SUPPORTS_128HZ
1845 bool
1846
1847config SYS_SUPPORTS_250HZ
1848 bool
1849
1850config SYS_SUPPORTS_256HZ
1851 bool
1852
1853config SYS_SUPPORTS_1000HZ
1854 bool
1855
1856config SYS_SUPPORTS_1024HZ
1857 bool
1858
1859config SYS_SUPPORTS_ARBIT_HZ
1860 bool
1861 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1862 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1863 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1864 !SYS_SUPPORTS_1024HZ
1865
1866config HZ
1867 int
1868 default 48 if HZ_48
1869 default 100 if HZ_100
1870 default 128 if HZ_128
1871 default 250 if HZ_250
1872 default 256 if HZ_256
1873 default 1000 if HZ_1000
1874 default 1024 if HZ_1024
1875
Ralf Baechlee80de852005-07-11 20:45:51 +00001876source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878config MIPS_INSANE_LARGE
1879 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001880 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881 help
1882 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1883 previous 64-bit processors which only supported 40 bit / 1TB. If you
1884 need processes of more than 1TB virtual address space, say Y here.
1885 This will result in additional memory usage, so it is not
1886 recommended for normal users.
1887
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001888config KEXEC
1889 bool "Kexec system call (EXPERIMENTAL)"
1890 depends on EXPERIMENTAL
1891 help
1892 kexec is a system call that implements the ability to shutdown your
1893 current kernel, and to start another kernel. It is like a reboot
David Sterba3dde6ad2007-05-09 07:12:20 +02001894 but it is independent of the system firmware. And like a reboot
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001895 you can start any kernel with it, not just Linux.
1896
1897 The name comes from the similiarity to the exec system call.
1898
1899 It is an ongoing process to be certain the hardware in a machine
1900 is properly shutdown, so do not be surprised if this code does not
1901 initially work for you. It may help to enable device hotplugging
1902 support. As of this writing the exact hardware interface is
1903 strongly in flux, so no good recommendation can be made.
1904
1905config SECCOMP
1906 bool "Enable seccomp to safely compute untrusted bytecode"
1907 depends on PROC_FS && BROKEN
1908 default y
1909 help
1910 This kernel feature is useful for number crunching applications
1911 that may need to compute untrusted bytecode during their
1912 execution. By using pipes or other transports made available to
1913 the process as file descriptors supporting the read/write
1914 syscalls, it's possible to isolate those applications in
1915 their own address space using seccomp. Once seccomp is
1916 enabled via /proc/<pid>/seccomp, it cannot be disabled
1917 and the task is only allowed to execute a few safe syscalls
1918 defined by each seccomp mode.
1919
1920 If unsure, say Y. Only embedded should say N here.
1921
Ralf Baechle5e83d432005-10-29 19:32:41 +01001922endmenu
1923
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924config RWSEM_GENERIC_SPINLOCK
1925 bool
1926 default y
1927
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +09001928config LOCKDEP_SUPPORT
1929 bool
1930 default y
1931
1932config STACKTRACE_SUPPORT
1933 bool
1934 default y
1935
Ralf Baechleb6c35392005-11-25 11:35:40 +00001936source "init/Kconfig"
1937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1939
Ralf Baechle5e83d432005-10-29 19:32:41 +01001940config HW_HAS_EISA
1941 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942config HW_HAS_PCI
1943 bool
1944
1945config PCI
1946 bool "Support for PCI controller"
1947 depends on HW_HAS_PCI
1948 help
1949 Find out whether you have a PCI motherboard. PCI is the name of a
1950 bus system, i.e. the way the CPU talks to the other stuff inside
1951 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1952 say Y, otherwise N.
1953
1954 The PCI-HOWTO, available from
1955 <http://www.tldp.org/docs.html#howto>, contains valuable
1956 information about which PCI hardware does work under Linux and which
1957 doesn't.
1958
1959config PCI_DOMAINS
1960 bool
1961 depends on PCI
1962
1963source "drivers/pci/Kconfig"
1964
1965#
1966# ISA support is now enabled via select. Too many systems still have the one
1967# or other ISA chip on the board that users don't know about so don't expect
1968# users to choose the right thing ...
1969#
1970config ISA
1971 bool
1972
1973config EISA
1974 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001975 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976 select ISA
Ralf Baechleaa414df2006-11-30 01:14:51 +00001977 select GENERIC_ISA_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978 ---help---
1979 The Extended Industry Standard Architecture (EISA) bus was
1980 developed as an open alternative to the IBM MicroChannel bus.
1981
1982 The EISA bus provided some of the features of the IBM MicroChannel
1983 bus while maintaining backward compatibility with cards made for
1984 the older ISA bus. The EISA bus saw limited use between 1988 and
1985 1995 when it was made obsolete by the PCI bus.
1986
1987 Say Y here if you are building a kernel for an EISA-based machine.
1988
1989 Otherwise, say N.
1990
1991source "drivers/eisa/Kconfig"
1992
1993config TC
1994 bool "TURBOchannel support"
1995 depends on MACH_DECSTATION
1996 help
1997 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
1998 processors. Documentation on writing device drivers for TurboChannel
1999 is available at:
2000 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
2001
2002#config ACCESSBUS
2003# bool "Access.Bus support"
2004# depends on TC
2005
2006config MMU
2007 bool
2008 default y
2009
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05002010config I8253
2011 bool
2012
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013source "drivers/pcmcia/Kconfig"
2014
2015source "drivers/pci/hotplug/Kconfig"
2016
2017endmenu
2018
2019menu "Executable file formats"
2020
2021source "fs/Kconfig.binfmt"
2022
2023config TRAD_SIGNALS
2024 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025
2026config BUILD_ELF64
2027 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002028 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029 help
2030 A 64-bit kernel is usually built using the 64-bit ELF binary object
2031 format as it's one that allows arbitrary 64-bit constructs. For
2032 kernels that are loaded within the KSEG compatibility segments the
2033 32-bit ELF format can optionally be used resulting in a somewhat
2034 smaller binary, but this option is not explicitly supported by the
2035 toolchain and since binutils 2.14 it does not even work at all.
2036
2037 Say Y to use the 64-bit format or N to use the 32-bit one.
2038
2039 If unsure say Y.
2040
2041config BINFMT_IRIX
2042 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002043 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044
2045config MIPS32_COMPAT
2046 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002047 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048 help
2049 Select this option if you want Linux/MIPS 32-bit binary
2050 compatibility. Since all software available for Linux/MIPS is
2051 currently 32-bit you should say Y here.
2052
2053config COMPAT
2054 bool
2055 depends on MIPS32_COMPAT
2056 default y
2057
Atsushi Nemoto05e43962006-11-07 18:02:44 +09002058config SYSVIPC_COMPAT
2059 bool
2060 depends on COMPAT && SYSVIPC
2061 default y
2062
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063config MIPS32_O32
2064 bool "Kernel support for o32 binaries"
2065 depends on MIPS32_COMPAT
2066 help
2067 Select this option if you want to run o32 binaries. These are pure
2068 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
2069 existing binaries are in this format.
2070
2071 If unsure, say Y.
2072
2073config MIPS32_N32
2074 bool "Kernel support for n32 binaries"
2075 depends on MIPS32_COMPAT
2076 help
2077 Select this option if you want to run n32 binaries. These are
2078 64-bit binaries using 32-bit quantities for addressing and certain
2079 data that would normally be 64-bit. They are used in special
2080 cases.
2081
2082 If unsure, say N.
2083
2084config BINFMT_ELF32
2085 bool
2086 default y if MIPS32_O32 || MIPS32_N32
2087
Ralf Baechle21162452007-02-09 17:08:58 +00002088endmenu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089
Ralf Baechle21162452007-02-09 17:08:58 +00002090menu "Power management options"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002091
Ralf Baechle21162452007-02-09 17:08:58 +00002092source "kernel/power/Kconfig"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002093
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094endmenu
2095
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002096source "net/Kconfig"
2097
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098source "drivers/Kconfig"
2099
2100source "fs/Kconfig"
2101
Ralf Baechle5e83d432005-10-29 19:32:41 +01002102source "arch/mips/oprofile/Kconfig"
2103
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104source "arch/mips/Kconfig.debug"
2105
2106source "security/Kconfig"
2107
2108source "crypto/Kconfig"
2109
2110source "lib/Kconfig"