blob: 7441a2cf523ee929edbddb072a5764032422d934 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372config MOMENCO_JAGUAR_ATX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200373 bool "Momentum Jaguar board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 select BOOT_ELF32
375 select DMA_NONCOHERENT
376 select HW_HAS_PCI
377 select IRQ_CPU
378 select IRQ_CPU_RM7K
379 select IRQ_MV64340
380 select LIMITED_DMA
381 select PCI_MARVELL
382 select RM7000_CPU_SCACHE
383 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100384 select SYS_HAS_CPU_RM9000
Ralf Baechle36a88532007-03-01 11:56:43 +0000385 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700386 select SYS_SUPPORTS_32BIT_KERNEL
387 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100388 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000389 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390 help
391 The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
392 Momentum Computer <http://www.momenco.com/>.
393
Ralf Baechle5e83d432005-10-29 19:32:41 +0100394config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200395 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100396 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 select HW_HAS_PCI
398 select IRQ_CPU
399 select IRQ_CPU_RM7K
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900400 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100401 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100403 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700404 select SYS_SUPPORTS_32BIT_KERNEL
405 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100406 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000407 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100409 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
410 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411
Ralf Baechle5e83d432005-10-29 19:32:41 +0100412config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200413 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100414 select BOOT_ELF32
415 select DMA_NONCOHERENT
416 select HW_HAS_PCI
417 select IRQ_CPU
418 select IRQ_CPU_RM7K
419 select IRQ_MV64340
420 select PCI_MARVELL
421 select RM7000_CPU_SCACHE
422 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100423 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100424 select SYS_SUPPORTS_32BIT_KERNEL
425 select SYS_SUPPORTS_64BIT_KERNEL
426 select SYS_SUPPORTS_BIG_ENDIAN
427 help
428 The Ocelot-3 is based off Discovery III System Controller and
429 PMC-Sierra Rm79000 core.
430
431config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200432 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100433 select DMA_NONCOHERENT
434 select HW_HAS_PCI
435 select IRQ_CPU
436 select IRQ_MV64340
437 select PCI_MARVELL
438 select RM7000_CPU_SCACHE
439 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100440 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100441 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000442 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100443 select SYS_SUPPORTS_BIG_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100444 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100445 help
446 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
447 Momentum Computer <http://www.momenco.com/>.
448
449config MOMENCO_OCELOT_G
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200450 bool "Momentum Ocelot-G board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100451 select DMA_NONCOHERENT
452 select HW_HAS_PCI
453 select IRQ_CPU
454 select IRQ_CPU_RM7K
455 select PCI_MARVELL
456 select RM7000_CPU_SCACHE
457 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100458 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100459 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000460 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100461 select SYS_SUPPORTS_BIG_ENDIAN
462 help
463 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
464 Momentum Computer <http://www.momenco.com/>.
465
466config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200467 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100468 select DMA_NONCOHERENT
469 select SOC_AU1500
470 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471
Pete Popovbdf21b12005-07-14 17:47:57 +0000472config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200473 bool "Philips PNX8550 based JBS board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000474 select PNX8550
475 select SYS_SUPPORTS_LITTLE_ENDIAN
476
Vitaly Woolf0647a52006-12-08 11:40:35 +0300477config PNX8550_STB810
478 bool "Support for Philips PNX8550 based STB810 board"
479 select PNX8550
480 select SYS_SUPPORTS_LITTLE_ENDIAN
481
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200483 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100484 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485 select DMA_NONCOHERENT
486 select HW_HAS_PCI
487 select I8259
488 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100489 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700490 select SYS_SUPPORTS_32BIT_KERNEL
491 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechlecc801072007-02-17 02:58:39 +0000492 select SYS_SUPPORTS_KGDB
493 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100494 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 help
496 This enables support for the R5432-based NEC DDB Vrc-5477,
497 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
498
499 Features : kernel debugging, serial terminal, NFS root fs, on-board
500 ether port USB, AC97, PCI, etc.
501
Ralf Baechle5e83d432005-10-29 19:32:41 +0100502config MACH_VR41XX
Yoichi Yuasa74142d62007-04-26 19:45:09 +0900503 bool "NEC VR4100 series based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100504 select SYS_HAS_CPU_VR41XX
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900505 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100506
507config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200508 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100509 select DMA_COHERENT
510 select HW_HAS_PCI
511 select IRQ_CPU
512 select IRQ_CPU_RM7K
513 select IRQ_CPU_RM9K
514 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100515 select SYS_HAS_CPU_RM9000
Ralf Baechle36a88532007-03-01 11:56:43 +0000516 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100517 select SYS_SUPPORTS_32BIT_KERNEL
518 select SYS_SUPPORTS_64BIT_KERNEL
519 select SYS_SUPPORTS_BIG_ENDIAN
520 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000521 select SYS_SUPPORTS_KGDB
Ralf Baechlee73ea272006-06-04 11:51:46 +0100522 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100523 help
524 Yosemite is an evaluation board for the RM9000x2 processor
525 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526
Ralf Baechle07119622005-09-03 15:56:11 -0700527config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200528 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700529 select DMA_COHERENT
530 select GENERIC_ISA_DMA
531 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500532 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700533 select I8259
534 select ISA
535 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100536 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700537 select SYS_SUPPORTS_32BIT_KERNEL
538 select SYS_SUPPORTS_BIG_ENDIAN
Aurelien Jarnoc8cc9612006-09-27 23:07:25 +0200539 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +0900540 select ARCH_SPARSEMEM_ENABLE
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900541 select GENERIC_HARDIRQS_NO__DO_IRQ
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +0900542 select NR_CPUS_DEFAULT_1
543 select SYS_SUPPORTS_SMP
Ralf Baechle07119622005-09-03 15:56:11 -0700544 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100545 Qemu is a software emulator which among other architectures also
546 can simulate a MIPS32 4Kc system. This patch adds support for the
547 system architecture that currently is being simulated by Qemu. It
548 will eventually be removed again when Qemu has the capability to
549 simulate actual MIPS hardware platforms. More information on Qemu
550 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700551
dmitry pervushin355c4712006-05-21 14:53:06 +0400552config MARKEINS
553 bool "Support for NEC EMMA2RH Mark-eins"
554 select DMA_NONCOHERENT
555 select HW_HAS_PCI
556 select IRQ_CPU
557 select SWAP_IO_SPACE
558 select SYS_SUPPORTS_32BIT_KERNEL
559 select SYS_SUPPORTS_BIG_ENDIAN
560 select SYS_SUPPORTS_LITTLE_ENDIAN
561 select SYS_HAS_CPU_R5000
562 help
563 This enables support for the R5432-based NEC Mark-eins
564 boards with R5500 CPU.
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200567 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 select ARC
569 select ARC32
570 select BOOT_ELF32
571 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100572 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 select IP22_CPU_SCACHE
574 select IRQ_CPU
Ralf Baechleaa414df2006-11-30 01:14:51 +0000575 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100577 select SYS_HAS_CPU_R4X00
578 select SYS_HAS_CPU_R5000
Ralf Baechle36a88532007-03-01 11:56:43 +0000579 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700580 select SYS_SUPPORTS_32BIT_KERNEL
581 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100582 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 help
584 This are the SGI Indy, Challenge S and Indigo2, as well as certain
585 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
586 that runs on these, say Y here.
587
588config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200589 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590 select ARC
591 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100592 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 select DMA_IP27
Ralf Baechle36a88532007-03-01 11:56:43 +0000594 select SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 select HW_HAS_PCI
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000596 select NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100598 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700599 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100600 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000601 select SYS_SUPPORTS_KGDB
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100602 select SYS_SUPPORTS_NUMA
Ralf Baechle1a5c5de2006-11-02 17:23:33 +0000603 select SYS_SUPPORTS_SMP
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100604 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 help
606 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
607 workstations. To compile a Linux kernel that runs on these, say Y
608 here.
609
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200611 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700612 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613 select ARC
614 select ARC32
615 select BOOT_ELF32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616 select DMA_NONCOHERENT
617 select HW_HAS_PCI
618 select R5000_CPU_SCACHE
619 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100620 select SYS_HAS_CPU_R5000
621 select SYS_HAS_CPU_R10000 if BROKEN
622 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000623 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700624 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100625 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 help
627 If you want this kernel to run on SGI O2 workstation, say Y here.
628
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700629config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200630 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700631 select BOOT_ELF32
632 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000633 select NR_CPUS_DEFAULT_4
Ralf Baechle7cf80532005-10-20 22:33:09 +0100634 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700635 select SIBYTE_BCM1x80
636 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100637 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700638 select SYS_SUPPORTS_BIG_ENDIAN
639 select SYS_SUPPORTS_LITTLE_ENDIAN
640
Ralf Baechle5e83d432005-10-29 19:32:41 +0100641config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200642 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100643 select BOOT_ELF32
644 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000645 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100646 select SIBYTE_SB1250
647 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100648 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100649 select SYS_SUPPORTS_BIG_ENDIAN
650 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000651 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100652 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000653
Ralf Baechle5e83d432005-10-29 19:32:41 +0100654config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200655 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100656 depends on EXPERIMENTAL
657 select BOOT_ELF32
658 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000659 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100660 select SIBYTE_SB1250
661 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100662 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100663 select SYS_SUPPORTS_BIG_ENDIAN
664 select SYS_SUPPORTS_LITTLE_ENDIAN
665
666config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200667 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100668 depends on EXPERIMENTAL
669 select BOOT_ELF32
670 select DMA_COHERENT
671 select SIBYTE_BCM1125H
672 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100673 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100674 select SYS_SUPPORTS_BIG_ENDIAN
675 select SYS_SUPPORTS_LITTLE_ENDIAN
676
677config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200678 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100679 depends on EXPERIMENTAL
680 select BOOT_ELF32
681 select DMA_COHERENT
682 select SIBYTE_BCM1120
683 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100684 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100685 select SYS_SUPPORTS_BIG_ENDIAN
686 select SYS_SUPPORTS_LITTLE_ENDIAN
687
688config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200689 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100690 depends on EXPERIMENTAL
691 select BOOT_ELF32
692 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000693 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100694 select SIBYTE_SB1250
695 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100696 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100697 select SYS_SUPPORTS_BIG_ENDIAN
698 select SYS_SUPPORTS_HIGHMEM
699 select SYS_SUPPORTS_LITTLE_ENDIAN
700
701config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200702 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100703 depends on EXPERIMENTAL
704 select BOOT_ELF32
705 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000706 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100707 select SIBYTE_SB1250
708 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100709 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100710 select SYS_SUPPORTS_BIG_ENDIAN
711 select SYS_SUPPORTS_HIGHMEM
712 select SYS_SUPPORTS_LITTLE_ENDIAN
713
714config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200715 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100716 depends on EXPERIMENTAL
717 select BOOT_ELF32
718 select DMA_COHERENT
719 select SIBYTE_BCM1120
720 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100721 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100722 select SYS_SUPPORTS_BIG_ENDIAN
723 select SYS_SUPPORTS_LITTLE_ENDIAN
724
725config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200726 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100727 depends on EXPERIMENTAL
728 select BOOT_ELF32
729 select DMA_COHERENT
730 select SIBYTE_BCM1125
731 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100732 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100733 select SYS_SUPPORTS_BIG_ENDIAN
734 select SYS_SUPPORTS_HIGHMEM
735 select SYS_SUPPORTS_LITTLE_ENDIAN
736
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100737config SNI_RM
738 bool "SNI RM200/300/400"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200739 select ARC if CPU_LITTLE_ENDIAN
740 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100741 select ARCH_MAY_HAVE_PC_FDC
742 select BOOT_ELF32
743 select DMA_NONCOHERENT
744 select GENERIC_ISA_DMA
Ralf Baechle5e83d432005-10-29 19:32:41 +0100745 select HW_HAS_EISA
746 select HW_HAS_PCI
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100747 select IRQ_CPU
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500748 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100749 select I8259
750 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200751 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100752 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200753 select SYS_HAS_CPU_R5000
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100754 select SYS_HAS_CPU_R10000
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200755 select R5000_CPU_SCACHE
Ralf Baechle36a88532007-03-01 11:56:43 +0000756 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700757 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100758 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200759 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100760 select SYS_SUPPORTS_HIGHMEM
761 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762 help
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100763 The SNI RM200/300/400 are MIPS-based machines manufactured by
764 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
Ralf Baechle5e83d432005-10-29 19:32:41 +0100765 Technology and now in turn merged with Fujitsu. Say Y here to
766 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767
Ralf Baechle5e83d432005-10-29 19:32:41 +0100768config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200769 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100770 select DMA_NONCOHERENT
771 select HW_HAS_PCI
772 select MIPS_TX3927
773 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100774 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100775 select SYS_SUPPORTS_32BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300776 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100777 select SYS_SUPPORTS_BIG_ENDIAN
778 select TOSHIBA_BOARDS
Atsushi Nemoto21274352007-03-15 00:58:28 +0900779 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100780
781config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200782 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100783 select DMA_NONCOHERENT
784 select HAS_TXX9_SERIAL
785 select HW_HAS_PCI
786 select I8259
787 select ISA
788 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100789 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100790 select SYS_SUPPORTS_32BIT_KERNEL
791 select SYS_SUPPORTS_64BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300792 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100793 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000794 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100795 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900796 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100797 help
798 This Toshiba board is based on the TX4927 processor. Say Y here to
799 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800
Ralf Baechle23fbee92005-07-25 22:45:45 +0000801config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200802 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000803 select HAVE_STD_PC_SERIAL_PORT
804 select DMA_NONCOHERENT
805 select GENERIC_ISA_DMA
806 select HAS_TXX9_SERIAL
807 select HW_HAS_PCI
808 select I8259
809 select ISA
810 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100811 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000812 select SYS_SUPPORTS_32BIT_KERNEL
813 select SYS_SUPPORTS_LITTLE_ENDIAN
814 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000815 select SYS_SUPPORTS_KGDB
Ralf Baechle23fbee92005-07-25 22:45:45 +0000816 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900817 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle23fbee92005-07-25 22:45:45 +0000818 help
819 This Toshiba board is based on the TX4938 processor. Say Y here to
820 support this machine type
821
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822endchoice
823
Ralf Baechle5e83d432005-10-29 19:32:41 +0100824source "arch/mips/ddb5xxx/Kconfig"
825source "arch/mips/gt64120/ev64120/Kconfig"
826source "arch/mips/jazz/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100827source "arch/mips/lasat/Kconfig"
828source "arch/mips/momentum/Kconfig"
829source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000830source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000831source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100832source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000833source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100834source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000835source "arch/mips/philips/pnx8550/common/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000836
Ralf Baechle5e83d432005-10-29 19:32:41 +0100837endmenu
838
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839config RWSEM_GENERIC_SPINLOCK
840 bool
841 default y
842
843config RWSEM_XCHGADD_ALGORITHM
844 bool
845
David Howellsf0d1b0b2006-12-08 02:37:49 -0800846config ARCH_HAS_ILOG2_U32
847 bool
848 default n
849
850config ARCH_HAS_ILOG2_U64
851 bool
852 default n
853
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800854config GENERIC_FIND_NEXT_BIT
855 bool
856 default y
857
858config GENERIC_HWEIGHT
859 bool
860 default y
861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862config GENERIC_CALIBRATE_DELAY
863 bool
864 default y
865
Ralf Baechle8db02012006-10-02 16:54:48 +0100866config GENERIC_TIME
867 bool
868 default y
869
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900870config SCHED_NO_NO_OMIT_FRAME_POINTER
871 bool
872 default y
873
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100874config GENERIC_HARDIRQS_NO__DO_IRQ
875 bool
876 default n
877
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878#
879# Select some configuration options automatically based on user selections.
880#
881config ARC
882 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883
Ralf Baechle61ed2422005-09-15 08:52:34 +0000884config ARCH_MAY_HAVE_PC_FDC
885 bool
886
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700887config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 bool
889
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700890config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 bool
892
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700893config DMA_IP32
894 bool
895 select DMA_NEED_PCI_MAP_STATE
896
897config DMA_NONCOHERENT
898 bool
899 select DMA_NEED_PCI_MAP_STATE
900
901config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 bool
903
904config EARLY_PRINTK
Ralf Baechle36a88532007-03-01 11:56:43 +0000905 bool "Early printk" if EMBEDDED && DEBUG_KERNEL
906 depends on SYS_HAS_EARLY_PRINTK
907 default y
908 help
909 This option enables special console drivers which allow the kernel
910 to print messages very early in the bootup process.
911
912 This is useful for kernel debugging when your machine crashes very
913 early before the console code is initialized. For normal operation
914 it is not recommended because it looks on some machines ugly and
915 oesn't cooperate with an X server. You should normally N here,
916 unless you want to debug such a crash.
917
918config SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920
921config GENERIC_ISA_DMA
922 bool
Atsushi Nemoto05502332007-03-21 00:36:02 +0900923 select ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924
925config I8259
926 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927
928config LIMITED_DMA
929 bool
930 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000931 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932
933config MIPS_BONITO64
934 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935
936config MIPS_MSC
937 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938
939config MIPS_NILE4
940 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941
942config MIPS_DISABLE_OBSOLETE_IDE
943 bool
944
Ralf Baechleaa414df2006-11-30 01:14:51 +0000945config GENERIC_ISA_DMA_SUPPORT_BROKEN
946 bool
Atsushi Nemoto05502332007-03-21 00:36:02 +0900947 select ZONE_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000948
Ralf Baechle5e83d432005-10-29 19:32:41 +0100949#
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100950# Endianess selection. Sufficiently obscure so many users don't know what to
Ralf Baechle5e83d432005-10-29 19:32:41 +0100951# answer,so we try hard to limit the available choices. Also the use of a
952# choice statement should be more obvious to the user.
953#
954choice
955 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956 help
957 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100958 byte order. These modes require different kernels and a different
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100959 Linux distribution. In general there is one preferred byteorder for a
Ralf Baechle5e83d432005-10-29 19:32:41 +0100960 particular system but some systems are just as commonly used in the
961 one or the other endianess.
962
963config CPU_BIG_ENDIAN
964 bool "Big endian"
965 depends on SYS_SUPPORTS_BIG_ENDIAN
966
967config CPU_LITTLE_ENDIAN
968 bool "Little endian"
969 depends on SYS_SUPPORTS_LITTLE_ENDIAN
970 help
971
972endchoice
973
Ralf Baechle21162452007-02-09 17:08:58 +0000974config SYS_SUPPORTS_APM_EMULATION
975 bool
976
Ralf Baechle5e83d432005-10-29 19:32:41 +0100977config SYS_SUPPORTS_BIG_ENDIAN
978 bool
979
980config SYS_SUPPORTS_LITTLE_ENDIAN
981 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982
983config IRQ_CPU
984 bool
985
986config IRQ_CPU_RM7K
987 bool
988
Ralf Baechle5e83d432005-10-29 19:32:41 +0100989config IRQ_CPU_RM9K
990 bool
991
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992config IRQ_MV64340
993 bool
994
995config DDB5XXX_COMMON
996 bool
Ralf Baechlecc801072007-02-17 02:58:39 +0000997 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998
999config MIPS_BOARDS_GEN
1000 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001
Yoichi Yuasa252161e2007-03-14 21:51:26 +09001002config PCI_GT64XXX_PCI0
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004
1005config MIPS_TX3927
1006 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001009config MIPS_RM9122
1010 bool
1011 select SERIAL_RM9000
1012 select GPI_RM9000
1013 select WDT_RM9000
1014
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015config PCI_MARVELL
1016 bool
1017
Ralf Baechle5e83d432005-10-29 19:32:41 +01001018config SOC_AU1000
1019 bool
1020 select SOC_AU1X00
1021
1022config SOC_AU1100
1023 bool
1024 select SOC_AU1X00
1025
1026config SOC_AU1500
1027 bool
1028 select SOC_AU1X00
1029
1030config SOC_AU1550
1031 bool
1032 select SOC_AU1X00
1033
1034config SOC_AU1200
1035 bool
1036 select SOC_AU1X00
1037
1038config SOC_AU1X00
1039 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +01001040 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +01001041 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle21162452007-02-09 17:08:58 +00001042 select SYS_SUPPORTS_APM_EMULATION
Ralf Baechlecc801072007-02-17 02:58:39 +00001043 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044
Thomas Koellerbd71c182007-05-06 14:48:47 -07001045config SERIAL_RM9000
1046 bool
1047
Pete Popovbdf21b12005-07-14 17:47:57 +00001048config PNX8550
1049 bool
1050 select SOC_PNX8550
1051
1052config SOC_PNX8550
1053 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001054 select DMA_NONCOHERENT
1055 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001056 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle36a88532007-03-01 11:56:43 +00001057 select SYS_HAS_EARLY_PRINTK
Ralf Baechle7cf80532005-10-20 22:33:09 +01001058 select SYS_SUPPORTS_32BIT_KERNEL
Franck Bui-Huue77c2322006-12-01 18:22:27 +01001059 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechlecc801072007-02-17 02:58:39 +00001060 select SYS_SUPPORTS_KGDB
Pete Popovbdf21b12005-07-14 17:47:57 +00001061
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062config SWAP_IO_SPACE
1063 bool
1064
dmitry pervushin355c4712006-05-21 14:53:06 +04001065config EMMA2RH
1066 bool
1067 depends on MARKEINS
1068 default y
1069
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001070config SERIAL_RM9000
1071 bool
1072
1073config GPI_RM9000
1074 bool
1075
1076config WDT_RM9000
1077 bool
1078
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079#
1080# Unfortunately not all GT64120 systems run the chip at the same clock.
1081# As the user for the clock rate and try to minimize the available options.
1082#
1083choice
1084 prompt "Galileo Chip Clock"
1085 #default SYSCLK_83 if MIPS_EV64120
1086 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1087 default SYSCLK_83 if MIPS_EV64120
1088 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
1089
1090config SYSCLK_75
1091 bool "75" if MIPS_EV64120
1092
1093config SYSCLK_83
1094 bool "83.3" if MIPS_EV64120
1095
1096config SYSCLK_100
1097 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1098
1099endchoice
1100
Ralf Baechle5e83d432005-10-29 19:32:41 +01001101config ARC32
1102 bool
1103
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104config BOOT_ELF32
1105 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106
1107config MIPS_L1_CACHE_SHIFT
1108 int
Thomas Bogendoerferc066a322006-12-28 18:22:32 +01001109 default "4" if MACH_DECSTATION || SNI_RM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110 default "7" if SGI_IP27
1111 default "5"
1112
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113config HAVE_STD_PC_SERIAL_PORT
1114 bool
1115
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116config ARC_CONSOLE
1117 bool "ARC console support"
Ralf Baechle36a88532007-03-01 11:56:43 +00001118 depends on SGI_IP22 || (SNI_RM && CPU_LITTLE_ENDIAN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119
1120config ARC_MEMORY
1121 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001122 depends on MACH_JAZZ || SNI_RM || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123 default y
1124
1125config ARC_PROMLIB
1126 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001127 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128 default y
1129
1130config ARC64
1131 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132
1133config BOOT_ELF64
1134 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136config TOSHIBA_BOARDS
1137 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138
1139menu "CPU selection"
1140
1141choice
1142 prompt "CPU type"
1143 default CPU_R4X00
1144
Ralf Baechle6e760c82005-07-06 12:08:11 +00001145config CPU_MIPS32_R1
1146 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001147 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001148 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001149 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001150 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001151 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001152 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001153 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001154 MIPS32 architecture. Most modern embedded systems with a 32-bit
1155 MIPS processor are based on a MIPS32 processor. If you know the
1156 specific type of processor in your system, choose those that one
1157 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1158 Release 2 of the MIPS32 architecture is available since several
1159 years so chances are you even have a MIPS32 Release 2 processor
1160 in which case you should choose CPU_MIPS32_R2 instead for better
1161 performance.
1162
1163config CPU_MIPS32_R2
1164 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001165 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001166 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001167 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001168 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001169 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001170 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001171 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001172 MIPS32 architecture. Most modern embedded systems with a 32-bit
1173 MIPS processor are based on a MIPS32 processor. If you know the
1174 specific type of processor in your system, choose those that one
1175 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176
Ralf Baechle6e760c82005-07-06 12:08:11 +00001177config CPU_MIPS64_R1
1178 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001179 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001180 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001181 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001182 select CPU_SUPPORTS_32BIT_KERNEL
1183 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001184 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001185 help
1186 Choose this option to build a kernel for release 1 or later of the
1187 MIPS64 architecture. Many modern embedded systems with a 64-bit
1188 MIPS processor are based on a MIPS64 processor. If you know the
1189 specific type of processor in your system, choose those that one
1190 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001191 Release 2 of the MIPS64 architecture is available since several
1192 years so chances are you even have a MIPS64 Release 2 processor
1193 in which case you should choose CPU_MIPS64_R2 instead for better
1194 performance.
1195
1196config CPU_MIPS64_R2
1197 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001198 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001199 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001200 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001201 select CPU_SUPPORTS_32BIT_KERNEL
1202 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001203 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001204 help
1205 Choose this option to build a kernel for release 2 or later of the
1206 MIPS64 architecture. Many modern embedded systems with a 64-bit
1207 MIPS processor are based on a MIPS64 processor. If you know the
1208 specific type of processor in your system, choose those that one
1209 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210
1211config CPU_R3000
1212 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001213 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001214 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001215 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001216 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217 help
1218 Please make sure to pick the right CPU type. Linux/MIPS is not
1219 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1220 *not* work on R4000 machines and vice versa. However, since most
1221 of the supported machines have an R4000 (or similar) CPU, R4x00
1222 might be a safe bet. If the resulting kernel does not work,
1223 try to recompile with R3000.
1224
1225config CPU_TX39XX
1226 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001227 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001228 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229
1230config CPU_VR41XX
1231 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001232 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001233 select CPU_SUPPORTS_32BIT_KERNEL
1234 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001236 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 Only choose this option if you have one of these processors as a
1238 kernel built with this option will not run on any other type of
1239 processor or vice versa.
1240
1241config CPU_R4300
1242 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001243 depends on SYS_HAS_CPU_R4300
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 MIPS Technologies R4300-series processors.
1249
1250config CPU_R4X00
1251 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001252 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001253 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001254 select CPU_SUPPORTS_32BIT_KERNEL
1255 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256 help
1257 MIPS Technologies R4000-series processors other than 4300, including
1258 the R4000, R4400, R4600, and 4700.
1259
1260config CPU_TX49XX
1261 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001262 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001263 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001264 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001265 select CPU_SUPPORTS_32BIT_KERNEL
1266 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267
1268config CPU_R5000
1269 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001270 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001271 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001272 select CPU_SUPPORTS_32BIT_KERNEL
1273 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274 help
1275 MIPS Technologies R5000-series processors other than the Nevada.
1276
1277config CPU_R5432
1278 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001279 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001280 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001281 select CPU_SUPPORTS_32BIT_KERNEL
1282 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283
1284config CPU_R6000
1285 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001286 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001287 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001288 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001289 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290 help
1291 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001292 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293
1294config CPU_NEVADA
1295 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001296 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001297 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001298 select CPU_SUPPORTS_32BIT_KERNEL
1299 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300 help
1301 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1302
1303config CPU_R8000
1304 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001305 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001306 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001307 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001308 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001309 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310 help
1311 MIPS Technologies R8000 processors. Note these processors are
1312 uncommon and the support for them is incomplete.
1313
1314config CPU_R10000
1315 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001316 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001317 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001318 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001319 select CPU_SUPPORTS_32BIT_KERNEL
1320 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001321 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 help
1323 MIPS Technologies R10000-series processors.
1324
1325config CPU_RM7000
1326 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001327 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001328 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001329 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001330 select CPU_SUPPORTS_32BIT_KERNEL
1331 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001332 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333
1334config CPU_RM9000
1335 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001336 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001337 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001338 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001339 select CPU_SUPPORTS_32BIT_KERNEL
1340 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001341 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001342 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343
1344config CPU_SB1
1345 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001346 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001347 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001348 select CPU_SUPPORTS_32BIT_KERNEL
1349 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001350 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001351 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352
1353endchoice
1354
Ralf Baechle7cf80532005-10-20 22:33:09 +01001355config SYS_HAS_CPU_MIPS32_R1
1356 bool
1357
1358config SYS_HAS_CPU_MIPS32_R2
1359 bool
1360
1361config SYS_HAS_CPU_MIPS64_R1
1362 bool
1363
1364config SYS_HAS_CPU_MIPS64_R2
1365 bool
1366
1367config SYS_HAS_CPU_R3000
1368 bool
1369
1370config SYS_HAS_CPU_TX39XX
1371 bool
1372
1373config SYS_HAS_CPU_VR41XX
1374 bool
1375
1376config SYS_HAS_CPU_R4300
1377 bool
1378
1379config SYS_HAS_CPU_R4X00
1380 bool
1381
1382config SYS_HAS_CPU_TX49XX
1383 bool
1384
1385config SYS_HAS_CPU_R5000
1386 bool
1387
1388config SYS_HAS_CPU_R5432
1389 bool
1390
1391config SYS_HAS_CPU_R6000
1392 bool
1393
1394config SYS_HAS_CPU_NEVADA
1395 bool
1396
1397config SYS_HAS_CPU_R8000
1398 bool
1399
1400config SYS_HAS_CPU_R10000
1401 bool
1402
1403config SYS_HAS_CPU_RM7000
1404 bool
1405
1406config SYS_HAS_CPU_RM9000
1407 bool
1408
1409config SYS_HAS_CPU_SB1
1410 bool
1411
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001412config WEAK_ORDERING
1413 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001414endmenu
1415
1416#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001417# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001418#
1419config CPU_MIPS32
1420 bool
1421 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1422
1423config CPU_MIPS64
1424 bool
1425 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1426
1427#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001428# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001429#
1430config CPU_MIPSR1
1431 bool
1432 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1433
1434config CPU_MIPSR2
1435 bool
1436 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1437
1438config SYS_SUPPORTS_32BIT_KERNEL
1439 bool
1440config SYS_SUPPORTS_64BIT_KERNEL
1441 bool
1442config CPU_SUPPORTS_32BIT_KERNEL
1443 bool
1444config CPU_SUPPORTS_64BIT_KERNEL
1445 bool
1446
1447menu "Kernel type"
1448
1449choice
1450
1451 prompt "Kernel code model"
1452 help
1453 You should only select this option if you have a workload that
1454 actually benefits from 64-bit processing or if your machine has
1455 large memory. You will only be presented a single option in this
1456 menu if your system does not support both 32-bit and 64-bit kernels.
1457
1458config 32BIT
1459 bool "32-bit kernel"
1460 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1461 select TRAD_SIGNALS
1462 help
1463 Select this option if you want to build a 32-bit kernel.
1464config 64BIT
1465 bool "64-bit kernel"
1466 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1467 help
1468 Select this option if you want to build a 64-bit kernel.
1469
1470endchoice
1471
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472choice
1473 prompt "Kernel page size"
1474 default PAGE_SIZE_4KB
1475
1476config PAGE_SIZE_4KB
1477 bool "4kB"
1478 help
1479 This option select the standard 4kB Linux page size. On some
1480 R3000-family processors this is the only available page size. Using
1481 4kB page size will minimize memory consumption and is therefore
1482 recommended for low memory systems.
1483
1484config PAGE_SIZE_8KB
1485 bool "8kB"
1486 depends on EXPERIMENTAL && CPU_R8000
1487 help
1488 Using 8kB page size will result in higher performance kernel at
1489 the price of higher memory consumption. This option is available
1490 only on the R8000 processor. Not that at the time of this writing
1491 this option is still high experimental; there are also issues with
1492 compatibility of user applications.
1493
1494config PAGE_SIZE_16KB
1495 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001496 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497 help
1498 Using 16kB page size will result in higher performance kernel at
1499 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001500 all non-R3000 family processors. Note that you will need a suitable
1501 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502
1503config PAGE_SIZE_64KB
1504 bool "64kB"
1505 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1506 help
1507 Using 64kB page size will result in higher performance kernel at
1508 the price of higher memory consumption. This option is available on
1509 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001510 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511
1512endchoice
1513
1514config BOARD_SCACHE
1515 bool
1516
1517config IP22_CPU_SCACHE
1518 bool
1519 select BOARD_SCACHE
1520
Chris Dearman9318c512006-06-20 17:15:20 +01001521#
1522# Support for a MIPS32 / MIPS64 style S-caches
1523#
1524config MIPS_CPU_SCACHE
1525 bool
1526 select BOARD_SCACHE
1527
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528config R5000_CPU_SCACHE
1529 bool
1530 select BOARD_SCACHE
1531
1532config RM7000_CPU_SCACHE
1533 bool
1534 select BOARD_SCACHE
1535
1536config SIBYTE_DMA_PAGEOPS
1537 bool "Use DMA to clear/copy pages"
1538 depends on CPU_SB1
1539 help
1540 Instead of using the CPU to zero and copy pages, use a Data Mover
1541 channel. These DMA channels are otherwise unused by the standard
1542 SiByte Linux port. Seems to give a small performance benefit.
1543
1544config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001545 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001547choice
1548 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001549
1550config MIPS_MT_DISABLED
1551 bool "Disable multithreading support."
1552 help
1553 Use this option if your workload can't take advantage of
1554 MIPS hardware multithreading support. On systems that don't have
1555 the option of an MT-enabled processor this option will be the only
1556 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001557
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001558config MIPS_MT_SMP
1559 bool "Use 1 TC on each available VPE for SMP"
1560 depends on SYS_SUPPORTS_MULTITHREADING
1561 select CPU_MIPSR2_IRQ_VI
1562 select CPU_MIPSR2_SRS
1563 select MIPS_MT
Ralf Baechlef510aa32007-03-16 21:58:37 +00001564 select NR_CPUS_DEFAULT_2
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001565 select SMP
1566 select SYS_SUPPORTS_SMP
1567 help
1568 This is a kernel model which is also known a VSMP or lately
1569 has been marketesed into SMVP.
1570
Ralf Baechle41c594a2006-04-05 09:45:45 +01001571config MIPS_MT_SMTC
1572 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001573 depends on CPU_MIPS32_R2
1574 #depends on CPU_MIPS64_R2 # once there is hardware ...
1575 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001576 select CPU_MIPSR2_IRQ_VI
1577 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001578 select MIPS_MT
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001579 select NR_CPUS_DEFAULT_8
Ralf Baechle41c594a2006-04-05 09:45:45 +01001580 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001581 select SYS_SUPPORTS_SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001582 help
1583 This is a kernel model which is known a SMTC or lately has been
1584 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001585
Ralf Baechlee01402b2005-07-14 15:57:16 +00001586config MIPS_VPE_LOADER
1587 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001588 depends on SYS_SUPPORTS_MULTITHREADING
1589 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001590 help
1591 Includes a loader for loading an elf relocatable object
1592 onto another VPE and running it.
1593
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001594endchoice
1595
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001596config MIPS_MT
1597 bool
1598
1599config SYS_SUPPORTS_MULTITHREADING
1600 bool
1601
Ralf Baechlef088fc82006-04-05 09:45:47 +01001602config MIPS_MT_FPAFF
1603 bool "Dynamic FPU affinity for FP-intensive threads"
1604 depends on MIPS_MT
1605 default y
1606
Ralf Baechleac8be952007-01-20 00:18:01 +00001607config MIPS_MT_SMTC_INSTANT_REPLAY
1608 bool "Low-latency Dispatch of Deferred SMTC IPIs"
Ralf Baechle619af722007-03-26 15:13:57 +01001609 depends on MIPS_MT_SMTC && !PREEMPT
Ralf Baechleac8be952007-01-20 00:18:01 +00001610 default y
1611 help
1612 SMTC pseudo-interrupts between TCs are deferred and queued
1613 if the target TC is interrupt-inhibited (IXMT). In the first
1614 SMTC prototypes, these queued IPIs were serviced on return
1615 to user mode, or on entry into the kernel idle loop. The
1616 INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1617 processing, which adds runtime overhead (hence the option to turn
1618 it off), but ensures that IPIs are handled promptly even under
1619 heavy I/O interrupt load.
1620
Ralf Baechlee01402b2005-07-14 15:57:16 +00001621config MIPS_VPE_LOADER_TOM
1622 bool "Load VPE program into memory hidden from linux"
1623 depends on MIPS_VPE_LOADER
1624 default y
1625 help
1626 The loader can use memory that is present but has been hidden from
1627 Linux using the kernel command line option "mem=xxMB". It's up to
1628 you to ensure the amount you put in the option and the space your
1629 program requires is less or equal to the amount physically present.
1630
1631# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1632config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001633 bool "Enable support for AP/SP API (RTLX)"
1634 depends on MIPS_VPE_LOADER
1635 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001636
Ralf Baechle26009902006-04-05 09:45:45 +01001637config MIPS_APSP_KSPD
1638 bool "Enable KSPD"
1639 depends on MIPS_VPE_APSP_API
1640 default y
1641 help
1642 KSPD is a kernel daemon that accepts syscall requests from the SP
1643 side, actions them and returns the results. It also handles the
1644 "exit" syscall notifying other kernel modules the SP program is
1645 exiting. You probably want to say yes here.
1646
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647config SB1_PASS_1_WORKAROUNDS
1648 bool
1649 depends on CPU_SB1_PASS_1
1650 default y
1651
1652config SB1_PASS_2_WORKAROUNDS
1653 bool
1654 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1655 default y
1656
1657config SB1_PASS_2_1_WORKAROUNDS
1658 bool
1659 depends on CPU_SB1 && CPU_SB1_PASS_2
1660 default y
1661
1662config 64BIT_PHYS_ADDR
1663 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001664 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 -07001665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001667 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001669config CPU_HAS_SMARTMIPS
1670 depends on SYS_SUPPORTS_SMARTMIPS
1671 bool "Support for the SmartMIPS ASE"
1672 help
1673 SmartMIPS is a extension of the MIPS32 architecture aimed at
1674 increased security at both hardware and software level for
1675 smartcards. Enabling this option will allow proper use of the
1676 SmartMIPS instructions by Linux applications. However a kernel with
1677 this option will not work on a MIPS core without SmartMIPS core. If
1678 you don't know you probably don't have SmartMIPS and should say N
1679 here.
1680
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001682 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001683
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001684#
1685# Vectored interrupt mode is an R2 feature
1686#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001687config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001688 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001689
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001690#
1691# Extended interrupt mode is an R2 feature
1692#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001693config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001694 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001695
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001696#
1697# Shadow registers are an R2 feature
1698#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001699config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001700 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001701
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702config CPU_HAS_SYNC
1703 bool
1704 depends on !CPU_R3000
1705 default y
1706
1707#
Ralf Baechle797798c2005-08-10 15:17:11 +00001708# Use the generic interrupt handling code in kernel/irq/:
1709#
1710config GENERIC_HARDIRQS
1711 bool
1712 default y
1713
1714config GENERIC_IRQ_PROBE
1715 bool
1716 default y
1717
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001718config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001719 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001720
Ralf Baechle797798c2005-08-10 15:17:11 +00001721#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722# - Highmem only makes sense for the 32-bit kernel.
1723# - The current highmem code will only work properly on physically indexed
1724# caches such as R3000, SB1, R7000 or those that look like they're virtually
1725# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1726# moment we protect the user and offer the highmem option only on machines
1727# where it's known to be safe. This will not offer highmem on a few systems
1728# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1729# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001730# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1731# know they might have memory configurations that could make use of highmem
1732# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733#
1734config HIGHMEM
1735 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001736 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1737
1738config CPU_SUPPORTS_HIGHMEM
1739 bool
1740
1741config SYS_SUPPORTS_HIGHMEM
1742 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001744config SYS_SUPPORTS_SMARTMIPS
1745 bool
1746
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001747config ARCH_FLATMEM_ENABLE
1748 def_bool y
1749 depends on !NUMA
1750
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001751config ARCH_DISCONTIGMEM_ENABLE
1752 bool
1753 default y if SGI_IP27
1754 help
1755 Say Y to upport efficient handling of discontiguous physical memory,
1756 for architectures which are either NUMA (Non-Uniform Memory Access)
1757 or have huge holes in the physical address space for other reasons.
1758 See <file:Documentation/vm/numa> for more.
1759
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001760config ARCH_SPARSEMEM_ENABLE
1761 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001762 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001763
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001764config NUMA
1765 bool "NUMA Support"
1766 depends on SYS_SUPPORTS_NUMA
1767 help
1768 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1769 Access). This option improves performance on systems with more
1770 than two nodes; on two node systems it is generally better to
1771 leave it disabled; on single node systems disable this option
1772 disabled.
1773
1774config SYS_SUPPORTS_NUMA
1775 bool
1776
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001777config NODES_SHIFT
1778 int
1779 default "6"
1780 depends on NEED_MULTIPLE_NODES
1781
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001782source "mm/Kconfig"
1783
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784config SMP
1785 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001786 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001787 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001788 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789 This enables support for systems with more than one CPU. If you have
1790 a system with only one CPU, like most personal computers, say N. If
1791 you have a system with more than one CPU, say Y.
1792
1793 If you say N here, the kernel will run on single and multiprocessor
1794 machines, but will use only one CPU of a multiprocessor machine. If
1795 you say Y here, the kernel will run on many, but not all,
1796 singleprocessor machines. On a singleprocessor machine, the kernel
1797 will run faster if you say N here.
1798
1799 People using multiprocessor machines who say Y here should also say
1800 Y to "Enhanced Real Time Clock Support", below.
1801
1802 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1803 available at <http://www.tldp.org/docs.html#howto>.
1804
1805 If you don't know what to do here, say N.
1806
Ralf Baechlee73ea272006-06-04 11:51:46 +01001807config SYS_SUPPORTS_SMP
1808 bool
1809
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001810config NR_CPUS_DEFAULT_1
1811 bool
1812
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001813config NR_CPUS_DEFAULT_2
1814 bool
1815
1816config NR_CPUS_DEFAULT_4
1817 bool
1818
1819config NR_CPUS_DEFAULT_8
1820 bool
1821
1822config NR_CPUS_DEFAULT_16
1823 bool
1824
1825config NR_CPUS_DEFAULT_32
1826 bool
1827
1828config NR_CPUS_DEFAULT_64
1829 bool
1830
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831config NR_CPUS
1832 int "Maximum number of CPUs (2-64)"
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001833 range 1 64 if NR_CPUS_DEFAULT_1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834 depends on SMP
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001835 default "1" if NR_CPUS_DEFAULT_1
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001836 default "2" if NR_CPUS_DEFAULT_2
1837 default "4" if NR_CPUS_DEFAULT_4
1838 default "8" if NR_CPUS_DEFAULT_8
1839 default "16" if NR_CPUS_DEFAULT_16
1840 default "32" if NR_CPUS_DEFAULT_32
1841 default "64" if NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842 help
1843 This allows you to specify the maximum number of CPUs which this
1844 kernel will support. The maximum supported value is 32 for 32-bit
1845 kernel and 64 for 64-bit kernels; the minimum value which makes
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001846 sense is 1 for Qemu (useful only for kernel debugging purposes)
1847 and 2 for all others.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848
1849 This is purely to save memory - each supported CPU adds
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001850 approximately eight kilobytes to the kernel image. For best
1851 performance should round up your number of processors to the next
1852 power of two.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001854#
1855# Timer Interrupt Frequency Configuration
1856#
1857
1858choice
1859 prompt "Timer frequency"
1860 default HZ_250
1861 help
1862 Allows the configuration of the timer frequency.
1863
1864 config HZ_48
1865 bool "48 HZ" if SYS_SUPPORTS_48HZ
1866
1867 config HZ_100
1868 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1869
1870 config HZ_128
1871 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1872
1873 config HZ_250
1874 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1875
1876 config HZ_256
1877 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1878
1879 config HZ_1000
1880 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1881
1882 config HZ_1024
1883 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1884
1885endchoice
1886
1887config SYS_SUPPORTS_48HZ
1888 bool
1889
1890config SYS_SUPPORTS_100HZ
1891 bool
1892
1893config SYS_SUPPORTS_128HZ
1894 bool
1895
1896config SYS_SUPPORTS_250HZ
1897 bool
1898
1899config SYS_SUPPORTS_256HZ
1900 bool
1901
1902config SYS_SUPPORTS_1000HZ
1903 bool
1904
1905config SYS_SUPPORTS_1024HZ
1906 bool
1907
1908config SYS_SUPPORTS_ARBIT_HZ
1909 bool
1910 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1911 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1912 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1913 !SYS_SUPPORTS_1024HZ
1914
1915config HZ
1916 int
1917 default 48 if HZ_48
1918 default 100 if HZ_100
1919 default 128 if HZ_128
1920 default 250 if HZ_250
1921 default 256 if HZ_256
1922 default 1000 if HZ_1000
1923 default 1024 if HZ_1024
1924
Ralf Baechlee80de852005-07-11 20:45:51 +00001925source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927config MIPS_INSANE_LARGE
1928 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001929 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 help
1931 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1932 previous 64-bit processors which only supported 40 bit / 1TB. If you
1933 need processes of more than 1TB virtual address space, say Y here.
1934 This will result in additional memory usage, so it is not
1935 recommended for normal users.
1936
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001937config KEXEC
1938 bool "Kexec system call (EXPERIMENTAL)"
1939 depends on EXPERIMENTAL
1940 help
1941 kexec is a system call that implements the ability to shutdown your
1942 current kernel, and to start another kernel. It is like a reboot
1943 but it is indepedent of the system firmware. And like a reboot
1944 you can start any kernel with it, not just Linux.
1945
1946 The name comes from the similiarity to the exec system call.
1947
1948 It is an ongoing process to be certain the hardware in a machine
1949 is properly shutdown, so do not be surprised if this code does not
1950 initially work for you. It may help to enable device hotplugging
1951 support. As of this writing the exact hardware interface is
1952 strongly in flux, so no good recommendation can be made.
1953
1954config SECCOMP
1955 bool "Enable seccomp to safely compute untrusted bytecode"
1956 depends on PROC_FS && BROKEN
1957 default y
1958 help
1959 This kernel feature is useful for number crunching applications
1960 that may need to compute untrusted bytecode during their
1961 execution. By using pipes or other transports made available to
1962 the process as file descriptors supporting the read/write
1963 syscalls, it's possible to isolate those applications in
1964 their own address space using seccomp. Once seccomp is
1965 enabled via /proc/<pid>/seccomp, it cannot be disabled
1966 and the task is only allowed to execute a few safe syscalls
1967 defined by each seccomp mode.
1968
1969 If unsure, say Y. Only embedded should say N here.
1970
Ralf Baechle5e83d432005-10-29 19:32:41 +01001971endmenu
1972
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973config RWSEM_GENERIC_SPINLOCK
1974 bool
1975 default y
1976
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +09001977config LOCKDEP_SUPPORT
1978 bool
1979 default y
1980
1981config STACKTRACE_SUPPORT
1982 bool
1983 default y
1984
Ralf Baechleb6c35392005-11-25 11:35:40 +00001985source "init/Kconfig"
1986
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1988
Ralf Baechle5e83d432005-10-29 19:32:41 +01001989config HW_HAS_EISA
1990 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991config HW_HAS_PCI
1992 bool
1993
1994config PCI
1995 bool "Support for PCI controller"
1996 depends on HW_HAS_PCI
1997 help
1998 Find out whether you have a PCI motherboard. PCI is the name of a
1999 bus system, i.e. the way the CPU talks to the other stuff inside
2000 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
2001 say Y, otherwise N.
2002
2003 The PCI-HOWTO, available from
2004 <http://www.tldp.org/docs.html#howto>, contains valuable
2005 information about which PCI hardware does work under Linux and which
2006 doesn't.
2007
2008config PCI_DOMAINS
2009 bool
2010 depends on PCI
2011
2012source "drivers/pci/Kconfig"
2013
2014#
2015# ISA support is now enabled via select. Too many systems still have the one
2016# or other ISA chip on the board that users don't know about so don't expect
2017# users to choose the right thing ...
2018#
2019config ISA
2020 bool
2021
2022config EISA
2023 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002024 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 select ISA
Ralf Baechleaa414df2006-11-30 01:14:51 +00002026 select GENERIC_ISA_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027 ---help---
2028 The Extended Industry Standard Architecture (EISA) bus was
2029 developed as an open alternative to the IBM MicroChannel bus.
2030
2031 The EISA bus provided some of the features of the IBM MicroChannel
2032 bus while maintaining backward compatibility with cards made for
2033 the older ISA bus. The EISA bus saw limited use between 1988 and
2034 1995 when it was made obsolete by the PCI bus.
2035
2036 Say Y here if you are building a kernel for an EISA-based machine.
2037
2038 Otherwise, say N.
2039
2040source "drivers/eisa/Kconfig"
2041
2042config TC
2043 bool "TURBOchannel support"
2044 depends on MACH_DECSTATION
2045 help
2046 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
2047 processors. Documentation on writing device drivers for TurboChannel
2048 is available at:
2049 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
2050
2051#config ACCESSBUS
2052# bool "Access.Bus support"
2053# depends on TC
2054
2055config MMU
2056 bool
2057 default y
2058
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05002059config I8253
2060 bool
2061
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062source "drivers/pcmcia/Kconfig"
2063
2064source "drivers/pci/hotplug/Kconfig"
2065
2066endmenu
2067
2068menu "Executable file formats"
2069
2070source "fs/Kconfig.binfmt"
2071
2072config TRAD_SIGNALS
2073 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074
2075config BUILD_ELF64
2076 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002077 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078 help
2079 A 64-bit kernel is usually built using the 64-bit ELF binary object
2080 format as it's one that allows arbitrary 64-bit constructs. For
2081 kernels that are loaded within the KSEG compatibility segments the
2082 32-bit ELF format can optionally be used resulting in a somewhat
2083 smaller binary, but this option is not explicitly supported by the
2084 toolchain and since binutils 2.14 it does not even work at all.
2085
2086 Say Y to use the 64-bit format or N to use the 32-bit one.
2087
2088 If unsure say Y.
2089
2090config BINFMT_IRIX
2091 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002092 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093
2094config MIPS32_COMPAT
2095 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002096 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097 help
2098 Select this option if you want Linux/MIPS 32-bit binary
2099 compatibility. Since all software available for Linux/MIPS is
2100 currently 32-bit you should say Y here.
2101
2102config COMPAT
2103 bool
2104 depends on MIPS32_COMPAT
2105 default y
2106
Atsushi Nemoto05e43962006-11-07 18:02:44 +09002107config SYSVIPC_COMPAT
2108 bool
2109 depends on COMPAT && SYSVIPC
2110 default y
2111
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112config MIPS32_O32
2113 bool "Kernel support for o32 binaries"
2114 depends on MIPS32_COMPAT
2115 help
2116 Select this option if you want to run o32 binaries. These are pure
2117 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
2118 existing binaries are in this format.
2119
2120 If unsure, say Y.
2121
2122config MIPS32_N32
2123 bool "Kernel support for n32 binaries"
2124 depends on MIPS32_COMPAT
2125 help
2126 Select this option if you want to run n32 binaries. These are
2127 64-bit binaries using 32-bit quantities for addressing and certain
2128 data that would normally be 64-bit. They are used in special
2129 cases.
2130
2131 If unsure, say N.
2132
2133config BINFMT_ELF32
2134 bool
2135 default y if MIPS32_O32 || MIPS32_N32
2136
Ralf Baechle21162452007-02-09 17:08:58 +00002137endmenu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138
Ralf Baechle21162452007-02-09 17:08:58 +00002139menu "Power management options"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002140
Ralf Baechle21162452007-02-09 17:08:58 +00002141source "kernel/power/Kconfig"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002142
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143endmenu
2144
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002145source "net/Kconfig"
2146
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147source "drivers/Kconfig"
2148
2149source "fs/Kconfig"
2150
Ralf Baechle5e83d432005-10-29 19:32:41 +01002151source "arch/mips/oprofile/Kconfig"
2152
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153source "arch/mips/Kconfig.debug"
2154
2155source "security/Kconfig"
2156
2157source "crypto/Kconfig"
2158
2159source "lib/Kconfig"