blob: 02d3cd4b124cfbcc1ac43c2196cd0c50abd4333f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config MIPS
2 bool
3 default y
Yoichi Yuasaf8ac0422009-06-04 00:16:04 +09004 select HAVE_GENERIC_DMA_COHERENT
Sam Ravnborgec7748b2008-02-09 10:46:40 +01005 select HAVE_IDE
Mathieu Desnoyers42d4b832008-02-02 15:10:34 -05006 select HAVE_OPROFILE
Deng-Cheng Zhu7f788d22010-10-12 19:37:21 +08007 select HAVE_PERF_EVENTS
8 select PERF_USE_VMALLOC
Jason Wessel88547002008-07-29 15:58:53 -05009 select HAVE_ARCH_KGDB
Wu Zhangjind2bb07622009-11-20 20:34:29 +080010 select HAVE_FUNCTION_TRACER
Wu Zhangjin69a7d1b2009-11-20 20:34:30 +080011 select HAVE_FUNCTION_TRACE_MCOUNT_TEST
Wu Zhangjin538f1952009-11-20 20:34:32 +080012 select HAVE_DYNAMIC_FTRACE
13 select HAVE_FTRACE_MCOUNT_RECORD
Wu Zhangjin64575f92010-10-27 18:59:09 +080014 select HAVE_C_RECORDMCOUNT
Wu Zhangjin29c5d342009-11-20 20:34:34 +080015 select HAVE_FUNCTION_GRAPH_TRACER
David Daneyc1bf2072010-08-03 11:22:20 -070016 select HAVE_KPROBES
17 select HAVE_KRETPROBES
Wu Zhangjin21a41fa2009-11-10 00:06:11 +080018 select RTC_LIB if !MACH_LOONGSON
Deng-Cheng Zhu2b789202010-06-09 12:35:25 +080019 select GENERIC_ATOMIC64 if !64BIT
David Daney48e1fd52010-10-01 13:27:32 -070020 select HAVE_DMA_ATTRS
21 select HAVE_DMA_API_DEBUG
David Daney3bd27e32010-11-05 15:12:48 -070022 select HAVE_GENERIC_HARDIRQS
23 select GENERIC_IRQ_PROBE
David Daney94bb0c12010-12-28 13:26:23 -080024 select HAVE_ARCH_JUMP_LABEL
Linus Torvalds1da177e2005-04-16 15:20:36 -070025
Linus Torvalds1da177e2005-04-16 15:20:36 -070026menu "Machine selection"
27
Christoph Lameter5ac6da62007-02-10 01:43:14 -080028config ZONE_DMA
29 bool
Christoph Lameter5ac6da62007-02-10 01:43:14 -080030
Ralf Baechle5e83d432005-10-29 19:32:41 +010031choice
32 prompt "System type"
33 default SGI_IP22
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
Manuel Lauss42a4f172010-07-15 21:45:04 +020035config MIPS_ALCHEMY
Yoichi Yuasac3543e22007-05-11 20:44:30 +090036 bool "Alchemy processor based machines"
Manuel Lauss42a4f172010-07-15 21:45:04 +020037 select 64BIT_PHYS_ADDR
38 select CEVT_R4K_LIB
39 select CSRC_R4K_LIB
40 select IRQ_CPU
41 select SYS_HAS_CPU_MIPS32_R1
42 select SYS_SUPPORTS_32BIT_KERNEL
43 select SYS_SUPPORTS_APM_EMULATION
44 select GENERIC_GPIO
45 select ARCH_WANT_OPTIONAL_GPIOLIB
Wu Zhangjin1b93b3c2009-10-14 18:12:16 +080046 select SYS_SUPPORTS_ZBOOT
Linus Torvalds1da177e2005-04-16 15:20:36 -070047
Florian Fainelli7ca5dc12009-06-24 11:12:57 +020048config AR7
49 bool "Texas Instruments AR7"
50 select BOOT_ELF32
51 select DMA_NONCOHERENT
52 select CEVT_R4K
53 select CSRC_R4K
54 select IRQ_CPU
55 select NO_EXCEPT_FILL
56 select SWAP_IO_SPACE
57 select SYS_HAS_CPU_MIPS32_R1
58 select SYS_HAS_EARLY_PRINTK
59 select SYS_SUPPORTS_32BIT_KERNEL
60 select SYS_SUPPORTS_LITTLE_ENDIAN
Wu Zhangjin1b93b3c2009-10-14 18:12:16 +080061 select SYS_SUPPORTS_ZBOOT_UART16550
Florian Fainelli5f3c9092010-01-03 21:16:51 +010062 select ARCH_REQUIRE_GPIOLIB
Florian Fainelli7ca5dc12009-06-24 11:12:57 +020063 select GCD
64 select VLYNQ
65 help
66 Support for the Texas Instruments AR7 System-on-a-Chip
67 family: TNETD7100, 7200 and 7300.
68
Gabor Juhosd4a67d92011-01-04 21:28:14 +010069config ATH79
70 bool "Atheros AR71XX/AR724X/AR913X based boards"
Gabor Juhos6eae43c2011-01-04 21:28:15 +010071 select ARCH_REQUIRE_GPIOLIB
Gabor Juhosd4a67d92011-01-04 21:28:14 +010072 select BOOT_RAW
73 select CEVT_R4K
74 select CSRC_R4K
75 select DMA_NONCOHERENT
76 select IRQ_CPU
77 select SYS_HAS_CPU_MIPS32_R2
78 select SYS_HAS_EARLY_PRINTK
79 select SYS_SUPPORTS_32BIT_KERNEL
80 select SYS_SUPPORTS_BIG_ENDIAN
81 help
82 Support for the Atheros AR71XX/AR724X/AR913X SoCs.
83
Aurelien Jarno1c0c13e2007-09-25 15:40:12 +020084config BCM47XX
Florian Fainellic6193662010-03-25 11:42:41 +010085 bool "Broadcom BCM47XX based boards"
Ralf Baechle42f77542007-10-18 17:48:11 +010086 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +000087 select CSRC_R4K
Aurelien Jarno1c0c13e2007-09-25 15:40:12 +020088 select DMA_NONCOHERENT
89 select HW_HAS_PCI
90 select IRQ_CPU
91 select SYS_HAS_CPU_MIPS32_R1
92 select SYS_SUPPORTS_32BIT_KERNEL
93 select SYS_SUPPORTS_LITTLE_ENDIAN
94 select SSB
95 select SSB_DRIVER_MIPS
Aurelien Jarno2f02c152007-12-11 11:30:34 +010096 select SSB_DRIVER_EXTIF
Aurelien Jarnob06f3e12008-10-14 11:44:26 +020097 select SSB_EMBEDDED
Hauke Mehrtens220937b12010-07-27 22:12:45 +020098 select SSB_B43_PCI_BRIDGE if PCI
Aurelien Jarno2f02c152007-12-11 11:30:34 +010099 select SSB_PCICORE_HOSTMODE if PCI
Aurelien Jarno1c0c13e2007-09-25 15:40:12 +0200100 select GENERIC_GPIO
Aurelien Jarno25e5fb92007-09-25 15:41:24 +0200101 select SYS_HAS_EARLY_PRINTK
102 select CFE
Aurelien Jarno1c0c13e2007-09-25 15:40:12 +0200103 help
104 Support for BCM47XX based boards
105
Maxime Bizone7300d02009-08-18 13:23:37 +0100106config BCM63XX
107 bool "Broadcom BCM63XX based boards"
108 select CEVT_R4K
109 select CSRC_R4K
110 select DMA_NONCOHERENT
111 select IRQ_CPU
112 select SYS_HAS_CPU_MIPS32_R1
113 select SYS_SUPPORTS_32BIT_KERNEL
114 select SYS_SUPPORTS_BIG_ENDIAN
115 select SYS_HAS_EARLY_PRINTK
116 select SWAP_IO_SPACE
117 select ARCH_REQUIRE_GPIOLIB
118 help
119 Support for BCM63XX based boards
120
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121config MIPS_COBALT
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200122 bool "Cobalt Server"
Ralf Baechle42f77542007-10-18 17:48:11 +0100123 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000124 select CSRC_R4K
Yoichi Yuasa1097c6a2007-10-22 19:43:15 +0900125 select CEVT_GT641XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126 select DMA_NONCOHERENT
127 select HW_HAS_PCI
Ralf Baechled865bea2007-10-11 23:46:10 +0100128 select I8253
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 select I8259
130 select IRQ_CPU
Yoichi Yuasad5ab1a62007-09-13 23:51:26 +0900131 select IRQ_GT641XX
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900132 select PCI_GT64XXX_PCI0
Yoichi Yuasae25bfc92009-06-02 23:17:07 +0900133 select PCI
Ralf Baechle7cf80532005-10-20 22:33:09 +0100134 select SYS_HAS_CPU_NEVADA
Yoichi Yuasa0a22e0d2007-03-02 12:42:33 +0900135 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700136 select SYS_SUPPORTS_32BIT_KERNEL
Florian Fainelli0e8774b2008-01-15 19:42:57 +0100137 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100138 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139
140config MACH_DECSTATION
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200141 bool "DECstations"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 select BOOT_ELF32
Yoichi Yuasa6457d9f2008-04-25 12:11:44 +0900143 select CEVT_DS1287
Ralf Baechle42f77542007-10-18 17:48:11 +0100144 select CEVT_R4K
Yoichi Yuasa42474172008-04-24 09:48:40 +0900145 select CSRC_IOASIC
Ralf Baechle940f6b42007-11-24 22:33:28 +0000146 select CSRC_R4K
Maciej W. Rozycki20d60d92007-10-23 12:43:11 +0100147 select CPU_DADDI_WORKAROUNDS if 64BIT
148 select CPU_R4000_WORKAROUNDS if 64BIT
149 select CPU_R4400_WORKAROUNDS if 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 select DMA_NONCOHERENT
Maciej W. Rozyckid388d682007-05-29 15:08:07 +0100151 select NO_IOPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152 select IRQ_CPU
Ralf Baechle7cf80532005-10-20 22:33:09 +0100153 select SYS_HAS_CPU_R3000
154 select SYS_HAS_CPU_R4X00
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700155 select SYS_SUPPORTS_32BIT_KERNEL
156 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100157 select SYS_SUPPORTS_LITTLE_ENDIAN
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900158 select SYS_SUPPORTS_128HZ
159 select SYS_SUPPORTS_256HZ
160 select SYS_SUPPORTS_1024HZ
Ralf Baechle5e83d432005-10-29 19:32:41 +0100161 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 This enables support for DEC's MIPS based workstations. For details
163 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
164 DECstation porting pages on <http://decstation.unix-ag.org/>.
165
166 If you have one of the following DECstation Models you definitely
167 want to choose R4xx0 for the CPU Type:
168
Ralf Baechle93088162007-08-29 14:21:45 +0100169 DECstation 5000/50
170 DECstation 5000/150
171 DECstation 5000/260
172 DECsystem 5900/260
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173
174 otherwise choose R3000.
175
Ralf Baechle5e83d432005-10-29 19:32:41 +0100176config MACH_JAZZ
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200177 bool "Jazz family of machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100178 select ARC
179 select ARC32
180 select ARCH_MAY_HAVE_PC_FDC
Ralf Baechle42f77542007-10-18 17:48:11 +0100181 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000182 select CSRC_R4K
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100183 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100184 select GENERIC_ISA_DMA
Thomas Bogendoerferea202c62007-08-25 11:01:50 +0200185 select IRQ_CPU
Ralf Baechled865bea2007-10-11 23:46:10 +0100186 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100187 select I8259
188 select ISA
Ralf Baechle7cf80532005-10-20 22:33:09 +0100189 select SYS_HAS_CPU_R4X00
Ralf Baechle5e83d432005-10-29 19:32:41 +0100190 select SYS_SUPPORTS_32BIT_KERNEL
191 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +0900192 select SYS_SUPPORTS_100HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 help
Ralf Baechle5e83d432005-10-29 19:32:41 +0100194 This a family of machines based on the MIPS R4030 chipset which was
195 used by several vendors to build RISC/os and Windows NT workstations.
Matt LaPlante692105b2009-01-26 11:12:25 +0100196 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
Ralf Baechle5e83d432005-10-29 19:32:41 +0100197 Olivetti M700-10 workstations.
198
Lars-Peter Clausen5ebabe52010-06-19 04:08:19 +0000199config MACH_JZ4740
200 bool "Ingenic JZ4740 based machines"
201 select SYS_HAS_CPU_MIPS32_R1
202 select SYS_SUPPORTS_32BIT_KERNEL
203 select SYS_SUPPORTS_LITTLE_ENDIAN
204 select DMA_NONCOHERENT
205 select IRQ_CPU
206 select GENERIC_GPIO
207 select ARCH_REQUIRE_GPIOLIB
208 select SYS_HAS_EARLY_PRINTK
209 select HAVE_PWM
210
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200211config LASAT
212 bool "LASAT Networks platforms"
Ralf Baechle42f77542007-10-18 17:48:11 +0100213 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000214 select CSRC_R4K
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200215 select DMA_NONCOHERENT
216 select SYS_HAS_EARLY_PRINTK
217 select HW_HAS_PCI
Ralf Baechlea5ccfe5c12007-10-14 23:49:33 +0100218 select IRQ_CPU
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200219 select PCI_GT64XXX_PCI0
220 select MIPS_NILE4
221 select R5000_CPU_SCACHE
222 select SYS_HAS_CPU_R5000
223 select SYS_SUPPORTS_32BIT_KERNEL
224 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
225 select SYS_SUPPORTS_LITTLE_ENDIAN
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200226
Wu Zhangjin85749d22009-07-02 23:26:45 +0800227config MACH_LOONGSON
228 bool "Loongson family of machines"
Wu Zhangjinc7e8c662010-01-04 17:16:46 +0800229 select SYS_SUPPORTS_ZBOOT
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900230 help
Wu Zhangjin85749d22009-07-02 23:26:45 +0800231 This enables the support of Loongson family of machines.
232
233 Loongson is a family of general-purpose MIPS-compatible CPUs.
234 developed at Institute of Computing Technology (ICT),
235 Chinese Academy of Sciences (CAS) in the People's Republic
236 of China. The chief architect is Professor Weiwu Hu.
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900237
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238config MIPS_MALTA
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200239 bool "MIPS Malta board"
Ralf Baechle61ed242d2005-09-15 08:52:34 +0000240 select ARCH_MAY_HAVE_PC_FDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241 select BOOT_ELF32
Ralf Baechlefa71c962008-01-29 10:15:00 +0000242 select BOOT_RAW
Ralf Baechle42f77542007-10-18 17:48:11 +0100243 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000244 select CSRC_R4K
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245 select DMA_NONCOHERENT
246 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000247 select IRQ_CPU
Ralf Baechle39b8d522008-04-28 17:14:26 +0100248 select IRQ_GIC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 select HW_HAS_PCI
Ralf Baechled865bea2007-10-11 23:46:10 +0100250 select I8253
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251 select I8259
Ralf Baechle5e83d432005-10-29 19:32:41 +0100252 select MIPS_BOARDS_GEN
253 select MIPS_BONITO64
Chris Dearman9318c512006-06-20 17:15:20 +0100254 select MIPS_CPU_SCACHE
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900255 select PCI_GT64XXX_PCI0
Ralf Baechle5e83d432005-10-29 19:32:41 +0100256 select MIPS_MSC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100258 select SYS_HAS_CPU_MIPS32_R1
259 select SYS_HAS_CPU_MIPS32_R2
260 select SYS_HAS_CPU_MIPS64_R1
261 select SYS_HAS_CPU_NEVADA
262 select SYS_HAS_CPU_RM7000
Ralf Baechle36a88532007-03-01 11:56:43 +0000263 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700264 select SYS_SUPPORTS_32BIT_KERNEL
265 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100266 select SYS_SUPPORTS_BIG_ENDIAN
267 select SYS_SUPPORTS_LITTLE_ENDIAN
Tim Anderson03650702009-06-17 16:22:53 -0700268 select SYS_SUPPORTS_MIPS_CMP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +0100269 select SYS_SUPPORTS_MULTITHREADING
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100270 select SYS_SUPPORTS_SMARTMIPS
Wu Zhangjin1b93b3c2009-10-14 18:12:16 +0800271 select SYS_SUPPORTS_ZBOOT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 help
Maciej W. Rozyckif638d192005-02-02 22:23:46 +0000273 This enables support for the MIPS Technologies Malta evaluation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274 board.
275
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100276config MIPS_SIM
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200277 bool 'MIPS simulator (MIPSsim)'
Ralf Baechle42f77542007-10-18 17:48:11 +0100278 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000279 select CSRC_R4K
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100280 select DMA_NONCOHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000281 select SYS_HAS_EARLY_PRINTK
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100282 select IRQ_CPU
Marc St-Jean9267a302007-06-14 15:55:31 -0600283 select BOOT_RAW
Ralf Baechle7cf80532005-10-20 22:33:09 +0100284 select SYS_HAS_CPU_MIPS32_R1
285 select SYS_HAS_CPU_MIPS32_R2
Ralf Baechle36a88532007-03-01 11:56:43 +0000286 select SYS_HAS_EARLY_PRINTK
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100287 select SYS_SUPPORTS_32BIT_KERNEL
288 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechlef6e23732007-07-10 17:32:56 +0100289 select SYS_SUPPORTS_MULTITHREADING
Ralf Baechlec78cbf42005-09-30 13:59:37 +0100290 select SYS_SUPPORTS_LITTLE_ENDIAN
291 help
292 This option enables support for MIPS Technologies MIPSsim software
293 emulator.
294
Ralf Baechlea83860c2009-03-13 21:17:57 +0100295config NEC_MARKEINS
296 bool "NEC EMMA2RH Mark-eins board"
297 select SOC_EMMA2RH
298 select HW_HAS_PCI
299 help
300 This enables support for the NEC Electronics Mark-eins boards.
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900301
Ralf Baechle5e83d432005-10-29 19:32:41 +0100302config MACH_VR41XX
Yoichi Yuasa74142d62007-04-26 19:45:09 +0900303 bool "NEC VR4100 series based machines"
Ralf Baechle42f77542007-10-18 17:48:11 +0100304 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000305 select CSRC_R4K
Ralf Baechle7cf80532005-10-20 22:33:09 +0100306 select SYS_HAS_CPU_VR41XX
Yoichi Yuasa27fdd322009-06-29 11:11:05 +0900307 select ARCH_REQUIRE_GPIOLIB
Ralf Baechle5e83d432005-10-29 19:32:41 +0100308
Daniel Lairdedb63102008-06-16 15:49:21 +0100309config NXP_STB220
310 bool "NXP STB220 board"
311 select SOC_PNX833X
312 help
313 Support for NXP Semiconductors STB220 Development Board.
314
315config NXP_STB225
316 bool "NXP 225 board"
317 select SOC_PNX833X
318 select SOC_PNX8335
319 help
320 Support for NXP Semiconductors STB225 Development Board.
321
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900322config PNX8550_JBS
Daniel Lairda92b0582008-03-06 09:07:18 +0000323 bool "NXP PNX8550 based JBS board"
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900324 select PNX8550
325 select SYS_SUPPORTS_LITTLE_ENDIAN
326
327config PNX8550_STB810
Daniel Lairda92b0582008-03-06 09:07:18 +0000328 bool "NXP PNX8550 based STB810 board"
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900329 select PNX8550
330 select SYS_SUPPORTS_LITTLE_ENDIAN
331
Marc St-Jean9267a302007-06-14 15:55:31 -0600332config PMC_MSP
333 bool "PMC-Sierra MSP chipsets"
334 depends on EXPERIMENTAL
335 select DMA_NONCOHERENT
336 select SWAP_IO_SPACE
337 select NO_EXCEPT_FILL
338 select BOOT_RAW
339 select SYS_HAS_CPU_MIPS32_R1
340 select SYS_HAS_CPU_MIPS32_R2
341 select SYS_SUPPORTS_32BIT_KERNEL
342 select SYS_SUPPORTS_BIG_ENDIAN
Marc St-Jean9267a302007-06-14 15:55:31 -0600343 select IRQ_CPU
344 select SERIAL_8250
345 select SERIAL_8250_CONSOLE
346 help
347 This adds support for the PMC-Sierra family of Multi-Service
348 Processor System-On-A-Chips. These parts include a number
349 of integrated peripherals, interfaces and DSPs in addition to
350 a variety of MIPS cores.
351
Ralf Baechle5e83d432005-10-29 19:32:41 +0100352config PMC_YOSEMITE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200353 bool "PMC-Sierra Yosemite eval board"
Ralf Baechle42f77542007-10-18 17:48:11 +0100354 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000355 select CSRC_R4K
Ralf Baechle5e83d432005-10-29 19:32:41 +0100356 select DMA_COHERENT
357 select HW_HAS_PCI
358 select IRQ_CPU
359 select IRQ_CPU_RM7K
360 select IRQ_CPU_RM9K
361 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100362 select SYS_HAS_CPU_RM9000
Ralf Baechle36a88532007-03-01 11:56:43 +0000363 select SYS_HAS_EARLY_PRINTK
Ralf Baechle5e83d432005-10-29 19:32:41 +0100364 select SYS_SUPPORTS_32BIT_KERNEL
365 select SYS_SUPPORTS_64BIT_KERNEL
366 select SYS_SUPPORTS_BIG_ENDIAN
367 select SYS_SUPPORTS_HIGHMEM
Ralf Baechlee73ea272006-06-04 11:51:46 +0100368 select SYS_SUPPORTS_SMP
Ralf Baechle5e83d432005-10-29 19:32:41 +0100369 help
370 Yosemite is an evaluation board for the RM9000x2 processor
371 manufactured by PMC-Sierra.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372
David VomLehna3a0f8c2009-08-30 17:15:11 -0700373config POWERTV
374 bool "Cisco PowerTV"
375 select BOOT_ELF32
376 select CEVT_R4K
377 select CPU_MIPSR2_IRQ_VI
378 select CPU_MIPSR2_IRQ_EI
379 select CSRC_POWERTV
380 select DMA_NONCOHERENT
381 select HW_HAS_PCI
382 select SYS_HAS_EARLY_PRINTK
383 select SYS_HAS_CPU_MIPS32_R2
384 select SYS_SUPPORTS_32BIT_KERNEL
385 select SYS_SUPPORTS_BIG_ENDIAN
386 select SYS_SUPPORTS_HIGHMEM
387 select USB_OHCI_LITTLE_ENDIAN
388 help
389 This enables support for the Cisco PowerTV Platform.
390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391config SGI_IP22
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200392 bool "SGI IP22 (Indy/Indigo2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 select ARC
394 select ARC32
395 select BOOT_ELF32
Ralf Baechle42f77542007-10-18 17:48:11 +0100396 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000397 select CSRC_R4K
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100398 select DEFAULT_SGI_PARTITION
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 select DMA_NONCOHERENT
Ralf Baechle5e83d432005-10-29 19:32:41 +0100400 select HW_HAS_EISA
Ralf Baechled865bea2007-10-11 23:46:10 +0100401 select I8253
Thomas Bogendoerfer68de4802007-11-23 20:34:16 +0100402 select I8259
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403 select IP22_CPU_SCACHE
404 select IRQ_CPU
Ralf Baechleaa414df2006-11-30 01:14:51 +0000405 select GENERIC_ISA_DMA_SUPPORT_BROKEN
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100406 select SGI_HAS_I8042
407 select SGI_HAS_INDYDOG
Thomas Bogendoerfer36e5c212008-07-16 14:06:15 +0200408 select SGI_HAS_HAL2
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100409 select SGI_HAS_SEEQ
410 select SGI_HAS_WD93
411 select SGI_HAS_ZILOG
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100413 select SYS_HAS_CPU_R4X00
414 select SYS_HAS_CPU_R5000
Martin Michlmayr2b5e63f2009-11-19 16:40:09 +0000415 #
416 # Disable EARLY_PRINTK for now since it leads to overwritten prom
417 # memory during early boot on some machines.
418 #
419 # See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecation.cyrius.com
420 # for a more details discussion
421 #
422 # select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700423 select SYS_SUPPORTS_32BIT_KERNEL
424 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100425 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426 help
427 This are the SGI Indy, Challenge S and Indigo2, as well as certain
428 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
429 that runs on these, say Y here.
430
431config SGI_IP27
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200432 bool "SGI IP27 (Origin200/2000)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 select ARC
434 select ARC64
Ralf Baechle5e83d432005-10-29 19:32:41 +0100435 select BOOT_ELF64
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100436 select DEFAULT_SGI_PARTITION
Ralf Baechle634286f2009-01-28 17:48:40 +0000437 select DMA_COHERENT
Ralf Baechle36a88532007-03-01 11:56:43 +0000438 select SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439 select HW_HAS_PCI
Ralf Baechle130e2fb2007-02-06 16:53:15 +0000440 select NR_CPUS_DEFAULT_64
Ralf Baechle7cf80532005-10-20 22:33:09 +0100441 select SYS_HAS_CPU_R10000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700442 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100443 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechled8cb4e12006-06-11 23:03:08 +0100444 select SYS_SUPPORTS_NUMA
Ralf Baechle1a5c5de2006-11-02 17:23:33 +0000445 select SYS_SUPPORTS_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446 help
447 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
448 workstations. To compile a Linux kernel that runs on these, say Y
449 here.
450
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100451config SGI_IP28
452 bool "SGI IP28 (Indigo2 R10k) (EXPERIMENTAL)"
453 depends on EXPERIMENTAL
454 select ARC
455 select ARC64
456 select BOOT_ELF64
457 select CEVT_R4K
458 select CSRC_R4K
459 select DEFAULT_SGI_PARTITION
460 select DMA_NONCOHERENT
461 select GENERIC_ISA_DMA_SUPPORT_BROKEN
462 select IRQ_CPU
463 select HW_HAS_EISA
464 select I8253
465 select I8259
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100466 select SGI_HAS_I8042
467 select SGI_HAS_INDYDOG
Thomas Bogendoerfer5b438c42008-07-10 20:29:55 +0200468 select SGI_HAS_HAL2
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100469 select SGI_HAS_SEEQ
470 select SGI_HAS_WD93
471 select SGI_HAS_ZILOG
472 select SWAP_IO_SPACE
473 select SYS_HAS_CPU_R10000
Martin Michlmayr2b5e63f2009-11-19 16:40:09 +0000474 #
475 # Disable EARLY_PRINTK for now since it leads to overwritten prom
476 # memory during early boot on some machines.
477 #
478 # See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecation.cyrius.com
479 # for a more details discussion
480 #
481 # select SYS_HAS_EARLY_PRINTK
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100482 select SYS_SUPPORTS_64BIT_KERNEL
483 select SYS_SUPPORTS_BIG_ENDIAN
484 help
485 This is the SGI Indigo2 with R10000 processor. To compile a Linux
486 kernel that runs on these, say Y here.
487
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488config SGI_IP32
Ralf Baechlecfd2afc2007-07-10 17:33:00 +0100489 bool "SGI IP32 (O2)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 select ARC
491 select ARC32
492 select BOOT_ELF32
Ralf Baechle42f77542007-10-18 17:48:11 +0100493 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000494 select CSRC_R4K
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 select DMA_NONCOHERENT
496 select HW_HAS_PCI
Ralf Baechledd67b152007-10-14 14:02:26 +0100497 select IRQ_CPU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498 select R5000_CPU_SCACHE
499 select RM7000_CPU_SCACHE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100500 select SYS_HAS_CPU_R5000
501 select SYS_HAS_CPU_R10000 if BROKEN
502 select SYS_HAS_CPU_RM7000
Ralf Baechledd2f18f2006-01-19 14:55:42 +0000503 select SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700504 select SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100505 select SYS_SUPPORTS_BIG_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506 help
507 If you want this kernel to run on SGI O2 workstation, say Y here.
508
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900509config SIBYTE_CRHINE
510 bool "Sibyte BCM91120C-CRhine"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100511 depends on EXPERIMENTAL
512 select BOOT_ELF32
513 select DMA_COHERENT
514 select SIBYTE_BCM1120
515 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100516 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100517 select SYS_SUPPORTS_BIG_ENDIAN
518 select SYS_SUPPORTS_LITTLE_ENDIAN
519
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900520config SIBYTE_CARMEL
521 bool "Sibyte BCM91120x-Carmel"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100522 depends on EXPERIMENTAL
523 select BOOT_ELF32
524 select DMA_COHERENT
525 select SIBYTE_BCM1120
526 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100527 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100528 select SYS_SUPPORTS_BIG_ENDIAN
529 select SYS_SUPPORTS_LITTLE_ENDIAN
530
531config SIBYTE_CRHONE
Martin Michlmayr3fa986f2006-05-09 23:34:53 +0200532 bool "Sibyte BCM91125C-CRhone"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100533 depends on EXPERIMENTAL
534 select BOOT_ELF32
535 select DMA_COHERENT
536 select SIBYTE_BCM1125
537 select SWAP_IO_SPACE
Ralf Baechle7cf80532005-10-20 22:33:09 +0100538 select SYS_HAS_CPU_SB1
Ralf Baechle5e83d432005-10-29 19:32:41 +0100539 select SYS_SUPPORTS_BIG_ENDIAN
540 select SYS_SUPPORTS_HIGHMEM
541 select SYS_SUPPORTS_LITTLE_ENDIAN
542
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900543config SIBYTE_RHONE
544 bool "Sibyte BCM91125E-Rhone"
545 depends on EXPERIMENTAL
546 select BOOT_ELF32
547 select DMA_COHERENT
548 select SIBYTE_BCM1125H
549 select SWAP_IO_SPACE
550 select SYS_HAS_CPU_SB1
551 select SYS_SUPPORTS_BIG_ENDIAN
552 select SYS_SUPPORTS_LITTLE_ENDIAN
553
554config SIBYTE_SWARM
555 bool "Sibyte BCM91250A-SWARM"
556 select BOOT_ELF32
557 select DMA_COHERENT
Sebastian Andrzej Siewiorfcf3ca42010-04-18 15:26:36 +0200558 select HAVE_PATA_PLATFORM
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900559 select NR_CPUS_DEFAULT_2
560 select SIBYTE_SB1250
561 select SWAP_IO_SPACE
562 select SYS_HAS_CPU_SB1
563 select SYS_SUPPORTS_BIG_ENDIAN
564 select SYS_SUPPORTS_HIGHMEM
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900565 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlecce335a2007-11-03 02:05:43 +0000566 select ZONE_DMA32 if 64BIT
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900567
568config SIBYTE_LITTLESUR
569 bool "Sibyte BCM91250C2-LittleSur"
570 depends on EXPERIMENTAL
571 select BOOT_ELF32
572 select DMA_COHERENT
Sebastian Andrzej Siewiorfcf3ca42010-04-18 15:26:36 +0200573 select HAVE_PATA_PLATFORM
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900574 select NR_CPUS_DEFAULT_2
575 select SIBYTE_SB1250
576 select SWAP_IO_SPACE
577 select SYS_HAS_CPU_SB1
578 select SYS_SUPPORTS_BIG_ENDIAN
579 select SYS_SUPPORTS_HIGHMEM
580 select SYS_SUPPORTS_LITTLE_ENDIAN
581
582config SIBYTE_SENTOSA
583 bool "Sibyte BCM91250E-Sentosa"
584 depends on EXPERIMENTAL
585 select BOOT_ELF32
586 select DMA_COHERENT
587 select NR_CPUS_DEFAULT_2
588 select SIBYTE_SB1250
589 select SWAP_IO_SPACE
590 select SYS_HAS_CPU_SB1
591 select SYS_SUPPORTS_BIG_ENDIAN
592 select SYS_SUPPORTS_LITTLE_ENDIAN
593
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900594config SIBYTE_BIGSUR
595 bool "Sibyte BCM91480B-BigSur"
596 select BOOT_ELF32
597 select DMA_COHERENT
598 select NR_CPUS_DEFAULT_4
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900599 select SIBYTE_BCM1x80
600 select SWAP_IO_SPACE
601 select SYS_HAS_CPU_SB1
602 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle651194f2007-11-01 21:55:39 +0000603 select SYS_SUPPORTS_HIGHMEM
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900604 select SYS_SUPPORTS_LITTLE_ENDIAN
Ralf Baechlecce335a2007-11-03 02:05:43 +0000605 select ZONE_DMA32 if 64BIT
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900606
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100607config SNI_RM
608 bool "SNI RM200/300/400"
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200609 select ARC if CPU_LITTLE_ENDIAN
610 select ARC32 if CPU_LITTLE_ENDIAN
Thomas Bogendoerfer231a35d2008-01-04 23:31:07 +0100611 select SNIPROM if CPU_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100612 select ARCH_MAY_HAVE_PC_FDC
613 select BOOT_ELF32
Ralf Baechle42f77542007-10-18 17:48:11 +0100614 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000615 select CSRC_R4K
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +0100616 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100617 select DMA_NONCOHERENT
618 select GENERIC_ISA_DMA
Ralf Baechle5e83d432005-10-29 19:32:41 +0100619 select HW_HAS_EISA
620 select HW_HAS_PCI
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100621 select IRQ_CPU
Ralf Baechled865bea2007-10-11 23:46:10 +0100622 select I8253
Ralf Baechle5e83d432005-10-29 19:32:41 +0100623 select I8259
624 select ISA
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200625 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
Ralf Baechle7cf80532005-10-20 22:33:09 +0100626 select SYS_HAS_CPU_R4X00
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200627 select SYS_HAS_CPU_R5000
Thomas Bogendoerferc066a322006-12-28 18:22:32 +0100628 select SYS_HAS_CPU_R10000
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200629 select R5000_CPU_SCACHE
Ralf Baechle36a88532007-03-01 11:56:43 +0000630 select SYS_HAS_EARLY_PRINTK
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -0700631 select SYS_SUPPORTS_32BIT_KERNEL
Ralf Baechle5e83d432005-10-29 19:32:41 +0100632 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
Thomas Bogendoerfer4a0312f2006-06-13 13:59:01 +0200633 select SYS_SUPPORTS_BIG_ENDIAN
Ralf Baechle5e83d432005-10-29 19:32:41 +0100634 select SYS_SUPPORTS_HIGHMEM
635 select SYS_SUPPORTS_LITTLE_ENDIAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 help
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +0100637 The SNI RM200/300/400 are MIPS-based machines manufactured by
638 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
Ralf Baechle5e83d432005-10-29 19:32:41 +0100639 Technology and now in turn merged with Fujitsu. Say Y here to
640 support this machine type.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
Atsushi Nemotoedcaf1a2008-07-11 23:27:54 +0900642config MACH_TX39XX
643 bool "Toshiba TX39 series based machines"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100644
Atsushi Nemotoedcaf1a2008-07-11 23:27:54 +0900645config MACH_TX49XX
646 bool "Toshiba TX49 series based machines"
Ralf Baechle23fbee92005-07-25 22:45:45 +0000647
Ralf Baechle73b43902008-07-16 16:12:25 +0100648config MIKROTIK_RB532
649 bool "Mikrotik RB532 boards"
650 select CEVT_R4K
651 select CSRC_R4K
652 select DMA_NONCOHERENT
Ralf Baechle73b43902008-07-16 16:12:25 +0100653 select HW_HAS_PCI
654 select IRQ_CPU
655 select SYS_HAS_CPU_MIPS32_R1
656 select SYS_SUPPORTS_32BIT_KERNEL
657 select SYS_SUPPORTS_LITTLE_ENDIAN
658 select SWAP_IO_SPACE
659 select BOOT_RAW
Florian Fainellid888e252008-08-23 18:54:34 +0200660 select ARCH_REQUIRE_GPIOLIB
Ralf Baechle73b43902008-07-16 16:12:25 +0100661 help
662 Support the Mikrotik(tm) RouterBoard 532 series,
663 based on the IDT RC32434 SoC.
664
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900665config WR_PPMC
666 bool "Wind River PPMC board"
Ralf Baechle42f77542007-10-18 17:48:11 +0100667 select CEVT_R4K
Ralf Baechle940f6b42007-11-24 22:33:28 +0000668 select CSRC_R4K
Yoichi Yuasaade299d2007-07-27 15:25:43 +0900669 select IRQ_CPU
670 select BOOT_ELF32
671 select DMA_NONCOHERENT
672 select HW_HAS_PCI
673 select PCI_GT64XXX_PCI0
674 select SWAP_IO_SPACE
675 select SYS_HAS_CPU_MIPS32_R1
676 select SYS_HAS_CPU_MIPS32_R2
677 select SYS_HAS_CPU_MIPS64_R1
678 select SYS_HAS_CPU_NEVADA
679 select SYS_HAS_CPU_RM7000
680 select SYS_SUPPORTS_32BIT_KERNEL
681 select SYS_SUPPORTS_64BIT_KERNEL
682 select SYS_SUPPORTS_BIG_ENDIAN
683 select SYS_SUPPORTS_LITTLE_ENDIAN
684 help
685 This enables support for the Wind River MIPS32 4KC PPMC evaluation
686 board, which is based on GT64120 bridge chip.
687
David Daneya86c7f72008-12-11 15:33:38 -0800688config CAVIUM_OCTEON_SIMULATOR
Yoichi Yuasac9d89d92009-06-02 23:15:10 +0900689 bool "Cavium Networks Octeon Simulator"
David Daneya86c7f72008-12-11 15:33:38 -0800690 select CEVT_R4K
691 select 64BIT_PHYS_ADDR
692 select DMA_COHERENT
693 select SYS_SUPPORTS_64BIT_KERNEL
694 select SYS_SUPPORTS_BIG_ENDIAN
695 select SYS_SUPPORTS_HIGHMEM
Ralf Baechle773cb772009-06-23 10:36:38 +0100696 select SYS_SUPPORTS_HOTPLUG_CPU
David Daney5e683382009-02-02 11:30:59 -0800697 select SYS_HAS_CPU_CAVIUM_OCTEON
David Daneya86c7f72008-12-11 15:33:38 -0800698 help
699 The Octeon simulator is software performance model of the Cavium
700 Octeon Processor. It supports simulating Octeon processors on x86
701 hardware.
702
703config CAVIUM_OCTEON_REFERENCE_BOARD
Yoichi Yuasac9d89d92009-06-02 23:15:10 +0900704 bool "Cavium Networks Octeon reference board"
David Daneya86c7f72008-12-11 15:33:38 -0800705 select CEVT_R4K
706 select 64BIT_PHYS_ADDR
707 select DMA_COHERENT
708 select SYS_SUPPORTS_64BIT_KERNEL
709 select SYS_SUPPORTS_BIG_ENDIAN
710 select SYS_SUPPORTS_HIGHMEM
Ralf Baechle773cb772009-06-23 10:36:38 +0100711 select SYS_SUPPORTS_HOTPLUG_CPU
David Daneya86c7f72008-12-11 15:33:38 -0800712 select SYS_HAS_EARLY_PRINTK
David Daney5e683382009-02-02 11:30:59 -0800713 select SYS_HAS_CPU_CAVIUM_OCTEON
David Daneya86c7f72008-12-11 15:33:38 -0800714 select SWAP_IO_SPACE
David Daneye8635b42009-04-23 17:44:38 -0700715 select HW_HAS_PCI
716 select ARCH_SUPPORTS_MSI
David Daneyf00e0012010-10-01 13:27:30 -0700717 select ZONE_DMA32
David Daney340fbb82010-10-08 14:47:53 -0700718 select USB_ARCH_HAS_OHCI
719 select USB_ARCH_HAS_EHCI
David Daneya86c7f72008-12-11 15:33:38 -0800720 help
721 This option supports all of the Octeon reference boards from Cavium
722 Networks. It builds a kernel that dynamically determines the Octeon
723 CPU type and supports all known board reference implementations.
724 Some of the supported boards are:
725 EBT3000
726 EBH3000
727 EBH3100
728 Thunder
729 Kodama
730 Hikari
731 Say Y here for most Octeon reference boards.
732
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733endchoice
734
Ralf Baechlee8c7c482008-09-16 19:12:16 +0200735source "arch/mips/alchemy/Kconfig"
Gabor Juhosd4a67d92011-01-04 21:28:14 +0100736source "arch/mips/ath79/Kconfig"
Maxime Bizone7300d02009-08-18 13:23:37 +0100737source "arch/mips/bcm63xx/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100738source "arch/mips/jazz/Kconfig"
Lars-Peter Clausen5ebabe52010-06-19 04:08:19 +0000739source "arch/mips/jz4740/Kconfig"
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200740source "arch/mips/lasat/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100741source "arch/mips/pmc-sierra/Kconfig"
David VomLehna3a0f8c2009-08-30 17:15:11 -0700742source "arch/mips/powertv/Kconfig"
Ralf Baechle29c48692005-02-07 01:27:14 +0000743source "arch/mips/sgi-ip27/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000744source "arch/mips/sibyte/Kconfig"
Atsushi Nemoto22b1d702008-07-11 00:31:36 +0900745source "arch/mips/txx9/Kconfig"
Ralf Baechle5e83d432005-10-29 19:32:41 +0100746source "arch/mips/vr41xx/Kconfig"
David Daneya86c7f72008-12-11 15:33:38 -0800747source "arch/mips/cavium-octeon/Kconfig"
Wu Zhangjin85749d22009-07-02 23:26:45 +0800748source "arch/mips/loongson/Kconfig"
Ralf Baechle38b18f722005-02-03 14:28:23 +0000749
Ralf Baechle5e83d432005-10-29 19:32:41 +0100750endmenu
751
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752config RWSEM_GENERIC_SPINLOCK
753 bool
754 default y
755
756config RWSEM_XCHGADD_ALGORITHM
757 bool
758
David Howellsf0d1b0b2006-12-08 02:37:49 -0800759config ARCH_HAS_ILOG2_U32
760 bool
761 default n
762
763config ARCH_HAS_ILOG2_U64
764 bool
765 default n
766
Ralf Baechle00a58252007-12-06 16:53:19 +0000767config ARCH_SUPPORTS_OPROFILE
768 bool
769 default y if !MIPS_MT_SMTC
770
Akinobu Mita3c9ee7e2006-03-26 01:39:30 -0800771config GENERIC_FIND_NEXT_BIT
772 bool
773 default y
774
775config GENERIC_HWEIGHT
776 bool
777 default y
778
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779config GENERIC_CALIBRATE_DELAY
780 bool
781 default y
782
Ralf Baechle7bcf7712007-10-11 23:46:09 +0100783config GENERIC_CLOCKEVENTS
784 bool
785 default y
786
Ralf Baechlef5ff0a22007-08-13 15:26:12 +0100787config GENERIC_CMOS_UPDATE
788 bool
789 default y
790
Ingo Molnarae1e9132008-11-11 09:05:16 +0100791config SCHED_OMIT_FRAME_POINTER
Atsushi Nemoto1cc89032006-04-04 13:11:45 +0900792 bool
793 default y
794
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100795config GENERIC_HARDIRQS_NO__DO_IRQ
Ralf Baechlec87e0902009-03-30 14:49:44 +0200796 def_bool y
Franck Bui-Huue77c2322006-12-01 18:22:27 +0100797
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798#
799# Select some configuration options automatically based on user selections.
800#
801config ARC
802 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803
Ralf Baechle61ed242d2005-09-15 08:52:34 +0000804config ARCH_MAY_HAVE_PC_FDC
805 bool
806
Marc St-Jean9267a302007-06-14 15:55:31 -0600807config BOOT_RAW
808 bool
809
Ralf Baechle217dd112007-11-01 01:57:55 +0000810config CEVT_BCM1480
811 bool
812
Yoichi Yuasa6457d9f2008-04-25 12:11:44 +0900813config CEVT_DS1287
814 bool
815
Yoichi Yuasa1097c6a2007-10-22 19:43:15 +0900816config CEVT_GT641XX
817 bool
818
Manuel Lauss779e7d42008-12-21 09:26:22 +0100819config CEVT_R4K_LIB
820 bool
821
Ralf Baechle42f77542007-10-18 17:48:11 +0100822config CEVT_R4K
Manuel Lauss779e7d42008-12-21 09:26:22 +0100823 select CEVT_R4K_LIB
Ralf Baechle42f77542007-10-18 17:48:11 +0100824 bool
825
Ralf Baechle217dd112007-11-01 01:57:55 +0000826config CEVT_SB1250
827 bool
828
Atsushi Nemoto229f7732007-10-25 01:34:09 +0900829config CEVT_TXX9
830 bool
831
Ralf Baechle217dd112007-11-01 01:57:55 +0000832config CSRC_BCM1480
833 bool
834
Yoichi Yuasa42474172008-04-24 09:48:40 +0900835config CSRC_IOASIC
836 bool
837
David VomLehna3a0f8c2009-08-30 17:15:11 -0700838config CSRC_POWERTV
839 bool
840
Manuel Lauss779e7d42008-12-21 09:26:22 +0100841config CSRC_R4K_LIB
842 bool
843
Ralf Baechle940f6b42007-11-24 22:33:28 +0000844config CSRC_R4K
Manuel Lauss779e7d42008-12-21 09:26:22 +0100845 select CSRC_R4K_LIB
Ralf Baechle940f6b42007-11-24 22:33:28 +0000846 bool
847
Ralf Baechle217dd112007-11-01 01:57:55 +0000848config CSRC_SB1250
849 bool
850
Atsushi Nemotoa9aec7f2008-04-05 00:55:41 +0900851config GPIO_TXX9
852 select GENERIC_GPIO
Michael Buesch7444a722008-07-25 01:46:11 -0700853 select ARCH_REQUIRE_GPIOLIB
Atsushi Nemotoa9aec7f2008-04-05 00:55:41 +0900854 bool
855
Aurelien Jarnodf78b5c2007-09-05 08:58:26 +0200856config CFE
857 bool
858
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700859config DMA_COHERENT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860 bool
861
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700862config DMA_NONCOHERENT
863 bool
FUJITA Tomonorie1e02b32010-03-10 15:23:25 -0800864 select NEED_DMA_MAP_STATE
Ralf Baechle4ce588c2005-09-03 15:56:19 -0700865
FUJITA Tomonorie1e02b32010-03-10 15:23:25 -0800866config NEED_DMA_MAP_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867 bool
868
Ralf Baechle36a88532007-03-01 11:56:43 +0000869config SYS_HAS_EARLY_PRINTK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871
Ralf Baechledbb74542007-08-07 14:52:17 +0100872config HOTPLUG_CPU
Ralf Baechle1b2bc752009-06-23 10:00:31 +0100873 bool "Support for hot-pluggable CPUs"
874 depends on SMP && HOTPLUG && SYS_SUPPORTS_HOTPLUG_CPU
875 help
876 Say Y here to allow turning CPUs off and on. CPUs can be
877 controlled through /sys/devices/system/cpu.
878 (Note: power management support will enable this option
879 automatically on SMP systems. )
880 Say N if you want to disable CPU hotplug.
881
882config SYS_SUPPORTS_HOTPLUG_CPU
Ralf Baechledbb74542007-08-07 14:52:17 +0100883 bool
Ralf Baechledbb74542007-08-07 14:52:17 +0100884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885config I8259
886 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888config MIPS_BONITO64
889 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890
891config MIPS_MSC
892 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
Brian Murphy1f21d2b2007-08-21 22:34:16 +0200894config MIPS_NILE4
895 bool
896
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897config MIPS_DISABLE_OBSOLETE_IDE
898 bool
899
Ralf Baechle39b8d522008-04-28 17:14:26 +0100900config SYNC_R4K
901 bool
902
Gabor Juhos487d70d2010-11-23 16:06:25 +0100903config MIPS_MACHINE
904 def_bool n
905
Maciej W. Rozyckid388d682007-05-29 15:08:07 +0100906config NO_IOPORT
907 def_bool n
908
Ralf Baechle8313da32007-08-24 16:48:30 +0100909config GENERIC_ISA_DMA
910 bool
911 select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
Namhyung Kima35bee82010-10-18 12:55:21 +0900912 select ISA_DMA_API
Ralf Baechle8313da32007-08-24 16:48:30 +0100913
Ralf Baechleaa414df2006-11-30 01:14:51 +0000914config GENERIC_ISA_DMA_SUPPORT_BROKEN
915 bool
Ralf Baechle8313da32007-08-24 16:48:30 +0100916 select GENERIC_ISA_DMA
Ralf Baechleaa414df2006-11-30 01:14:51 +0000917
Namhyung Kima35bee82010-10-18 12:55:21 +0900918config ISA_DMA_API
919 bool
920
Yoichi Yuasa09663332007-05-22 00:05:58 +0900921config GENERIC_GPIO
922 bool
923
Ralf Baechle5e83d432005-10-29 19:32:41 +0100924#
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100925# Endianess selection. Sufficiently obscure so many users don't know what to
Ralf Baechle5e83d432005-10-29 19:32:41 +0100926# answer,so we try hard to limit the available choices. Also the use of a
927# choice statement should be more obvious to the user.
928#
929choice
930 prompt "Endianess selection"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931 help
932 Some MIPS machines can be configured for either little or big endian
Ralf Baechle5e83d432005-10-29 19:32:41 +0100933 byte order. These modes require different kernels and a different
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100934 Linux distribution. In general there is one preferred byteorder for a
Ralf Baechle5e83d432005-10-29 19:32:41 +0100935 particular system but some systems are just as commonly used in the
David Sterba3dde6ad2007-05-09 07:12:20 +0200936 one or the other endianness.
Ralf Baechle5e83d432005-10-29 19:32:41 +0100937
938config CPU_BIG_ENDIAN
939 bool "Big endian"
940 depends on SYS_SUPPORTS_BIG_ENDIAN
941
942config CPU_LITTLE_ENDIAN
943 bool "Little endian"
944 depends on SYS_SUPPORTS_LITTLE_ENDIAN
945 help
946
947endchoice
948
David Daney22b07632010-07-23 18:41:43 -0700949config EXPORT_UASM
950 bool
951
Ralf Baechle21162452007-02-09 17:08:58 +0000952config SYS_SUPPORTS_APM_EMULATION
953 bool
954
Ralf Baechle5e83d432005-10-29 19:32:41 +0100955config SYS_SUPPORTS_BIG_ENDIAN
956 bool
957
958config SYS_SUPPORTS_LITTLE_ENDIAN
959 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960
David Daney9cffd1542009-05-27 17:47:46 -0700961config SYS_SUPPORTS_HUGETLBFS
962 bool
963 depends on CPU_SUPPORTS_HUGEPAGES && 64BIT
964 default y
965
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966config IRQ_CPU
967 bool
968
969config IRQ_CPU_RM7K
970 bool
971
Ralf Baechle5e83d432005-10-29 19:32:41 +0100972config IRQ_CPU_RM9K
973 bool
974
Marc St-Jean9267a302007-06-14 15:55:31 -0600975config IRQ_MSP_SLP
976 bool
977
978config IRQ_MSP_CIC
979 bool
980
Atsushi Nemoto8420fd02007-08-02 23:35:53 +0900981config IRQ_TXX9
982 bool
983
Yoichi Yuasad5ab1a62007-09-13 23:51:26 +0900984config IRQ_GT641XX
985 bool
986
Ralf Baechle39b8d522008-04-28 17:14:26 +0100987config IRQ_GIC
988 bool
989
David Daneya86c7f72008-12-11 15:33:38 -0800990config IRQ_CPU_OCTEON
991 bool
992
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993config MIPS_BOARDS_GEN
994 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995
Yoichi Yuasa252161e2007-03-14 21:51:26 +0900996config PCI_GT64XXX_PCI0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998
Marc St-Jean9267a302007-06-14 15:55:31 -0600999config NO_EXCEPT_FILL
1000 bool
1001
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001002config MIPS_RM9122
1003 bool
1004 select SERIAL_RM9000
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001005
Ralf Baechlea83860c2009-03-13 21:17:57 +01001006config SOC_EMMA2RH
1007 bool
1008 select CEVT_R4K
1009 select CSRC_R4K
1010 select DMA_NONCOHERENT
1011 select IRQ_CPU
1012 select SWAP_IO_SPACE
1013 select SYS_HAS_CPU_R5500
1014 select SYS_SUPPORTS_32BIT_KERNEL
1015 select SYS_SUPPORTS_64BIT_KERNEL
1016 select SYS_SUPPORTS_BIG_ENDIAN
1017
Daniel Lairdedb63102008-06-16 15:49:21 +01001018config SOC_PNX833X
1019 bool
1020 select CEVT_R4K
1021 select CSRC_R4K
1022 select IRQ_CPU
1023 select DMA_NONCOHERENT
1024 select SYS_HAS_CPU_MIPS32_R2
1025 select SYS_SUPPORTS_32BIT_KERNEL
1026 select SYS_SUPPORTS_LITTLE_ENDIAN
1027 select SYS_SUPPORTS_BIG_ENDIAN
Daniel Lairdedb63102008-06-16 15:49:21 +01001028 select GENERIC_GPIO
1029 select CPU_MIPSR2_IRQ_VI
1030
1031config SOC_PNX8335
1032 bool
1033 select SOC_PNX833X
1034
Pete Popovbdf21b12005-07-14 17:47:57 +00001035config PNX8550
1036 bool
1037 select SOC_PNX8550
1038
1039config SOC_PNX8550
1040 bool
Pete Popovbdf21b12005-07-14 17:47:57 +00001041 select DMA_NONCOHERENT
1042 select HW_HAS_PCI
Ralf Baechleb8c2a772005-10-31 13:08:37 +00001043 select SYS_HAS_CPU_MIPS32_R1
Ralf Baechle36a88532007-03-01 11:56:43 +00001044 select SYS_HAS_EARLY_PRINTK
Ralf Baechle7cf80532005-10-20 22:33:09 +01001045 select SYS_SUPPORTS_32BIT_KERNEL
Florian Fainelli4ead1682007-05-22 21:44:42 +02001046 select GENERIC_GPIO
Pete Popovbdf21b12005-07-14 17:47:57 +00001047
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048config SWAP_IO_SPACE
1049 bool
1050
thomas@koeller.dyndns.org663c3d92006-08-27 13:51:48 +02001051config SERIAL_RM9000
1052 bool
1053
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +01001054config SGI_HAS_INDYDOG
1055 bool
1056
Thomas Bogendoerfer5b438c42008-07-10 20:29:55 +02001057config SGI_HAS_HAL2
1058 bool
1059
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +01001060config SGI_HAS_SEEQ
1061 bool
1062
1063config SGI_HAS_WD93
1064 bool
1065
1066config SGI_HAS_ZILOG
1067 bool
1068
1069config SGI_HAS_I8042
1070 bool
1071
1072config DEFAULT_SGI_PARTITION
1073 bool
1074
Ralf Baechle5e83d432005-10-29 19:32:41 +01001075config ARC32
1076 bool
1077
Thomas Bogendoerfer231a35d2008-01-04 23:31:07 +01001078config SNIPROM
1079 bool
1080
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081config BOOT_ELF32
1082 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083
1084config MIPS_L1_CACHE_SHIFT
1085 int
Ralf Baechlec7088752009-10-12 22:30:06 +02001086 default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL
Ralf Baechle0db2b742009-10-13 16:54:01 +02001087 default "6" if MIPS_CPU_SCACHE
David Daneya86c7f72008-12-11 15:33:38 -08001088 default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 default "5"
1090
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091config HAVE_STD_PC_SERIAL_PORT
1092 bool
1093
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094config ARC_CONSOLE
1095 bool "ARC console support"
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +01001096 depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097
1098config ARC_MEMORY
1099 bool
Thomas Bogendoerfer14b36af2006-12-05 17:05:44 +01001100 depends on MACH_JAZZ || SNI_RM || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101 default y
1102
1103config ARC_PROMLIB
1104 bool
Thomas Bogendoerfere2defae2007-12-02 13:00:32 +01001105 depends on MACH_JAZZ || SNI_RM || SGI_IP22 || SGI_IP28 || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106 default y
1107
1108config ARC64
1109 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110
1111config BOOT_ELF64
1112 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114menu "CPU selection"
1115
1116choice
1117 prompt "CPU type"
1118 default CPU_R4X00
1119
Wu Zhangjin3702bba2009-07-02 23:27:41 +08001120config CPU_LOONGSON2E
1121 bool "Loongson 2E"
1122 depends on SYS_HAS_CPU_LOONGSON2E
1123 select CPU_LOONGSON2
Fuxin Zhang2a21c732007-06-06 14:52:43 +08001124 help
1125 The Loongson 2E processor implements the MIPS III instruction set
1126 with many extensions.
1127
Wu Zhangjin6f7a2512009-11-06 18:45:05 +08001128 It has an internal FPGA northbridge, which is compatiable to
1129 bonito64.
1130
1131config CPU_LOONGSON2F
1132 bool "Loongson 2F"
1133 depends on SYS_HAS_CPU_LOONGSON2F
1134 select CPU_LOONGSON2
Arnaud Patardc197da92010-04-29 11:58:54 +02001135 select GENERIC_GPIO
1136 select ARCH_REQUIRE_GPIOLIB
Wu Zhangjin6f7a2512009-11-06 18:45:05 +08001137 help
1138 The Loongson 2F processor implements the MIPS III instruction set
1139 with many extensions.
1140
1141 Loongson2F have built-in DDR2 and PCIX controller. The PCIX controller
1142 have a similar programming interface with FPGA northbridge used in
1143 Loongson2E.
1144
Ralf Baechle6e760c82005-07-06 12:08:11 +00001145config CPU_MIPS32_R1
1146 bool "MIPS32 Release 1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001147 depends on SYS_HAS_CPU_MIPS32_R1
Ralf Baechle6e760c82005-07-06 12:08:11 +00001148 select CPU_HAS_PREFETCH
Ralf Baechle797798c2005-08-10 15:17:11 +00001149 select CPU_SUPPORTS_32BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001150 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle6e760c82005-07-06 12:08:11 +00001151 help
Ralf Baechle5e83d432005-10-29 19:32:41 +01001152 Choose this option to build a kernel for release 1 or later of the
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001153 MIPS32 architecture. Most modern embedded systems with a 32-bit
1154 MIPS processor are based on a MIPS32 processor. If you know the
1155 specific type of processor in your system, choose those that one
1156 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1157 Release 2 of the MIPS32 architecture is available since several
1158 years so chances are you even have a MIPS32 Release 2 processor
1159 in which case you should choose CPU_MIPS32_R2 instead for better
1160 performance.
1161
1162config CPU_MIPS32_R2
1163 bool "MIPS32 Release 2"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001164 depends on SYS_HAS_CPU_MIPS32_R2
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 Baechle797798c2005-08-10 15:17:11 +00001178 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001179 select CPU_SUPPORTS_32BIT_KERNEL
1180 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001181 select CPU_SUPPORTS_HIGHMEM
David Daney9cffd1542009-05-27 17:47:46 -07001182 select CPU_SUPPORTS_HUGEPAGES
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 Baechle797798c2005-08-10 15:17:11 +00001197 select CPU_HAS_PREFETCH
Ralf Baechle1e5f1ca2005-07-12 14:51:22 +00001198 select CPU_SUPPORTS_32BIT_KERNEL
1199 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechleec28f302006-03-05 00:45:33 +00001200 select CPU_SUPPORTS_HIGHMEM
David Daney9cffd1542009-05-27 17:47:46 -07001201 select CPU_SUPPORTS_HUGEPAGES
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
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001242 select CPU_SUPPORTS_32BIT_KERNEL
1243 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244 help
1245 MIPS Technologies R4300-series processors.
1246
1247config CPU_R4X00
1248 bool "R4x00"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001249 depends on SYS_HAS_CPU_R4X00
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001250 select CPU_SUPPORTS_32BIT_KERNEL
1251 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 help
1253 MIPS Technologies R4000-series processors other than 4300, including
1254 the R4000, R4400, R4600, and 4700.
1255
1256config CPU_TX49XX
1257 bool "R49XX"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001258 depends on SYS_HAS_CPU_TX49XX
Atsushi Nemotode862b42006-03-17 12:59:22 +09001259 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001260 select CPU_SUPPORTS_32BIT_KERNEL
1261 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262
1263config CPU_R5000
1264 bool "R5000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001265 depends on SYS_HAS_CPU_R5000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001266 select CPU_SUPPORTS_32BIT_KERNEL
1267 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268 help
1269 MIPS Technologies R5000-series processors other than the Nevada.
1270
1271config CPU_R5432
1272 bool "R5432"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001273 depends on SYS_HAS_CPU_R5432
Ralf Baechle5e83d432005-10-29 19:32:41 +01001274 select CPU_SUPPORTS_32BIT_KERNEL
1275 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276
Shinya Kuribayashi542c1022008-10-24 01:27:57 +09001277config CPU_R5500
1278 bool "R5500"
1279 depends on SYS_HAS_CPU_R5500
Shinya Kuribayashi542c1022008-10-24 01:27:57 +09001280 select CPU_SUPPORTS_32BIT_KERNEL
1281 select CPU_SUPPORTS_64BIT_KERNEL
David Daney9cffd1542009-05-27 17:47:46 -07001282 select CPU_SUPPORTS_HUGEPAGES
Shinya Kuribayashi542c1022008-10-24 01:27:57 +09001283 help
1284 NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
1285 instruction set.
1286
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287config CPU_R6000
1288 bool "R6000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001289 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001290 depends on SYS_HAS_CPU_R6000
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001291 select CPU_SUPPORTS_32BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292 help
1293 MIPS Technologies R6000 and R6000A series processors. Note these
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001294 processors are extremely rare and the support for them is incomplete.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295
1296config CPU_NEVADA
1297 bool "RM52xx"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001298 depends on SYS_HAS_CPU_NEVADA
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001299 select CPU_SUPPORTS_32BIT_KERNEL
1300 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 help
1302 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1303
1304config CPU_R8000
1305 bool "R8000"
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001306 depends on EXPERIMENTAL
Ralf Baechle7cf80532005-10-20 22:33:09 +01001307 depends on SYS_HAS_CPU_R8000
Ralf Baechle5e83d432005-10-29 19:32:41 +01001308 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001309 select CPU_SUPPORTS_64BIT_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310 help
1311 MIPS Technologies R8000 processors. Note these processors are
1312 uncommon and the support for them is incomplete.
1313
1314config CPU_R10000
1315 bool "R10000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001316 depends on SYS_HAS_CPU_R10000
Ralf Baechle5e83d432005-10-29 19:32:41 +01001317 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001318 select CPU_SUPPORTS_32BIT_KERNEL
1319 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001320 select CPU_SUPPORTS_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321 help
1322 MIPS Technologies R10000-series processors.
1323
1324config CPU_RM7000
1325 bool "RM7000"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001326 depends on SYS_HAS_CPU_RM7000
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 Baechle5e83d432005-10-29 19:32:41 +01001335 select CPU_HAS_PREFETCH
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001336 select CPU_SUPPORTS_32BIT_KERNEL
1337 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001338 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001339 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340
1341config CPU_SB1
1342 bool "SB1"
Ralf Baechle7cf80532005-10-20 22:33:09 +01001343 depends on SYS_HAS_CPU_SB1
Yoichi Yuasaed5ba2f2005-09-03 15:56:21 -07001344 select CPU_SUPPORTS_32BIT_KERNEL
1345 select CPU_SUPPORTS_64BIT_KERNEL
Ralf Baechle797798c2005-08-10 15:17:11 +00001346 select CPU_SUPPORTS_HIGHMEM
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001347 select WEAK_ORDERING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348
David Daneya86c7f72008-12-11 15:33:38 -08001349config CPU_CAVIUM_OCTEON
1350 bool "Cavium Octeon processor"
David Daney5e683382009-02-02 11:30:59 -08001351 depends on SYS_HAS_CPU_CAVIUM_OCTEON
David Daneya86c7f72008-12-11 15:33:38 -08001352 select IRQ_CPU
1353 select IRQ_CPU_OCTEON
1354 select CPU_HAS_PREFETCH
1355 select CPU_SUPPORTS_64BIT_KERNEL
1356 select SYS_SUPPORTS_SMP
1357 select NR_CPUS_DEFAULT_16
1358 select WEAK_ORDERING
David Daneya86c7f72008-12-11 15:33:38 -08001359 select CPU_SUPPORTS_HIGHMEM
David Daney9cffd1542009-05-27 17:47:46 -07001360 select CPU_SUPPORTS_HUGEPAGES
David Daneya86c7f72008-12-11 15:33:38 -08001361 help
1362 The Cavium Octeon processor is a highly integrated chip containing
1363 many ethernet hardware widgets for networking tasks. The processor
1364 can have up to 16 Mips64v2 cores and 8 integrated gigabit ethernets.
1365 Full details can be found at http://www.caviumnetworks.com.
1366
Kevin Cernekeec1c0c462010-10-17 10:56:53 -07001367config CPU_BMIPS3300
1368 bool "BMIPS3300"
1369 depends on SYS_HAS_CPU_BMIPS3300
1370 select DMA_NONCOHERENT
1371 select IRQ_CPU
1372 select SWAP_IO_SPACE
1373 select SYS_SUPPORTS_32BIT_KERNEL
1374 select WEAK_ORDERING
1375 help
1376 Broadcom BMIPS3300 processors.
1377
1378config CPU_BMIPS4350
1379 bool "BMIPS4350"
1380 depends on SYS_HAS_CPU_BMIPS4350
1381 select CPU_SUPPORTS_32BIT_KERNEL
1382 select DMA_NONCOHERENT
1383 select IRQ_CPU
1384 select SWAP_IO_SPACE
1385 select SYS_SUPPORTS_SMP
1386 select SYS_SUPPORTS_HOTPLUG_CPU
1387 select WEAK_ORDERING
1388 help
1389 Broadcom BMIPS4350 ("VIPER") processors.
1390
1391config CPU_BMIPS4380
1392 bool "BMIPS4380"
1393 depends on SYS_HAS_CPU_BMIPS4380
1394 select CPU_SUPPORTS_32BIT_KERNEL
1395 select DMA_NONCOHERENT
1396 select IRQ_CPU
1397 select SWAP_IO_SPACE
1398 select SYS_SUPPORTS_SMP
1399 select SYS_SUPPORTS_HOTPLUG_CPU
1400 select WEAK_ORDERING
1401 help
1402 Broadcom BMIPS4380 processors.
1403
1404config CPU_BMIPS5000
1405 bool "BMIPS5000"
1406 depends on SYS_HAS_CPU_BMIPS5000
1407 select CPU_SUPPORTS_32BIT_KERNEL
1408 select CPU_SUPPORTS_HIGHMEM
1409 select DMA_NONCOHERENT
1410 select IRQ_CPU
1411 select SWAP_IO_SPACE
1412 select SYS_SUPPORTS_SMP
1413 select SYS_SUPPORTS_HOTPLUG_CPU
1414 select WEAK_ORDERING
1415 help
1416 Broadcom BMIPS5000 processors.
1417
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418endchoice
1419
Wu Zhangjin622844b2010-04-10 20:04:42 +08001420if CPU_LOONGSON2F
1421config CPU_NOP_WORKAROUNDS
1422 bool
1423
1424config CPU_JUMP_WORKAROUNDS
1425 bool
1426
1427config CPU_LOONGSON2F_WORKAROUNDS
1428 bool "Loongson 2F Workarounds"
1429 default y
1430 select CPU_NOP_WORKAROUNDS
1431 select CPU_JUMP_WORKAROUNDS
1432 help
1433 Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which
1434 require workarounds. Without workarounds the system may hang
1435 unexpectedly. For more information please refer to the gas
1436 -mfix-loongson2f-nop and -mfix-loongson2f-jump options.
1437
1438 Loongson 2F03 and later have fixed these issues and no workarounds
1439 are needed. The workarounds have no significant side effect on them
1440 but may decrease the performance of the system so this option should
1441 be disabled unless the kernel is intended to be run on 2F01 or 2F02
1442 systems.
1443
1444 If unsure, please say Y.
1445endif # CPU_LOONGSON2F
1446
Wu Zhangjin1b93b3c2009-10-14 18:12:16 +08001447config SYS_SUPPORTS_ZBOOT
1448 bool
1449 select HAVE_KERNEL_GZIP
1450 select HAVE_KERNEL_BZIP2
1451 select HAVE_KERNEL_LZMA
Wu Zhangjinfe1d45e2010-01-15 20:34:46 +08001452 select HAVE_KERNEL_LZO
Wu Zhangjin1b93b3c2009-10-14 18:12:16 +08001453
1454config SYS_SUPPORTS_ZBOOT_UART16550
1455 bool
1456 select SYS_SUPPORTS_ZBOOT
1457
Wu Zhangjin3702bba2009-07-02 23:27:41 +08001458config CPU_LOONGSON2
1459 bool
1460 select CPU_SUPPORTS_32BIT_KERNEL
1461 select CPU_SUPPORTS_64BIT_KERNEL
1462 select CPU_SUPPORTS_HIGHMEM
1463
1464config SYS_HAS_CPU_LOONGSON2E
Fuxin Zhang2a21c732007-06-06 14:52:43 +08001465 bool
1466
Wu Zhangjin6f7a2512009-11-06 18:45:05 +08001467config SYS_HAS_CPU_LOONGSON2F
1468 bool
Wu Zhangjin55045ff2009-11-11 13:39:12 +08001469 select CPU_SUPPORTS_CPUFREQ
1470 select CPU_SUPPORTS_ADDRWINCFG if 64BIT
Wu Zhangjin22f1fdf2009-11-11 13:59:23 +08001471 select CPU_SUPPORTS_UNCACHED_ACCELERATED
Wu Zhangjin6f7a2512009-11-06 18:45:05 +08001472
Ralf Baechle7cf80532005-10-20 22:33:09 +01001473config SYS_HAS_CPU_MIPS32_R1
1474 bool
1475
1476config SYS_HAS_CPU_MIPS32_R2
1477 bool
1478
1479config SYS_HAS_CPU_MIPS64_R1
1480 bool
1481
1482config SYS_HAS_CPU_MIPS64_R2
1483 bool
1484
1485config SYS_HAS_CPU_R3000
1486 bool
1487
1488config SYS_HAS_CPU_TX39XX
1489 bool
1490
1491config SYS_HAS_CPU_VR41XX
1492 bool
1493
1494config SYS_HAS_CPU_R4300
1495 bool
1496
1497config SYS_HAS_CPU_R4X00
1498 bool
1499
1500config SYS_HAS_CPU_TX49XX
1501 bool
1502
1503config SYS_HAS_CPU_R5000
1504 bool
1505
1506config SYS_HAS_CPU_R5432
1507 bool
1508
Shinya Kuribayashi542c1022008-10-24 01:27:57 +09001509config SYS_HAS_CPU_R5500
1510 bool
1511
Ralf Baechle7cf80532005-10-20 22:33:09 +01001512config SYS_HAS_CPU_R6000
1513 bool
1514
1515config SYS_HAS_CPU_NEVADA
1516 bool
1517
1518config SYS_HAS_CPU_R8000
1519 bool
1520
1521config SYS_HAS_CPU_R10000
1522 bool
1523
1524config SYS_HAS_CPU_RM7000
1525 bool
1526
1527config SYS_HAS_CPU_RM9000
1528 bool
1529
1530config SYS_HAS_CPU_SB1
1531 bool
1532
David Daney5e683382009-02-02 11:30:59 -08001533config SYS_HAS_CPU_CAVIUM_OCTEON
1534 bool
1535
Kevin Cernekeec1c0c462010-10-17 10:56:53 -07001536config SYS_HAS_CPU_BMIPS3300
1537 bool
1538
1539config SYS_HAS_CPU_BMIPS4350
1540 bool
1541
1542config SYS_HAS_CPU_BMIPS4380
1543 bool
1544
1545config SYS_HAS_CPU_BMIPS5000
1546 bool
1547
Ralf Baechle17099b12007-07-14 13:24:05 +01001548#
1549# CPU may reorder R->R, R->W, W->R, W->W
1550# Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
1551#
Ralf Baechle0004a9d2006-10-31 03:45:07 +00001552config WEAK_ORDERING
1553 bool
Ralf Baechle17099b12007-07-14 13:24:05 +01001554
1555#
1556# CPU may reorder reads and writes beyond LL/SC
1557# CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
1558#
1559config WEAK_REORDERING_BEYOND_LLSC
1560 bool
Ralf Baechle5e83d432005-10-29 19:32:41 +01001561endmenu
1562
1563#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001564# These two indicate any level of the MIPS32 and MIPS64 architecture
Ralf Baechle5e83d432005-10-29 19:32:41 +01001565#
1566config CPU_MIPS32
1567 bool
1568 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
1569
1570config CPU_MIPS64
1571 bool
1572 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
1573
1574#
Chris Dearmanc09b47d2006-06-20 17:15:20 +01001575# These two indicate the revision of the architecture, either Release 1 or Release 2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001576#
1577config CPU_MIPSR1
1578 bool
1579 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
1580
1581config CPU_MIPSR2
1582 bool
David Daneya86c7f72008-12-11 15:33:38 -08001583 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON
Ralf Baechle5e83d432005-10-29 19:32:41 +01001584
1585config SYS_SUPPORTS_32BIT_KERNEL
1586 bool
1587config SYS_SUPPORTS_64BIT_KERNEL
1588 bool
1589config CPU_SUPPORTS_32BIT_KERNEL
1590 bool
1591config CPU_SUPPORTS_64BIT_KERNEL
1592 bool
Wu Zhangjin55045ff2009-11-11 13:39:12 +08001593config CPU_SUPPORTS_CPUFREQ
1594 bool
1595config CPU_SUPPORTS_ADDRWINCFG
1596 bool
David Daney9cffd1542009-05-27 17:47:46 -07001597config CPU_SUPPORTS_HUGEPAGES
1598 bool
Wu Zhangjin22f1fdf2009-11-11 13:59:23 +08001599config CPU_SUPPORTS_UNCACHED_ACCELERATED
1600 bool
David Daney82622282009-10-14 12:16:56 -07001601config MIPS_PGD_C0_CONTEXT
1602 bool
1603 default y if 64BIT && CPU_MIPSR2
Ralf Baechle5e83d432005-10-29 19:32:41 +01001604
David Daney8192c9e2008-09-23 00:04:26 -07001605#
1606# Set to y for ptrace access to watch registers.
1607#
1608config HARDWARE_WATCHPOINTS
1609 bool
David Daneyf8394902009-01-05 15:29:14 -08001610 default y if CPU_MIPSR1 || CPU_MIPSR2
David Daney8192c9e2008-09-23 00:04:26 -07001611
Ralf Baechle5e83d432005-10-29 19:32:41 +01001612menu "Kernel type"
1613
1614choice
1615
1616 prompt "Kernel code model"
1617 help
1618 You should only select this option if you have a workload that
1619 actually benefits from 64-bit processing or if your machine has
1620 large memory. You will only be presented a single option in this
1621 menu if your system does not support both 32-bit and 64-bit kernels.
1622
1623config 32BIT
1624 bool "32-bit kernel"
1625 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
1626 select TRAD_SIGNALS
1627 help
1628 Select this option if you want to build a 32-bit kernel.
1629config 64BIT
1630 bool "64-bit kernel"
1631 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
Ralf Baechledbda6ac2009-02-08 16:00:26 +00001632 select HAVE_SYSCALL_WRAPPERS
Ralf Baechle5e83d432005-10-29 19:32:41 +01001633 help
1634 Select this option if you want to build a 64-bit kernel.
1635
1636endchoice
1637
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638choice
1639 prompt "Kernel page size"
1640 default PAGE_SIZE_4KB
1641
1642config PAGE_SIZE_4KB
1643 bool "4kB"
Wu Zhangjin315fe622009-12-01 14:55:25 +08001644 depends on !CPU_LOONGSON2
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645 help
1646 This option select the standard 4kB Linux page size. On some
1647 R3000-family processors this is the only available page size. Using
1648 4kB page size will minimize memory consumption and is therefore
1649 recommended for low memory systems.
1650
1651config PAGE_SIZE_8KB
1652 bool "8kB"
Ralf Baechlec52399b2009-04-02 14:07:10 +02001653 depends on (EXPERIMENTAL && CPU_R8000) || CPU_CAVIUM_OCTEON
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654 help
1655 Using 8kB page size will result in higher performance kernel at
1656 the price of higher memory consumption. This option is available
Ralf Baechlec52399b2009-04-02 14:07:10 +02001657 only on R8000 and cnMIPS processors. Note that you will need a
1658 suitable Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659
1660config PAGE_SIZE_16KB
1661 bool "16kB"
Ralf Baechle714bfad2006-05-17 14:04:30 +01001662 depends on !CPU_R3000 && !CPU_TX39XX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663 help
1664 Using 16kB page size will result in higher performance kernel at
1665 the price of higher memory consumption. This option is available on
Ralf Baechle714bfad2006-05-17 14:04:30 +01001666 all non-R3000 family processors. Note that you will need a suitable
1667 Linux distribution to support this.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668
Ralf Baechlec52399b2009-04-02 14:07:10 +02001669config PAGE_SIZE_32KB
1670 bool "32kB"
1671 depends on CPU_CAVIUM_OCTEON
1672 help
1673 Using 32kB page size will result in higher performance kernel at
1674 the price of higher memory consumption. This option is available
1675 only on cnMIPS cores. Note that you will need a suitable Linux
1676 distribution to support this.
1677
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678config PAGE_SIZE_64KB
1679 bool "64kB"
1680 depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX
1681 help
1682 Using 64kB page size will result in higher performance kernel at
1683 the price of higher memory consumption. This option is available on
1684 all non-R3000 family processor. Not that at the time of this
Ralf Baechle714bfad2006-05-17 14:04:30 +01001685 writing this option is still high experimental.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686
1687endchoice
1688
David Daneyc9bace72010-10-11 14:52:45 -07001689config FORCE_MAX_ZONEORDER
1690 int "Maximum zone order"
1691 range 13 64 if SYS_SUPPORTS_HUGETLBFS && PAGE_SIZE_32KB
1692 default "13" if SYS_SUPPORTS_HUGETLBFS && PAGE_SIZE_32KB
1693 range 12 64 if SYS_SUPPORTS_HUGETLBFS && PAGE_SIZE_16KB
1694 default "12" if SYS_SUPPORTS_HUGETLBFS && PAGE_SIZE_16KB
1695 range 11 64
1696 default "11"
1697 help
1698 The kernel memory allocator divides physically contiguous memory
1699 blocks into "zones", where each zone is a power of two number of
1700 pages. This option selects the largest power of two that the kernel
1701 keeps in the memory allocator. If you need to allocate very large
1702 blocks of physically contiguous memory, then you may need to
1703 increase this value.
1704
1705 This config option is actually maximum order plus one. For example,
1706 a value of 11 means that the largest free memory block is 2^10 pages.
1707
1708 The page size is not necessarily 4KB. Keep this in mind
1709 when choosing a value for this option.
1710
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711config BOARD_SCACHE
1712 bool
1713
1714config IP22_CPU_SCACHE
1715 bool
1716 select BOARD_SCACHE
1717
Chris Dearman9318c512006-06-20 17:15:20 +01001718#
1719# Support for a MIPS32 / MIPS64 style S-caches
1720#
1721config MIPS_CPU_SCACHE
1722 bool
1723 select BOARD_SCACHE
1724
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725config R5000_CPU_SCACHE
1726 bool
1727 select BOARD_SCACHE
1728
1729config RM7000_CPU_SCACHE
1730 bool
1731 select BOARD_SCACHE
1732
1733config SIBYTE_DMA_PAGEOPS
1734 bool "Use DMA to clear/copy pages"
1735 depends on CPU_SB1
1736 help
1737 Instead of using the CPU to zero and copy pages, use a Data Mover
1738 channel. These DMA channels are otherwise unused by the standard
1739 SiByte Linux port. Seems to give a small performance benefit.
1740
1741config CPU_HAS_PREFETCH
Ralf Baechlec8094b52005-08-05 14:28:54 +00001742 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001744choice
1745 prompt "MIPS MT options"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001746
1747config MIPS_MT_DISABLED
1748 bool "Disable multithreading support."
1749 help
1750 Use this option if your workload can't take advantage of
1751 MIPS hardware multithreading support. On systems that don't have
1752 the option of an MT-enabled processor this option will be the only
1753 option in this menu.
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001754
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001755config MIPS_MT_SMP
1756 bool "Use 1 TC on each available VPE for SMP"
1757 depends on SYS_SUPPORTS_MULTITHREADING
1758 select CPU_MIPSR2_IRQ_VI
Chris Dearmand725cf32007-05-08 14:05:39 +01001759 select CPU_MIPSR2_IRQ_EI
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001760 select MIPS_MT
Ralf Baechlef510aa32007-03-16 21:58:37 +00001761 select NR_CPUS_DEFAULT_2
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001762 select SMP
Ralf Baechle0ab7aef2007-03-02 20:42:04 +00001763 select SYS_SUPPORTS_SCHED_SMT if SMP
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001764 select SYS_SUPPORTS_SMP
Ralf Baechle87353d82007-11-19 12:23:51 +00001765 select SMP_UP
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001766 help
Ralf Baechle25f12b32010-09-16 11:40:41 +01001767 This is a kernel model which is known a VSMP but lately has been
1768 marketesed into SMVP.
1769 Virtual SMP uses the processor's VPEs to implement virtual
1770 processors. In currently available configuration of the 34K processor
1771 this allows for a dual processor. Both processors will share the same
1772 primary caches; each will obtain the half of the TLB for it's own
1773 exclusive use. For a layman this model can be described as similar to
1774 what Intel calls Hyperthreading.
1775
1776 For further information see http://www.linux-mips.org/wiki/34K#VSMP
Ralf Baechle59d6ab82006-10-06 17:36:20 +01001777
Ralf Baechle41c594a2006-04-05 09:45:45 +01001778config MIPS_MT_SMTC
1779 bool "SMTC: Use all TCs on all VPEs for SMP"
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001780 depends on CPU_MIPS32_R2
1781 #depends on CPU_MIPS64_R2 # once there is hardware ...
1782 depends on SYS_SUPPORTS_MULTITHREADING
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001783 select CPU_MIPSR2_IRQ_VI
Chris Dearmand725cf32007-05-08 14:05:39 +01001784 select CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001785 select MIPS_MT
Ralf Baechle130e2fb2007-02-06 16:53:15 +00001786 select NR_CPUS_DEFAULT_8
Ralf Baechle41c594a2006-04-05 09:45:45 +01001787 select SMP
Ralf Baechle73b76c72006-08-15 19:36:40 +01001788 select SYS_SUPPORTS_SMP
Ralf Baechle87353d82007-11-19 12:23:51 +00001789 select SMP_UP
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001790 help
1791 This is a kernel model which is known a SMTC or lately has been
1792 marketesed into SMVP.
Ralf Baechle25f12b32010-09-16 11:40:41 +01001793 is presenting the available TC's of the core as processors to Linux.
1794 On currently available 34K processors this means a Linux system will
1795 see up to 5 processors. The implementation of the SMTC kernel differs
1796 significantly from VSMP and cannot efficiently coexist in the same
1797 kernel binary so the choice between VSMP and SMTC is a compile time
1798 decision.
1799
1800 For further information see http://www.linux-mips.org/wiki/34K#SMTC
Ralf Baechle41c594a2006-04-05 09:45:45 +01001801
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001802endchoice
1803
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001804config MIPS_MT
1805 bool
1806
Ralf Baechle0ab7aef2007-03-02 20:42:04 +00001807config SCHED_SMT
1808 bool "SMT (multithreading) scheduler support"
1809 depends on SYS_SUPPORTS_SCHED_SMT
1810 default n
1811 help
1812 SMT scheduler support improves the CPU scheduler's decision making
1813 when dealing with MIPS MT enabled cores at a cost of slightly
1814 increased overhead in some places. If unsure say N here.
1815
1816config SYS_SUPPORTS_SCHED_SMT
1817 bool
1818
1819
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001820config SYS_SUPPORTS_MULTITHREADING
1821 bool
1822
Ralf Baechlef088fc82006-04-05 09:45:47 +01001823config MIPS_MT_FPAFF
1824 bool "Dynamic FPU affinity for FP-intensive threads"
Ralf Baechlef088fc82006-04-05 09:45:47 +01001825 default y
Ralf Baechle07cc0c92007-07-27 19:31:10 +01001826 depends on MIPS_MT_SMP || MIPS_MT_SMTC
1827
1828config MIPS_VPE_LOADER
1829 bool "VPE loader support."
1830 depends on SYS_SUPPORTS_MULTITHREADING
1831 select CPU_MIPSR2_IRQ_VI
1832 select CPU_MIPSR2_IRQ_EI
Ralf Baechle07cc0c92007-07-27 19:31:10 +01001833 select MIPS_MT
1834 help
1835 Includes a loader for loading an elf relocatable object
1836 onto another VPE and running it.
Ralf Baechlef088fc82006-04-05 09:45:47 +01001837
Kevin D. Kissell0db34212007-07-12 16:21:08 +01001838config MIPS_MT_SMTC_IM_BACKSTOP
1839 bool "Use per-TC register bits as backstop for inhibited IM bits"
1840 depends on MIPS_MT_SMTC
Kevin D. Kissell8531a352008-09-09 21:48:52 +02001841 default n
Kevin D. Kissell0db34212007-07-12 16:21:08 +01001842 help
1843 To support multiple TC microthreads acting as "CPUs" within
1844 a VPE, VPE-wide interrupt mask bits must be specially manipulated
1845 during interrupt handling. To support legacy drivers and interrupt
1846 controller management code, SMTC has a "backstop" to track and
1847 if necessary restore the interrupt mask. This has some performance
Kevin D. Kissell8531a352008-09-09 21:48:52 +02001848 impact on interrupt service overhead.
Kevin D. Kissell0db34212007-07-12 16:21:08 +01001849
Kevin D. Kissellf571eff2007-08-03 19:38:03 +02001850config MIPS_MT_SMTC_IRQAFF
1851 bool "Support IRQ affinity API"
1852 depends on MIPS_MT_SMTC
1853 default n
1854 help
1855 Enables SMP IRQ affinity API (/proc/irq/*/smp_affinity, etc.)
1856 for SMTC Linux kernel. Requires platform support, of which
1857 an example can be found in the MIPS kernel i8259 and Malta
Kevin D. Kissell8531a352008-09-09 21:48:52 +02001858 platform code. Adds some overhead to interrupt dispatch, and
1859 should be used only if you know what you are doing.
Kevin D. Kissellf571eff2007-08-03 19:38:03 +02001860
Ralf Baechlee01402b2005-07-14 15:57:16 +00001861config MIPS_VPE_LOADER_TOM
1862 bool "Load VPE program into memory hidden from linux"
1863 depends on MIPS_VPE_LOADER
1864 default y
1865 help
1866 The loader can use memory that is present but has been hidden from
1867 Linux using the kernel command line option "mem=xxMB". It's up to
1868 you to ensure the amount you put in the option and the space your
1869 program requires is less or equal to the amount physically present.
1870
1871# this should possibly be in drivers/char, but it is rather cpu related. Hmmm
1872config MIPS_VPE_APSP_API
Ralf Baechle5e83d432005-10-29 19:32:41 +01001873 bool "Enable support for AP/SP API (RTLX)"
1874 depends on MIPS_VPE_LOADER
1875 help
Ralf Baechlee01402b2005-07-14 15:57:16 +00001876
Ralf Baechle26009902006-04-05 09:45:45 +01001877config MIPS_APSP_KSPD
1878 bool "Enable KSPD"
1879 depends on MIPS_VPE_APSP_API
1880 default y
1881 help
1882 KSPD is a kernel daemon that accepts syscall requests from the SP
1883 side, actions them and returns the results. It also handles the
1884 "exit" syscall notifying other kernel modules the SP program is
1885 exiting. You probably want to say yes here.
1886
Ralf Baechle4a16ff42008-10-04 00:06:29 +01001887config MIPS_CMP
1888 bool "MIPS CMP framework support"
1889 depends on SYS_SUPPORTS_MIPS_CMP
Tim Andersoneb9b5142009-06-17 16:40:34 -07001890 select SYNC_R4K
Ralf Baechle4a16ff42008-10-04 00:06:29 +01001891 select SYS_SUPPORTS_SMP
1892 select SYS_SUPPORTS_SCHED_SMT if SMP
1893 select WEAK_ORDERING
1894 default n
1895 help
1896 This is a placeholder option for the GCMP work. It will need to
1897 be handled differently...
1898
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899config SB1_PASS_1_WORKAROUNDS
1900 bool
1901 depends on CPU_SB1_PASS_1
1902 default y
1903
1904config SB1_PASS_2_WORKAROUNDS
1905 bool
1906 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
1907 default y
1908
1909config SB1_PASS_2_1_WORKAROUNDS
1910 bool
1911 depends on CPU_SB1 && CPU_SB1_PASS_2
1912 default y
1913
1914config 64BIT_PHYS_ADDR
Ralf Baechled806cb22007-08-02 00:36:08 +01001915 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916
pascal@pabr.org60ec6572010-01-03 13:39:12 +01001917config ARCH_PHYS_ADDR_T_64BIT
1918 def_bool 64BIT_PHYS_ADDR
1919
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001920config CPU_HAS_SMARTMIPS
1921 depends on SYS_SUPPORTS_SMARTMIPS
1922 bool "Support for the SmartMIPS ASE"
1923 help
1924 SmartMIPS is a extension of the MIPS32 architecture aimed at
1925 increased security at both hardware and software level for
1926 smartcards. Enabling this option will allow proper use of the
1927 SmartMIPS instructions by Linux applications. However a kernel with
1928 this option will not work on a MIPS core without SmartMIPS core. If
1929 you don't know you probably don't have SmartMIPS and should say N
1930 here.
1931
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932config CPU_HAS_WB
Ralf Baechlef7062dd2006-04-24 14:58:53 +01001933 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001934
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001935#
1936# Vectored interrupt mode is an R2 feature
1937#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001938config CPU_MIPSR2_IRQ_VI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001939 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001940
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001941#
1942# Extended interrupt mode is an R2 feature
1943#
Ralf Baechlee01402b2005-07-14 15:57:16 +00001944config CPU_MIPSR2_IRQ_EI
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001945 bool
Ralf Baechlee01402b2005-07-14 15:57:16 +00001946
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947config CPU_HAS_SYNC
1948 bool
1949 depends on !CPU_R3000
1950 default y
1951
Ralf Baechleea580402007-10-11 23:46:09 +01001952config GENERIC_CLOCKEVENTS_BROADCAST
1953 bool
1954
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955#
Maciej W. Rozycki20d60d92007-10-23 12:43:11 +01001956# CPU non-features
1957#
1958config CPU_DADDI_WORKAROUNDS
1959 bool
1960
1961config CPU_R4000_WORKAROUNDS
1962 bool
1963 select CPU_R4400_WORKAROUNDS
1964
1965config CPU_R4400_WORKAROUNDS
1966 bool
1967
1968#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969# - Highmem only makes sense for the 32-bit kernel.
1970# - The current highmem code will only work properly on physically indexed
1971# caches such as R3000, SB1, R7000 or those that look like they're virtually
1972# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
1973# moment we protect the user and offer the highmem option only on machines
1974# where it's known to be safe. This will not offer highmem on a few systems
1975# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
1976# indexed CPUs but we're playing safe.
Ralf Baechle797798c2005-08-10 15:17:11 +00001977# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
1978# know they might have memory configurations that could make use of highmem
1979# support.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980#
1981config HIGHMEM
1982 bool "High Memory Support"
Ralf Baechle797798c2005-08-10 15:17:11 +00001983 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM
1984
1985config CPU_SUPPORTS_HIGHMEM
1986 bool
1987
1988config SYS_SUPPORTS_HIGHMEM
1989 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990
Franck Bui-Huu9693a852007-02-02 17:41:47 +01001991config SYS_SUPPORTS_SMARTMIPS
1992 bool
1993
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001994config ARCH_FLATMEM_ENABLE
1995 def_bool y
Wu Zhangjinf133f222009-12-01 14:55:42 +08001996 depends on !NUMA && !CPU_LOONGSON2
Yoichi Yuasab4819b52005-06-25 14:54:31 -07001997
Ralf Baechled8cb4e12006-06-11 23:03:08 +01001998config ARCH_DISCONTIGMEM_ENABLE
1999 bool
2000 default y if SGI_IP27
2001 help
David Sterba3dde6ad2007-05-09 07:12:20 +02002002 Say Y to support efficient handling of discontiguous physical memory,
Ralf Baechled8cb4e12006-06-11 23:03:08 +01002003 for architectures which are either NUMA (Non-Uniform Memory Access)
2004 or have huge holes in the physical address space for other reasons.
2005 See <file:Documentation/vm/numa> for more.
2006
Ralf Baechlecce335a2007-11-03 02:05:43 +00002007config ARCH_POPULATES_NODE_MAP
2008 def_bool y
2009
Atsushi Nemotob1c6cd42006-07-03 00:09:47 +09002010config ARCH_SPARSEMEM_ENABLE
2011 bool
Atsushi Nemoto7de58fa2006-07-05 01:22:44 +09002012 select SPARSEMEM_STATIC
Atsushi Nemoto31473742006-07-03 00:09:47 +09002013
Ralf Baechled8cb4e12006-06-11 23:03:08 +01002014config NUMA
2015 bool "NUMA Support"
2016 depends on SYS_SUPPORTS_NUMA
2017 help
2018 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
2019 Access). This option improves performance on systems with more
2020 than two nodes; on two node systems it is generally better to
2021 leave it disabled; on single node systems disable this option
2022 disabled.
2023
2024config SYS_SUPPORTS_NUMA
2025 bool
2026
Yasunori Gotoc80d79d2006-04-10 22:53:53 -07002027config NODES_SHIFT
2028 int
2029 default "6"
2030 depends on NEED_MULTIPLE_NODES
2031
Deng-Cheng Zhu14f70012010-10-12 19:37:22 +08002032config HW_PERF_EVENTS
2033 bool "Enable hardware performance counter support for perf events"
2034 depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && CPU_MIPS32
2035 default y
2036 help
2037 Enable hardware performance counter support for perf events. If
2038 disabled, perf events will use software events only.
2039
Yoichi Yuasab4819b52005-06-25 14:54:31 -07002040source "mm/Kconfig"
2041
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042config SMP
2043 bool "Multi-Processing support"
Ralf Baechlee73ea272006-06-04 11:51:46 +01002044 depends on SYS_SUPPORTS_SMP
Ralf Baechleb4b30a52006-08-03 17:34:24 +01002045 select IRQ_PER_CPU
Jens Axboe2f304c02008-06-17 10:45:23 +02002046 select USE_GENERIC_SMP_HELPERS
Ralf Baechlee73ea272006-06-04 11:51:46 +01002047 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048 This enables support for systems with more than one CPU. If you have
2049 a system with only one CPU, like most personal computers, say N. If
2050 you have a system with more than one CPU, say Y.
2051
2052 If you say N here, the kernel will run on single and multiprocessor
2053 machines, but will use only one CPU of a multiprocessor machine. If
2054 you say Y here, the kernel will run on many, but not all,
2055 singleprocessor machines. On a singleprocessor machine, the kernel
2056 will run faster if you say N here.
2057
2058 People using multiprocessor machines who say Y here should also say
2059 Y to "Enhanced Real Time Clock Support", below.
2060
Adrian Bunk03502fa2008-02-03 15:50:21 +02002061 See also the SMP-HOWTO available at
2062 <http://www.tldp.org/docs.html#howto>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063
2064 If you don't know what to do here, say N.
2065
Ralf Baechle87353d82007-11-19 12:23:51 +00002066config SMP_UP
2067 bool
2068
Ralf Baechle4a16ff42008-10-04 00:06:29 +01002069config SYS_SUPPORTS_MIPS_CMP
2070 bool
2071
Ralf Baechlee73ea272006-06-04 11:51:46 +01002072config SYS_SUPPORTS_SMP
2073 bool
2074
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09002075config NR_CPUS_DEFAULT_1
2076 bool
2077
Ralf Baechle130e2fb2007-02-06 16:53:15 +00002078config NR_CPUS_DEFAULT_2
2079 bool
2080
2081config NR_CPUS_DEFAULT_4
2082 bool
2083
2084config NR_CPUS_DEFAULT_8
2085 bool
2086
2087config NR_CPUS_DEFAULT_16
2088 bool
2089
2090config NR_CPUS_DEFAULT_32
2091 bool
2092
2093config NR_CPUS_DEFAULT_64
2094 bool
2095
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096config NR_CPUS
2097 int "Maximum number of CPUs (2-64)"
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09002098 range 1 64 if NR_CPUS_DEFAULT_1
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 depends on SMP
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09002100 default "1" if NR_CPUS_DEFAULT_1
Ralf Baechle130e2fb2007-02-06 16:53:15 +00002101 default "2" if NR_CPUS_DEFAULT_2
2102 default "4" if NR_CPUS_DEFAULT_4
2103 default "8" if NR_CPUS_DEFAULT_8
2104 default "16" if NR_CPUS_DEFAULT_16
2105 default "32" if NR_CPUS_DEFAULT_32
2106 default "64" if NR_CPUS_DEFAULT_64
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107 help
2108 This allows you to specify the maximum number of CPUs which this
2109 kernel will support. The maximum supported value is 32 for 32-bit
2110 kernel and 64 for 64-bit kernels; the minimum value which makes
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09002111 sense is 1 for Qemu (useful only for kernel debugging purposes)
2112 and 2 for all others.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113
2114 This is purely to save memory - each supported CPU adds
Atsushi Nemoto72ede9b2007-03-18 01:01:39 +09002115 approximately eight kilobytes to the kernel image. For best
2116 performance should round up your number of processors to the next
2117 power of two.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118
Atsushi Nemotoc4eee282007-11-12 01:05:16 +09002119source "kernel/time/Kconfig"
2120
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09002121#
2122# Timer Interrupt Frequency Configuration
2123#
2124
2125choice
2126 prompt "Timer frequency"
2127 default HZ_250
2128 help
2129 Allows the configuration of the timer frequency.
2130
2131 config HZ_48
Ralf Baechle0f873582008-02-25 16:55:29 +00002132 bool "48 HZ" if SYS_SUPPORTS_48HZ || SYS_SUPPORTS_ARBIT_HZ
Atsushi Nemoto1723b4a2006-06-20 00:19:13 +09002133
2134 config HZ_100
2135 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
2136
2137 config HZ_128
2138 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
2139
2140 config HZ_250
2141 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
2142
2143 config HZ_256
2144 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
2145
2146 config HZ_1000
2147 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
2148
2149 config HZ_1024
2150 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
2151
2152endchoice
2153
2154config SYS_SUPPORTS_48HZ
2155 bool
2156
2157config SYS_SUPPORTS_100HZ
2158 bool
2159
2160config SYS_SUPPORTS_128HZ
2161 bool
2162
2163config SYS_SUPPORTS_250HZ
2164 bool
2165
2166config SYS_SUPPORTS_256HZ
2167 bool
2168
2169config SYS_SUPPORTS_1000HZ
2170 bool
2171
2172config SYS_SUPPORTS_1024HZ
2173 bool
2174
2175config SYS_SUPPORTS_ARBIT_HZ
2176 bool
2177 default y if !SYS_SUPPORTS_48HZ && !SYS_SUPPORTS_100HZ && \
2178 !SYS_SUPPORTS_128HZ && !SYS_SUPPORTS_250HZ && \
2179 !SYS_SUPPORTS_256HZ && !SYS_SUPPORTS_1000HZ && \
2180 !SYS_SUPPORTS_1024HZ
2181
2182config HZ
2183 int
2184 default 48 if HZ_48
2185 default 100 if HZ_100
2186 default 128 if HZ_128
2187 default 250 if HZ_250
2188 default 256 if HZ_256
2189 default 1000 if HZ_1000
2190 default 1024 if HZ_1024
2191
Ralf Baechlee80de852005-07-11 20:45:51 +00002192source "kernel/Kconfig.preempt"
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194config MIPS_INSANE_LARGE
2195 bool "Support for large 64-bit configurations"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002196 depends on CPU_R10000 && 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197 help
2198 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
2199 previous 64-bit processors which only supported 40 bit / 1TB. If you
2200 need processes of more than 1TB virtual address space, say Y here.
2201 This will result in additional memory usage, so it is not
2202 recommended for normal users.
2203
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09002204config KEXEC
2205 bool "Kexec system call (EXPERIMENTAL)"
2206 depends on EXPERIMENTAL
2207 help
2208 kexec is a system call that implements the ability to shutdown your
2209 current kernel, and to start another kernel. It is like a reboot
David Sterba3dde6ad2007-05-09 07:12:20 +02002210 but it is independent of the system firmware. And like a reboot
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09002211 you can start any kernel with it, not just Linux.
2212
Matt LaPlante01dd2fb2007-10-20 01:34:40 +02002213 The name comes from the similarity to the exec system call.
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09002214
2215 It is an ongoing process to be certain the hardware in a machine
2216 is properly shutdown, so do not be surprised if this code does not
2217 initially work for you. It may help to enable device hotplugging
2218 support. As of this writing the exact hardware interface is
2219 strongly in flux, so no good recommendation can be made.
2220
2221config SECCOMP
2222 bool "Enable seccomp to safely compute untrusted bytecode"
Ralf Baechle293c5bd2007-07-25 16:19:33 +01002223 depends on PROC_FS
Atsushi Nemotoea6e9422007-01-16 23:29:11 +09002224 default y
2225 help
2226 This kernel feature is useful for number crunching applications
2227 that may need to compute untrusted bytecode during their
2228 execution. By using pipes or other transports made available to
2229 the process as file descriptors supporting the read/write
2230 syscalls, it's possible to isolate those applications in
2231 their own address space using seccomp. Once seccomp is
2232 enabled via /proc/<pid>/seccomp, it cannot be disabled
2233 and the task is only allowed to execute a few safe syscalls
2234 defined by each seccomp mode.
2235
2236 If unsure, say Y. Only embedded should say N here.
2237
Dezhong Diaof2ffa5a2010-10-13 00:52:46 -06002238config USE_OF
2239 bool "Flattened Device Tree support"
2240 select OF
Stephen Neuendorffere6ce1322010-11-18 15:54:56 -08002241 select OF_EARLY_FLATTREE
Dezhong Diaof2ffa5a2010-10-13 00:52:46 -06002242 help
2243 Include support for flattened device tree machine descriptions.
2244
Ralf Baechle5e83d432005-10-29 19:32:41 +01002245endmenu
2246
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +09002247config LOCKDEP_SUPPORT
2248 bool
2249 default y
2250
2251config STACKTRACE_SUPPORT
2252 bool
2253 default y
2254
Ralf Baechleb6c35392005-11-25 11:35:40 +00002255source "init/Kconfig"
2256
Matt Helsleydc52ddc2008-10-18 20:27:21 -07002257source "kernel/Kconfig.freezer"
2258
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
2260
Ralf Baechle5e83d432005-10-29 19:32:41 +01002261config HW_HAS_EISA
2262 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263config HW_HAS_PCI
2264 bool
2265
2266config PCI
2267 bool "Support for PCI controller"
2268 depends on HW_HAS_PCI
Ralf Baechleabb4ae42007-10-11 23:46:03 +01002269 select PCI_DOMAINS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270 help
2271 Find out whether you have a PCI motherboard. PCI is the name of a
2272 bus system, i.e. the way the CPU talks to the other stuff inside
2273 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
2274 say Y, otherwise N.
2275
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276config PCI_DOMAINS
2277 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278
2279source "drivers/pci/Kconfig"
2280
2281#
2282# ISA support is now enabled via select. Too many systems still have the one
2283# or other ISA chip on the board that users don't know about so don't expect
2284# users to choose the right thing ...
2285#
2286config ISA
2287 bool
2288
2289config EISA
2290 bool "EISA support"
Ralf Baechle5e83d432005-10-29 19:32:41 +01002291 depends on HW_HAS_EISA
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 select ISA
Ralf Baechleaa414df2006-11-30 01:14:51 +00002293 select GENERIC_ISA_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294 ---help---
2295 The Extended Industry Standard Architecture (EISA) bus was
2296 developed as an open alternative to the IBM MicroChannel bus.
2297
2298 The EISA bus provided some of the features of the IBM MicroChannel
2299 bus while maintaining backward compatibility with cards made for
2300 the older ISA bus. The EISA bus saw limited use between 1988 and
2301 1995 when it was made obsolete by the PCI bus.
2302
2303 Say Y here if you are building a kernel for an EISA-based machine.
2304
2305 Otherwise, say N.
2306
2307source "drivers/eisa/Kconfig"
2308
2309config TC
2310 bool "TURBOchannel support"
2311 depends on MACH_DECSTATION
2312 help
Justin P. Mattock50a23e62010-10-16 10:36:23 -07002313 TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
2314 processors. TURBOchannel programming specifications are available
2315 at:
2316 <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
2317 and:
2318 <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
2319 Linux driver support status is documented at:
2320 <http://www.linux-mips.org/wiki/DECstation>
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321
2322#config ACCESSBUS
2323# bool "Access.Bus support"
2324# depends on TC
2325
2326config MMU
2327 bool
2328 default y
2329
Ralf Baechled865bea2007-10-11 23:46:10 +01002330config I8253
2331 bool
Wu Zhangjin9726b432009-11-17 01:32:58 +08002332 select MIPS_EXTERNAL_TIMER
Ralf Baechled865bea2007-10-11 23:46:10 +01002333
Ralf Baechlecce335a2007-11-03 02:05:43 +00002334config ZONE_DMA32
2335 bool
2336
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337source "drivers/pcmcia/Kconfig"
2338
2339source "drivers/pci/hotplug/Kconfig"
2340
2341endmenu
2342
2343menu "Executable file formats"
2344
2345source "fs/Kconfig.binfmt"
2346
2347config TRAD_SIGNALS
2348 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350config MIPS32_COMPAT
2351 bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
Ralf Baechle875d43e2005-09-03 15:56:16 -07002352 depends on 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353 help
2354 Select this option if you want Linux/MIPS 32-bit binary
2355 compatibility. Since all software available for Linux/MIPS is
2356 currently 32-bit you should say Y here.
2357
2358config COMPAT
2359 bool
2360 depends on MIPS32_COMPAT
2361 default y
2362
Atsushi Nemoto05e43962006-11-07 18:02:44 +09002363config SYSVIPC_COMPAT
2364 bool
2365 depends on COMPAT && SYSVIPC
2366 default y
2367
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368config MIPS32_O32
2369 bool "Kernel support for o32 binaries"
2370 depends on MIPS32_COMPAT
2371 help
2372 Select this option if you want to run o32 binaries. These are pure
2373 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
2374 existing binaries are in this format.
2375
2376 If unsure, say Y.
2377
2378config MIPS32_N32
2379 bool "Kernel support for n32 binaries"
2380 depends on MIPS32_COMPAT
2381 help
2382 Select this option if you want to run n32 binaries. These are
2383 64-bit binaries using 32-bit quantities for addressing and certain
2384 data that would normally be 64-bit. They are used in special
2385 cases.
2386
2387 If unsure, say N.
2388
2389config BINFMT_ELF32
2390 bool
2391 default y if MIPS32_O32 || MIPS32_N32
2392
Ralf Baechle21162452007-02-09 17:08:58 +00002393endmenu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394
Ralf Baechle21162452007-02-09 17:08:58 +00002395menu "Power management options"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002396
Wu Zhangjin363c55c2009-06-04 20:27:10 +08002397config ARCH_HIBERNATION_POSSIBLE
2398 def_bool y
Ralf Baechle3f5b3e12009-07-02 11:48:07 +01002399 depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
Wu Zhangjin363c55c2009-06-04 20:27:10 +08002400
Johannes Bergf4cb5702007-12-08 02:14:00 +01002401config ARCH_SUSPEND_POSSIBLE
2402 def_bool y
Ralf Baechle3f5b3e12009-07-02 11:48:07 +01002403 depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
Johannes Bergf4cb5702007-12-08 02:14:00 +01002404
Ralf Baechle21162452007-02-09 17:08:58 +00002405source "kernel/power/Kconfig"
Rodolfo Giometti952fa952006-06-05 17:43:10 +02002406
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407endmenu
2408
Wu Zhangjin9726b432009-11-17 01:32:58 +08002409source "arch/mips/kernel/cpufreq/Kconfig"
2410
Sam Ravnborgd5950b42005-07-11 21:03:49 -07002411source "net/Kconfig"
2412
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413source "drivers/Kconfig"
2414
2415source "fs/Kconfig"
2416
2417source "arch/mips/Kconfig.debug"
2418
2419source "security/Kconfig"
2420
2421source "crypto/Kconfig"
2422
2423source "lib/Kconfig"