blob: eb8be5491c134436cfcb93534988c922c873685a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config MIPS
2 bool
3 default y
Mathieu Desnoyers42d4b832008-02-02 15:10:34 -05004 select HAVE_OPROFILE
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 # Horrible source of confusion. Die, die, die ...
6 select EMBEDDED
Ralf Baechle90b02342007-10-11 23:46:09 +01007 select RTC_LIB
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Linus Torvalds1da177e2005-04-16 15:20:36 -07009mainmenu "Linux/MIPS Kernel Configuration"
10
Linus Torvalds1da177e2005-04-16 15:20:36 -070011menu "Machine selection"
12
Christoph Lameter5ac6da62007-02-10 01:43:14 -080013config ZONE_DMA
14 bool
Christoph Lameter5ac6da62007-02-10 01:43:14 -080015
Ralf Baechle5e83d432005-10-29 19:32:41 +010016choice
17 prompt "System type"
18 default SGI_IP22
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
Yoichi Yuasac3543e22007-05-11 20:44:30 +090020config MACH_ALCHEMY
21 bool "Alchemy processor based machines"
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
Ralf Baechle35189fa2006-06-18 16:39:46 +010023config BASLER_EXCITE
Thomas Koellerbe915892007-02-23 01:40:34 +010024 bool "Basler eXcite smart camera"
Ralf Baechle42f77542007-10-18 17:48:11 +010025 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +000026 select CSRC_R4K
Ralf Baechle35189fa2006-06-18 16:39:46 +010027 select DMA_COHERENT
28 select HW_HAS_PCI
29 select IRQ_CPU
30 select IRQ_CPU_RM7K
31 select IRQ_CPU_RM9K
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +020032 select MIPS_RM9122
Ralf Baechle35189fa2006-06-18 16:39:46 +010033 select SYS_HAS_CPU_RM9000
34 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle35189fa2006-06-18 16:39:46 +010035 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +000036 select SYS_SUPPORTS_KGDB
Ralf Baechle35189fa2006-06-18 16:39:46 +010037 help
38 The eXcite is a smart camera platform manufactured by
Thomas Koellerbe915892007-02-23 01:40:34 +010039 Basler Vision Technologies AG.
Ralf Baechle35189fa2006-06-18 16:39:46 +010040
Aurelien Jarno1c0c13e2007-09-25 15:40:12 +020041config BCM47XX
42 bool "BCM47XX based boards"
Ralf Baechle42f77542007-10-18 17:48:11 +010043 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +000044 select CSRC_R4K
Aurelien Jarno1c0c13e2007-09-25 15:40:12 +020045 select DMA_NONCOHERENT
46 select HW_HAS_PCI
47 select IRQ_CPU
48 select SYS_HAS_CPU_MIPS32_R1
49 select SYS_SUPPORTS_32BIT_KERNEL
50 select SYS_SUPPORTS_LITTLE_ENDIAN
51 select SSB
52 select SSB_DRIVER_MIPS
Aurelien Jarno2f02c152007-12-11 11:30:34 +010053 select SSB_DRIVER_EXTIF
54 select SSB_PCICORE_HOSTMODE if PCI
Aurelien Jarno1c0c13e2007-09-25 15:40:12 +020055 select GENERIC_GPIO
Aurelien Jarno25e5fb92007-09-25 15:41:24 +020056 select SYS_HAS_EARLY_PRINTK
57 select CFE
Aurelien Jarno1c0c13e2007-09-25 15:40:12 +020058 help
59 Support for BCM47XX based boards
60
Linus Torvalds1da177e2005-04-16 15:20:36 -070061config MIPS_COBALT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +020062 bool "Cobalt Server"
Ralf Baechle42f77542007-10-18 17:48:11 +010063 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +000064 select CSRC_R4K
Yoichi Yuasa1097c6a2007-10-22 19:43:15 +090065 select CEVT_GT641XX
Linus Torvalds1da177e2005-04-16 15:20:36 -070066 select DMA_NONCOHERENT
67 select HW_HAS_PCI
Ralf Baechled865bea2007-10-11 23:46:10 +010068 select I8253
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 select I8259
70 select IRQ_CPU
Yoichi Yuasad5ab1a62007-09-13 23:51:26 +090071 select IRQ_GT641XX
Yoichi Yuasa252161e2007-03-14 21:51:26 +090072 select PCI_GT64XXX_PCI0
Ralf Baechle7cf80532005-10-20 22:33:09 +010073 select SYS_HAS_CPU_NEVADA
Yoichi Yuasa0a22e0d2007-03-02 12:42:33 +090074 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -070075 select SYS_SUPPORTS_32BIT_KERNEL
Florian Fainelli0e8774b2008-01-15 19:42:57 +010076 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +010077 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +090078 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -070079
80config MACH_DECSTATION
Martin Michlmayr3fa986f2006-05-09 23:34:53 +020081 bool "DECstations"
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 select BOOT_ELF32
Ralf Baechle42f77542007-10-18 17:48:11 +010083 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +000084 select CSRC_R4K
Maciej W. Rozycki20d60d92007-10-23 12:43:11 +010085 select CPU_DADDI_WORKAROUNDS if 64BIT
86 select CPU_R4000_WORKAROUNDS if 64BIT
87 select CPU_R4400_WORKAROUNDS if 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -070088 select DMA_NONCOHERENT
Maciej W. Rozyckid388d682007-05-29 15:08:07 +010089 select NO_IOPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +010091 select SYS_HAS_CPU_R3000
92 select SYS_HAS_CPU_R4X00
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -070093 select SYS_SUPPORTS_32BIT_KERNEL
94 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +010095 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +090096 select SYS_SUPPORTS_128HZ
97 select SYS_SUPPORTS_256HZ
98 select SYS_SUPPORTS_1024HZ
Ralf Baechle5e83d432005-10-29 19:32:41 +010099 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100 This enables support for DEC's MIPS based workstations. For details
101 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
102 DECstation porting pages on <http://decstation.unix-ag.org/>.
103
104 If you have one of the following DECstation Models you definitely
105 want to choose R4xx0 for the CPU Type:
106
Ralf Baechle93088162007-08-29 14:21:45 +0100107 DECstation 5000/50
108 DECstation 5000/150
109 DECstation 5000/260
110 DECsystem 5900/260
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111
112 otherwise choose R3000.
113
Ralf Baechle5e83d432005-10-29 19:32:41 +0100114config MACH_JAZZ
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200115 bool "Jazz family of machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100116 select ARC
117 select ARC32
118 select ARCH_MAY_HAVE_PC_FDC
Ralf Baechle42f77542007-10-18 17:48:11 +0100119 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000120 select CSRC_R4K
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100121 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100122 select GENERIC_ISA_DMA
Thomas Bogendoerferea202c62007-08-25 11:01:50 +0200123 select IRQ_CPU
Ralf Baechled865bea2007-10-11 23:46:10 +0100124 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100125 select I8259
126 select ISA
Ralf Baechle7cf80532005-10-20 22:33:09 +0100127 select SYS_HAS_CPU_R4X00
Ralf Baechle5e83d432005-10-29 19:32:41 +0100128 select SYS_SUPPORTS_32BIT_KERNEL
129 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900130 select SYS_SUPPORTS_100HZ
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900131 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100133 This a family of machines based on the MIPS R4030 chipset which was
134 used by several vendors to build RISC/os and Windows NT workstations.
135 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and
136 Olivetti M700-10 workstations.
137
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200138config LASAT
139 bool "LASAT Networks platforms"
Ralf Baechle42f77542007-10-18 17:48:11 +0100140 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000141 select CSRC_R4K
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200142 select DMA_NONCOHERENT
143 select SYS_HAS_EARLY_PRINTK
144 select HW_HAS_PCI
Ralf Baechlea5ccfe52007-10-14 23:49:33 +0100145 select IRQ_CPU
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200146 select PCI_GT64XXX_PCI0
147 select MIPS_NILE4
148 select R5000_CPU_SCACHE
149 select SYS_HAS_CPU_R5000
150 select SYS_SUPPORTS_32BIT_KERNEL
151 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
152 select SYS_SUPPORTS_LITTLE_ENDIAN
153 select GENERIC_HARDIRQS_NO__DO_IRQ
154
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900155config LEMOTE_FULONG
156 bool "Lemote Fulong mini-PC"
157 select ARCH_SPARSEMEM_ENABLE
Ralf Baechle42f77542007-10-18 17:48:11 +0100158 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000159 select CSRC_R4K
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900160 select SYS_HAS_CPU_LOONGSON2
161 select DMA_NONCOHERENT
162 select BOOT_ELF32
163 select BOARD_SCACHE
164 select HAVE_STD_PC_SERIAL_PORT
165 select HW_HAS_PCI
166 select I8259
167 select ISA
168 select IRQ_CPU
169 select SYS_SUPPORTS_32BIT_KERNEL
170 select SYS_SUPPORTS_64BIT_KERNEL
171 select SYS_SUPPORTS_LITTLE_ENDIAN
172 select SYS_SUPPORTS_HIGHMEM
173 select SYS_HAS_EARLY_PRINTK
174 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle23dd6d32007-08-24 16:49:23 +0100175 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900176 select CPU_HAS_WB
177 help
178 Lemote Fulong mini-PC board based on the Chinese Loongson-2E CPU and
179 an FPGA northbridge
180
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181config MIPS_ATLAS
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200182 bool "MIPS Atlas board"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 select BOOT_ELF32
Ralf Baechlefa71c962008-01-29 10:15:00 +0000184 select BOOT_RAW
Ralf Baechle42f77542007-10-18 17:48:11 +0100185 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000186 select CSRC_R4K
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000188 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100189 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190 select HW_HAS_PCI
Ralf Baechle5e83d432005-10-29 19:32:41 +0100191 select MIPS_BOARDS_GEN
192 select MIPS_BONITO64
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900193 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100194 select MIPS_MSC
Maciej W. Rozyckif4b7cdb2005-02-12 04:31:49 +0000195 select RM7000_CPU_SCACHE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100197 select SYS_HAS_CPU_MIPS32_R1
198 select SYS_HAS_CPU_MIPS32_R2
199 select SYS_HAS_CPU_MIPS64_R1
200 select SYS_HAS_CPU_NEVADA
201 select SYS_HAS_CPU_RM7000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700202 select SYS_SUPPORTS_32BIT_KERNEL
203 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100204 select SYS_SUPPORTS_BIG_ENDIAN
205 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100206 select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100207 select SYS_SUPPORTS_SMARTMIPS
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100208 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000210 This enables support for the MIPS Technologies Atlas evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 board.
212
213config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200214 bool "MIPS Malta board"
Ralf Baechle61ed2422005-09-15 08:52:34 +0000215 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 select BOOT_ELF32
Ralf Baechlefa71c962008-01-29 10:15:00 +0000217 select BOOT_RAW
Ralf Baechle42f77542007-10-18 17:48:11 +0100218 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000219 select CSRC_R4K
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 select DMA_NONCOHERENT
221 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000222 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 select HW_HAS_PCI
Ralf Baechled865bea2007-10-11 23:46:10 +0100224 select I8253
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100226 select MIPS_BOARDS_GEN
227 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100228 select MIPS_CPU_SCACHE
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900229 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100230 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100232 select SYS_HAS_CPU_MIPS32_R1
233 select SYS_HAS_CPU_MIPS32_R2
234 select SYS_HAS_CPU_MIPS64_R1
235 select SYS_HAS_CPU_NEVADA
236 select SYS_HAS_CPU_RM7000
Ralf Baechle36a88532007-03-01 11:56:43 +0000237 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700238 select SYS_SUPPORTS_32BIT_KERNEL
239 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100240 select SYS_SUPPORTS_BIG_ENDIAN
241 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100242 select SYS_SUPPORTS_MULTITHREADING
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100243 select SYS_SUPPORTS_SMARTMIPS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000245 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246 board.
247
248config MIPS_SEAD
Ralf Baechled98cc842007-08-06 10:02:07 +0100249 bool "MIPS SEAD board"
Ralf Baechle42f77542007-10-18 17:48:11 +0100250 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000251 select CSRC_R4K
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 select IRQ_CPU
253 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000254 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100255 select MIPS_BOARDS_GEN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100256 select SYS_HAS_CPU_MIPS32_R1
257 select SYS_HAS_CPU_MIPS32_R2
258 select SYS_HAS_CPU_MIPS64_R1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700259 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100260 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
261 select SYS_SUPPORTS_BIG_ENDIAN
262 select SYS_SUPPORTS_LITTLE_ENDIAN
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100263 select SYS_SUPPORTS_SMARTMIPS
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000264 help
265 This enables support for the MIPS Technologies SEAD evaluation
266 board.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100268config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200269 bool 'MIPS simulator (MIPSsim)'
Ralf Baechle42f77542007-10-18 17:48:11 +0100270 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000271 select CSRC_R4K
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100272 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000273 select SYS_HAS_EARLY_PRINTK
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100274 select IRQ_CPU
Marc St-Jean9267a302007-06-14 15:55:31 -0600275 select BOOT_RAW
Ralf Baechle7cf80532005-10-20 22:33:09 +0100276 select SYS_HAS_CPU_MIPS32_R1
277 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechle36a88532007-03-01 11:56:43 +0000278 select SYS_HAS_EARLY_PRINTK
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100279 select SYS_SUPPORTS_32BIT_KERNEL
280 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlef6e23732007-07-10 17:32:56 +0100281 select SYS_SUPPORTS_MULTITHREADING
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100282 select SYS_SUPPORTS_LITTLE_ENDIAN
283 help
284 This option enables support for MIPS Technologies MIPSsim software
285 emulator.
286
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900287config MARKEINS
288 bool "NEC EMMA2RH Mark-eins"
Ralf Baechle42f77542007-10-18 17:48:11 +0100289 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000290 select CSRC_R4K
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900291 select DMA_NONCOHERENT
292 select HW_HAS_PCI
293 select IRQ_CPU
294 select SWAP_IO_SPACE
295 select SYS_SUPPORTS_32BIT_KERNEL
296 select SYS_SUPPORTS_BIG_ENDIAN
297 select SYS_SUPPORTS_LITTLE_ENDIAN
298 select SYS_HAS_CPU_R5000
299 help
300 This enables support for the R5432-based NEC Mark-eins
301 boards with R5500 CPU.
302
Ralf Baechle5e83d432005-10-29 19:32:41 +0100303config MACH_VR41XX
Yoichi Yuasa74142d62007-04-26 19:45:09 +0900304 bool "NEC VR4100 series based machines"
Ralf Baechle42f77542007-10-18 17:48:11 +0100305 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000306 select CSRC_R4K
Ralf Baechle7cf80532005-10-20 22:33:09 +0100307 select SYS_HAS_CPU_VR41XX
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900308 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100309
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900310config PNX8550_JBS
311 bool "Philips PNX8550 based JBS board"
312 select PNX8550
313 select SYS_SUPPORTS_LITTLE_ENDIAN
314
315config PNX8550_STB810
316 bool "Philips PNX8550 based STB810 board"
317 select PNX8550
318 select SYS_SUPPORTS_LITTLE_ENDIAN
319
Marc St-Jean9267a302007-06-14 15:55:31 -0600320config PMC_MSP
321 bool "PMC-Sierra MSP chipsets"
322 depends on EXPERIMENTAL
323 select DMA_NONCOHERENT
324 select SWAP_IO_SPACE
325 select NO_EXCEPT_FILL
326 select BOOT_RAW
327 select SYS_HAS_CPU_MIPS32_R1
328 select SYS_HAS_CPU_MIPS32_R2
329 select SYS_SUPPORTS_32BIT_KERNEL
330 select SYS_SUPPORTS_BIG_ENDIAN
331 select SYS_SUPPORTS_KGDB
332 select IRQ_CPU
333 select SERIAL_8250
334 select SERIAL_8250_CONSOLE
335 help
336 This adds support for the PMC-Sierra family of Multi-Service
337 Processor System-On-A-Chips. These parts include a number
338 of integrated peripherals, interfaces and DSPs in addition to
339 a variety of MIPS cores.
340
Ralf Baechle5e83d432005-10-29 19:32:41 +0100341config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200342 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle42f77542007-10-18 17:48:11 +0100343 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000344 select CSRC_R4K
Ralf Baechle5e83d432005-10-29 19:32:41 +0100345 select DMA_COHERENT
346 select HW_HAS_PCI
347 select IRQ_CPU
348 select IRQ_CPU_RM7K
349 select IRQ_CPU_RM9K
350 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100351 select SYS_HAS_CPU_RM9000
Ralf Baechle36a88532007-03-01 11:56:43 +0000352 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100353 select SYS_SUPPORTS_32BIT_KERNEL
354 select SYS_SUPPORTS_64BIT_KERNEL
355 select SYS_SUPPORTS_BIG_ENDIAN
356 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlecc801072007-02-17 02:58:39 +0000357 select SYS_SUPPORTS_KGDB
Ralf Baechlee73ea272006-06-04 11:51:46 +0100358 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100359 help
360 Yosemite is an evaluation board for the RM9000x2 processor
361 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200364 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365 select ARC
366 select ARC32
367 select BOOT_ELF32
Ralf Baechle42f77542007-10-18 17:48:11 +0100368 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000369 select CSRC_R4K
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100370 select DEFAULT_SGI_PARTITION
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100372 select HW_HAS_EISA
Ralf Baechled865bea2007-10-11 23:46:10 +0100373 select I8253
Thomas Bogendoerfer68de4802007-11-23 20:34:16 +0100374 select I8259
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 select IP22_CPU_SCACHE
376 select IRQ_CPU
Ralf Baechleaa414df2006-11-30 01:14:51 +0000377 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100378 select SGI_HAS_DS1286
379 select SGI_HAS_I8042
380 select SGI_HAS_INDYDOG
381 select SGI_HAS_SEEQ
382 select SGI_HAS_WD93
383 select SGI_HAS_ZILOG
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100385 select SYS_HAS_CPU_R4X00
386 select SYS_HAS_CPU_R5000
Ralf Baechle36a88532007-03-01 11:56:43 +0000387 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700388 select SYS_SUPPORTS_32BIT_KERNEL
389 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100390 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391 help
392 This are the SGI Indy, Challenge S and Indigo2, as well as certain
393 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
394 that runs on these, say Y here.
395
396config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200397 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 select ARC
399 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100400 select BOOT_ELF64
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100401 select DEFAULT_SGI_PARTITION
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 select DMA_IP27
Ralf Baechle36a88532007-03-01 11:56:43 +0000403 select SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 select HW_HAS_PCI
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000405 select NR_CPUS_DEFAULT_64
Ralf Baechle7cf80532005-10-20 22:33:09 +0100406 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700407 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100408 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000409 select SYS_SUPPORTS_KGDB
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100410 select SYS_SUPPORTS_NUMA
Ralf Baechle1a5c5de2006-11-02 17:23:33 +0000411 select SYS_SUPPORTS_SMP
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100412 select GENERIC_HARDIRQS_NO__DO_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413 help
414 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
415 workstations. To compile a Linux kernel that runs on these, say Y
416 here.
417
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100418config SGI_IP28
419 bool "SGI IP28 (Indigo2 R10k) (EXPERIMENTAL)"
420 depends on EXPERIMENTAL
421 select ARC
422 select ARC64
423 select BOOT_ELF64
424 select CEVT_R4K
425 select CSRC_R4K
426 select DEFAULT_SGI_PARTITION
427 select DMA_NONCOHERENT
428 select GENERIC_ISA_DMA_SUPPORT_BROKEN
429 select IRQ_CPU
430 select HW_HAS_EISA
431 select I8253
432 select I8259
433 select SGI_HAS_DS1286
434 select SGI_HAS_I8042
435 select SGI_HAS_INDYDOG
436 select SGI_HAS_SEEQ
437 select SGI_HAS_WD93
438 select SGI_HAS_ZILOG
439 select SWAP_IO_SPACE
440 select SYS_HAS_CPU_R10000
441 select SYS_HAS_EARLY_PRINTK
442 select SYS_SUPPORTS_64BIT_KERNEL
443 select SYS_SUPPORTS_BIG_ENDIAN
444 help
445 This is the SGI Indigo2 with R10000 processor. To compile a Linux
446 kernel that runs on these, say Y here.
447
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448config SGI_IP32
Ralf Baechlecfd2afc2007-07-10 17:33:00 +0100449 bool "SGI IP32 (O2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 select ARC
451 select ARC32
452 select BOOT_ELF32
Ralf Baechle42f77542007-10-18 17:48:11 +0100453 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000454 select CSRC_R4K
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 select DMA_NONCOHERENT
456 select HW_HAS_PCI
Ralf Baechledd67b152007-10-14 14:02:26 +0100457 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 select R5000_CPU_SCACHE
459 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100460 select SYS_HAS_CPU_R5000
461 select SYS_HAS_CPU_R10000 if BROKEN
462 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000463 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700464 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100465 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 help
467 If you want this kernel to run on SGI O2 workstation, say Y here.
468
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900469config SIBYTE_CRHINE
470 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100471 depends on EXPERIMENTAL
472 select BOOT_ELF32
473 select DMA_COHERENT
474 select SIBYTE_BCM1120
475 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100476 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100477 select SYS_SUPPORTS_BIG_ENDIAN
478 select SYS_SUPPORTS_LITTLE_ENDIAN
479
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900480config SIBYTE_CARMEL
481 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100482 depends on EXPERIMENTAL
483 select BOOT_ELF32
484 select DMA_COHERENT
485 select SIBYTE_BCM1120
486 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100487 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100488 select SYS_SUPPORTS_BIG_ENDIAN
489 select SYS_SUPPORTS_LITTLE_ENDIAN
490
491config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200492 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100493 depends on EXPERIMENTAL
494 select BOOT_ELF32
495 select DMA_COHERENT
496 select SIBYTE_BCM1125
497 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100498 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100499 select SYS_SUPPORTS_BIG_ENDIAN
500 select SYS_SUPPORTS_HIGHMEM
501 select SYS_SUPPORTS_LITTLE_ENDIAN
502
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900503config SIBYTE_RHONE
504 bool "Sibyte BCM91125E-Rhone"
505 depends on EXPERIMENTAL
506 select BOOT_ELF32
507 select DMA_COHERENT
508 select SIBYTE_BCM1125H
509 select SWAP_IO_SPACE
510 select SYS_HAS_CPU_SB1
511 select SYS_SUPPORTS_BIG_ENDIAN
512 select SYS_SUPPORTS_LITTLE_ENDIAN
513
514config SIBYTE_SWARM
515 bool "Sibyte BCM91250A-SWARM"
516 select BOOT_ELF32
517 select DMA_COHERENT
518 select NR_CPUS_DEFAULT_2
519 select SIBYTE_SB1250
520 select SWAP_IO_SPACE
521 select SYS_HAS_CPU_SB1
522 select SYS_SUPPORTS_BIG_ENDIAN
523 select SYS_SUPPORTS_HIGHMEM
524 select SYS_SUPPORTS_KGDB
525 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlecce335ae2007-11-03 02:05:43 +0000526 select ZONE_DMA32 if 64BIT
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900527
528config SIBYTE_LITTLESUR
529 bool "Sibyte BCM91250C2-LittleSur"
530 depends on EXPERIMENTAL
531 select BOOT_ELF32
532 select DMA_COHERENT
533 select NR_CPUS_DEFAULT_2
534 select SIBYTE_SB1250
535 select SWAP_IO_SPACE
536 select SYS_HAS_CPU_SB1
537 select SYS_SUPPORTS_BIG_ENDIAN
538 select SYS_SUPPORTS_HIGHMEM
539 select SYS_SUPPORTS_LITTLE_ENDIAN
540
541config SIBYTE_SENTOSA
542 bool "Sibyte BCM91250E-Sentosa"
543 depends on EXPERIMENTAL
544 select BOOT_ELF32
545 select DMA_COHERENT
546 select NR_CPUS_DEFAULT_2
547 select SIBYTE_SB1250
548 select SWAP_IO_SPACE
549 select SYS_HAS_CPU_SB1
550 select SYS_SUPPORTS_BIG_ENDIAN
551 select SYS_SUPPORTS_LITTLE_ENDIAN
552
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900553config SIBYTE_BIGSUR
554 bool "Sibyte BCM91480B-BigSur"
555 select BOOT_ELF32
556 select DMA_COHERENT
557 select NR_CPUS_DEFAULT_4
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900558 select SIBYTE_BCM1x80
559 select SWAP_IO_SPACE
560 select SYS_HAS_CPU_SB1
561 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle651194f2007-11-01 21:55:39 +0000562 select SYS_SUPPORTS_HIGHMEM
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900563 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlecce335ae2007-11-03 02:05:43 +0000564 select ZONE_DMA32 if 64BIT
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900565
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100566config SNI_RM
567 bool "SNI RM200/300/400"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200568 select ARC if CPU_LITTLE_ENDIAN
569 select ARC32 if CPU_LITTLE_ENDIAN
Thomas Bogendoerfer231a35d2008-01-04 23:31:07 +0100570 select SNIPROM if CPU_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100571 select ARCH_MAY_HAVE_PC_FDC
572 select BOOT_ELF32
Ralf Baechle42f77542007-10-18 17:48:11 +0100573 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000574 select CSRC_R4K
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100575 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100576 select DMA_NONCOHERENT
577 select GENERIC_ISA_DMA
Ralf Baechle5e83d432005-10-29 19:32:41 +0100578 select HW_HAS_EISA
579 select HW_HAS_PCI
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100580 select IRQ_CPU
Ralf Baechled865bea2007-10-11 23:46:10 +0100581 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100582 select I8259
583 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200584 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100585 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200586 select SYS_HAS_CPU_R5000
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100587 select SYS_HAS_CPU_R10000
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200588 select R5000_CPU_SCACHE
Ralf Baechle36a88532007-03-01 11:56:43 +0000589 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700590 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100591 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200592 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100593 select SYS_SUPPORTS_HIGHMEM
594 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 help
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100596 The SNI RM200/300/400 are MIPS-based machines manufactured by
597 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
Ralf Baechle5e83d432005-10-29 19:32:41 +0100598 Technology and now in turn merged with Fujitsu. Say Y here to
599 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600
Ralf Baechle5e83d432005-10-29 19:32:41 +0100601config TOSHIBA_JMR3927
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200602 bool "Toshiba JMR-TX3927 board"
Atsushi Nemoto229f7732007-10-25 01:34:09 +0900603 select CEVT_TXX9
Ralf Baechle5e83d432005-10-29 19:32:41 +0100604 select DMA_NONCOHERENT
605 select HW_HAS_PCI
606 select MIPS_TX3927
Atsushi Nemotoc87abd72007-08-02 23:36:02 +0900607 select IRQ_TXX9
Ralf Baechle5e83d432005-10-29 19:32:41 +0100608 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100609 select SYS_HAS_CPU_TX39XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100610 select SYS_SUPPORTS_32BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300611 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100612 select SYS_SUPPORTS_BIG_ENDIAN
Atsushi Nemoto21274352007-03-15 00:58:28 +0900613 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100614
615config TOSHIBA_RBTX4927
Yoichi Yuasa08a91282007-07-27 15:20:24 +0900616 bool "Toshiba RBTX49[23]7 board"
Ralf Baechle42f77542007-10-18 17:48:11 +0100617 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000618 select CSRC_R4K
Atsushi Nemoto229f7732007-10-25 01:34:09 +0900619 select CEVT_TXX9
Ralf Baechle5e83d432005-10-29 19:32:41 +0100620 select DMA_NONCOHERENT
621 select HAS_TXX9_SERIAL
622 select HW_HAS_PCI
Atsushi Nemotoc87abd72007-08-02 23:36:02 +0900623 select IRQ_CPU
624 select IRQ_TXX9
625 select I8259 if TOSHIBA_FPCIB0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100626 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100627 select SYS_HAS_CPU_TX49XX
Ralf Baechle5e83d432005-10-29 19:32:41 +0100628 select SYS_SUPPORTS_32BIT_KERNEL
629 select SYS_SUPPORTS_64BIT_KERNEL
Sergei Shtylyov6a2603a2007-02-07 20:39:05 +0300630 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100631 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000632 select SYS_SUPPORTS_KGDB
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900633 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100634 help
635 This Toshiba board is based on the TX4927 processor. Say Y here to
636 support this machine type
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637
Ralf Baechle23fbee92005-07-25 22:45:45 +0000638config TOSHIBA_RBTX4938
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200639 bool "Toshiba RBTX4938 board"
Ralf Baechle42f77542007-10-18 17:48:11 +0100640 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000641 select CSRC_R4K
Atsushi Nemoto229f7732007-10-25 01:34:09 +0900642 select CEVT_TXX9
Ralf Baechle23fbee92005-07-25 22:45:45 +0000643 select DMA_NONCOHERENT
Ralf Baechle23fbee92005-07-25 22:45:45 +0000644 select HAS_TXX9_SERIAL
645 select HW_HAS_PCI
Atsushi Nemotoc87abd72007-08-02 23:36:02 +0900646 select IRQ_CPU
647 select IRQ_TXX9
Ralf Baechle23fbee92005-07-25 22:45:45 +0000648 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100649 select SYS_HAS_CPU_TX49XX
Ralf Baechle23fbee92005-07-25 22:45:45 +0000650 select SYS_SUPPORTS_32BIT_KERNEL
651 select SYS_SUPPORTS_LITTLE_ENDIAN
652 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlecc801072007-02-17 02:58:39 +0000653 select SYS_SUPPORTS_KGDB
Atsushi Nemoto9fd32cf2006-12-08 01:55:07 +0900654 select GENERIC_HARDIRQS_NO__DO_IRQ
Atsushi Nemoto3896b052007-06-22 23:21:55 +0900655 select GENERIC_GPIO
Ralf Baechle23fbee92005-07-25 22:45:45 +0000656 help
657 This Toshiba board is based on the TX4938 processor. Say Y here to
658 support this machine type
659
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900660config WR_PPMC
661 bool "Wind River PPMC board"
Ralf Baechle42f77542007-10-18 17:48:11 +0100662 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000663 select CSRC_R4K
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900664 select IRQ_CPU
665 select BOOT_ELF32
666 select DMA_NONCOHERENT
667 select HW_HAS_PCI
668 select PCI_GT64XXX_PCI0
669 select SWAP_IO_SPACE
670 select SYS_HAS_CPU_MIPS32_R1
671 select SYS_HAS_CPU_MIPS32_R2
672 select SYS_HAS_CPU_MIPS64_R1
673 select SYS_HAS_CPU_NEVADA
674 select SYS_HAS_CPU_RM7000
675 select SYS_SUPPORTS_32BIT_KERNEL
676 select SYS_SUPPORTS_64BIT_KERNEL
677 select SYS_SUPPORTS_BIG_ENDIAN
678 select SYS_SUPPORTS_LITTLE_ENDIAN
679 help
680 This enables support for the Wind River MIPS32 4KC PPMC evaluation
681 board, which is based on GT64120 bridge chip.
682
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683endchoice
684
Yoichi Yuasac3543e22007-05-11 20:44:30 +0900685source "arch/mips/au1000/Kconfig"
Yoichi Yuasa9c746ed2007-12-12 22:39:54 +0900686source "arch/mips/basler/excite/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100687source "arch/mips/jazz/Kconfig"
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200688source "arch/mips/lasat/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100689source "arch/mips/pmc-sierra/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000690source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000691source "arch/mips/sibyte/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100692source "arch/mips/tx4927/Kconfig"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000693source "arch/mips/tx4938/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100694source "arch/mips/vr41xx/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000695
Ralf Baechle5e83d432005-10-29 19:32:41 +0100696endmenu
697
Nick Piggin95c354f2008-01-30 13:31:20 +0100698config GENERIC_LOCKBREAK
699 bool
700 default y
701 depends on SMP && PREEMPT
702
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703config RWSEM_GENERIC_SPINLOCK
704 bool
705 default y
706
707config RWSEM_XCHGADD_ALGORITHM
708 bool
709
David Howellsf0d1b0b2006-12-08 02:37:49 -0800710config ARCH_HAS_ILOG2_U32
711 bool
712 default n
713
714config ARCH_HAS_ILOG2_U64
715 bool
716 default n
717
Ralf Baechle00a58252007-12-06 16:53:19 +0000718config ARCH_SUPPORTS_OPROFILE
719 bool
720 default y if !MIPS_MT_SMTC
721
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800722config GENERIC_FIND_NEXT_BIT
723 bool
724 default y
725
726config GENERIC_HWEIGHT
727 bool
728 default y
729
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730config GENERIC_CALIBRATE_DELAY
731 bool
732 default y
733
Ralf Baechle7bcf7712007-10-11 23:46:09 +0100734config GENERIC_CLOCKEVENTS
735 bool
736 default y
737
Ralf Baechle8db02012006-10-02 16:54:48 +0100738config GENERIC_TIME
739 bool
740 default y
741
Ralf Baechlef5ff0a22007-08-13 15:26:12 +0100742config GENERIC_CMOS_UPDATE
743 bool
744 default y
745
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900746config SCHED_NO_NO_OMIT_FRAME_POINTER
747 bool
748 default y
749
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100750config GENERIC_HARDIRQS_NO__DO_IRQ
751 bool
752 default n
753
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754#
755# Select some configuration options automatically based on user selections.
756#
757config ARC
758 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759
Ralf Baechle61ed2422005-09-15 08:52:34 +0000760config ARCH_MAY_HAVE_PC_FDC
761 bool
762
Marc St-Jean9267a302007-06-14 15:55:31 -0600763config BOOT_RAW
764 bool
765
Ralf Baechle217dd112007-11-01 01:57:55 +0000766config CEVT_BCM1480
767 bool
768
Yoichi Yuasa1097c6a2007-10-22 19:43:15 +0900769config CEVT_GT641XX
770 bool
771
Ralf Baechle42f77542007-10-18 17:48:11 +0100772config CEVT_R4K
773 bool
774
Ralf Baechle217dd112007-11-01 01:57:55 +0000775config CEVT_SB1250
776 bool
777
Atsushi Nemoto229f7732007-10-25 01:34:09 +0900778config CEVT_TXX9
779 bool
780
Ralf Baechle217dd112007-11-01 01:57:55 +0000781config CSRC_BCM1480
782 bool
783
Ralf Baechle940f6b42007-11-24 22:33:28 +0000784config CSRC_R4K
785 bool
786
Ralf Baechle217dd112007-11-01 01:57:55 +0000787config CSRC_SB1250
788 bool
789
Aurelien Jarnodf78b5c2007-09-05 08:58:26 +0200790config CFE
791 bool
792
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700793config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794 bool
795
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700796config DMA_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 bool
798
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700799config DMA_NONCOHERENT
800 bool
801 select DMA_NEED_PCI_MAP_STATE
802
803config DMA_NEED_PCI_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 bool
805
806config EARLY_PRINTK
Ralf Baechle36a88532007-03-01 11:56:43 +0000807 bool "Early printk" if EMBEDDED && DEBUG_KERNEL
808 depends on SYS_HAS_EARLY_PRINTK
809 default y
810 help
811 This option enables special console drivers which allow the kernel
812 to print messages very early in the bootup process.
813
814 This is useful for kernel debugging when your machine crashes very
Robert P. J. Day490dcc42007-05-20 12:11:07 -0400815 early before the console code is initialized. For normal operation,
816 it is not recommended because it looks ugly on some machines and
817 doesn't cooperate with an X server. You should normally say N here,
Ralf Baechle36a88532007-03-01 11:56:43 +0000818 unless you want to debug such a crash.
819
820config SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822
Ralf Baechledbb74542007-08-07 14:52:17 +0100823config HOTPLUG_CPU
824 bool
825 default n
826
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827config I8259
828 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830config MIPS_BONITO64
831 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832
833config MIPS_MSC
834 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200836config MIPS_NILE4
837 bool
838
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839config MIPS_DISABLE_OBSOLETE_IDE
840 bool
841
Maciej W. Rozyckid388d682007-05-29 15:08:07 +0100842config NO_IOPORT
843 def_bool n
844
Ralf Baechle8313da32007-08-24 16:48:30 +0100845config GENERIC_ISA_DMA
846 bool
847 select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
848
Ralf Baechleaa414df2006-11-30 01:14:51 +0000849config GENERIC_ISA_DMA_SUPPORT_BROKEN
850 bool
Ralf Baechle8313da32007-08-24 16:48:30 +0100851 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000852
Yoichi Yuasa09663332007-05-22 00:05:58 +0900853config GENERIC_GPIO
854 bool
855
Ralf Baechle5e83d432005-10-29 19:32:41 +0100856#
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100857# Endianess selection. Sufficiently obscure so many users don't know what to
Ralf Baechle5e83d432005-10-29 19:32:41 +0100858# answer,so we try hard to limit the available choices. Also the use of a
859# choice statement should be more obvious to the user.
860#
861choice
862 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 help
864 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100865 byte order. These modes require different kernels and a different
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100866 Linux distribution. In general there is one preferred byteorder for a
Ralf Baechle5e83d432005-10-29 19:32:41 +0100867 particular system but some systems are just as commonly used in the
David Sterba3dde6ad2007-05-09 07:12:20 +0200868 one or the other endianness.
Ralf Baechle5e83d432005-10-29 19:32:41 +0100869
870config CPU_BIG_ENDIAN
871 bool "Big endian"
872 depends on SYS_SUPPORTS_BIG_ENDIAN
873
874config CPU_LITTLE_ENDIAN
875 bool "Little endian"
876 depends on SYS_SUPPORTS_LITTLE_ENDIAN
877 help
878
879endchoice
880
Ralf Baechle21162452007-02-09 17:08:58 +0000881config SYS_SUPPORTS_APM_EMULATION
882 bool
883
Ralf Baechle5e83d432005-10-29 19:32:41 +0100884config SYS_SUPPORTS_BIG_ENDIAN
885 bool
886
887config SYS_SUPPORTS_LITTLE_ENDIAN
888 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889
890config IRQ_CPU
891 bool
892
893config IRQ_CPU_RM7K
894 bool
895
Ralf Baechle5e83d432005-10-29 19:32:41 +0100896config IRQ_CPU_RM9K
897 bool
898
Marc St-Jean9267a302007-06-14 15:55:31 -0600899config IRQ_MSP_SLP
900 bool
901
902config IRQ_MSP_CIC
903 bool
904
Atsushi Nemoto8420fd02007-08-02 23:35:53 +0900905config IRQ_TXX9
906 bool
907
Yoichi Yuasad5ab1a62007-09-13 23:51:26 +0900908config IRQ_GT641XX
909 bool
910
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911config MIPS_BOARDS_GEN
912 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900914config PCI_GT64XXX_PCI0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916
Marc St-Jean9267a302007-06-14 15:55:31 -0600917config NO_EXCEPT_FILL
918 bool
919
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920config MIPS_TX3927
921 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 select HAS_TXX9_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200924config MIPS_RM9122
925 bool
926 select SERIAL_RM9000
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200927
Pete Popovbdf21b12005-07-14 17:47:57 +0000928config PNX8550
929 bool
930 select SOC_PNX8550
931
932config SOC_PNX8550
933 bool
Pete Popovbdf21b12005-07-14 17:47:57 +0000934 select DMA_NONCOHERENT
935 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +0000936 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle36a88532007-03-01 11:56:43 +0000937 select SYS_HAS_EARLY_PRINTK
Ralf Baechle7cf80532005-10-20 22:33:09 +0100938 select SYS_SUPPORTS_32BIT_KERNEL
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100939 select GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechlecc801072007-02-17 02:58:39 +0000940 select SYS_SUPPORTS_KGDB
Florian Fainelli4ead1682007-05-22 21:44:42 +0200941 select GENERIC_GPIO
Pete Popovbdf21b12005-07-14 17:47:57 +0000942
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943config SWAP_IO_SPACE
944 bool
945
dmitry pervushin355c4712006-05-21 14:53:06 +0400946config EMMA2RH
947 bool
948 depends on MARKEINS
949 default y
950
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +0200951config SERIAL_RM9000
952 bool
953
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100954config SGI_HAS_DS1286
955 bool
956
957config SGI_HAS_INDYDOG
958 bool
959
960config SGI_HAS_SEEQ
961 bool
962
963config SGI_HAS_WD93
964 bool
965
966config SGI_HAS_ZILOG
967 bool
968
969config SGI_HAS_I8042
970 bool
971
972config DEFAULT_SGI_PARTITION
973 bool
974
Ralf Baechle5e83d432005-10-29 19:32:41 +0100975config ARC32
976 bool
977
Thomas Bogendoerfer231a35d2008-01-04 23:31:07 +0100978config SNIPROM
979 bool
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981config BOOT_ELF32
982 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983
984config MIPS_L1_CACHE_SHIFT
985 int
Thomas Bogendoerfer06cf5582007-06-20 23:36:47 +0200986 default "4" if MACH_DECSTATION
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100987 default "7" if SGI_IP27 || SGI_IP28 || SNI_RM
Marc St-Jean9267a302007-06-14 15:55:31 -0600988 default "4" if PMC_MSP4200_EVAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989 default "5"
990
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991config HAVE_STD_PC_SERIAL_PORT
992 bool
993
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994config ARC_CONSOLE
995 bool "ARC console support"
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100996 depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997
998config ARC_MEMORY
999 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001000 depends on MACH_JAZZ || SNI_RM || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001 default y
1002
1003config ARC_PROMLIB
1004 bool
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +01001005 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP28 || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006 default y
1007
1008config ARC64
1009 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010
1011config BOOT_ELF64
1012 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014menu "CPU selection"
1015
1016choice
1017 prompt "CPU type"
1018 default CPU_R4X00
1019
Fuxin Zhang2a21c732007-06-06 14:52:43 +08001020config CPU_LOONGSON2
1021 bool "Loongson 2"
1022 depends on SYS_HAS_CPU_LOONGSON2
1023 select CPU_SUPPORTS_32BIT_KERNEL
1024 select CPU_SUPPORTS_64BIT_KERNEL
1025 select CPU_SUPPORTS_HIGHMEM
1026 help
1027 The Loongson 2E processor implements the MIPS III instruction set
1028 with many extensions.
1029
Ralf Baechle6e760c82005-07-06 12:08:11 +00001030config CPU_MIPS32_R1
1031 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001032 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001033 select CPU_HAS_LLSC
Ralf Baechle6e760c82005-07-06 12:08:11 +00001034 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001035 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001036 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001037 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001038 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001039 MIPS32 architecture. Most modern embedded systems with a 32-bit
1040 MIPS processor are based on a MIPS32 processor. If you know the
1041 specific type of processor in your system, choose those that one
1042 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1043 Release 2 of the MIPS32 architecture is available since several
1044 years so chances are you even have a MIPS32 Release 2 processor
1045 in which case you should choose CPU_MIPS32_R2 instead for better
1046 performance.
1047
1048config CPU_MIPS32_R2
1049 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001050 depends on SYS_HAS_CPU_MIPS32_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001051 select CPU_HAS_LLSC
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001052 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001053 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001054 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001055 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001056 Choose this option to build a kernel for release 2 or later of the
Ralf Baechle6e760c82005-07-06 12:08:11 +00001057 MIPS32 architecture. Most modern embedded systems with a 32-bit
1058 MIPS processor are based on a MIPS32 processor. If you know the
1059 specific type of processor in your system, choose those that one
1060 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061
Ralf Baechle6e760c82005-07-06 12:08:11 +00001062config CPU_MIPS64_R1
1063 bool "MIPS64 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001064 depends on SYS_HAS_CPU_MIPS64_R1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001065 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001066 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001067 select CPU_SUPPORTS_32BIT_KERNEL
1068 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001069 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001070 help
1071 Choose this option to build a kernel for release 1 or later of the
1072 MIPS64 architecture. Many modern embedded systems with a 64-bit
1073 MIPS processor are based on a MIPS64 processor. If you know the
1074 specific type of processor in your system, choose those that one
1075 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001076 Release 2 of the MIPS64 architecture is available since several
1077 years so chances are you even have a MIPS64 Release 2 processor
1078 in which case you should choose CPU_MIPS64_R2 instead for better
1079 performance.
1080
1081config CPU_MIPS64_R2
1082 bool "MIPS64 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001083 depends on SYS_HAS_CPU_MIPS64_R2
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001084 select CPU_HAS_LLSC
Ralf Baechle797798c2005-08-10 15:17:11 +00001085 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001086 select CPU_SUPPORTS_32BIT_KERNEL
1087 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001088 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001089 help
1090 Choose this option to build a kernel for release 2 or later of the
1091 MIPS64 architecture. Many modern embedded systems with a 64-bit
1092 MIPS processor are based on a MIPS64 processor. If you know the
1093 specific type of processor in your system, choose those that one
1094 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095
1096config CPU_R3000
1097 bool "R3000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001098 depends on SYS_HAS_CPU_R3000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001099 select CPU_HAS_WB
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001100 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001101 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102 help
1103 Please make sure to pick the right CPU type. Linux/MIPS is not
1104 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1105 *not* work on R4000 machines and vice versa. However, since most
1106 of the supported machines have an R4000 (or similar) CPU, R4x00
1107 might be a safe bet. If the resulting kernel does not work,
1108 try to recompile with R3000.
1109
1110config CPU_TX39XX
1111 bool "R39XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001112 depends on SYS_HAS_CPU_TX39XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001113 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114
1115config CPU_VR41XX
1116 bool "R41xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001117 depends on SYS_HAS_CPU_VR41XX
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001118 select CPU_SUPPORTS_32BIT_KERNEL
1119 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001121 The options selects support for the NEC VR4100 series of processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122 Only choose this option if you have one of these processors as a
1123 kernel built with this option will not run on any other type of
1124 processor or vice versa.
1125
1126config CPU_R4300
1127 bool "R4300"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001128 depends on SYS_HAS_CPU_R4300
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001129 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001130 select CPU_SUPPORTS_32BIT_KERNEL
1131 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132 help
1133 MIPS Technologies R4300-series processors.
1134
1135config CPU_R4X00
1136 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001137 depends on SYS_HAS_CPU_R4X00
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001138 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001139 select CPU_SUPPORTS_32BIT_KERNEL
1140 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141 help
1142 MIPS Technologies R4000-series processors other than 4300, including
1143 the R4000, R4400, R4600, and 4700.
1144
1145config CPU_TX49XX
1146 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001147 depends on SYS_HAS_CPU_TX49XX
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001148 select CPU_HAS_LLSC
Atsushi Nemotode862b42006-03-17 12:59:22 +09001149 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001150 select CPU_SUPPORTS_32BIT_KERNEL
1151 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152
1153config CPU_R5000
1154 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001155 depends on SYS_HAS_CPU_R5000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001156 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001157 select CPU_SUPPORTS_32BIT_KERNEL
1158 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159 help
1160 MIPS Technologies R5000-series processors other than the Nevada.
1161
1162config CPU_R5432
1163 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001164 depends on SYS_HAS_CPU_R5432
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001165 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001166 select CPU_SUPPORTS_32BIT_KERNEL
1167 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168
1169config CPU_R6000
1170 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001171 depends on EXPERIMENTAL
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001172 select CPU_HAS_LLSC
Ralf Baechle7cf80532005-10-20 22:33:09 +01001173 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001174 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 help
1176 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001177 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178
1179config CPU_NEVADA
1180 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001181 depends on SYS_HAS_CPU_NEVADA
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001182 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001183 select CPU_SUPPORTS_32BIT_KERNEL
1184 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185 help
1186 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1187
1188config CPU_R8000
1189 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001190 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001191 depends on SYS_HAS_CPU_R8000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001192 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001193 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001194 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 help
1196 MIPS Technologies R8000 processors. Note these processors are
1197 uncommon and the support for them is incomplete.
1198
1199config CPU_R10000
1200 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001201 depends on SYS_HAS_CPU_R10000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001202 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001203 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001204 select CPU_SUPPORTS_32BIT_KERNEL
1205 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001206 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207 help
1208 MIPS Technologies R10000-series processors.
1209
1210config CPU_RM7000
1211 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001212 depends on SYS_HAS_CPU_RM7000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001213 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001214 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001215 select CPU_SUPPORTS_32BIT_KERNEL
1216 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001217 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218
1219config CPU_RM9000
1220 bool "RM9000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001221 depends on SYS_HAS_CPU_RM9000
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001222 select CPU_HAS_LLSC
Ralf Baechle5e83d432005-10-29 19:32:41 +01001223 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001224 select CPU_SUPPORTS_32BIT_KERNEL
1225 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001226 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001227 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228
1229config CPU_SB1
1230 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001231 depends on SYS_HAS_CPU_SB1
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001232 select CPU_HAS_LLSC
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001233 select CPU_SUPPORTS_32BIT_KERNEL
1234 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001235 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001236 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237
1238endchoice
1239
Fuxin Zhang2a21c732007-06-06 14:52:43 +08001240config SYS_HAS_CPU_LOONGSON2
1241 bool
1242
Ralf Baechle7cf80532005-10-20 22:33:09 +01001243config SYS_HAS_CPU_MIPS32_R1
1244 bool
1245
1246config SYS_HAS_CPU_MIPS32_R2
1247 bool
1248
1249config SYS_HAS_CPU_MIPS64_R1
1250 bool
1251
1252config SYS_HAS_CPU_MIPS64_R2
1253 bool
1254
1255config SYS_HAS_CPU_R3000
1256 bool
1257
1258config SYS_HAS_CPU_TX39XX
1259 bool
1260
1261config SYS_HAS_CPU_VR41XX
1262 bool
1263
1264config SYS_HAS_CPU_R4300
1265 bool
1266
1267config SYS_HAS_CPU_R4X00
1268 bool
1269
1270config SYS_HAS_CPU_TX49XX
1271 bool
1272
1273config SYS_HAS_CPU_R5000
1274 bool
1275
1276config SYS_HAS_CPU_R5432
1277 bool
1278
1279config SYS_HAS_CPU_R6000
1280 bool
1281
1282config SYS_HAS_CPU_NEVADA
1283 bool
1284
1285config SYS_HAS_CPU_R8000
1286 bool
1287
1288config SYS_HAS_CPU_R10000
1289 bool
1290
1291config SYS_HAS_CPU_RM7000
1292 bool
1293
1294config SYS_HAS_CPU_RM9000
1295 bool
1296
1297config SYS_HAS_CPU_SB1
1298 bool
1299
Ralf Baechle17099b12007-07-14 13:24:05 +01001300#
1301# CPU may reorder R->R, R->W, W->R, W->W
1302# Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
1303#
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001304config WEAK_ORDERING
1305 bool
Ralf Baechle17099b12007-07-14 13:24:05 +01001306
1307#
1308# CPU may reorder reads and writes beyond LL/SC
1309# CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
1310#
1311config WEAK_REORDERING_BEYOND_LLSC
1312 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001313endmenu
1314
1315#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001316# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001317#
1318config CPU_MIPS32
1319 bool
1320 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1321
1322config CPU_MIPS64
1323 bool
1324 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1325
1326#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001327# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001328#
1329config CPU_MIPSR1
1330 bool
1331 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1332
1333config CPU_MIPSR2
1334 bool
1335 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2
1336
1337config SYS_SUPPORTS_32BIT_KERNEL
1338 bool
1339config SYS_SUPPORTS_64BIT_KERNEL
1340 bool
1341config CPU_SUPPORTS_32BIT_KERNEL
1342 bool
1343config CPU_SUPPORTS_64BIT_KERNEL
1344 bool
1345
1346menu "Kernel type"
1347
1348choice
1349
1350 prompt "Kernel code model"
1351 help
1352 You should only select this option if you have a workload that
1353 actually benefits from 64-bit processing or if your machine has
1354 large memory. You will only be presented a single option in this
1355 menu if your system does not support both 32-bit and 64-bit kernels.
1356
1357config 32BIT
1358 bool "32-bit kernel"
1359 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1360 select TRAD_SIGNALS
1361 help
1362 Select this option if you want to build a 32-bit kernel.
1363config 64BIT
1364 bool "64-bit kernel"
1365 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
1366 help
1367 Select this option if you want to build a 64-bit kernel.
1368
1369endchoice
1370
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371choice
1372 prompt "Kernel page size"
1373 default PAGE_SIZE_4KB
1374
1375config PAGE_SIZE_4KB
1376 bool "4kB"
1377 help
1378 This option select the standard 4kB Linux page size. On some
1379 R3000-family processors this is the only available page size. Using
1380 4kB page size will minimize memory consumption and is therefore
1381 recommended for low memory systems.
1382
1383config PAGE_SIZE_8KB
1384 bool "8kB"
1385 depends on EXPERIMENTAL && CPU_R8000
1386 help
1387 Using 8kB page size will result in higher performance kernel at
1388 the price of higher memory consumption. This option is available
1389 only on the R8000 processor. Not that at the time of this writing
1390 this option is still high experimental; there are also issues with
1391 compatibility of user applications.
1392
1393config PAGE_SIZE_16KB
1394 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001395 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396 help
1397 Using 16kB page size will result in higher performance kernel at
1398 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001399 all non-R3000 family processors. Note that you will need a suitable
1400 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401
1402config PAGE_SIZE_64KB
1403 bool "64kB"
1404 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1405 help
1406 Using 64kB page size will result in higher performance kernel at
1407 the price of higher memory consumption. This option is available on
1408 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001409 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410
1411endchoice
1412
1413config BOARD_SCACHE
1414 bool
1415
1416config IP22_CPU_SCACHE
1417 bool
1418 select BOARD_SCACHE
1419
Chris Dearman9318c512006-06-20 17:15:20 +01001420#
1421# Support for a MIPS32 / MIPS64 style S-caches
1422#
1423config MIPS_CPU_SCACHE
1424 bool
1425 select BOARD_SCACHE
1426
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427config R5000_CPU_SCACHE
1428 bool
1429 select BOARD_SCACHE
1430
1431config RM7000_CPU_SCACHE
1432 bool
1433 select BOARD_SCACHE
1434
1435config SIBYTE_DMA_PAGEOPS
1436 bool "Use DMA to clear/copy pages"
1437 depends on CPU_SB1
1438 help
1439 Instead of using the CPU to zero and copy pages, use a Data Mover
1440 channel. These DMA channels are otherwise unused by the standard
1441 SiByte Linux port. Seems to give a small performance benefit.
1442
1443config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001444 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001446choice
1447 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001448
1449config MIPS_MT_DISABLED
1450 bool "Disable multithreading support."
1451 help
1452 Use this option if your workload can't take advantage of
1453 MIPS hardware multithreading support. On systems that don't have
1454 the option of an MT-enabled processor this option will be the only
1455 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001456
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001457config MIPS_MT_SMP
1458 bool "Use 1 TC on each available VPE for SMP"
1459 depends on SYS_SUPPORTS_MULTITHREADING
1460 select CPU_MIPSR2_IRQ_VI
Chris Dearmand725cf32007-05-08 14:05:39 +01001461 select CPU_MIPSR2_IRQ_EI
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001462 select MIPS_MT
Ralf Baechlef510aa32007-03-16 21:58:37 +00001463 select NR_CPUS_DEFAULT_2
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001464 select SMP
Ralf Baechle0ab7aef2007-03-02 20:42:04 +00001465 select SYS_SUPPORTS_SCHED_SMT if SMP
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001466 select SYS_SUPPORTS_SMP
Ralf Baechle87353d82007-11-19 12:23:51 +00001467 select SMP_UP
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001468 help
1469 This is a kernel model which is also known a VSMP or lately
1470 has been marketesed into SMVP.
1471
Ralf Baechle41c594a2006-04-05 09:45:45 +01001472config MIPS_MT_SMTC
1473 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001474 depends on CPU_MIPS32_R2
1475 #depends on CPU_MIPS64_R2 # once there is hardware ...
1476 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechleea580402007-10-11 23:46:09 +01001477 select GENERIC_CLOCKEVENTS_BROADCAST
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001478 select CPU_MIPSR2_IRQ_VI
Chris Dearmand725cf32007-05-08 14:05:39 +01001479 select CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001480 select MIPS_MT
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001481 select NR_CPUS_DEFAULT_8
Ralf Baechle41c594a2006-04-05 09:45:45 +01001482 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001483 select SYS_SUPPORTS_SMP
Ralf Baechle87353d82007-11-19 12:23:51 +00001484 select SMP_UP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001485 help
1486 This is a kernel model which is known a SMTC or lately has been
1487 marketesed into SMVP.
Ralf Baechle41c594a2006-04-05 09:45:45 +01001488
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001489endchoice
1490
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001491config MIPS_MT
1492 bool
1493
Ralf Baechle0ab7aef2007-03-02 20:42:04 +00001494config SCHED_SMT
1495 bool "SMT (multithreading) scheduler support"
1496 depends on SYS_SUPPORTS_SCHED_SMT
1497 default n
1498 help
1499 SMT scheduler support improves the CPU scheduler's decision making
1500 when dealing with MIPS MT enabled cores at a cost of slightly
1501 increased overhead in some places. If unsure say N here.
1502
1503config SYS_SUPPORTS_SCHED_SMT
1504 bool
1505
1506
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001507config SYS_SUPPORTS_MULTITHREADING
1508 bool
1509
Ralf Baechlef088fc82006-04-05 09:45:47 +01001510config MIPS_MT_FPAFF
1511 bool "Dynamic FPU affinity for FP-intensive threads"
Ralf Baechlef088fc82006-04-05 09:45:47 +01001512 default y
Ralf Baechle07cc0c92007-07-27 19:31:10 +01001513 depends on MIPS_MT_SMP || MIPS_MT_SMTC
1514
1515config MIPS_VPE_LOADER
1516 bool "VPE loader support."
1517 depends on SYS_SUPPORTS_MULTITHREADING
1518 select CPU_MIPSR2_IRQ_VI
1519 select CPU_MIPSR2_IRQ_EI
Ralf Baechle07cc0c92007-07-27 19:31:10 +01001520 select MIPS_MT
1521 help
1522 Includes a loader for loading an elf relocatable object
1523 onto another VPE and running it.
Ralf Baechlef088fc82006-04-05 09:45:47 +01001524
Ralf Baechleac8be952007-01-20 00:18:01 +00001525config MIPS_MT_SMTC_INSTANT_REPLAY
1526 bool "Low-latency Dispatch of Deferred SMTC IPIs"
Ralf Baechle619af722007-03-26 15:13:57 +01001527 depends on MIPS_MT_SMTC && !PREEMPT
Ralf Baechleac8be952007-01-20 00:18:01 +00001528 default y
1529 help
1530 SMTC pseudo-interrupts between TCs are deferred and queued
1531 if the target TC is interrupt-inhibited (IXMT). In the first
1532 SMTC prototypes, these queued IPIs were serviced on return
1533 to user mode, or on entry into the kernel idle loop. The
1534 INSTANT_REPLAY option dispatches them as part of local_irq_restore()
1535 processing, which adds runtime overhead (hence the option to turn
1536 it off), but ensures that IPIs are handled promptly even under
1537 heavy I/O interrupt load.
1538
Kevin D. Kissell0db34212007-07-12 16:21:08 +01001539config MIPS_MT_SMTC_IM_BACKSTOP
1540 bool "Use per-TC register bits as backstop for inhibited IM bits"
1541 depends on MIPS_MT_SMTC
1542 default y
1543 help
1544 To support multiple TC microthreads acting as "CPUs" within
1545 a VPE, VPE-wide interrupt mask bits must be specially manipulated
1546 during interrupt handling. To support legacy drivers and interrupt
1547 controller management code, SMTC has a "backstop" to track and
1548 if necessary restore the interrupt mask. This has some performance
1549 impact on interrupt service overhead. Disable it only if you know
1550 what you are doing.
1551
Kevin D. Kissellf571eff2007-08-03 19:38:03 +02001552config MIPS_MT_SMTC_IRQAFF
1553 bool "Support IRQ affinity API"
1554 depends on MIPS_MT_SMTC
1555 default n
1556 help
1557 Enables SMP IRQ affinity API (/proc/irq/*/smp_affinity, etc.)
1558 for SMTC Linux kernel. Requires platform support, of which
1559 an example can be found in the MIPS kernel i8259 and Malta
1560 platform code. It is recommended that MIPS_MT_SMTC_INSTANT_REPLAY
1561 be enabled if MIPS_MT_SMTC_IRQAFF is used. Adds overhead to
1562 interrupt dispatch, and should be used only if you know what
1563 you are doing.
1564
Ralf Baechlee01402b2005-07-14 15:57:16 +00001565config MIPS_VPE_LOADER_TOM
1566 bool "Load VPE program into memory hidden from linux"
1567 depends on MIPS_VPE_LOADER
1568 default y
1569 help
1570 The loader can use memory that is present but has been hidden from
1571 Linux using the kernel command line option "mem=xxMB". It's up to
1572 you to ensure the amount you put in the option and the space your
1573 program requires is less or equal to the amount physically present.
1574
1575# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1576config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001577 bool "Enable support for AP/SP API (RTLX)"
1578 depends on MIPS_VPE_LOADER
1579 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001580
Ralf Baechle26009902006-04-05 09:45:45 +01001581config MIPS_APSP_KSPD
1582 bool "Enable KSPD"
1583 depends on MIPS_VPE_APSP_API
1584 default y
1585 help
1586 KSPD is a kernel daemon that accepts syscall requests from the SP
1587 side, actions them and returns the results. It also handles the
1588 "exit" syscall notifying other kernel modules the SP program is
1589 exiting. You probably want to say yes here.
1590
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591config SB1_PASS_1_WORKAROUNDS
1592 bool
1593 depends on CPU_SB1_PASS_1
1594 default y
1595
1596config SB1_PASS_2_WORKAROUNDS
1597 bool
1598 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1599 default y
1600
1601config SB1_PASS_2_1_WORKAROUNDS
1602 bool
1603 depends on CPU_SB1 && CPU_SB1_PASS_2
1604 default y
1605
1606config 64BIT_PHYS_ADDR
Ralf Baechled806cb22007-08-02 00:36:08 +01001607 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609config CPU_HAS_LLSC
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001610 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001612config CPU_HAS_SMARTMIPS
1613 depends on SYS_SUPPORTS_SMARTMIPS
1614 bool "Support for the SmartMIPS ASE"
1615 help
1616 SmartMIPS is a extension of the MIPS32 architecture aimed at
1617 increased security at both hardware and software level for
1618 smartcards. Enabling this option will allow proper use of the
1619 SmartMIPS instructions by Linux applications. However a kernel with
1620 this option will not work on a MIPS core without SmartMIPS core. If
1621 you don't know you probably don't have SmartMIPS and should say N
1622 here.
1623
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001625 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001626
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001627#
1628# Vectored interrupt mode is an R2 feature
1629#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001630config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001631 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001632
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001633#
1634# Extended interrupt mode is an R2 feature
1635#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001636config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001637 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001638
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639config CPU_HAS_SYNC
1640 bool
1641 depends on !CPU_R3000
1642 default y
1643
Ralf Baechleea580402007-10-11 23:46:09 +01001644config GENERIC_CLOCKEVENTS_BROADCAST
1645 bool
1646
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647#
Maciej W. Rozycki20d60d92007-10-23 12:43:11 +01001648# CPU non-features
1649#
1650config CPU_DADDI_WORKAROUNDS
1651 bool
1652
1653config CPU_R4000_WORKAROUNDS
1654 bool
1655 select CPU_R4400_WORKAROUNDS
1656
1657config CPU_R4400_WORKAROUNDS
1658 bool
1659
1660#
Ralf Baechle797798c2005-08-10 15:17:11 +00001661# Use the generic interrupt handling code in kernel/irq/:
1662#
1663config GENERIC_HARDIRQS
1664 bool
1665 default y
1666
1667config GENERIC_IRQ_PROBE
1668 bool
1669 default y
1670
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001671config IRQ_PER_CPU
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001672 bool
Ingo Molnar0d7012a2006-06-29 02:24:43 -07001673
Ralf Baechle797798c2005-08-10 15:17:11 +00001674#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675# - Highmem only makes sense for the 32-bit kernel.
1676# - The current highmem code will only work properly on physically indexed
1677# caches such as R3000, SB1, R7000 or those that look like they're virtually
1678# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1679# moment we protect the user and offer the highmem option only on machines
1680# where it's known to be safe. This will not offer highmem on a few systems
1681# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1682# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001683# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1684# know they might have memory configurations that could make use of highmem
1685# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686#
1687config HIGHMEM
1688 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001689 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1690
1691config CPU_SUPPORTS_HIGHMEM
1692 bool
1693
1694config SYS_SUPPORTS_HIGHMEM
1695 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001697config SYS_SUPPORTS_SMARTMIPS
1698 bool
1699
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001700config ARCH_FLATMEM_ENABLE
1701 def_bool y
1702 depends on !NUMA
1703
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001704config ARCH_DISCONTIGMEM_ENABLE
1705 bool
1706 default y if SGI_IP27
1707 help
David Sterba3dde6ad2007-05-09 07:12:20 +02001708 Say Y to support efficient handling of discontiguous physical memory,
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001709 for architectures which are either NUMA (Non-Uniform Memory Access)
1710 or have huge holes in the physical address space for other reasons.
1711 See <file:Documentation/vm/numa> for more.
1712
Ralf Baechlecce335ae2007-11-03 02:05:43 +00001713config ARCH_POPULATES_NODE_MAP
1714 def_bool y
1715
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09001716config ARCH_SPARSEMEM_ENABLE
1717 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09001718 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09001719
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001720config NUMA
1721 bool "NUMA Support"
1722 depends on SYS_SUPPORTS_NUMA
1723 help
1724 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
1725 Access). This option improves performance on systems with more
1726 than two nodes; on two node systems it is generally better to
1727 leave it disabled; on single node systems disable this option
1728 disabled.
1729
1730config SYS_SUPPORTS_NUMA
1731 bool
1732
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07001733config NODES_SHIFT
1734 int
1735 default "6"
1736 depends on NEED_MULTIPLE_NODES
1737
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001738source "mm/Kconfig"
1739
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740config SMP
1741 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01001742 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01001743 select IRQ_PER_CPU
Ralf Baechlee73ea272006-06-04 11:51:46 +01001744 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745 This enables support for systems with more than one CPU. If you have
1746 a system with only one CPU, like most personal computers, say N. If
1747 you have a system with more than one CPU, say Y.
1748
1749 If you say N here, the kernel will run on single and multiprocessor
1750 machines, but will use only one CPU of a multiprocessor machine. If
1751 you say Y here, the kernel will run on many, but not all,
1752 singleprocessor machines. On a singleprocessor machine, the kernel
1753 will run faster if you say N here.
1754
1755 People using multiprocessor machines who say Y here should also say
1756 Y to "Enhanced Real Time Clock Support", below.
1757
1758 See also the <file:Documentation/smp.txt> and the SMP-HOWTO
1759 available at <http://www.tldp.org/docs.html#howto>.
1760
1761 If you don't know what to do here, say N.
1762
Ralf Baechle87353d82007-11-19 12:23:51 +00001763config SMP_UP
1764 bool
1765
Ralf Baechlee73ea272006-06-04 11:51:46 +01001766config SYS_SUPPORTS_SMP
1767 bool
1768
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001769config NR_CPUS_DEFAULT_1
1770 bool
1771
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001772config NR_CPUS_DEFAULT_2
1773 bool
1774
1775config NR_CPUS_DEFAULT_4
1776 bool
1777
1778config NR_CPUS_DEFAULT_8
1779 bool
1780
1781config NR_CPUS_DEFAULT_16
1782 bool
1783
1784config NR_CPUS_DEFAULT_32
1785 bool
1786
1787config NR_CPUS_DEFAULT_64
1788 bool
1789
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790config NR_CPUS
1791 int "Maximum number of CPUs (2-64)"
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001792 range 1 64 if NR_CPUS_DEFAULT_1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793 depends on SMP
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001794 default "1" if NR_CPUS_DEFAULT_1
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001795 default "2" if NR_CPUS_DEFAULT_2
1796 default "4" if NR_CPUS_DEFAULT_4
1797 default "8" if NR_CPUS_DEFAULT_8
1798 default "16" if NR_CPUS_DEFAULT_16
1799 default "32" if NR_CPUS_DEFAULT_32
1800 default "64" if NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801 help
1802 This allows you to specify the maximum number of CPUs which this
1803 kernel will support. The maximum supported value is 32 for 32-bit
1804 kernel and 64 for 64-bit kernels; the minimum value which makes
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001805 sense is 1 for Qemu (useful only for kernel debugging purposes)
1806 and 2 for all others.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807
1808 This is purely to save memory - each supported CPU adds
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09001809 approximately eight kilobytes to the kernel image. For best
1810 performance should round up your number of processors to the next
1811 power of two.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812
Atsushi Nemotoc4eee282007-11-12 01:05:16 +09001813source "kernel/time/Kconfig"
1814
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09001815#
1816# Timer Interrupt Frequency Configuration
1817#
1818
1819choice
1820 prompt "Timer frequency"
1821 default HZ_250
1822 help
1823 Allows the configuration of the timer frequency.
1824
1825 config HZ_48
1826 bool "48 HZ" if SYS_SUPPORTS_48HZ
1827
1828 config HZ_100
1829 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
1830
1831 config HZ_128
1832 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
1833
1834 config HZ_250
1835 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
1836
1837 config HZ_256
1838 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
1839
1840 config HZ_1000
1841 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1842
1843 config HZ_1024
1844 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
1845
1846endchoice
1847
1848config SYS_SUPPORTS_48HZ
1849 bool
1850
1851config SYS_SUPPORTS_100HZ
1852 bool
1853
1854config SYS_SUPPORTS_128HZ
1855 bool
1856
1857config SYS_SUPPORTS_250HZ
1858 bool
1859
1860config SYS_SUPPORTS_256HZ
1861 bool
1862
1863config SYS_SUPPORTS_1000HZ
1864 bool
1865
1866config SYS_SUPPORTS_1024HZ
1867 bool
1868
1869config SYS_SUPPORTS_ARBIT_HZ
1870 bool
1871 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
1872 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
1873 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
1874 !SYS_SUPPORTS_1024HZ
1875
1876config HZ
1877 int
1878 default 48 if HZ_48
1879 default 100 if HZ_100
1880 default 128 if HZ_128
1881 default 250 if HZ_250
1882 default 256 if HZ_256
1883 default 1000 if HZ_1000
1884 default 1024 if HZ_1024
1885
Ralf Baechlee80de852005-07-11 20:45:51 +00001886source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888config MIPS_INSANE_LARGE
1889 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07001890 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891 help
1892 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
1893 previous 64-bit processors which only supported 40 bit / 1TB. If you
1894 need processes of more than 1TB virtual address space, say Y here.
1895 This will result in additional memory usage, so it is not
1896 recommended for normal users.
1897
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001898config KEXEC
1899 bool "Kexec system call (EXPERIMENTAL)"
1900 depends on EXPERIMENTAL
1901 help
1902 kexec is a system call that implements the ability to shutdown your
1903 current kernel, and to start another kernel. It is like a reboot
David Sterba3dde6ad2007-05-09 07:12:20 +02001904 but it is independent of the system firmware. And like a reboot
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001905 you can start any kernel with it, not just Linux.
1906
Matt LaPlante01dd2fb2007-10-20 01:34:40 +02001907 The name comes from the similarity to the exec system call.
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001908
1909 It is an ongoing process to be certain the hardware in a machine
1910 is properly shutdown, so do not be surprised if this code does not
1911 initially work for you. It may help to enable device hotplugging
1912 support. As of this writing the exact hardware interface is
1913 strongly in flux, so no good recommendation can be made.
1914
1915config SECCOMP
1916 bool "Enable seccomp to safely compute untrusted bytecode"
Ralf Baechle293c5bd2007-07-25 16:19:33 +01001917 depends on PROC_FS
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09001918 default y
1919 help
1920 This kernel feature is useful for number crunching applications
1921 that may need to compute untrusted bytecode during their
1922 execution. By using pipes or other transports made available to
1923 the process as file descriptors supporting the read/write
1924 syscalls, it's possible to isolate those applications in
1925 their own address space using seccomp. Once seccomp is
1926 enabled via /proc/<pid>/seccomp, it cannot be disabled
1927 and the task is only allowed to execute a few safe syscalls
1928 defined by each seccomp mode.
1929
1930 If unsure, say Y. Only embedded should say N here.
1931
Ralf Baechle5e83d432005-10-29 19:32:41 +01001932endmenu
1933
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934config RWSEM_GENERIC_SPINLOCK
1935 bool
1936 default y
1937
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +09001938config LOCKDEP_SUPPORT
1939 bool
1940 default y
1941
1942config STACKTRACE_SUPPORT
1943 bool
1944 default y
1945
Ralf Baechleb6c35392005-11-25 11:35:40 +00001946source "init/Kconfig"
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
1949
Ralf Baechle5e83d432005-10-29 19:32:41 +01001950config HW_HAS_EISA
1951 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952config HW_HAS_PCI
1953 bool
1954
1955config PCI
1956 bool "Support for PCI controller"
1957 depends on HW_HAS_PCI
Ralf Baechleabb4ae42007-10-11 23:46:03 +01001958 select PCI_DOMAINS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959 help
1960 Find out whether you have a PCI motherboard. PCI is the name of a
1961 bus system, i.e. the way the CPU talks to the other stuff inside
1962 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
1963 say Y, otherwise N.
1964
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965config PCI_DOMAINS
1966 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967
1968source "drivers/pci/Kconfig"
1969
1970#
1971# ISA support is now enabled via select. Too many systems still have the one
1972# or other ISA chip on the board that users don't know about so don't expect
1973# users to choose the right thing ...
1974#
1975config ISA
1976 bool
1977
1978config EISA
1979 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01001980 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981 select ISA
Ralf Baechleaa414df2006-11-30 01:14:51 +00001982 select GENERIC_ISA_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983 ---help---
1984 The Extended Industry Standard Architecture (EISA) bus was
1985 developed as an open alternative to the IBM MicroChannel bus.
1986
1987 The EISA bus provided some of the features of the IBM MicroChannel
1988 bus while maintaining backward compatibility with cards made for
1989 the older ISA bus. The EISA bus saw limited use between 1988 and
1990 1995 when it was made obsolete by the PCI bus.
1991
1992 Say Y here if you are building a kernel for an EISA-based machine.
1993
1994 Otherwise, say N.
1995
1996source "drivers/eisa/Kconfig"
1997
1998config TC
1999 bool "TURBOchannel support"
2000 depends on MACH_DECSTATION
2001 help
2002 TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
2003 processors. Documentation on writing device drivers for TurboChannel
2004 is available at:
2005 <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
2006
2007#config ACCESSBUS
2008# bool "Access.Bus support"
2009# depends on TC
2010
2011config MMU
2012 bool
2013 default y
2014
Ralf Baechled865bea2007-10-11 23:46:10 +01002015config I8253
2016 bool
2017
Ralf Baechlecce335ae2007-11-03 02:05:43 +00002018config ZONE_DMA32
2019 bool
2020
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021source "drivers/pcmcia/Kconfig"
2022
2023source "drivers/pci/hotplug/Kconfig"
2024
2025endmenu
2026
2027menu "Executable file formats"
2028
2029source "fs/Kconfig.binfmt"
2030
2031config TRAD_SIGNALS
2032 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034config BINFMT_IRIX
2035 bool "Include IRIX binary compatibility"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002036 depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037
2038config MIPS32_COMPAT
2039 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002040 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041 help
2042 Select this option if you want Linux/MIPS 32-bit binary
2043 compatibility. Since all software available for Linux/MIPS is
2044 currently 32-bit you should say Y here.
2045
2046config COMPAT
2047 bool
2048 depends on MIPS32_COMPAT
2049 default y
2050
Atsushi Nemoto05e43962006-11-07 18:02:44 +09002051config SYSVIPC_COMPAT
2052 bool
2053 depends on COMPAT && SYSVIPC
2054 default y
2055
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056config MIPS32_O32
2057 bool "Kernel support for o32 binaries"
2058 depends on MIPS32_COMPAT
2059 help
2060 Select this option if you want to run o32 binaries. These are pure
2061 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
2062 existing binaries are in this format.
2063
2064 If unsure, say Y.
2065
2066config MIPS32_N32
2067 bool "Kernel support for n32 binaries"
2068 depends on MIPS32_COMPAT
2069 help
2070 Select this option if you want to run n32 binaries. These are
2071 64-bit binaries using 32-bit quantities for addressing and certain
2072 data that would normally be 64-bit. They are used in special
2073 cases.
2074
2075 If unsure, say N.
2076
2077config BINFMT_ELF32
2078 bool
2079 default y if MIPS32_O32 || MIPS32_N32
2080
Ralf Baechle21162452007-02-09 17:08:58 +00002081endmenu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082
Ralf Baechle21162452007-02-09 17:08:58 +00002083menu "Power management options"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002084
Johannes Bergf4cb5702007-12-08 02:14:00 +01002085config ARCH_SUSPEND_POSSIBLE
2086 def_bool y
2087 depends on !SMP
2088
Ralf Baechle21162452007-02-09 17:08:58 +00002089source "kernel/power/Kconfig"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002090
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091endmenu
2092
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002093source "net/Kconfig"
2094
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095source "drivers/Kconfig"
2096
2097source "fs/Kconfig"
2098
Mathieu Desnoyers09caded2007-10-18 23:41:05 -07002099source "kernel/Kconfig.instrumentation"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101source "arch/mips/Kconfig.debug"
2102
2103source "security/Kconfig"
2104
2105source "crypto/Kconfig"
2106
2107source "lib/Kconfig"