blob: acceae0e83194bc9e693b832fea0db08aed70e7b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config MIPS
2 bool
3 default y
4 # Horrible source of confusion. Die, die, die ...
5 select EMBEDDED
6
Linus Torvalds1da177e2005-04-16 15:20:36 -07007mainmenu "Linux/MIPS Kernel Configuration"
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009menu "Machine selection"
10
Christoph Lameter5ac6da62007-02-10 01:43:14 -080011config ZONE_DMA
12 bool
13 default y
14
Ralf Baechle5e83d432005-10-29 19:32:41 +010015choice
16 prompt "System type"
17 default SGI_IP22
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
Ralf Baechle5e83d432005-10-29 19:32:41 +010019config MIPS_MTX1
Martin Michlmayr3fa986f2006-05-09 23:34:53 +020020 bool "4G Systems MTX-1 board"
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000023 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010024 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +010025 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010026 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070027
Ralf Baechle5e83d432005-10-29 19:32:41 +010028config MIPS_BOSPORUS
29 bool "AMD Alchemy Bosporus board"
30 select SOC_AU1500
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010032 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010033 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
Ralf Baechle5e83d432005-10-29 19:32:41 +010035config MIPS_PB1000
36 bool "AMD Alchemy PB1000 board"
37 select SOC_AU1000
Linus Torvalds1da177e2005-04-16 15:20:36 -070038 select DMA_NONCOHERENT
39 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000040 select RESOURCES_64BIT if PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070041 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010042 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010043 select SYS_SUPPORTS_LITTLE_ENDIAN
44
45config MIPS_PB1100
46 bool "AMD Alchemy PB1100 board"
47 select SOC_AU1100
48 select DMA_NONCOHERENT
49 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000050 select RESOURCES_64BIT if PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +010051 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +010052 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010053 select SYS_SUPPORTS_LITTLE_ENDIAN
54
55config MIPS_PB1500
56 bool "AMD Alchemy PB1500 board"
57 select SOC_AU1500
58 select DMA_NONCOHERENT
59 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000060 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010061 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010062 select SYS_SUPPORTS_LITTLE_ENDIAN
63
64config MIPS_PB1550
65 bool "AMD Alchemy PB1550 board"
66 select SOC_AU1550
67 select DMA_NONCOHERENT
68 select HW_HAS_PCI
69 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000070 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010071 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010072 select SYS_SUPPORTS_LITTLE_ENDIAN
73
74config MIPS_PB1200
75 bool "AMD Alchemy PB1200 board"
76 select SOC_AU1200
77 select DMA_NONCOHERENT
78 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +000079 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010080 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010081 select SYS_SUPPORTS_LITTLE_ENDIAN
82
83config MIPS_DB1000
84 bool "AMD Alchemy DB1000 board"
85 select SOC_AU1000
86 select DMA_NONCOHERENT
87 select HW_HAS_PCI
Ralf Baechle08f57f72006-12-03 19:55:45 +000088 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +010089 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010090 select SYS_SUPPORTS_LITTLE_ENDIAN
91
92config MIPS_DB1100
93 bool "AMD Alchemy DB1100 board"
94 select SOC_AU1100
95 select DMA_NONCOHERENT
Ralf Baechle7cf80532005-10-20 22:33:09 +010096 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +010097 select SYS_SUPPORTS_LITTLE_ENDIAN
98
99config MIPS_DB1500
100 bool "AMD Alchemy DB1500 board"
101 select SOC_AU1500
102 select DMA_NONCOHERENT
103 select HW_HAS_PCI
104 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000105 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100106 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100107 select SYS_SUPPORTS_BIG_ENDIAN
108 select SYS_SUPPORTS_LITTLE_ENDIAN
109
110config MIPS_DB1550
111 bool "AMD Alchemy DB1550 board"
112 select SOC_AU1550
113 select HW_HAS_PCI
114 select DMA_NONCOHERENT
115 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle08f57f72006-12-03 19:55:45 +0000116 select RESOURCES_64BIT if PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100117 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100118 select SYS_SUPPORTS_LITTLE_ENDIAN
119
120config MIPS_DB1200
121 bool "AMD Alchemy DB1200 board"
122 select SOC_AU1200
123 select DMA_COHERENT
124 select MIPS_DISABLE_OBSOLETE_IDE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100125 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100126 select SYS_SUPPORTS_LITTLE_ENDIAN
127
128config MIPS_MIRAGE
129 bool "AMD Alchemy Mirage board"
130 select DMA_NONCOHERENT
131 select SOC_AU1500
Ralf Baechle7cf80532005-10-20 22:33:09 +0100132 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100133 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134
Ralf Baechle35189fa2006-06-18 16:39:46 +0100135config BASLER_EXCITE
Thomas Koellerbe915892007-02-23 01:40:34 +0100136 bool "Basler eXcite smart camera"
Ralf Baechle35189fa2006-06-18 16:39:46 +0100137 select DMA_COHERENT
138 select HW_HAS_PCI
139 select IRQ_CPU
140 select IRQ_CPU_RM7K
141 select IRQ_CPU_RM9K
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200142 select MIPS_RM9122
Ralf Baechle35189fa2006-06-18 16:39:46 +0100143 select SYS_HAS_CPU_RM9000
144 select SYS_SUPPORTS_32BIT_KERNEL
145 select SYS_SUPPORTS_64BIT_KERNEL
146 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000147 select SYS_SUPPORTS_KGDB
Ralf Baechle35189fa2006-06-18 16:39:46 +0100148 help
149 The eXcite is a smart camera platform manufactured by
Thomas Koellerbe915892007-02-23 01:40:34 +0100150 Basler Vision Technologies AG.
Ralf Baechle35189fa2006-06-18 16:39:46 +0100151
152config BASLER_EXCITE_PROTOTYPE
153 bool "Support for pre-release units"
154 depends on BASLER_EXCITE
155 default n
156 help
157 Pre-series (prototype) units are different from later ones in
158 some ways. Select this option if you have one of these. Please
159 note that a kernel built with this option selected will not be
160 able to run on normal units.
161
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162config MIPS_COBALT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200163 bool "Cobalt Server"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 select DMA_NONCOHERENT
165 select HW_HAS_PCI
166 select I8259
167 select IRQ_CPU
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900168 select PCI_GT64XXX_PCI0
Ralf Baechle7cf80532005-10-20 22:33:09 +0100169 select SYS_HAS_CPU_NEVADA
Yoichi Yuasa0a22e0d2007-03-02 12:42:33 +0900170 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700171 select SYS_SUPPORTS_32BIT_KERNEL
172 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100173 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900174 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175
176config MACH_DECSTATION
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200177 bool "DECstations"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 select BOOT_ELF32
179 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000180 select SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100182 select SYS_HAS_CPU_R3000
183 select SYS_HAS_CPU_R4X00
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700184 select SYS_SUPPORTS_32BIT_KERNEL
185 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100186 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900187 select SYS_SUPPORTS_128HZ
188 select SYS_SUPPORTS_256HZ
189 select SYS_SUPPORTS_1024HZ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100190 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 This enables support for DEC's MIPS based workstations. For details
192 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
193 DECstation porting pages on <http://decstation.unix-ag.org/>.
194
195 If you have one of the following DECstation Models you definitely
196 want to choose R4xx0 for the CPU Type:
197
198 DECstation 5000/50
199 DECstation 5000/150
200 DECstation 5000/260
201 DECsystem 5900/260
202
203 otherwise choose R3000.
204
205config MIPS_EV64120
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200206 bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 depends on EXPERIMENTAL
208 select DMA_NONCOHERENT
209 select HW_HAS_PCI
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900210 select PCI_GT64XXX_PCI0
Ralf Baechle7cf80532005-10-20 22:33:09 +0100211 select SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700212 select SYS_SUPPORTS_32BIT_KERNEL
213 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100214 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000215 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 help
217 This is an evaluation board based on the Galileo GT-64120
218 single-chip system controller that contains a MIPS R5000 compatible
219 core running at 75/100MHz. Their website is located at
220 <http://www.marvell.com/>. Say Y here if you wish to build a
221 kernel for this platform.
222
Ralf Baechle5e83d432005-10-29 19:32:41 +0100223config MACH_JAZZ
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200224 bool "Jazz family of machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100225 select ARC
226 select ARC32
227 select ARCH_MAY_HAVE_PC_FDC
228 select GENERIC_ISA_DMA
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500229 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100230 select I8259
231 select ISA
Ralf Baechle7cf80532005-10-20 22:33:09 +0100232 select SYS_HAS_CPU_R4X00
Ralf Baechle5e83d432005-10-29 19:32:41 +0100233 select SYS_SUPPORTS_32BIT_KERNEL
234 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900235 select SYS_SUPPORTS_100HZ
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900236 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100238 This a family of machines based on the MIPS R4030 chipset which was
239 used by several vendors to build RISC/os and Windows NT workstations.
240 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
241 Olivetti M700-10 workstations.
242
243config LASAT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200244 bool "LASAT Networks platforms"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100245 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000246 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100247 select HW_HAS_PCI
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900248 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100249 select MIPS_NILE4
250 select R5000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100251 select SYS_HAS_CPU_R5000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100252 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle080e9482007-03-13 08:59:54 +0000253 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100254 select SYS_SUPPORTS_LITTLE_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100255 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256
257config MIPS_ATLAS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200258 bool "MIPS Atlas board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259 select BOOT_ELF32
260 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000261 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100262 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100264 select MIPS_BOARDS_GEN
265 select MIPS_BONITO64
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900266 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100267 select MIPS_MSC
Maciej W. Rozyckif4b7cdb2005-02-12 04:31:49 +0000268 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100270 select SYS_HAS_CPU_MIPS32_R1
271 select SYS_HAS_CPU_MIPS32_R2
272 select SYS_HAS_CPU_MIPS64_R1
273 select SYS_HAS_CPU_NEVADA
274 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700275 select SYS_SUPPORTS_32BIT_KERNEL
276 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100277 select SYS_SUPPORTS_BIG_ENDIAN
278 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100279 select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100280 select SYS_SUPPORTS_SMARTMIPS
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100281 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000283 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 board.
285
286config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200287 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000288 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 select BOOT_ELF32
290 select HAVE_STD_PC_SERIAL_PORT
291 select DMA_NONCOHERENT
292 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000293 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 select HW_HAS_PCI
295 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100296 select MIPS_BOARDS_GEN
297 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100298 select MIPS_CPU_SCACHE
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900299 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100300 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100302 select SYS_HAS_CPU_MIPS32_R1
303 select SYS_HAS_CPU_MIPS32_R2
304 select SYS_HAS_CPU_MIPS64_R1
305 select SYS_HAS_CPU_NEVADA
306 select SYS_HAS_CPU_RM7000
Ralf Baechle36a88532007-03-01 11:56:43 +0000307 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700308 select SYS_SUPPORTS_32BIT_KERNEL
309 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100310 select SYS_SUPPORTS_BIG_ENDIAN
311 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100312 select SYS_SUPPORTS_MULTITHREADING
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100313 select SYS_SUPPORTS_SMARTMIPS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000315 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 board.
317
318config MIPS_SEAD
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200319 bool "MIPS SEAD board (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 depends on EXPERIMENTAL
321 select IRQ_CPU
322 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000323 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100324 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100325 select SYS_HAS_CPU_MIPS32_R1
326 select SYS_HAS_CPU_MIPS32_R2
327 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700328 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100329 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
330 select SYS_SUPPORTS_BIG_ENDIAN
331 select SYS_SUPPORTS_LITTLE_ENDIAN
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100332 select SYS_SUPPORTS_SMARTMIPS
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000333 help
334 This enables support for the MIPS Technologies SEAD evaluation
335 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336
Mark.Zhana240a462006-05-06 17:04:20 +0800337config WR_PPMC
Mark.Zhan92478572006-06-20 18:15:02 +0800338 bool "Wind River PPMC board"
Mark.Zhana240a462006-05-06 17:04:20 +0800339 select IRQ_CPU
340 select BOOT_ELF32
341 select DMA_NONCOHERENT
342 select HW_HAS_PCI
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900343 select PCI_GT64XXX_PCI0
Mark.Zhana240a462006-05-06 17:04:20 +0800344 select SWAP_IO_SPACE
345 select SYS_HAS_CPU_MIPS32_R1
346 select SYS_HAS_CPU_MIPS32_R2
347 select SYS_HAS_CPU_MIPS64_R1
348 select SYS_HAS_CPU_NEVADA
349 select SYS_HAS_CPU_RM7000
350 select SYS_SUPPORTS_32BIT_KERNEL
351 select SYS_SUPPORTS_64BIT_KERNEL
352 select SYS_SUPPORTS_BIG_ENDIAN
353 select SYS_SUPPORTS_LITTLE_ENDIAN
354 help
355 This enables support for the Wind River MIPS32 4KC PPMC evaluation
356 board, which is based on GT64120 bridge chip.
357
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100358config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200359 bool 'MIPS simulator (MIPSsim)'
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100360 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000361 select SYS_HAS_EARLY_PRINTK
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100362 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100363 select SYS_HAS_CPU_MIPS32_R1
364 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechle36a88532007-03-01 11:56:43 +0000365 select SYS_HAS_EARLY_PRINTK
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100366 select SYS_SUPPORTS_32BIT_KERNEL
367 select SYS_SUPPORTS_BIG_ENDIAN
368 select SYS_SUPPORTS_LITTLE_ENDIAN
369 help
370 This option enables support for MIPS Technologies MIPSsim software
371 emulator.
372
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373config MOMENCO_JAGUAR_ATX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200374 bool "Momentum Jaguar board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 select BOOT_ELF32
376 select DMA_NONCOHERENT
377 select HW_HAS_PCI
378 select IRQ_CPU
379 select IRQ_CPU_RM7K
380 select IRQ_MV64340
381 select LIMITED_DMA
382 select PCI_MARVELL
383 select RM7000_CPU_SCACHE
384 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100385 select SYS_HAS_CPU_RM9000
Ralf Baechle36a88532007-03-01 11:56:43 +0000386 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700387 select SYS_SUPPORTS_32BIT_KERNEL
388 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100389 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000390 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391 help
392 The Jaguar ATX is a MIPS-based Single Board Computer (SBC) made by
393 Momentum Computer <http://www.momenco.com/>.
394
Ralf Baechle5e83d432005-10-29 19:32:41 +0100395config MOMENCO_OCELOT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200396 bool "Momentum Ocelot board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100397 select DMA_NONCOHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 select HW_HAS_PCI
399 select IRQ_CPU
400 select IRQ_CPU_RM7K
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900401 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100402 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100404 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700405 select SYS_SUPPORTS_32BIT_KERNEL
406 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100407 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000408 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100410 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
411 Momentum Computer <http://www.momenco.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412
Ralf Baechle5e83d432005-10-29 19:32:41 +0100413config MOMENCO_OCELOT_3
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200414 bool "Momentum Ocelot-3 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100415 select BOOT_ELF32
416 select DMA_NONCOHERENT
417 select HW_HAS_PCI
418 select IRQ_CPU
419 select IRQ_CPU_RM7K
420 select IRQ_MV64340
421 select PCI_MARVELL
422 select RM7000_CPU_SCACHE
423 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100424 select SYS_HAS_CPU_RM9000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100425 select SYS_SUPPORTS_32BIT_KERNEL
426 select SYS_SUPPORTS_64BIT_KERNEL
427 select SYS_SUPPORTS_BIG_ENDIAN
428 help
429 The Ocelot-3 is based off Discovery III System Controller and
430 PMC-Sierra Rm79000 core.
431
432config MOMENCO_OCELOT_C
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200433 bool "Momentum Ocelot-C board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100434 select DMA_NONCOHERENT
435 select HW_HAS_PCI
436 select IRQ_CPU
437 select IRQ_MV64340
438 select PCI_MARVELL
439 select RM7000_CPU_SCACHE
440 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100441 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100442 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000443 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100444 select SYS_SUPPORTS_BIG_ENDIAN
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100445 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100446 help
447 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
448 Momentum Computer <http://www.momenco.com/>.
449
450config MOMENCO_OCELOT_G
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200451 bool "Momentum Ocelot-G board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100452 select DMA_NONCOHERENT
453 select HW_HAS_PCI
454 select IRQ_CPU
455 select IRQ_CPU_RM7K
456 select PCI_MARVELL
457 select RM7000_CPU_SCACHE
458 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100459 select SYS_HAS_CPU_RM7000
Ralf Baechle5e83d432005-10-29 19:32:41 +0100460 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle8a88ca82006-11-02 17:23:33 +0000461 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100462 select SYS_SUPPORTS_BIG_ENDIAN
463 help
464 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
465 Momentum Computer <http://www.momenco.com/>.
466
467config MIPS_XXS1500
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200468 bool "MyCable XXS1500 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100469 select DMA_NONCOHERENT
470 select SOC_AU1500
471 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472
Pete Popovbdf21b12005-07-14 17:47:57 +0000473config PNX8550_JBS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200474 bool "Philips PNX8550 based JBS board"
Pete Popovbdf21b12005-07-14 17:47:57 +0000475 select PNX8550
476 select SYS_SUPPORTS_LITTLE_ENDIAN
477
Vitaly Woolf0647a52006-12-08 11:40:35 +0300478config PNX8550_STB810
479 bool "Support for Philips PNX8550 based STB810 board"
480 select PNX8550
481 select SYS_SUPPORTS_LITTLE_ENDIAN
482
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483config DDB5477
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200484 bool "NEC DDB Vrc-5477"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100485 select DDB5XXX_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 select DMA_NONCOHERENT
487 select HW_HAS_PCI
488 select I8259
489 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100490 select SYS_HAS_CPU_R5432
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700491 select SYS_SUPPORTS_32BIT_KERNEL
492 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechlecc801072007-02-17 02:58:39 +0000493 select SYS_SUPPORTS_KGDB
494 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100495 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 help
497 This enables support for the R5432-based NEC DDB Vrc-5477,
498 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
499
500 Features : kernel debugging, serial terminal, NFS root fs, on-board
501 ether port USB, AC97, PCI, etc.
502
Ralf Baechle5e83d432005-10-29 19:32:41 +0100503config MACH_VR41XX
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200504 bool "NEC VR41XX-based machines"
Ralf Baechle7cf80532005-10-20 22:33:09 +0100505 select SYS_HAS_CPU_VR41XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100506 select SYS_SUPPORTS_32BIT_KERNEL
507 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900508 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100509
510config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200511 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100512 select DMA_COHERENT
513 select HW_HAS_PCI
514 select IRQ_CPU
515 select IRQ_CPU_RM7K
516 select IRQ_CPU_RM9K
517 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100518 select SYS_HAS_CPU_RM9000
Ralf Baechle36a88532007-03-01 11:56:43 +0000519 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100520 select SYS_SUPPORTS_32BIT_KERNEL
521 select SYS_SUPPORTS_64BIT_KERNEL
522 select SYS_SUPPORTS_BIG_ENDIAN
523 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000524 select SYS_SUPPORTS_KGDB
Ralf Baechlee73ea272006-06-04 11:51:46 +0100525 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100526 help
527 Yosemite is an evaluation board for the RM9000x2 processor
528 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529
Ralf Baechle07119622005-09-03 15:56:11 -0700530config QEMU
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200531 bool "Qemu"
Ralf Baechle07119622005-09-03 15:56:11 -0700532 select DMA_COHERENT
533 select GENERIC_ISA_DMA
534 select HAVE_STD_PC_SERIAL_PORT
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500535 select I8253
Ralf Baechle07119622005-09-03 15:56:11 -0700536 select I8259
537 select ISA
538 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100539 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle07119622005-09-03 15:56:11 -0700540 select SYS_SUPPORTS_32BIT_KERNEL
541 select SYS_SUPPORTS_BIG_ENDIAN
Aurelien Jarnoc8cc9612006-09-27 23:07:25 +0200542 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +0900543 select ARCH_SPARSEMEM_ENABLE
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900544 select GENERIC_HARDIRQS_NO__DO_IRQ
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +0900545 select NR_CPUS_DEFAULT_1
546 select SYS_SUPPORTS_SMP
Ralf Baechle07119622005-09-03 15:56:11 -0700547 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100548 Qemu is a software emulator which among other architectures also
549 can simulate a MIPS32 4Kc system. This patch adds support for the
550 system architecture that currently is being simulated by Qemu. It
551 will eventually be removed again when Qemu has the capability to
552 simulate actual MIPS hardware platforms. More information on Qemu
553 can be found at http://www.linux-mips.org/wiki/Qemu.
Ralf Baechle07119622005-09-03 15:56:11 -0700554
dmitry pervushin355c4712006-05-21 14:53:06 +0400555config MARKEINS
556 bool "Support for NEC EMMA2RH Mark-eins"
557 select DMA_NONCOHERENT
558 select HW_HAS_PCI
559 select IRQ_CPU
560 select SWAP_IO_SPACE
561 select SYS_SUPPORTS_32BIT_KERNEL
562 select SYS_SUPPORTS_BIG_ENDIAN
563 select SYS_SUPPORTS_LITTLE_ENDIAN
564 select SYS_HAS_CPU_R5000
565 help
566 This enables support for the R5432-based NEC Mark-eins
567 boards with R5500 CPU.
568
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200570 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571 select ARC
572 select ARC32
573 select BOOT_ELF32
574 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100575 select HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 select IP22_CPU_SCACHE
577 select IRQ_CPU
Ralf Baechleaa414df2006-11-30 01:14:51 +0000578 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100580 select SYS_HAS_CPU_R4X00
581 select SYS_HAS_CPU_R5000
Ralf Baechle36a88532007-03-01 11:56:43 +0000582 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700583 select SYS_SUPPORTS_32BIT_KERNEL
584 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100585 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 help
587 This are the SGI Indy, Challenge S and Indigo2, as well as certain
588 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
589 that runs on these, say Y here.
590
591config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200592 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 select ARC
594 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100595 select BOOT_ELF64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 select DMA_IP27
Ralf Baechle36a88532007-03-01 11:56:43 +0000597 select SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 select HW_HAS_PCI
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000599 select NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 select PCI_DOMAINS
Ralf Baechle7cf80532005-10-20 22:33:09 +0100601 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700602 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100603 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000604 select SYS_SUPPORTS_KGDB
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100605 select SYS_SUPPORTS_NUMA
Ralf Baechle1a5c5de2006-11-02 17:23:33 +0000606 select SYS_SUPPORTS_SMP
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100607 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 help
609 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
610 workstations. To compile a Linux kernel that runs on these, say Y
611 here.
612
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613config SGI_IP32
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200614 bool "SGI IP32 (O2) (EXPERIMENTAL)"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700615 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616 select ARC
617 select ARC32
618 select BOOT_ELF32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619 select DMA_NONCOHERENT
620 select HW_HAS_PCI
621 select R5000_CPU_SCACHE
622 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100623 select SYS_HAS_CPU_R5000
624 select SYS_HAS_CPU_R10000 if BROKEN
625 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000626 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700627 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100628 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629 help
630 If you want this kernel to run on SGI O2 workstation, say Y here.
631
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700632config SIBYTE_BIGSUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200633 bool "Sibyte BCM91480B-BigSur"
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700634 select BOOT_ELF32
635 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000636 select NR_CPUS_DEFAULT_4
Ralf Baechle7cf80532005-10-20 22:33:09 +0100637 select PCI_DOMAINS
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700638 select SIBYTE_BCM1x80
639 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100640 select SYS_HAS_CPU_SB1
Andrew Isaacson9a6dcea2005-10-19 23:57:11 -0700641 select SYS_SUPPORTS_BIG_ENDIAN
642 select SYS_SUPPORTS_LITTLE_ENDIAN
643
Ralf Baechle5e83d432005-10-29 19:32:41 +0100644config SIBYTE_SWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200645 bool "Sibyte BCM91250A-SWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100646 select BOOT_ELF32
647 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000648 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100649 select SIBYTE_SB1250
650 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100651 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100652 select SYS_SUPPORTS_BIG_ENDIAN
653 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000654 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100655 select SYS_SUPPORTS_LITTLE_ENDIAN
Pete Popove3ad1c22005-03-01 06:33:16 +0000656
Ralf Baechle5e83d432005-10-29 19:32:41 +0100657config SIBYTE_SENTOSA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200658 bool "Sibyte BCM91250E-Sentosa"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100659 depends on EXPERIMENTAL
660 select BOOT_ELF32
661 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000662 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100663 select SIBYTE_SB1250
664 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100665 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100666 select SYS_SUPPORTS_BIG_ENDIAN
667 select SYS_SUPPORTS_LITTLE_ENDIAN
668
669config SIBYTE_RHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200670 bool "Sibyte BCM91125E-Rhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100671 depends on EXPERIMENTAL
672 select BOOT_ELF32
673 select DMA_COHERENT
674 select SIBYTE_BCM1125H
675 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100676 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100677 select SYS_SUPPORTS_BIG_ENDIAN
678 select SYS_SUPPORTS_LITTLE_ENDIAN
679
680config SIBYTE_CARMEL
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200681 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100682 depends on EXPERIMENTAL
683 select BOOT_ELF32
684 select DMA_COHERENT
685 select SIBYTE_BCM1120
686 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100687 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100688 select SYS_SUPPORTS_BIG_ENDIAN
689 select SYS_SUPPORTS_LITTLE_ENDIAN
690
691config SIBYTE_PTSWARM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200692 bool "Sibyte BCM91250PT-PTSWARM"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100693 depends on EXPERIMENTAL
694 select BOOT_ELF32
695 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000696 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100697 select SIBYTE_SB1250
698 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100699 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100700 select SYS_SUPPORTS_BIG_ENDIAN
701 select SYS_SUPPORTS_HIGHMEM
702 select SYS_SUPPORTS_LITTLE_ENDIAN
703
704config SIBYTE_LITTLESUR
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200705 bool "Sibyte BCM91250C2-LittleSur"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100706 depends on EXPERIMENTAL
707 select BOOT_ELF32
708 select DMA_COHERENT
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000709 select NR_CPUS_DEFAULT_2
Ralf Baechle5e83d432005-10-29 19:32:41 +0100710 select SIBYTE_SB1250
711 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100712 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100713 select SYS_SUPPORTS_BIG_ENDIAN
714 select SYS_SUPPORTS_HIGHMEM
715 select SYS_SUPPORTS_LITTLE_ENDIAN
716
717config SIBYTE_CRHINE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200718 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100719 depends on EXPERIMENTAL
720 select BOOT_ELF32
721 select DMA_COHERENT
722 select SIBYTE_BCM1120
723 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100724 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100725 select SYS_SUPPORTS_BIG_ENDIAN
726 select SYS_SUPPORTS_LITTLE_ENDIAN
727
728config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200729 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100730 depends on EXPERIMENTAL
731 select BOOT_ELF32
732 select DMA_COHERENT
733 select SIBYTE_BCM1125
734 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100735 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100736 select SYS_SUPPORTS_BIG_ENDIAN
737 select SYS_SUPPORTS_HIGHMEM
738 select SYS_SUPPORTS_LITTLE_ENDIAN
739
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100740config SNI_RM
741 bool "SNI RM200/300/400"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200742 select ARC if CPU_LITTLE_ENDIAN
743 select ARC32 if CPU_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100744 select ARCH_MAY_HAVE_PC_FDC
745 select BOOT_ELF32
746 select DMA_NONCOHERENT
747 select GENERIC_ISA_DMA
Ralf Baechle5e83d432005-10-29 19:32:41 +0100748 select HW_HAS_EISA
749 select HW_HAS_PCI
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100750 select IRQ_CPU
Michael Neulinge5c6c8e2006-03-14 00:11:50 -0500751 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100752 select I8259
753 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200754 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100755 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200756 select SYS_HAS_CPU_R5000
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100757 select SYS_HAS_CPU_R10000
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200758 select R5000_CPU_SCACHE
Ralf Baechle36a88532007-03-01 11:56:43 +0000759 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700760 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100761 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200762 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100763 select SYS_SUPPORTS_HIGHMEM
764 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765 help
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100766 The SNI RM200/300/400 are MIPS-based machines manufactured by
767 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
Ralf Baechle5e83d432005-10-29 19:32:41 +0100768 Technology and now in turn merged with Fujitsu. Say Y here to
769 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770
Ralf Baechle5e83d432005-10-29 19:32:41 +0100771config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200772 bool "Toshiba JMR-TX3927 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100773 select DMA_NONCOHERENT
774 select HW_HAS_PCI
775 select MIPS_TX3927
776 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100777 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100778 select SYS_SUPPORTS_32BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300779 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100780 select SYS_SUPPORTS_BIG_ENDIAN
781 select TOSHIBA_BOARDS
Atsushi Nemoto21274352007-03-15 00:58:28 +0900782 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100783
784config TOSHIBA_RBTX4927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200785 bool "Toshiba TBTX49[23]7 board"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100786 select DMA_NONCOHERENT
787 select HAS_TXX9_SERIAL
788 select HW_HAS_PCI
789 select I8259
790 select ISA
791 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100792 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100793 select SYS_SUPPORTS_32BIT_KERNEL
794 select SYS_SUPPORTS_64BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300795 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100796 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000797 select SYS_SUPPORTS_KGDB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100798 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900799 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100800 help
801 This Toshiba board is based on the TX4927 processor. Say Y here to
802 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803
Ralf Baechle23fbee92005-07-25 22:45:45 +0000804config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200805 bool "Toshiba RBTX4938 board"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000806 select HAVE_STD_PC_SERIAL_PORT
807 select DMA_NONCOHERENT
808 select GENERIC_ISA_DMA
809 select HAS_TXX9_SERIAL
810 select HW_HAS_PCI
811 select I8259
812 select ISA
813 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100814 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000815 select SYS_SUPPORTS_32BIT_KERNEL
816 select SYS_SUPPORTS_LITTLE_ENDIAN
817 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000818 select SYS_SUPPORTS_KGDB
Ralf Baechle23fbee92005-07-25 22:45:45 +0000819 select TOSHIBA_BOARDS
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900820 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle23fbee92005-07-25 22:45:45 +0000821 help
822 This Toshiba board is based on the TX4938 processor. Say Y here to
823 support this machine type
824
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825endchoice
826
Ralf Baechle5e83d432005-10-29 19:32:41 +0100827source "arch/mips/ddb5xxx/Kconfig"
828source "arch/mips/gt64120/ev64120/Kconfig"
829source "arch/mips/jazz/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100830source "arch/mips/lasat/Kconfig"
831source "arch/mips/momentum/Kconfig"
832source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000833source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000834source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100835source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000836source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100837source "arch/mips/vr41xx/Kconfig"
Pete Popovbdf21b12005-07-14 17:47:57 +0000838source "arch/mips/philips/pnx8550/common/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000839
Ralf Baechle5e83d432005-10-29 19:32:41 +0100840endmenu
841
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842config RWSEM_GENERIC_SPINLOCK
843 bool
844 default y
845
846config RWSEM_XCHGADD_ALGORITHM
847 bool
848
David Howellsf0d1b0b2006-12-08 02:37:49 -0800849config ARCH_HAS_ILOG2_U32
850 bool
851 default n
852
853config ARCH_HAS_ILOG2_U64
854 bool
855 default n
856
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800857config GENERIC_FIND_NEXT_BIT
858 bool
859 default y
860
861config GENERIC_HWEIGHT
862 bool
863 default y
864
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865config GENERIC_CALIBRATE_DELAY
866 bool
867 default y
868
Ralf Baechle8db02012006-10-02 16:54:48 +0100869config GENERIC_TIME
870 bool
871 default y
872
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900873config SCHED_NO_NO_OMIT_FRAME_POINTER
874 bool
875 default y
876
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100877config GENERIC_HARDIRQS_NO__DO_IRQ
878 bool
879 default n
880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881#
882# Select some configuration options automatically based on user selections.
883#
884config ARC
885 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886
Ralf Baechle61ed2422005-09-15 08:52:34 +0000887config ARCH_MAY_HAVE_PC_FDC
888 bool
889
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700890config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 bool
892
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700893config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 bool
895
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700896config DMA_IP32
897 bool
898 select DMA_NEED_PCI_MAP_STATE
899
900config DMA_NONCOHERENT
901 bool
902 select DMA_NEED_PCI_MAP_STATE
903
904config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905 bool
906
907config EARLY_PRINTK
Ralf Baechle36a88532007-03-01 11:56:43 +0000908 bool "Early printk" if EMBEDDED && DEBUG_KERNEL
909 depends on SYS_HAS_EARLY_PRINTK
910 default y
911 help
912 This option enables special console drivers which allow the kernel
913 to print messages very early in the bootup process.
914
915 This is useful for kernel debugging when your machine crashes very
916 early before the console code is initialized. For normal operation
917 it is not recommended because it looks on some machines ugly and
918 oesn't cooperate with an X server. You should normally N here,
919 unless you want to debug such a crash.
920
921config SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
924config GENERIC_ISA_DMA
925 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926
927config I8259
928 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929
930config LIMITED_DMA
931 bool
932 select HIGHMEM
Ralf Baechle797798c2005-08-10 15:17:11 +0000933 select SYS_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934
935config MIPS_BONITO64
936 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937
938config MIPS_MSC
939 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940
941config MIPS_NILE4
942 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943
944config MIPS_DISABLE_OBSOLETE_IDE
945 bool
946
Ralf Baechleaa414df2006-11-30 01:14:51 +0000947config GENERIC_ISA_DMA_SUPPORT_BROKEN
948 bool
949
Ralf Baechle5e83d432005-10-29 19:32:41 +0100950#
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100951# Endianess selection. Sufficiently obscure so many users don't know what to
Ralf Baechle5e83d432005-10-29 19:32:41 +0100952# answer,so we try hard to limit the available choices. Also the use of a
953# choice statement should be more obvious to the user.
954#
955choice
956 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957 help
958 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100959 byte order. These modes require different kernels and a different
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100960 Linux distribution. In general there is one preferred byteorder for a
Ralf Baechle5e83d432005-10-29 19:32:41 +0100961 particular system but some systems are just as commonly used in the
962 one or the other endianess.
963
964config CPU_BIG_ENDIAN
965 bool "Big endian"
966 depends on SYS_SUPPORTS_BIG_ENDIAN
967
968config CPU_LITTLE_ENDIAN
969 bool "Little endian"
970 depends on SYS_SUPPORTS_LITTLE_ENDIAN
971 help
972
973endchoice
974
Ralf Baechle21162452007-02-09 17:08:58 +0000975config SYS_SUPPORTS_APM_EMULATION
976 bool
977
Ralf Baechle5e83d432005-10-29 19:32:41 +0100978config SYS_SUPPORTS_BIG_ENDIAN
979 bool
980
981config SYS_SUPPORTS_LITTLE_ENDIAN
982 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983
984config IRQ_CPU
985 bool
986
987config IRQ_CPU_RM7K
988 bool
989
Ralf Baechle5e83d432005-10-29 19:32:41 +0100990config IRQ_CPU_RM9K
991 bool
992
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993config IRQ_MV64340
994 bool
995
996config DDB5XXX_COMMON
997 bool
Ralf Baechlecc801072007-02-17 02:58:39 +0000998 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999
1000config MIPS_BOARDS_GEN
1001 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002
Yoichi Yuasa252161e2007-03-14 21:51:26 +09001003config PCI_GT64XXX_PCI0
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005
1006config MIPS_TX3927
1007 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001010config MIPS_RM9122
1011 bool
1012 select SERIAL_RM9000
1013 select GPI_RM9000
1014 select WDT_RM9000
1015
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016config PCI_MARVELL
1017 bool
1018
Ralf Baechle5e83d432005-10-29 19:32:41 +01001019config SOC_AU1000
1020 bool
1021 select SOC_AU1X00
1022
1023config SOC_AU1100
1024 bool
1025 select SOC_AU1X00
1026
1027config SOC_AU1500
1028 bool
1029 select SOC_AU1X00
1030
1031config SOC_AU1550
1032 bool
1033 select SOC_AU1X00
1034
1035config SOC_AU1200
1036 bool
1037 select SOC_AU1X00
1038
1039config SOC_AU1X00
1040 bool
Ralf Baechle7cf80532005-10-20 22:33:09 +01001041 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle5e83d432005-10-29 19:32:41 +01001042 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle21162452007-02-09 17:08:58 +00001043 select SYS_SUPPORTS_APM_EMULATION
Ralf Baechlecc801072007-02-17 02:58:39 +00001044 select SYS_SUPPORTS_KGDB
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045
Pete Popovbdf21b12005-07-14 17:47:57 +00001046config PNX8550
1047 bool
1048 select SOC_PNX8550
1049
1050config SOC_PNX8550
1051 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001052 select DMA_NONCOHERENT
1053 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001054 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle36a88532007-03-01 11:56:43 +00001055 select SYS_HAS_EARLY_PRINTK
Ralf Baechle7cf80532005-10-20 22:33:09 +01001056 select SYS_SUPPORTS_32BIT_KERNEL
Franck Bui-Huue77c2322006-12-01 18:22:27 +01001057 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechlecc801072007-02-17 02:58:39 +00001058 select SYS_SUPPORTS_KGDB
Pete Popovbdf21b12005-07-14 17:47:57 +00001059
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060config SWAP_IO_SPACE
1061 bool
1062
dmitry pervushin355c4712006-05-21 14:53:06 +04001063config EMMA2RH
1064 bool
1065 depends on MARKEINS
1066 default y
1067
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001068config SERIAL_RM9000
1069 bool
1070
1071config GPI_RM9000
1072 bool
1073
1074config WDT_RM9000
1075 bool
1076
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077#
1078# Unfortunately not all GT64120 systems run the chip at the same clock.
1079# As the user for the clock rate and try to minimize the available options.
1080#
1081choice
1082 prompt "Galileo Chip Clock"
1083 #default SYSCLK_83 if MIPS_EV64120
1084 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1085 default SYSCLK_83 if MIPS_EV64120
1086 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G
1087
1088config SYSCLK_75
1089 bool "75" if MIPS_EV64120
1090
1091config SYSCLK_83
1092 bool "83.3" if MIPS_EV64120
1093
1094config SYSCLK_100
1095 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G
1096
1097endchoice
1098
Ralf Baechle5e83d432005-10-29 19:32:41 +01001099config ARC32
1100 bool
1101
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102config BOOT_ELF32
1103 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104
1105config MIPS_L1_CACHE_SHIFT
1106 int
Thomas Bogendoerferc066a322006-12-28 18:22:32 +01001107 default "4" if MACH_DECSTATION || SNI_RM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 default "7" if SGI_IP27
1109 default "5"
1110
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111config HAVE_STD_PC_SERIAL_PORT
1112 bool
1113
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114config ARC_CONSOLE
1115 bool "ARC console support"
Ralf Baechle36a88532007-03-01 11:56:43 +00001116 depends on SGI_IP22 || (SNI_RM && CPU_LITTLE_ENDIAN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117
1118config ARC_MEMORY
1119 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001120 depends on MACH_JAZZ || SNI_RM || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121 default y
1122
1123config ARC_PROMLIB
1124 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001125 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 default y
1127
1128config ARC64
1129 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130
1131config BOOT_ELF64
1132 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134config TOSHIBA_BOARDS
1135 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136
1137menu "CPU selection"
1138
1139choice
1140 prompt "CPU type"
1141 default CPU_R4X00
1142
Ralf Baechle6e760c82005-07-06 12:08:11 +00001143config CPU_MIPS32_R1
1144 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001145 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001146 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001147 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001148 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001149 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001150 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001151 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001152 MIPS32 architecture. Most modern embedded systems with a 32-bit
1153 MIPS processor are based on a MIPS32 processor. If you know the
1154 specific type of processor in your system, choose those that one
1155 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1156 Release 2 of the MIPS32 architecture is available since several
1157 years so chances are you even have a MIPS32 Release 2 processor
1158 in which case you should choose CPU_MIPS32_R2 instead for better
1159 performance.
1160
1161config CPU_MIPS32_R2
1162 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001163 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001164 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001165 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001166 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001167 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001168 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001169 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001170 MIPS32 architecture. Most modern embedded systems with a 32-bit
1171 MIPS processor are based on a MIPS32 processor. If you know the
1172 specific type of processor in your system, choose those that one
1173 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174
Ralf Baechle6e760c82005-07-06 12:08:11 +00001175config CPU_MIPS64_R1
1176 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001177 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001178 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001179 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001180 select CPU_SUPPORTS_32BIT_KERNEL
1181 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001182 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001183 help
1184 Choose this option to build a kernel for release 1 or later of the
1185 MIPS64 architecture. Many modern embedded systems with a 64-bit
1186 MIPS processor are based on a MIPS64 processor. If you know the
1187 specific type of processor in your system, choose those that one
1188 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001189 Release 2 of the MIPS64 architecture is available since several
1190 years so chances are you even have a MIPS64 Release 2 processor
1191 in which case you should choose CPU_MIPS64_R2 instead for better
1192 performance.
1193
1194config CPU_MIPS64_R2
1195 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001196 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001197 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001198 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001199 select CPU_SUPPORTS_32BIT_KERNEL
1200 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001201 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001202 help
1203 Choose this option to build a kernel for release 2 or later of the
1204 MIPS64 architecture. Many modern embedded systems with a 64-bit
1205 MIPS processor are based on a MIPS64 processor. If you know the
1206 specific type of processor in your system, choose those that one
1207 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208
1209config CPU_R3000
1210 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001211 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001212 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001213 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001214 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215 help
1216 Please make sure to pick the right CPU type. Linux/MIPS is not
1217 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1218 *not* work on R4000 machines and vice versa. However, since most
1219 of the supported machines have an R4000 (or similar) CPU, R4x00
1220 might be a safe bet. If the resulting kernel does not work,
1221 try to recompile with R3000.
1222
1223config CPU_TX39XX
1224 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001225 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001226 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227
1228config CPU_VR41XX
1229 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001230 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001231 select CPU_SUPPORTS_32BIT_KERNEL
1232 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001234 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235 Only choose this option if you have one of these processors as a
1236 kernel built with this option will not run on any other type of
1237 processor or vice versa.
1238
1239config CPU_R4300
1240 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001241 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001242 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001243 select CPU_SUPPORTS_32BIT_KERNEL
1244 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245 help
1246 MIPS Technologies R4300-series processors.
1247
1248config CPU_R4X00
1249 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001250 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001251 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001252 select CPU_SUPPORTS_32BIT_KERNEL
1253 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254 help
1255 MIPS Technologies R4000-series processors other than 4300, including
1256 the R4000, R4400, R4600, and 4700.
1257
1258config CPU_TX49XX
1259 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001260 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001261 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001262 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001263 select CPU_SUPPORTS_32BIT_KERNEL
1264 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265
1266config CPU_R5000
1267 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001268 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001269 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001270 select CPU_SUPPORTS_32BIT_KERNEL
1271 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272 help
1273 MIPS Technologies R5000-series processors other than the Nevada.
1274
1275config CPU_R5432
1276 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001277 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001278 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001279 select CPU_SUPPORTS_32BIT_KERNEL
1280 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281
1282config CPU_R6000
1283 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001284 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001285 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001286 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001287 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288 help
1289 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001290 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291
1292config CPU_NEVADA
1293 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001294 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001295 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001296 select CPU_SUPPORTS_32BIT_KERNEL
1297 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298 help
1299 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1300
1301config CPU_R8000
1302 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001303 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001304 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001305 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001306 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001307 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308 help
1309 MIPS Technologies R8000 processors. Note these processors are
1310 uncommon and the support for them is incomplete.
1311
1312config CPU_R10000
1313 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001314 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001315 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001316 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001317 select CPU_SUPPORTS_32BIT_KERNEL
1318 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001319 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320 help
1321 MIPS Technologies R10000-series processors.
1322
1323config CPU_RM7000
1324 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001325 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001326 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001327 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001328 select CPU_SUPPORTS_32BIT_KERNEL
1329 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001330 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331
1332config CPU_RM9000
1333 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001334 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001335 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001336 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001337 select CPU_SUPPORTS_32BIT_KERNEL
1338 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001339 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001340 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341
1342config CPU_SB1
1343 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001344 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001345 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001346 select CPU_SUPPORTS_32BIT_KERNEL
1347 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001348 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001349 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350
1351endchoice
1352
Ralf Baechle7cf80532005-10-20 22:33:09 +01001353config SYS_HAS_CPU_MIPS32_R1
1354 bool
1355
1356config SYS_HAS_CPU_MIPS32_R2
1357 bool
1358
1359config SYS_HAS_CPU_MIPS64_R1
1360 bool
1361
1362config SYS_HAS_CPU_MIPS64_R2
1363 bool
1364
1365config SYS_HAS_CPU_R3000
1366 bool
1367
1368config SYS_HAS_CPU_TX39XX
1369 bool
1370
1371config SYS_HAS_CPU_VR41XX
1372 bool
1373
1374config SYS_HAS_CPU_R4300
1375 bool
1376
1377config SYS_HAS_CPU_R4X00
1378 bool
1379
1380config SYS_HAS_CPU_TX49XX
1381 bool
1382
1383config SYS_HAS_CPU_R5000
1384 bool
1385
1386config SYS_HAS_CPU_R5432
1387 bool
1388
1389config SYS_HAS_CPU_R6000
1390 bool
1391
1392config SYS_HAS_CPU_NEVADA
1393 bool
1394
1395config SYS_HAS_CPU_R8000
1396 bool
1397
1398config SYS_HAS_CPU_R10000
1399 bool
1400
1401config SYS_HAS_CPU_RM7000
1402 bool
1403
1404config SYS_HAS_CPU_RM9000
1405 bool
1406
1407config SYS_HAS_CPU_SB1
1408 bool
1409
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001410config WEAK_ORDERING
1411 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001412endmenu
1413
1414#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001415# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001416#
1417config CPU_MIPS32
1418 bool
1419 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1420
1421config CPU_MIPS64
1422 bool
1423 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1424
1425#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001426# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001427#
1428config CPU_MIPSR1
1429 bool
1430 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1431
1432config CPU_MIPSR2
1433 bool
1434 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1435
1436config SYS_SUPPORTS_32BIT_KERNEL
1437 bool
1438config SYS_SUPPORTS_64BIT_KERNEL
1439 bool
1440config CPU_SUPPORTS_32BIT_KERNEL
1441 bool
1442config CPU_SUPPORTS_64BIT_KERNEL
1443 bool
1444
1445menu "Kernel type"
1446
1447choice
1448
1449 prompt "Kernel code model"
1450 help
1451 You should only select this option if you have a workload that
1452 actually benefits from 64-bit processing or if your machine has
1453 large memory. You will only be presented a single option in this
1454 menu if your system does not support both 32-bit and 64-bit kernels.
1455
1456config 32BIT
1457 bool "32-bit kernel"
1458 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1459 select TRAD_SIGNALS
1460 help
1461 Select this option if you want to build a 32-bit kernel.
1462config 64BIT
1463 bool "64-bit kernel"
1464 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1465 help
1466 Select this option if you want to build a 64-bit kernel.
1467
1468endchoice
1469
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470choice
1471 prompt "Kernel page size"
1472 default PAGE_SIZE_4KB
1473
1474config PAGE_SIZE_4KB
1475 bool "4kB"
1476 help
1477 This option select the standard 4kB Linux page size. On some
1478 R3000-family processors this is the only available page size. Using
1479 4kB page size will minimize memory consumption and is therefore
1480 recommended for low memory systems.
1481
1482config PAGE_SIZE_8KB
1483 bool "8kB"
1484 depends on EXPERIMENTAL && CPU_R8000
1485 help
1486 Using 8kB page size will result in higher performance kernel at
1487 the price of higher memory consumption. This option is available
1488 only on the R8000 processor. Not that at the time of this writing
1489 this option is still high experimental; there are also issues with
1490 compatibility of user applications.
1491
1492config PAGE_SIZE_16KB
1493 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001494 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495 help
1496 Using 16kB page size will result in higher performance kernel at
1497 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001498 all non-R3000 family processors. Note that you will need a suitable
1499 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500
1501config PAGE_SIZE_64KB
1502 bool "64kB"
1503 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1504 help
1505 Using 64kB page size will result in higher performance kernel at
1506 the price of higher memory consumption. This option is available on
1507 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001508 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509
1510endchoice
1511
1512config BOARD_SCACHE
1513 bool
1514
1515config IP22_CPU_SCACHE
1516 bool
1517 select BOARD_SCACHE
1518
Chris Dearman9318c512006-06-20 17:15:20 +01001519#
1520# Support for a MIPS32 / MIPS64 style S-caches
1521#
1522config MIPS_CPU_SCACHE
1523 bool
1524 select BOARD_SCACHE
1525
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526config R5000_CPU_SCACHE
1527 bool
1528 select BOARD_SCACHE
1529
1530config RM7000_CPU_SCACHE
1531 bool
1532 select BOARD_SCACHE
1533
1534config SIBYTE_DMA_PAGEOPS
1535 bool "Use DMA to clear/copy pages"
1536 depends on CPU_SB1
1537 help
1538 Instead of using the CPU to zero and copy pages, use a Data Mover
1539 channel. These DMA channels are otherwise unused by the standard
1540 SiByte Linux port. Seems to give a small performance benefit.
1541
1542config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001543 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001545choice
1546 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001547
1548config MIPS_MT_DISABLED
1549 bool "Disable multithreading support."
1550 help
1551 Use this option if your workload can't take advantage of
1552 MIPS hardware multithreading support. On systems that don't have
1553 the option of an MT-enabled processor this option will be the only
1554 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001555
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001556config MIPS_MT_SMP
1557 bool "Use 1 TC on each available VPE for SMP"
1558 depends on SYS_SUPPORTS_MULTITHREADING
1559 select CPU_MIPSR2_IRQ_VI
1560 select CPU_MIPSR2_SRS
1561 select MIPS_MT
Ralf Baechlef510aa32007-03-16 21:58:37 +00001562 select NR_CPUS_DEFAULT_2
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001563 select SMP
1564 select SYS_SUPPORTS_SMP
1565 help
1566 This is a kernel model which is also known a VSMP or lately
1567 has been marketesed into SMVP.
1568
Ralf Baechle41c594a2006-04-05 09:45:45 +01001569config MIPS_MT_SMTC
1570 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001571 depends on CPU_MIPS32_R2
1572 #depends on CPU_MIPS64_R2 # once there is hardware ...
1573 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001574 select CPU_MIPSR2_IRQ_VI
1575 select CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001576 select MIPS_MT
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001577 select NR_CPUS_DEFAULT_8
Ralf Baechle41c594a2006-04-05 09:45:45 +01001578 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001579 select SYS_SUPPORTS_SMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001580 help
1581 This is a kernel model which is known a SMTC or lately has been
1582 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001583
Ralf Baechlee01402b2005-07-14 15:57:16 +00001584config MIPS_VPE_LOADER
1585 bool "VPE loader support."
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001586 depends on SYS_SUPPORTS_MULTITHREADING
1587 select MIPS_MT
Ralf Baechlee01402b2005-07-14 15:57:16 +00001588 help
1589 Includes a loader for loading an elf relocatable object
1590 onto another VPE and running it.
1591
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001592endchoice
1593
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001594config MIPS_MT
1595 bool
1596
1597config SYS_SUPPORTS_MULTITHREADING
1598 bool
1599
Ralf Baechlef088fc82006-04-05 09:45:47 +01001600config MIPS_MT_FPAFF
1601 bool "Dynamic FPU affinity for FP-intensive threads"
1602 depends on MIPS_MT
1603 default y
1604
Ralf Baechleac8be952007-01-20 00:18:01 +00001605config MIPS_MT_SMTC_INSTANT_REPLAY
1606 bool "Low-latency Dispatch of Deferred SMTC IPIs"
Ralf Baechle619af722007-03-26 15:13:57 +01001607 depends on MIPS_MT_SMTC && !PREEMPT
Ralf Baechleac8be952007-01-20 00:18:01 +00001608 default y
1609 help
1610 SMTC pseudo-interrupts between TCs are deferred and queued
1611 if the target TC is interrupt-inhibited (IXMT). In the first
1612 SMTC prototypes, these queued IPIs were serviced on return
1613 to user mode, or on entry into the kernel idle loop. The
1614 INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1615 processing, which adds runtime overhead (hence the option to turn
1616 it off), but ensures that IPIs are handled promptly even under
1617 heavy I/O interrupt load.
1618
Ralf Baechlee01402b2005-07-14 15:57:16 +00001619config MIPS_VPE_LOADER_TOM
1620 bool "Load VPE program into memory hidden from linux"
1621 depends on MIPS_VPE_LOADER
1622 default y
1623 help
1624 The loader can use memory that is present but has been hidden from
1625 Linux using the kernel command line option "mem=xxMB". It's up to
1626 you to ensure the amount you put in the option and the space your
1627 program requires is less or equal to the amount physically present.
1628
1629# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1630config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001631 bool "Enable support for AP/SP API (RTLX)"
1632 depends on MIPS_VPE_LOADER
1633 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001634
Ralf Baechle26009902006-04-05 09:45:45 +01001635config MIPS_APSP_KSPD
1636 bool "Enable KSPD"
1637 depends on MIPS_VPE_APSP_API
1638 default y
1639 help
1640 KSPD is a kernel daemon that accepts syscall requests from the SP
1641 side, actions them and returns the results. It also handles the
1642 "exit" syscall notifying other kernel modules the SP program is
1643 exiting. You probably want to say yes here.
1644
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645config SB1_PASS_1_WORKAROUNDS
1646 bool
1647 depends on CPU_SB1_PASS_1
1648 default y
1649
1650config SB1_PASS_2_WORKAROUNDS
1651 bool
1652 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1653 default y
1654
1655config SB1_PASS_2_1_WORKAROUNDS
1656 bool
1657 depends on CPU_SB1 && CPU_SB1_PASS_2
1658 default y
1659
1660config 64BIT_PHYS_ADDR
1661 bool "Support for 64-bit physical address space"
Ralf Baechle948928a2005-12-23 02:16:44 +01001662 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 -07001663
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001665 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001667config CPU_HAS_SMARTMIPS
1668 depends on SYS_SUPPORTS_SMARTMIPS
1669 bool "Support for the SmartMIPS ASE"
1670 help
1671 SmartMIPS is a extension of the MIPS32 architecture aimed at
1672 increased security at both hardware and software level for
1673 smartcards. Enabling this option will allow proper use of the
1674 SmartMIPS instructions by Linux applications. However a kernel with
1675 this option will not work on a MIPS core without SmartMIPS core. If
1676 you don't know you probably don't have SmartMIPS and should say N
1677 here.
1678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001680 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001681
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001682#
1683# Vectored interrupt mode is an R2 feature
1684#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001685config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001686 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001687
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001688#
1689# Extended interrupt mode is an R2 feature
1690#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001691config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001692 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001693
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001694#
1695# Shadow registers are an R2 feature
1696#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001697config CPU_MIPSR2_SRS
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001698 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001699
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700config CPU_HAS_SYNC
1701 bool
1702 depends on !CPU_R3000
1703 default y
1704
1705#
Ralf Baechle797798c2005-08-10 15:17:11 +00001706# Use the generic interrupt handling code in kernel/irq/:
1707#
1708config GENERIC_HARDIRQS
1709 bool
1710 default y
1711
1712config GENERIC_IRQ_PROBE
1713 bool
1714 default y
1715
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001716config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001717 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001718
Ralf Baechle797798c2005-08-10 15:17:11 +00001719#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720# - Highmem only makes sense for the 32-bit kernel.
1721# - The current highmem code will only work properly on physically indexed
1722# caches such as R3000, SB1, R7000 or those that look like they're virtually
1723# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1724# moment we protect the user and offer the highmem option only on machines
1725# where it's known to be safe. This will not offer highmem on a few systems
1726# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1727# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001728# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1729# know they might have memory configurations that could make use of highmem
1730# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731#
1732config HIGHMEM
1733 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001734 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1735
1736config CPU_SUPPORTS_HIGHMEM
1737 bool
1738
1739config SYS_SUPPORTS_HIGHMEM
1740 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001742config SYS_SUPPORTS_SMARTMIPS
1743 bool
1744
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001745config ARCH_FLATMEM_ENABLE
1746 def_bool y
1747 depends on !NUMA
1748
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001749config ARCH_DISCONTIGMEM_ENABLE
1750 bool
1751 default y if SGI_IP27
1752 help
1753 Say Y to upport efficient handling of discontiguous physical memory,
1754 for architectures which are either NUMA (Non-Uniform Memory Access)
1755 or have huge holes in the physical address space for other reasons.
1756 See <file:Documentation/vm/numa> for more.
1757
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001758config ARCH_SPARSEMEM_ENABLE
1759 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001760 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001761
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001762config NUMA
1763 bool "NUMA Support"
1764 depends on SYS_SUPPORTS_NUMA
1765 help
1766 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1767 Access). This option improves performance on systems with more
1768 than two nodes; on two node systems it is generally better to
1769 leave it disabled; on single node systems disable this option
1770 disabled.
1771
1772config SYS_SUPPORTS_NUMA
1773 bool
1774
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001775config NODES_SHIFT
1776 int
1777 default "6"
1778 depends on NEED_MULTIPLE_NODES
1779
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001780source "mm/Kconfig"
1781
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782config SMP
1783 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001784 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001785 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001786 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787 This enables support for systems with more than one CPU. If you have
1788 a system with only one CPU, like most personal computers, say N. If
1789 you have a system with more than one CPU, say Y.
1790
1791 If you say N here, the kernel will run on single and multiprocessor
1792 machines, but will use only one CPU of a multiprocessor machine. If
1793 you say Y here, the kernel will run on many, but not all,
1794 singleprocessor machines. On a singleprocessor machine, the kernel
1795 will run faster if you say N here.
1796
1797 People using multiprocessor machines who say Y here should also say
1798 Y to "Enhanced Real Time Clock Support", below.
1799
1800 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1801 available at <http://www.tldp.org/docs.html#howto>.
1802
1803 If you don't know what to do here, say N.
1804
Ralf Baechlee73ea272006-06-04 11:51:46 +01001805config SYS_SUPPORTS_SMP
1806 bool
1807
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001808config NR_CPUS_DEFAULT_1
1809 bool
1810
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001811config NR_CPUS_DEFAULT_2
1812 bool
1813
1814config NR_CPUS_DEFAULT_4
1815 bool
1816
1817config NR_CPUS_DEFAULT_8
1818 bool
1819
1820config NR_CPUS_DEFAULT_16
1821 bool
1822
1823config NR_CPUS_DEFAULT_32
1824 bool
1825
1826config NR_CPUS_DEFAULT_64
1827 bool
1828
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829config NR_CPUS
1830 int "Maximum number of CPUs (2-64)"
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001831 range 1 64 if NR_CPUS_DEFAULT_1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832 depends on SMP
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001833 default "1" if NR_CPUS_DEFAULT_1
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001834 default "2" if NR_CPUS_DEFAULT_2
1835 default "4" if NR_CPUS_DEFAULT_4
1836 default "8" if NR_CPUS_DEFAULT_8
1837 default "16" if NR_CPUS_DEFAULT_16
1838 default "32" if NR_CPUS_DEFAULT_32
1839 default "64" if NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840 help
1841 This allows you to specify the maximum number of CPUs which this
1842 kernel will support. The maximum supported value is 32 for 32-bit
1843 kernel and 64 for 64-bit kernels; the minimum value which makes
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001844 sense is 1 for Qemu (useful only for kernel debugging purposes)
1845 and 2 for all others.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846
1847 This is purely to save memory - each supported CPU adds
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001848 approximately eight kilobytes to the kernel image. For best
1849 performance should round up your number of processors to the next
1850 power of two.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001852#
1853# Timer Interrupt Frequency Configuration
1854#
1855
1856choice
1857 prompt "Timer frequency"
1858 default HZ_250
1859 help
1860 Allows the configuration of the timer frequency.
1861
1862 config HZ_48
1863 bool "48 HZ" if SYS_SUPPORTS_48HZ
1864
1865 config HZ_100
1866 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1867
1868 config HZ_128
1869 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1870
1871 config HZ_250
1872 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1873
1874 config HZ_256
1875 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1876
1877 config HZ_1000
1878 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1879
1880 config HZ_1024
1881 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1882
1883endchoice
1884
1885config SYS_SUPPORTS_48HZ
1886 bool
1887
1888config SYS_SUPPORTS_100HZ
1889 bool
1890
1891config SYS_SUPPORTS_128HZ
1892 bool
1893
1894config SYS_SUPPORTS_250HZ
1895 bool
1896
1897config SYS_SUPPORTS_256HZ
1898 bool
1899
1900config SYS_SUPPORTS_1000HZ
1901 bool
1902
1903config SYS_SUPPORTS_1024HZ
1904 bool
1905
1906config SYS_SUPPORTS_ARBIT_HZ
1907 bool
1908 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1909 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1910 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1911 !SYS_SUPPORTS_1024HZ
1912
1913config HZ
1914 int
1915 default 48 if HZ_48
1916 default 100 if HZ_100
1917 default 128 if HZ_128
1918 default 250 if HZ_250
1919 default 256 if HZ_256
1920 default 1000 if HZ_1000
1921 default 1024 if HZ_1024
1922
Ralf Baechlee80de852005-07-11 20:45:51 +00001923source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925config MIPS_INSANE_LARGE
1926 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001927 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928 help
1929 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1930 previous 64-bit processors which only supported 40 bit / 1TB. If you
1931 need processes of more than 1TB virtual address space, say Y here.
1932 This will result in additional memory usage, so it is not
1933 recommended for normal users.
1934
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001935config KEXEC
1936 bool "Kexec system call (EXPERIMENTAL)"
1937 depends on EXPERIMENTAL
1938 help
1939 kexec is a system call that implements the ability to shutdown your
1940 current kernel, and to start another kernel. It is like a reboot
1941 but it is indepedent of the system firmware. And like a reboot
1942 you can start any kernel with it, not just Linux.
1943
1944 The name comes from the similiarity to the exec system call.
1945
1946 It is an ongoing process to be certain the hardware in a machine
1947 is properly shutdown, so do not be surprised if this code does not
1948 initially work for you. It may help to enable device hotplugging
1949 support. As of this writing the exact hardware interface is
1950 strongly in flux, so no good recommendation can be made.
1951
1952config SECCOMP
1953 bool "Enable seccomp to safely compute untrusted bytecode"
1954 depends on PROC_FS && BROKEN
1955 default y
1956 help
1957 This kernel feature is useful for number crunching applications
1958 that may need to compute untrusted bytecode during their
1959 execution. By using pipes or other transports made available to
1960 the process as file descriptors supporting the read/write
1961 syscalls, it's possible to isolate those applications in
1962 their own address space using seccomp. Once seccomp is
1963 enabled via /proc/<pid>/seccomp, it cannot be disabled
1964 and the task is only allowed to execute a few safe syscalls
1965 defined by each seccomp mode.
1966
1967 If unsure, say Y. Only embedded should say N here.
1968
Ralf Baechle5e83d432005-10-29 19:32:41 +01001969endmenu
1970
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971config RWSEM_GENERIC_SPINLOCK
1972 bool
1973 default y
1974
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +09001975config LOCKDEP_SUPPORT
1976 bool
1977 default y
1978
1979config STACKTRACE_SUPPORT
1980 bool
1981 default y
1982
Ralf Baechleb6c35392005-11-25 11:35:40 +00001983source "init/Kconfig"
1984
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1986
Ralf Baechle5e83d432005-10-29 19:32:41 +01001987config HW_HAS_EISA
1988 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989config HW_HAS_PCI
1990 bool
1991
1992config PCI
1993 bool "Support for PCI controller"
1994 depends on HW_HAS_PCI
1995 help
1996 Find out whether you have a PCI motherboard. PCI is the name of a
1997 bus system, i.e. the way the CPU talks to the other stuff inside
1998 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1999 say Y, otherwise N.
2000
2001 The PCI-HOWTO, available from
2002 <http://www.tldp.org/docs.html#howto>, contains valuable
2003 information about which PCI hardware does work under Linux and which
2004 doesn't.
2005
2006config PCI_DOMAINS
2007 bool
2008 depends on PCI
2009
2010source "drivers/pci/Kconfig"
2011
2012#
2013# ISA support is now enabled via select. Too many systems still have the one
2014# or other ISA chip on the board that users don't know about so don't expect
2015# users to choose the right thing ...
2016#
2017config ISA
2018 bool
2019
2020config EISA
2021 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002022 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023 select ISA
Ralf Baechleaa414df2006-11-30 01:14:51 +00002024 select GENERIC_ISA_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 ---help---
2026 The Extended Industry Standard Architecture (EISA) bus was
2027 developed as an open alternative to the IBM MicroChannel bus.
2028
2029 The EISA bus provided some of the features of the IBM MicroChannel
2030 bus while maintaining backward compatibility with cards made for
2031 the older ISA bus. The EISA bus saw limited use between 1988 and
2032 1995 when it was made obsolete by the PCI bus.
2033
2034 Say Y here if you are building a kernel for an EISA-based machine.
2035
2036 Otherwise, say N.
2037
2038source "drivers/eisa/Kconfig"
2039
2040config TC
2041 bool "TURBOchannel support"
2042 depends on MACH_DECSTATION
2043 help
2044 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
2045 processors. Documentation on writing device drivers for TurboChannel
2046 is available at:
2047 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
2048
2049#config ACCESSBUS
2050# bool "Access.Bus support"
2051# depends on TC
2052
2053config MMU
2054 bool
2055 default y
2056
Michael Neulinge5c6c8e2006-03-14 00:11:50 -05002057config I8253
2058 bool
2059
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060source "drivers/pcmcia/Kconfig"
2061
2062source "drivers/pci/hotplug/Kconfig"
2063
2064endmenu
2065
2066menu "Executable file formats"
2067
2068source "fs/Kconfig.binfmt"
2069
2070config TRAD_SIGNALS
2071 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072
2073config BUILD_ELF64
2074 bool "Use 64-bit ELF format for building"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002075 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076 help
2077 A 64-bit kernel is usually built using the 64-bit ELF binary object
2078 format as it's one that allows arbitrary 64-bit constructs. For
2079 kernels that are loaded within the KSEG compatibility segments the
2080 32-bit ELF format can optionally be used resulting in a somewhat
2081 smaller binary, but this option is not explicitly supported by the
2082 toolchain and since binutils 2.14 it does not even work at all.
2083
2084 Say Y to use the 64-bit format or N to use the 32-bit one.
2085
2086 If unsure say Y.
2087
2088config BINFMT_IRIX
2089 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002090 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091
2092config MIPS32_COMPAT
2093 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002094 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095 help
2096 Select this option if you want Linux/MIPS 32-bit binary
2097 compatibility. Since all software available for Linux/MIPS is
2098 currently 32-bit you should say Y here.
2099
2100config COMPAT
2101 bool
2102 depends on MIPS32_COMPAT
2103 default y
2104
Atsushi Nemoto05e43962006-11-07 18:02:44 +09002105config SYSVIPC_COMPAT
2106 bool
2107 depends on COMPAT && SYSVIPC
2108 default y
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110config MIPS32_O32
2111 bool "Kernel support for o32 binaries"
2112 depends on MIPS32_COMPAT
2113 help
2114 Select this option if you want to run o32 binaries. These are pure
2115 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
2116 existing binaries are in this format.
2117
2118 If unsure, say Y.
2119
2120config MIPS32_N32
2121 bool "Kernel support for n32 binaries"
2122 depends on MIPS32_COMPAT
2123 help
2124 Select this option if you want to run n32 binaries. These are
2125 64-bit binaries using 32-bit quantities for addressing and certain
2126 data that would normally be 64-bit. They are used in special
2127 cases.
2128
2129 If unsure, say N.
2130
2131config BINFMT_ELF32
2132 bool
2133 default y if MIPS32_O32 || MIPS32_N32
2134
Ralf Baechle21162452007-02-09 17:08:58 +00002135endmenu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136
Ralf Baechle21162452007-02-09 17:08:58 +00002137menu "Power management options"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002138
Ralf Baechle21162452007-02-09 17:08:58 +00002139source "kernel/power/Kconfig"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002140
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141endmenu
2142
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002143source "net/Kconfig"
2144
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145source "drivers/Kconfig"
2146
2147source "fs/Kconfig"
2148
Ralf Baechle5e83d432005-10-29 19:32:41 +01002149source "arch/mips/oprofile/Kconfig"
2150
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151source "arch/mips/Kconfig.debug"
2152
2153source "security/Kconfig"
2154
2155source "crypto/Kconfig"
2156
2157source "lib/Kconfig"