MIPS: remove asm/war.h
[linux-2.6-block.git] / arch / mips / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2config MIPS
3 bool
4 default y
942fa985 5 select ARCH_32BIT_OFF_T if !64BIT
ea6a3737 6 select ARCH_BINFMT_ELF_STATE if MIPS_FP_SUPPORT
dfad83cb 7 select ARCH_HAS_DEBUG_VIRTUAL if !64BIT
34c01e41
AL
8 select ARCH_HAS_FORTIFY_SOURCE
9 select ARCH_HAS_KCOV
66633abd 10 select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE if !EVA
34c01e41 11 select ARCH_HAS_PTE_SPECIAL if !(32BIT && CPU_HAS_RIXI)
e6226997
AB
12 select ARCH_HAS_STRNCPY_FROM_USER
13 select ARCH_HAS_STRNLEN_USER
12597988 14 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
1e35918a 15 select ARCH_HAS_UBSAN_SANITIZE_ALL
8b3165e5 16 select ARCH_HAS_GCOV_PROFILE_ALL
c55944cc 17 select ARCH_KEEP_MEMBLOCK
12597988 18 select ARCH_SUPPORTS_UPROBES
1ee3630a 19 select ARCH_USE_BUILTIN_BSWAP
12597988 20 select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
dce44566 21 select ARCH_USE_MEMTEST
25da4e9d 22 select ARCH_USE_QUEUED_RWLOCKS
0b17c967 23 select ARCH_USE_QUEUED_SPINLOCKS
855f9a8e 24 select ARCH_SUPPORTS_HUGETLBFS if CPU_SUPPORTS_HUGEPAGES
9035bd29 25 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
12597988 26 select ARCH_WANT_IPC_PARSE_VERSION
d3a4e0f1 27 select ARCH_WANT_LD_ORPHAN_WARN
10916706 28 select BUILDTIME_TABLE_SORT
12597988 29 select CLONE_BACKWARDS
57eeaced 30 select CPU_NO_EFFICIENT_FFS if (TARGET_ISA_REV < 1)
12597988
MR
31 select CPU_PM if CPU_IDLE
32 select GENERIC_ATOMIC64 if !64BIT
12597988
MR
33 select GENERIC_CMOS_UPDATE
34 select GENERIC_CPU_AUTOPROBE
24640f23 35 select GENERIC_GETTIMEOFDAY
b962aeb0 36 select GENERIC_IOMAP
12597988
MR
37 select GENERIC_IRQ_PROBE
38 select GENERIC_IRQ_SHOW
6630a8e5 39 select GENERIC_ISA_DMA if EISA
740129b3
AP
40 select GENERIC_LIB_ASHLDI3
41 select GENERIC_LIB_ASHRDI3
42 select GENERIC_LIB_CMPDI2
43 select GENERIC_LIB_LSHRDI3
44 select GENERIC_LIB_UCMPDI2
12597988
MR
45 select GENERIC_SCHED_CLOCK if !CAVIUM_OCTEON_SOC
46 select GENERIC_SMP_IDLE_THREAD
47 select GENERIC_TIME_VSYSCALL
446f062b 48 select GUP_GET_PTE_LOW_HIGH if CPU_MIPS32 && PHYS_ADDR_T_64BIT
906d441f 49 select HAVE_ARCH_COMPILER_H
12597988 50 select HAVE_ARCH_JUMP_LABEL
42b20995 51 select HAVE_ARCH_KGDB if MIPS_FP_SUPPORT
109c32ff
MR
52 select HAVE_ARCH_MMAP_RND_BITS if MMU
53 select HAVE_ARCH_MMAP_RND_COMPAT_BITS if MMU && COMPAT
490b004f 54 select HAVE_ARCH_SECCOMP_FILTER
c0ff3c53 55 select HAVE_ARCH_TRACEHOOK
45e03e62 56 select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES
2ff2b7ec 57 select HAVE_ASM_MODVERSIONS
12597988 58 select HAVE_CONTEXT_TRACKING
490f561b 59 select HAVE_TIF_NOHZ
12597988
MR
60 select HAVE_C_RECORDMCOUNT
61 select HAVE_DEBUG_KMEMLEAK
62 select HAVE_DEBUG_STACKOVERFLOW
12597988 63 select HAVE_DMA_CONTIGUOUS
538f1952 64 select HAVE_DYNAMIC_FTRACE
01bdc58e
JA
65 select HAVE_EBPF_JIT if !CPU_MICROMIPS && \
66 !CPU_DADDI_WORKAROUNDS && \
67 !CPU_R4000_WORKAROUNDS && \
68 !CPU_R4400_WORKAROUNDS
12597988 69 select HAVE_EXIT_THREAD
67a929e0 70 select HAVE_FAST_GUP
538f1952 71 select HAVE_FTRACE_MCOUNT_RECORD
29c5d346 72 select HAVE_FUNCTION_GRAPH_TRACER
12597988 73 select HAVE_FUNCTION_TRACER
34c01e41
AL
74 select HAVE_GCC_PLUGINS
75 select HAVE_GENERIC_VDSO
b3a428b4 76 select HAVE_IOREMAP_PROT
12597988
MR
77 select HAVE_IRQ_EXIT_ON_IRQ_STACK
78 select HAVE_IRQ_TIME_ACCOUNTING
c1bf207d
DD
79 select HAVE_KPROBES
80 select HAVE_KRETPROBES
c0436b50 81 select HAVE_LD_DEAD_CODE_DATA_ELIMINATION
786d35d4 82 select HAVE_MOD_ARCH_SPECIFIC
42a0bb3f 83 select HAVE_NMI
12597988 84 select HAVE_PERF_EVENTS
1ddc96bd
TY
85 select HAVE_PERF_REGS
86 select HAVE_PERF_USER_STACK_DUMP
12597988 87 select HAVE_REGS_AND_STACK_ACCESS_API
9ea141ad 88 select HAVE_RSEQ
16c0f03f 89 select HAVE_SPARSE_SYSCALL_NR
d148eac0 90 select HAVE_STACKPROTECTOR
12597988 91 select HAVE_SYSCALL_TRACEPOINTS
a3f14310 92 select HAVE_VIRT_CPU_ACCOUNTING_GEN if 64BIT || !SMP
12597988 93 select IRQ_FORCED_THREADING
6630a8e5 94 select ISA if EISA
12597988 95 select MODULES_USE_ELF_REL if MODULES
34c01e41 96 select MODULES_USE_ELF_RELA if MODULES && 64BIT
12597988 97 select PERF_USE_VMALLOC
981aa1d3 98 select PCI_MSI_ARCH_FALLBACKS if PCI_MSI
05a0a344 99 select RTC_LIB
d79d853d 100 select SYSCTL_EXCEPTION_TRACE
4aae683f 101 select TRACE_IRQFLAGS_SUPPORT
12597988 102 select VIRT_TO_BUS
0bb87f05 103 select ARCH_HAS_ELFCORE_COMPAT
e0a8b93e 104 select HAVE_ARCH_KCSAN if 64BIT
1da177e4 105
d3991572
CH
106config MIPS_FIXUP_BIGPHYS_ADDR
107 bool
108
c434b9f8
PC
109config MIPS_GENERIC
110 bool
111
f0f4a753
PC
112config MACH_INGENIC
113 bool
114 select SYS_SUPPORTS_32BIT_KERNEL
115 select SYS_SUPPORTS_LITTLE_ENDIAN
116 select SYS_SUPPORTS_ZBOOT
f0f4a753 117 select DMA_NONCOHERENT
1660710c 118 select ARCH_HAS_SYNC_DMA_FOR_CPU
f0f4a753
PC
119 select IRQ_MIPS_CPU
120 select PINCTRL
121 select GPIOLIB
122 select COMMON_CLK
123 select GENERIC_IRQ_CHIP
124 select BUILTIN_DTB if MIPS_NO_APPENDED_DTB
125 select USE_OF
126 select CPU_SUPPORTS_CPUFREQ
127 select MIPS_EXTERNAL_TIMER
128
1da177e4
LT
129menu "Machine selection"
130
5e83d430
RB
131choice
132 prompt "System type"
c434b9f8 133 default MIPS_GENERIC_KERNEL
1da177e4 134
c434b9f8 135config MIPS_GENERIC_KERNEL
eed0eabd 136 bool "Generic board-agnostic MIPS kernel"
4e066441 137 select ARCH_HAS_SETUP_DMA_OPS
c434b9f8 138 select MIPS_GENERIC
eed0eabd
PB
139 select BOOT_RAW
140 select BUILTIN_DTB
141 select CEVT_R4K
142 select CLKSRC_MIPS_GIC
143 select COMMON_CLK
eed0eabd 144 select CPU_MIPSR2_IRQ_EI
34c01e41 145 select CPU_MIPSR2_IRQ_VI
eed0eabd 146 select CSRC_R4K
4e066441 147 select DMA_NONCOHERENT
eb01d42a 148 select HAVE_PCI
eed0eabd 149 select IRQ_MIPS_CPU
0211d49e 150 select MIPS_AUTO_PFN_OFFSET
eed0eabd
PB
151 select MIPS_CPU_SCACHE
152 select MIPS_GIC
153 select MIPS_L1_CACHE_SHIFT_7
154 select NO_EXCEPT_FILL
155 select PCI_DRIVERS_GENERIC
eed0eabd 156 select SMP_UP if SMP
a3078e59 157 select SWAP_IO_SPACE
eed0eabd
PB
158 select SYS_HAS_CPU_MIPS32_R1
159 select SYS_HAS_CPU_MIPS32_R2
160 select SYS_HAS_CPU_MIPS32_R6
161 select SYS_HAS_CPU_MIPS64_R1
162 select SYS_HAS_CPU_MIPS64_R2
163 select SYS_HAS_CPU_MIPS64_R6
164 select SYS_SUPPORTS_32BIT_KERNEL
165 select SYS_SUPPORTS_64BIT_KERNEL
166 select SYS_SUPPORTS_BIG_ENDIAN
167 select SYS_SUPPORTS_HIGHMEM
168 select SYS_SUPPORTS_LITTLE_ENDIAN
169 select SYS_SUPPORTS_MICROMIPS
eed0eabd 170 select SYS_SUPPORTS_MIPS16
34c01e41 171 select SYS_SUPPORTS_MIPS_CPS
eed0eabd
PB
172 select SYS_SUPPORTS_MULTITHREADING
173 select SYS_SUPPORTS_RELOCATABLE
174 select SYS_SUPPORTS_SMARTMIPS
c3e2ee65 175 select SYS_SUPPORTS_ZBOOT
34c01e41 176 select UHI_BOOT
2e6522c5
CL
177 select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
178 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
179 select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
180 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
181 select USB_UHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
182 select USB_UHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
eed0eabd
PB
183 select USE_OF
184 help
185 Select this to build a kernel which aims to support multiple boards,
186 generally using a flattened device tree passed from the bootloader
187 using the boot protocol defined in the UHI (Unified Hosting
188 Interface) specification.
189
42a4f17d 190config MIPS_ALCHEMY
c3543e25 191 bool "Alchemy processor based machines"
d4a451d5 192 select PHYS_ADDR_T_64BIT
f772cdb2 193 select CEVT_R4K
d7ea335c 194 select CSRC_R4K
67e38cf2 195 select IRQ_MIPS_CPU
a86497d6 196 select DMA_NONCOHERENT # Au1000,1500,1100 aren't, rest is
d3991572 197 select MIPS_FIXUP_BIGPHYS_ADDR if PCI
42a4f17d
ML
198 select SYS_HAS_CPU_MIPS32_R1
199 select SYS_SUPPORTS_32BIT_KERNEL
200 select SYS_SUPPORTS_APM_EMULATION
d30a2b47 201 select GPIOLIB
1b93b3c3 202 select SYS_SUPPORTS_ZBOOT
47440229 203 select COMMON_CLK
1da177e4 204
7ca5dc14
FF
205config AR7
206 bool "Texas Instruments AR7"
207 select BOOT_ELF32
b408b611 208 select COMMON_CLK
7ca5dc14
FF
209 select DMA_NONCOHERENT
210 select CEVT_R4K
211 select CSRC_R4K
67e38cf2 212 select IRQ_MIPS_CPU
7ca5dc14
FF
213 select NO_EXCEPT_FILL
214 select SWAP_IO_SPACE
215 select SYS_HAS_CPU_MIPS32_R1
216 select SYS_HAS_EARLY_PRINTK
217 select SYS_SUPPORTS_32BIT_KERNEL
218 select SYS_SUPPORTS_LITTLE_ENDIAN
377cb1b6 219 select SYS_SUPPORTS_MIPS16
1b93b3c3 220 select SYS_SUPPORTS_ZBOOT_UART16550
d30a2b47 221 select GPIOLIB
7ca5dc14
FF
222 select VLYNQ
223 help
224 Support for the Texas Instruments AR7 System-on-a-Chip
225 family: TNETD7100, 7200 and 7300.
226
43cc739f
SR
227config ATH25
228 bool "Atheros AR231x/AR531x SoC support"
229 select CEVT_R4K
230 select CSRC_R4K
231 select DMA_NONCOHERENT
67e38cf2 232 select IRQ_MIPS_CPU
1753e74e 233 select IRQ_DOMAIN
43cc739f
SR
234 select SYS_HAS_CPU_MIPS32_R1
235 select SYS_SUPPORTS_BIG_ENDIAN
236 select SYS_SUPPORTS_32BIT_KERNEL
8aaa7278 237 select SYS_HAS_EARLY_PRINTK
43cc739f
SR
238 help
239 Support for Atheros AR231x and Atheros AR531x based boards
240
d4a67d9d
GJ
241config ATH79
242 bool "Atheros AR71XX/AR724X/AR913X based boards"
ff591a91 243 select ARCH_HAS_RESET_CONTROLLER
d4a67d9d
GJ
244 select BOOT_RAW
245 select CEVT_R4K
246 select CSRC_R4K
247 select DMA_NONCOHERENT
d30a2b47 248 select GPIOLIB
a08227a2 249 select PINCTRL
411520af 250 select COMMON_CLK
67e38cf2 251 select IRQ_MIPS_CPU
d4a67d9d
GJ
252 select SYS_HAS_CPU_MIPS32_R2
253 select SYS_HAS_EARLY_PRINTK
254 select SYS_SUPPORTS_32BIT_KERNEL
255 select SYS_SUPPORTS_BIG_ENDIAN
377cb1b6 256 select SYS_SUPPORTS_MIPS16
b3f0a250 257 select SYS_SUPPORTS_ZBOOT_UART_PROM
03c8c407 258 select USE_OF
53d473fc 259 select USB_EHCI_ROOT_HUB_TT if USB_EHCI_HCD_PLATFORM
d4a67d9d
GJ
260 help
261 Support for the Atheros AR71XX/AR724X/AR913X SoCs.
262
5f2d4459
KC
263config BMIPS_GENERIC
264 bool "Broadcom Generic BMIPS kernel"
29906e1a 265 select ARCH_HAS_RESET_CONTROLLER
d59098a0 266 select ARCH_HAS_SYNC_DMA_FOR_CPU_ALL
d666cd02
KC
267 select BOOT_RAW
268 select NO_EXCEPT_FILL
269 select USE_OF
270 select CEVT_R4K
271 select CSRC_R4K
272 select SYNC_R4K
273 select COMMON_CLK
c7c42ec2 274 select BCM6345_L1_IRQ
60b858f2
KC
275 select BCM7038_L1_IRQ
276 select BCM7120_L2_IRQ
277 select BRCMSTB_L2_IRQ
67e38cf2 278 select IRQ_MIPS_CPU
60b858f2 279 select DMA_NONCOHERENT
d666cd02 280 select SYS_SUPPORTS_32BIT_KERNEL
60b858f2 281 select SYS_SUPPORTS_LITTLE_ENDIAN
d666cd02
KC
282 select SYS_SUPPORTS_BIG_ENDIAN
283 select SYS_SUPPORTS_HIGHMEM
60b858f2
KC
284 select SYS_HAS_CPU_BMIPS32_3300
285 select SYS_HAS_CPU_BMIPS4350
286 select SYS_HAS_CPU_BMIPS4380
d666cd02
KC
287 select SYS_HAS_CPU_BMIPS5000
288 select SWAP_IO_SPACE
60b858f2
KC
289 select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
290 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
291 select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
292 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
4dc4704c 293 select HARDIRQS_SW_RESEND
1d987052
FF
294 select HAVE_PCI
295 select PCI_DRIVERS_GENERIC
d666cd02 296 help
5f2d4459
KC
297 Build a generic DT-based kernel image that boots on select
298 BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
299 box chips. Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN
300 must be set appropriately for your board.
d666cd02 301
1c0c13eb 302config BCM47XX
c619366e 303 bool "Broadcom BCM47XX based boards"
fe08f8c2 304 select BOOT_RAW
42f77542 305 select CEVT_R4K
940f6b48 306 select CSRC_R4K
1c0c13eb 307 select DMA_NONCOHERENT
eb01d42a 308 select HAVE_PCI
67e38cf2 309 select IRQ_MIPS_CPU
314878d2 310 select SYS_HAS_CPU_MIPS32_R1
dd54dedd 311 select NO_EXCEPT_FILL
1c0c13eb
AJ
312 select SYS_SUPPORTS_32BIT_KERNEL
313 select SYS_SUPPORTS_LITTLE_ENDIAN
377cb1b6 314 select SYS_SUPPORTS_MIPS16
6507831f 315 select SYS_SUPPORTS_ZBOOT
25e5fb97 316 select SYS_HAS_EARLY_PRINTK
e6086557 317 select USE_GENERIC_EARLY_PRINTK_8250
c949c0bc
RM
318 select GPIOLIB
319 select LEDS_GPIO_REGISTER
f6e734a8 320 select BCM47XX_NVRAM
2ab71a02 321 select BCM47XX_SPROM
dfe00495 322 select BCM47XX_SSB if !BCM47XX_BCMA
1c0c13eb 323 help
371a4151 324 Support for BCM47XX based boards
1c0c13eb 325
e7300d04
MB
326config BCM63XX
327 bool "Broadcom BCM63XX based boards"
ae8de61c 328 select BOOT_RAW
e7300d04
MB
329 select CEVT_R4K
330 select CSRC_R4K
fc264022 331 select SYNC_R4K
e7300d04 332 select DMA_NONCOHERENT
67e38cf2 333 select IRQ_MIPS_CPU
e7300d04
MB
334 select SYS_SUPPORTS_32BIT_KERNEL
335 select SYS_SUPPORTS_BIG_ENDIAN
336 select SYS_HAS_EARLY_PRINTK
5eeaafc8
RD
337 select SYS_HAS_CPU_BMIPS32_3300
338 select SYS_HAS_CPU_BMIPS4350
339 select SYS_HAS_CPU_BMIPS4380
e7300d04 340 select SWAP_IO_SPACE
d30a2b47 341 select GPIOLIB
af2418be 342 select MIPS_L1_CACHE_SHIFT_4
bbd7ffdb 343 select HAVE_LEGACY_CLK
e7300d04 344 help
371a4151 345 Support for BCM63XX based boards
e7300d04 346
1da177e4 347config MIPS_COBALT
3fa986fa 348 bool "Cobalt Server"
42f77542 349 select CEVT_R4K
940f6b48 350 select CSRC_R4K
1097c6ac 351 select CEVT_GT641XX
1da177e4 352 select DMA_NONCOHERENT
eb01d42a 353 select FORCE_PCI
d865bea4 354 select I8253
1da177e4 355 select I8259
67e38cf2 356 select IRQ_MIPS_CPU
d5ab1a69 357 select IRQ_GT641XX
252161ec 358 select PCI_GT64XXX_PCI0
7cf8053b 359 select SYS_HAS_CPU_NEVADA
0a22e0d4 360 select SYS_HAS_EARLY_PRINTK
ed5ba2fb 361 select SYS_SUPPORTS_32BIT_KERNEL
0e8774b6 362 select SYS_SUPPORTS_64BIT_KERNEL
5e83d430 363 select SYS_SUPPORTS_LITTLE_ENDIAN
e6086557 364 select USE_GENERIC_EARLY_PRINTK_8250
1da177e4
LT
365
366config MACH_DECSTATION
3fa986fa 367 bool "DECstations"
1da177e4 368 select BOOT_ELF32
6457d9fc 369 select CEVT_DS1287
81d10bad 370 select CEVT_R4K if CPU_R4X00
4247417d 371 select CSRC_IOASIC
81d10bad 372 select CSRC_R4K if CPU_R4X00
20d60d99
MR
373 select CPU_DADDI_WORKAROUNDS if 64BIT
374 select CPU_R4000_WORKAROUNDS if 64BIT
375 select CPU_R4400_WORKAROUNDS if 64BIT
1da177e4 376 select DMA_NONCOHERENT
ce816fa8 377 select NO_IOPORT_MAP
67e38cf2 378 select IRQ_MIPS_CPU
7cf8053b
RB
379 select SYS_HAS_CPU_R3000
380 select SYS_HAS_CPU_R4X00
ed5ba2fb 381 select SYS_SUPPORTS_32BIT_KERNEL
7d60717e 382 select SYS_SUPPORTS_64BIT_KERNEL
5e83d430 383 select SYS_SUPPORTS_LITTLE_ENDIAN
1723b4a3
AN
384 select SYS_SUPPORTS_128HZ
385 select SYS_SUPPORTS_256HZ
386 select SYS_SUPPORTS_1024HZ
930beb5a 387 select MIPS_L1_CACHE_SHIFT_4
5e83d430 388 help
1da177e4
LT
389 This enables support for DEC's MIPS based workstations. For details
390 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
391 DECstation porting pages on <http://decstation.unix-ag.org/>.
392
393 If you have one of the following DECstation Models you definitely
394 want to choose R4xx0 for the CPU Type:
395
9308816c
RB
396 DECstation 5000/50
397 DECstation 5000/150
398 DECstation 5000/260
399 DECsystem 5900/260
1da177e4
LT
400
401 otherwise choose R3000.
402
5e83d430 403config MACH_JAZZ
3fa986fa 404 bool "Jazz family of machines"
39b2d756
TB
405 select ARC_MEMORY
406 select ARC_PROMLIB
a211a082 407 select ARCH_MIGHT_HAVE_PC_PARPORT
7a407aa5 408 select ARCH_MIGHT_HAVE_PC_SERIO
2f9237d4 409 select DMA_OPS
0e2794b0
RB
410 select FW_ARC
411 select FW_ARC32
5e83d430 412 select ARCH_MAY_HAVE_PC_FDC
42f77542 413 select CEVT_R4K
940f6b48 414 select CSRC_R4K
e2defae5 415 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
5e83d430 416 select GENERIC_ISA_DMA
8a118c38 417 select HAVE_PCSPKR_PLATFORM
67e38cf2 418 select IRQ_MIPS_CPU
d865bea4 419 select I8253
5e83d430
RB
420 select I8259
421 select ISA
7cf8053b 422 select SYS_HAS_CPU_R4X00
5e83d430 423 select SYS_SUPPORTS_32BIT_KERNEL
7d60717e 424 select SYS_SUPPORTS_64BIT_KERNEL
1723b4a3 425 select SYS_SUPPORTS_100HZ
aadfe4b5 426 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 427 help
371a4151
EWI
428 This a family of machines based on the MIPS R4030 chipset which was
429 used by several vendors to build RISC/os and Windows NT workstations.
430 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
431 Olivetti M700-10 workstations.
5e83d430 432
f0f4a753 433config MACH_INGENIC_SOC
de361e8b 434 bool "Ingenic SoC based machines"
f0f4a753
PC
435 select MIPS_GENERIC
436 select MACH_INGENIC
f9c9affc 437 select SYS_SUPPORTS_ZBOOT_UART16550
eb384937
PC
438 select CPU_SUPPORTS_CPUFREQ
439 select MIPS_EXTERNAL_TIMER
5ebabe59 440
171bb2f1
JC
441config LANTIQ
442 bool "Lantiq based platforms"
443 select DMA_NONCOHERENT
67e38cf2 444 select IRQ_MIPS_CPU
171bb2f1
JC
445 select CEVT_R4K
446 select CSRC_R4K
447 select SYS_HAS_CPU_MIPS32_R1
448 select SYS_HAS_CPU_MIPS32_R2
449 select SYS_SUPPORTS_BIG_ENDIAN
450 select SYS_SUPPORTS_32BIT_KERNEL
377cb1b6 451 select SYS_SUPPORTS_MIPS16
171bb2f1 452 select SYS_SUPPORTS_MULTITHREADING
f35764e7 453 select SYS_SUPPORTS_VPE_LOADER
171bb2f1 454 select SYS_HAS_EARLY_PRINTK
d30a2b47 455 select GPIOLIB
171bb2f1
JC
456 select SWAP_IO_SPACE
457 select BOOT_RAW
bbd7ffdb 458 select HAVE_LEGACY_CLK
a0392222 459 select USE_OF
3f8c50c9
JC
460 select PINCTRL
461 select PINCTRL_LANTIQ
c530781c
JC
462 select ARCH_HAS_RESET_CONTROLLER
463 select RESET_CONTROLLER
171bb2f1 464
30ad29bb 465config MACH_LOONGSON32
caed1d1b 466 bool "Loongson 32-bit family of machines"
c7e8c668 467 select SYS_SUPPORTS_ZBOOT
ade299d8 468 help
30ad29bb 469 This enables support for the Loongson-1 family of machines.
85749d24 470
30ad29bb
HC
471 Loongson-1 is a family of 32-bit MIPS-compatible SoCs developed by
472 the Institute of Computing Technology (ICT), Chinese Academy of
473 Sciences (CAS).
ade299d8 474
71e2f4dd
JY
475config MACH_LOONGSON2EF
476 bool "Loongson-2E/F family of machines"
ca585cf9
KC
477 select SYS_SUPPORTS_ZBOOT
478 help
71e2f4dd 479 This enables the support of early Loongson-2E/F family of machines.
ca585cf9 480
71e2f4dd 481config MACH_LOONGSON64
caed1d1b 482 bool "Loongson 64-bit family of machines"
6fbde6b4
JY
483 select ARCH_SPARSEMEM_ENABLE
484 select ARCH_MIGHT_HAVE_PC_PARPORT
485 select ARCH_MIGHT_HAVE_PC_SERIO
486 select GENERIC_ISA_DMA_SUPPORT_BROKEN
487 select BOOT_ELF32
488 select BOARD_SCACHE
489 select CSRC_R4K
490 select CEVT_R4K
491 select CPU_HAS_WB
492 select FORCE_PCI
493 select ISA
494 select I8259
495 select IRQ_MIPS_CPU
7d6d2837 496 select NO_EXCEPT_FILL
5125bfee 497 select NR_CPUS_DEFAULT_64
6fbde6b4 498 select USE_GENERIC_EARLY_PRINTK_8250
6423e59a 499 select PCI_DRIVERS_GENERIC
6fbde6b4
JY
500 select SYS_HAS_CPU_LOONGSON64
501 select SYS_HAS_EARLY_PRINTK
502 select SYS_SUPPORTS_SMP
503 select SYS_SUPPORTS_HOTPLUG_CPU
504 select SYS_SUPPORTS_NUMA
505 select SYS_SUPPORTS_64BIT_KERNEL
506 select SYS_SUPPORTS_HIGHMEM
507 select SYS_SUPPORTS_LITTLE_ENDIAN
71e2f4dd 508 select SYS_SUPPORTS_ZBOOT
a307a4ce 509 select SYS_SUPPORTS_RELOCATABLE
6fbde6b4 510 select ZONE_DMA32
87fcfa7b
JY
511 select COMMON_CLK
512 select USE_OF
513 select BUILTIN_DTB
39c1485c 514 select PCI_HOST_GENERIC
71e2f4dd 515 help
caed1d1b
HC
516 This enables the support of Loongson-2/3 family of machines.
517
518 Loongson-2 and Loongson-3 are 64-bit general-purpose processors with
519 GS264/GS464/GS464E/GS464V microarchitecture (except old Loongson-2E
520 and Loongson-2F which will be removed), developed by the Institute
521 of Computing Technology (ICT), Chinese Academy of Sciences (CAS).
ca585cf9 522
1da177e4 523config MIPS_MALTA
3fa986fa 524 bool "MIPS Malta board"
61ed242d 525 select ARCH_MAY_HAVE_PC_FDC
a211a082 526 select ARCH_MIGHT_HAVE_PC_PARPORT
7a407aa5 527 select ARCH_MIGHT_HAVE_PC_SERIO
1da177e4 528 select BOOT_ELF32
fa71c960 529 select BOOT_RAW
e8823d26 530 select BUILTIN_DTB
42f77542 531 select CEVT_R4K
fa5635a2 532 select CLKSRC_MIPS_GIC
42b002ab 533 select COMMON_CLK
47bf2b03 534 select CSRC_R4K
a86497d6 535 select DMA_NONCOHERENT
1da177e4 536 select GENERIC_ISA_DMA
8a118c38 537 select HAVE_PCSPKR_PLATFORM
eb01d42a 538 select HAVE_PCI
d865bea4 539 select I8253
1da177e4 540 select I8259
47bf2b03 541 select IRQ_MIPS_CPU
5e83d430 542 select MIPS_BONITO64
9318c51a 543 select MIPS_CPU_SCACHE
47bf2b03 544 select MIPS_GIC
a7ef1ead 545 select MIPS_L1_CACHE_SHIFT_6
5e83d430 546 select MIPS_MSC
47bf2b03 547 select PCI_GT64XXX_PCI0
ecafe3e9 548 select SMP_UP if SMP
1da177e4 549 select SWAP_IO_SPACE
7cf8053b
RB
550 select SYS_HAS_CPU_MIPS32_R1
551 select SYS_HAS_CPU_MIPS32_R2
bfc3c5a6 552 select SYS_HAS_CPU_MIPS32_R3_5
c5b36783 553 select SYS_HAS_CPU_MIPS32_R5
575509b6 554 select SYS_HAS_CPU_MIPS32_R6
7cf8053b 555 select SYS_HAS_CPU_MIPS64_R1
5d9fbed1 556 select SYS_HAS_CPU_MIPS64_R2
575509b6 557 select SYS_HAS_CPU_MIPS64_R6
7cf8053b
RB
558 select SYS_HAS_CPU_NEVADA
559 select SYS_HAS_CPU_RM7000
ed5ba2fb
YY
560 select SYS_SUPPORTS_32BIT_KERNEL
561 select SYS_SUPPORTS_64BIT_KERNEL
5e83d430 562 select SYS_SUPPORTS_BIG_ENDIAN
c5b36783 563 select SYS_SUPPORTS_HIGHMEM
5e83d430 564 select SYS_SUPPORTS_LITTLE_ENDIAN
424ebcdf 565 select SYS_SUPPORTS_MICROMIPS
47bf2b03 566 select SYS_SUPPORTS_MIPS16
0365070f 567 select SYS_SUPPORTS_MIPS_CMP
e56b6aa6 568 select SYS_SUPPORTS_MIPS_CPS
f41ae0b2 569 select SYS_SUPPORTS_MULTITHREADING
47bf2b03 570 select SYS_SUPPORTS_RELOCATABLE
9693a853 571 select SYS_SUPPORTS_SMARTMIPS
f35764e7 572 select SYS_SUPPORTS_VPE_LOADER
1b93b3c3 573 select SYS_SUPPORTS_ZBOOT
e8823d26 574 select USE_OF
886ee136 575 select WAR_ICACHE_REFILLS
abcc82b1 576 select ZONE_DMA32 if 64BIT
1da177e4 577 help
f638d197 578 This enables support for the MIPS Technologies Malta evaluation
1da177e4
LT
579 board.
580
2572f00d
JH
581config MACH_PIC32
582 bool "Microchip PIC32 Family"
583 help
584 This enables support for the Microchip PIC32 family of platforms.
585
586 Microchip PIC32 is a family of general-purpose 32 bit MIPS core
587 microcontrollers.
588
5e83d430 589config MACH_VR41XX
74142d65 590 bool "NEC VR4100 series based machines"
42f77542 591 select CEVT_R4K
940f6b48 592 select CSRC_R4K
7cf8053b 593 select SYS_HAS_CPU_VR41XX
377cb1b6 594 select SYS_SUPPORTS_MIPS16
d30a2b47 595 select GPIOLIB
5e83d430 596
baec970a
LK
597config MACH_NINTENDO64
598 bool "Nintendo 64 console"
599 select CEVT_R4K
600 select CSRC_R4K
601 select SYS_HAS_CPU_R4300
602 select SYS_SUPPORTS_BIG_ENDIAN
603 select SYS_SUPPORTS_ZBOOT
604 select SYS_SUPPORTS_32BIT_KERNEL
605 select SYS_SUPPORTS_64BIT_KERNEL
606 select DMA_NONCOHERENT
607 select IRQ_MIPS_CPU
608
ae2b5bb6
JC
609config RALINK
610 bool "Ralink based machines"
611 select CEVT_R4K
35f752be 612 select COMMON_CLK
ae2b5bb6
JC
613 select CSRC_R4K
614 select BOOT_RAW
615 select DMA_NONCOHERENT
67e38cf2 616 select IRQ_MIPS_CPU
ae2b5bb6
JC
617 select USE_OF
618 select SYS_HAS_CPU_MIPS32_R1
619 select SYS_HAS_CPU_MIPS32_R2
620 select SYS_SUPPORTS_32BIT_KERNEL
621 select SYS_SUPPORTS_LITTLE_ENDIAN
377cb1b6 622 select SYS_SUPPORTS_MIPS16
1f0400d0 623 select SYS_SUPPORTS_ZBOOT
ae2b5bb6 624 select SYS_HAS_EARLY_PRINTK
2a153f1c
JC
625 select ARCH_HAS_RESET_CONTROLLER
626 select RESET_CONTROLLER
ae2b5bb6 627
4042147a
BV
628config MACH_REALTEK_RTL
629 bool "Realtek RTL838x/RTL839x based machines"
630 select MIPS_GENERIC
631 select DMA_NONCOHERENT
632 select IRQ_MIPS_CPU
633 select CSRC_R4K
634 select CEVT_R4K
635 select SYS_HAS_CPU_MIPS32_R1
636 select SYS_HAS_CPU_MIPS32_R2
637 select SYS_SUPPORTS_BIG_ENDIAN
638 select SYS_SUPPORTS_32BIT_KERNEL
639 select SYS_SUPPORTS_MIPS16
640 select SYS_SUPPORTS_MULTITHREADING
641 select SYS_SUPPORTS_VPE_LOADER
4042147a
BV
642 select BOOT_RAW
643 select PINCTRL
644 select USE_OF
645
1da177e4 646config SGI_IP22
3fa986fa 647 bool "SGI IP22 (Indy/Indigo2)"
c0de00b2 648 select ARC_MEMORY
39b2d756 649 select ARC_PROMLIB
0e2794b0
RB
650 select FW_ARC
651 select FW_ARC32
7a407aa5 652 select ARCH_MIGHT_HAVE_PC_SERIO
1da177e4 653 select BOOT_ELF32
42f77542 654 select CEVT_R4K
940f6b48 655 select CSRC_R4K
e2defae5 656 select DEFAULT_SGI_PARTITION
1da177e4 657 select DMA_NONCOHERENT
6630a8e5 658 select HAVE_EISA
d865bea4 659 select I8253
68de4803 660 select I8259
1da177e4 661 select IP22_CPU_SCACHE
67e38cf2 662 select IRQ_MIPS_CPU
aa414dff 663 select GENERIC_ISA_DMA_SUPPORT_BROKEN
e2defae5
TB
664 select SGI_HAS_I8042
665 select SGI_HAS_INDYDOG
36e5c21d 666 select SGI_HAS_HAL2
e2defae5
TB
667 select SGI_HAS_SEEQ
668 select SGI_HAS_WD93
669 select SGI_HAS_ZILOG
1da177e4 670 select SWAP_IO_SPACE
7cf8053b
RB
671 select SYS_HAS_CPU_R4X00
672 select SYS_HAS_CPU_R5000
c0de00b2 673 select SYS_HAS_EARLY_PRINTK
ed5ba2fb
YY
674 select SYS_SUPPORTS_32BIT_KERNEL
675 select SYS_SUPPORTS_64BIT_KERNEL
5e83d430 676 select SYS_SUPPORTS_BIG_ENDIAN
802b8362 677 select WAR_R4600_V1_INDEX_ICACHEOP
5e5b6527 678 select WAR_R4600_V1_HIT_CACHEOP
44def342 679 select WAR_R4600_V2_HIT_CACHEOP
930beb5a 680 select MIPS_L1_CACHE_SHIFT_7
1da177e4
LT
681 help
682 This are the SGI Indy, Challenge S and Indigo2, as well as certain
683 OEM variants like the Tandem CMN B006S. To compile a Linux kernel
684 that runs on these, say Y here.
685
686config SGI_IP27
3fa986fa 687 bool "SGI IP27 (Origin200/2000)"
54aed4dd 688 select ARCH_HAS_PHYS_TO_DMA
397dc00e 689 select ARCH_SPARSEMEM_ENABLE
0e2794b0
RB
690 select FW_ARC
691 select FW_ARC64
e9422427 692 select ARC_CMDLINE_ONLY
5e83d430 693 select BOOT_ELF64
e2defae5 694 select DEFAULT_SGI_PARTITION
04100459 695 select FORCE_PCI
36a88530 696 select SYS_HAS_EARLY_PRINTK
eb01d42a 697 select HAVE_PCI
69a07a41 698 select IRQ_MIPS_CPU
e6308b6d 699 select IRQ_DOMAIN_HIERARCHY
130e2fb7 700 select NR_CPUS_DEFAULT_64
a57140e9
TB
701 select PCI_DRIVERS_GENERIC
702 select PCI_XTALK_BRIDGE
7cf8053b 703 select SYS_HAS_CPU_R10000
ed5ba2fb 704 select SYS_SUPPORTS_64BIT_KERNEL
5e83d430 705 select SYS_SUPPORTS_BIG_ENDIAN
d8cb4e11 706 select SYS_SUPPORTS_NUMA
1a5c5de1 707 select SYS_SUPPORTS_SMP
256ec489 708 select WAR_R10000_LLSC
930beb5a 709 select MIPS_L1_CACHE_SHIFT_7
6c86a302 710 select NUMA
1da177e4
LT
711 help
712 This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
713 workstations. To compile a Linux kernel that runs on these, say Y
714 here.
715
e2defae5 716config SGI_IP28
7d60717e 717 bool "SGI IP28 (Indigo2 R10k)"
c0de00b2 718 select ARC_MEMORY
39b2d756 719 select ARC_PROMLIB
0e2794b0
RB
720 select FW_ARC
721 select FW_ARC64
7a407aa5 722 select ARCH_MIGHT_HAVE_PC_SERIO
e2defae5
TB
723 select BOOT_ELF64
724 select CEVT_R4K
725 select CSRC_R4K
726 select DEFAULT_SGI_PARTITION
727 select DMA_NONCOHERENT
728 select GENERIC_ISA_DMA_SUPPORT_BROKEN
67e38cf2 729 select IRQ_MIPS_CPU
6630a8e5 730 select HAVE_EISA
e2defae5
TB
731 select I8253
732 select I8259
e2defae5
TB
733 select SGI_HAS_I8042
734 select SGI_HAS_INDYDOG
5b438c44 735 select SGI_HAS_HAL2
e2defae5
TB
736 select SGI_HAS_SEEQ
737 select SGI_HAS_WD93
738 select SGI_HAS_ZILOG
739 select SWAP_IO_SPACE
740 select SYS_HAS_CPU_R10000
c0de00b2 741 select SYS_HAS_EARLY_PRINTK
e2defae5
TB
742 select SYS_SUPPORTS_64BIT_KERNEL
743 select SYS_SUPPORTS_BIG_ENDIAN
256ec489 744 select WAR_R10000_LLSC
dc24d68d 745 select MIPS_L1_CACHE_SHIFT_7
371a4151
EWI
746 help
747 This is the SGI Indigo2 with R10000 processor. To compile a Linux
748 kernel that runs on these, say Y here.
e2defae5 749
7505576d
TB
750config SGI_IP30
751 bool "SGI IP30 (Octane/Octane2)"
752 select ARCH_HAS_PHYS_TO_DMA
753 select FW_ARC
754 select FW_ARC64
755 select BOOT_ELF64
756 select CEVT_R4K
757 select CSRC_R4K
04100459 758 select FORCE_PCI
7505576d
TB
759 select SYNC_R4K if SMP
760 select ZONE_DMA32
761 select HAVE_PCI
762 select IRQ_MIPS_CPU
763 select IRQ_DOMAIN_HIERARCHY
7505576d
TB
764 select PCI_DRIVERS_GENERIC
765 select PCI_XTALK_BRIDGE
766 select SYS_HAS_EARLY_PRINTK
767 select SYS_HAS_CPU_R10000
768 select SYS_SUPPORTS_64BIT_KERNEL
769 select SYS_SUPPORTS_BIG_ENDIAN
770 select SYS_SUPPORTS_SMP
256ec489 771 select WAR_R10000_LLSC
7505576d
TB
772 select MIPS_L1_CACHE_SHIFT_7
773 select ARC_MEMORY
774 help
775 These are the SGI Octane and Octane2 graphics workstations. To
776 compile a Linux kernel that runs on these, say Y here.
777
1da177e4 778config SGI_IP32
cfd2afc0 779 bool "SGI IP32 (O2)"
39b2d756
TB
780 select ARC_MEMORY
781 select ARC_PROMLIB
03df8229 782 select ARCH_HAS_PHYS_TO_DMA
0e2794b0
RB
783 select FW_ARC
784 select FW_ARC32
1da177e4 785 select BOOT_ELF32
42f77542 786 select CEVT_R4K
940f6b48 787 select CSRC_R4K
1da177e4 788 select DMA_NONCOHERENT
eb01d42a 789 select HAVE_PCI
67e38cf2 790 select IRQ_MIPS_CPU
1da177e4
LT
791 select R5000_CPU_SCACHE
792 select RM7000_CPU_SCACHE
7cf8053b
RB
793 select SYS_HAS_CPU_R5000
794 select SYS_HAS_CPU_R10000 if BROKEN
795 select SYS_HAS_CPU_RM7000
dd2f18fe 796 select SYS_HAS_CPU_NEVADA
ed5ba2fb 797 select SYS_SUPPORTS_64BIT_KERNEL
23fbee9d 798 select SYS_SUPPORTS_BIG_ENDIAN
886ee136 799 select WAR_ICACHE_REFILLS
23fbee9d 800 help
5e83d430 801 If you want this kernel to run on SGI O2 workstation, say Y here.
1da177e4 802
ade299d8
YY
803config SIBYTE_CRHINE
804 bool "Sibyte BCM91120C-CRhine"
9a6dcea1 805 select BOOT_ELF32
ade299d8 806 select SIBYTE_BCM1120
9a6dcea1 807 select SWAP_IO_SPACE
7cf8053b 808 select SYS_HAS_CPU_SB1
9a6dcea1
AI
809 select SYS_SUPPORTS_BIG_ENDIAN
810 select SYS_SUPPORTS_LITTLE_ENDIAN
811
ade299d8
YY
812config SIBYTE_CARMEL
813 bool "Sibyte BCM91120x-Carmel"
5e83d430 814 select BOOT_ELF32
ade299d8 815 select SIBYTE_BCM1120
5e83d430 816 select SWAP_IO_SPACE
7cf8053b 817 select SYS_HAS_CPU_SB1
81731f79 818 select SYS_SUPPORTS_BIG_ENDIAN
5e83d430 819 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 820
ade299d8
YY
821config SIBYTE_CRHONE
822 bool "Sibyte BCM91125C-CRhone"
5e83d430 823 select BOOT_ELF32
ade299d8 824 select SIBYTE_BCM1125
5e83d430 825 select SWAP_IO_SPACE
7cf8053b 826 select SYS_HAS_CPU_SB1
5e83d430 827 select SYS_SUPPORTS_BIG_ENDIAN
ade299d8 828 select SYS_SUPPORTS_HIGHMEM
5e83d430 829 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 830
5e83d430 831config SIBYTE_RHONE
3fa986fa 832 bool "Sibyte BCM91125E-Rhone"
5e83d430 833 select BOOT_ELF32
5e83d430
RB
834 select SIBYTE_BCM1125H
835 select SWAP_IO_SPACE
7cf8053b 836 select SYS_HAS_CPU_SB1
5e83d430
RB
837 select SYS_SUPPORTS_BIG_ENDIAN
838 select SYS_SUPPORTS_LITTLE_ENDIAN
1da177e4 839
ade299d8
YY
840config SIBYTE_SWARM
841 bool "Sibyte BCM91250A-SWARM"
5e83d430 842 select BOOT_ELF32
fcf3ca4c 843 select HAVE_PATA_PLATFORM
ade299d8 844 select SIBYTE_SB1250
5e83d430 845 select SWAP_IO_SPACE
7cf8053b 846 select SYS_HAS_CPU_SB1
5e83d430 847 select SYS_SUPPORTS_BIG_ENDIAN
ade299d8 848 select SYS_SUPPORTS_HIGHMEM
e3ad1c23 849 select SYS_SUPPORTS_LITTLE_ENDIAN
cce335ae 850 select ZONE_DMA32 if 64BIT
e4849aff 851 select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
e3ad1c23 852
ade299d8
YY
853config SIBYTE_LITTLESUR
854 bool "Sibyte BCM91250C2-LittleSur"
5e83d430 855 select BOOT_ELF32
fcf3ca4c 856 select HAVE_PATA_PLATFORM
5e83d430
RB
857 select SIBYTE_SB1250
858 select SWAP_IO_SPACE
7cf8053b 859 select SYS_HAS_CPU_SB1
5e83d430
RB
860 select SYS_SUPPORTS_BIG_ENDIAN
861 select SYS_SUPPORTS_HIGHMEM
862 select SYS_SUPPORTS_LITTLE_ENDIAN
756d6d83 863 select ZONE_DMA32 if 64BIT
1da177e4 864
ade299d8
YY
865config SIBYTE_SENTOSA
866 bool "Sibyte BCM91250E-Sentosa"
5e83d430 867 select BOOT_ELF32
5e83d430
RB
868 select SIBYTE_SB1250
869 select SWAP_IO_SPACE
7cf8053b 870 select SYS_HAS_CPU_SB1
5e83d430 871 select SYS_SUPPORTS_BIG_ENDIAN
5e83d430 872 select SYS_SUPPORTS_LITTLE_ENDIAN
e4849aff 873 select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
1da177e4 874
ade299d8
YY
875config SIBYTE_BIGSUR
876 bool "Sibyte BCM91480B-BigSur"
5e83d430 877 select BOOT_ELF32
ade299d8 878 select NR_CPUS_DEFAULT_4
ade299d8 879 select SIBYTE_BCM1x80
5e83d430 880 select SWAP_IO_SPACE
7cf8053b 881 select SYS_HAS_CPU_SB1
5e83d430 882 select SYS_SUPPORTS_BIG_ENDIAN
651194f8 883 select SYS_SUPPORTS_HIGHMEM
5e83d430 884 select SYS_SUPPORTS_LITTLE_ENDIAN
cce335ae 885 select ZONE_DMA32 if 64BIT
e4849aff 886 select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
1da177e4 887
14b36af4
TB
888config SNI_RM
889 bool "SNI RM200/300/400"
39b2d756
TB
890 select ARC_MEMORY
891 select ARC_PROMLIB
0e2794b0
RB
892 select FW_ARC if CPU_LITTLE_ENDIAN
893 select FW_ARC32 if CPU_LITTLE_ENDIAN
aaa9fad3 894 select FW_SNIPROM if CPU_BIG_ENDIAN
61ed242d 895 select ARCH_MAY_HAVE_PC_FDC
a211a082 896 select ARCH_MIGHT_HAVE_PC_PARPORT
7a407aa5 897 select ARCH_MIGHT_HAVE_PC_SERIO
1da177e4 898 select BOOT_ELF32
42f77542 899 select CEVT_R4K
940f6b48 900 select CSRC_R4K
e2defae5 901 select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
1da177e4
LT
902 select DMA_NONCOHERENT
903 select GENERIC_ISA_DMA
6630a8e5 904 select HAVE_EISA
8a118c38 905 select HAVE_PCSPKR_PLATFORM
eb01d42a 906 select HAVE_PCI
67e38cf2 907 select IRQ_MIPS_CPU
d865bea4 908 select I8253
1da177e4
LT
909 select I8259
910 select ISA
564c836f 911 select MIPS_L1_CACHE_SHIFT_6
4a0312fc 912 select SWAP_IO_SPACE if CPU_BIG_ENDIAN
7cf8053b 913 select SYS_HAS_CPU_R4X00
4a0312fc 914 select SYS_HAS_CPU_R5000
c066a32a 915 select SYS_HAS_CPU_R10000
4a0312fc 916 select R5000_CPU_SCACHE
36a88530 917 select SYS_HAS_EARLY_PRINTK
ed5ba2fb 918 select SYS_SUPPORTS_32BIT_KERNEL
7d60717e 919 select SYS_SUPPORTS_64BIT_KERNEL
4a0312fc 920 select SYS_SUPPORTS_BIG_ENDIAN
797798c1 921 select SYS_SUPPORTS_HIGHMEM
5e83d430 922 select SYS_SUPPORTS_LITTLE_ENDIAN
44def342 923 select WAR_R4600_V2_HIT_CACHEOP
1da177e4 924 help
14b36af4
TB
925 The SNI RM200/300/400 are MIPS-based machines manufactured by
926 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
1da177e4
LT
927 Technology and now in turn merged with Fujitsu. Say Y here to
928 support this machine type.
929
edcaf1a6
AN
930config MACH_TX39XX
931 bool "Toshiba TX39 series based machines"
5e83d430 932
edcaf1a6
AN
933config MACH_TX49XX
934 bool "Toshiba TX49 series based machines"
24a1c023 935 select WAR_TX49XX_ICACHE_INDEX_INV
5e83d430 936
73b4390f
RB
937config MIKROTIK_RB532
938 bool "Mikrotik RB532 boards"
939 select CEVT_R4K
940 select CSRC_R4K
941 select DMA_NONCOHERENT
eb01d42a 942 select HAVE_PCI
67e38cf2 943 select IRQ_MIPS_CPU
73b4390f
RB
944 select SYS_HAS_CPU_MIPS32_R1
945 select SYS_SUPPORTS_32BIT_KERNEL
946 select SYS_SUPPORTS_LITTLE_ENDIAN
947 select SWAP_IO_SPACE
948 select BOOT_RAW
d30a2b47 949 select GPIOLIB
930beb5a 950 select MIPS_L1_CACHE_SHIFT_4
73b4390f
RB
951 help
952 Support the Mikrotik(tm) RouterBoard 532 series,
953 based on the IDT RC32434 SoC.
954
9ddebc46
DD
955config CAVIUM_OCTEON_SOC
956 bool "Cavium Networks Octeon SoC based boards"
a86c7f72 957 select CEVT_R4K
ea8c64ac 958 select ARCH_HAS_PHYS_TO_DMA
1753d50c 959 select HAVE_RAPIDIO
d4a451d5 960 select PHYS_ADDR_T_64BIT
a86c7f72
DD
961 select SYS_SUPPORTS_64BIT_KERNEL
962 select SYS_SUPPORTS_BIG_ENDIAN
f65aad41 963 select EDAC_SUPPORT
b01aec9b 964 select EDAC_ATOMIC_SCRUB
73569d87
DD
965 select SYS_SUPPORTS_LITTLE_ENDIAN
966 select SYS_SUPPORTS_HOTPLUG_CPU if CPU_BIG_ENDIAN
a86c7f72 967 select SYS_HAS_EARLY_PRINTK
5e683389 968 select SYS_HAS_CPU_CAVIUM_OCTEON
eb01d42a 969 select HAVE_PCI
78bdbbac
MY
970 select HAVE_PLAT_DELAY
971 select HAVE_PLAT_FW_INIT_CMDLINE
972 select HAVE_PLAT_MEMCPY
f00e001e 973 select ZONE_DMA32
d30a2b47 974 select GPIOLIB
6e511163
DD
975 select USE_OF
976 select ARCH_SPARSEMEM_ENABLE
977 select SYS_SUPPORTS_SMP
7820b84b
DD
978 select NR_CPUS_DEFAULT_64
979 select MIPS_NR_CPU_NR_MAP_1024
e326479f 980 select BUILTIN_DTB
f766b28a 981 select MTD
8c1e6b14 982 select MTD_COMPLEX_MAPPINGS
09230cbc 983 select SWIOTLB
3ff72be4 984 select SYS_SUPPORTS_RELOCATABLE
a86c7f72
DD
985 help
986 This option supports all of the Octeon reference boards from Cavium
987 Networks. It builds a kernel that dynamically determines the Octeon
988 CPU type and supports all known board reference implementations.
989 Some of the supported boards are:
990 EBT3000
991 EBH3000
992 EBH3100
993 Thunder
994 Kodama
995 Hikari
996 Say Y here for most Octeon reference boards.
997
5e83d430 998endchoice
1da177e4 999
e8c7c482 1000source "arch/mips/alchemy/Kconfig"
3b12308f 1001source "arch/mips/ath25/Kconfig"
d4a67d9d 1002source "arch/mips/ath79/Kconfig"
a656ffcb 1003source "arch/mips/bcm47xx/Kconfig"
e7300d04 1004source "arch/mips/bcm63xx/Kconfig"
8945e37e 1005source "arch/mips/bmips/Kconfig"
eed0eabd 1006source "arch/mips/generic/Kconfig"
a103e9b9 1007source "arch/mips/ingenic/Kconfig"
5e83d430 1008source "arch/mips/jazz/Kconfig"
8ec6d935 1009source "arch/mips/lantiq/Kconfig"
2572f00d 1010source "arch/mips/pic32/Kconfig"
ae2b5bb6 1011source "arch/mips/ralink/Kconfig"
29c48699 1012source "arch/mips/sgi-ip27/Kconfig"
38b18f72 1013source "arch/mips/sibyte/Kconfig"
22b1d707 1014source "arch/mips/txx9/Kconfig"
5e83d430 1015source "arch/mips/vr41xx/Kconfig"
a86c7f72 1016source "arch/mips/cavium-octeon/Kconfig"
71e2f4dd 1017source "arch/mips/loongson2ef/Kconfig"
30ad29bb
HC
1018source "arch/mips/loongson32/Kconfig"
1019source "arch/mips/loongson64/Kconfig"
38b18f72 1020
5e83d430
RB
1021endmenu
1022
3c9ee7ef
AM
1023config GENERIC_HWEIGHT
1024 bool
1025 default y
1026
1da177e4
LT
1027config GENERIC_CALIBRATE_DELAY
1028 bool
1029 default y
1030
ae1e9130 1031config SCHED_OMIT_FRAME_POINTER
1cc89038
AN
1032 bool
1033 default y
1034
1da177e4
LT
1035#
1036# Select some configuration options automatically based on user selections.
1037#
0e2794b0 1038config FW_ARC
1da177e4 1039 bool
1da177e4 1040
61ed242d
RB
1041config ARCH_MAY_HAVE_PC_FDC
1042 bool
1043
9267a30d
MSJ
1044config BOOT_RAW
1045 bool
1046
217dd11e
RB
1047config CEVT_BCM1480
1048 bool
1049
6457d9fc
YY
1050config CEVT_DS1287
1051 bool
1052
1097c6ac
YY
1053config CEVT_GT641XX
1054 bool
1055
42f77542
RB
1056config CEVT_R4K
1057 bool
1058
217dd11e
RB
1059config CEVT_SB1250
1060 bool
1061
229f773e
AN
1062config CEVT_TXX9
1063 bool
1064
217dd11e
RB
1065config CSRC_BCM1480
1066 bool
1067
4247417d
YY
1068config CSRC_IOASIC
1069 bool
1070
940f6b48 1071config CSRC_R4K
38586428 1072 select CLOCKSOURCE_WATCHDOG if CPU_FREQ
940f6b48
RB
1073 bool
1074
217dd11e
RB
1075config CSRC_SB1250
1076 bool
1077
a7f4df4e
AS
1078config MIPS_CLOCK_VSYSCALL
1079 def_bool CSRC_R4K || CLKSRC_MIPS_GIC
1080
a9aec7fe 1081config GPIO_TXX9
d30a2b47 1082 select GPIOLIB
a9aec7fe
AN
1083 bool
1084
0e2794b0 1085config FW_CFE
df78b5c8
AJ
1086 bool
1087
40e084a5
RB
1088config ARCH_SUPPORTS_UPROBES
1089 bool
1090
20d33064
PB
1091config DMA_PERDEV_COHERENT
1092 bool
347cb6af 1093 select ARCH_HAS_SETUP_DMA_OPS
5748e1b3 1094 select DMA_NONCOHERENT
20d33064 1095
4ce588cd
RB
1096config DMA_NONCOHERENT
1097 bool
db91427b
CH
1098 #
1099 # MIPS allows mixing "slightly different" Cacheability and Coherency
1100 # Attribute bits. It is believed that the uncached access through
1101 # KSEG1 and the implementation specific "uncached accelerated" used
1102 # by pgprot_writcombine can be mixed, and the latter sometimes provides
1103 # significant advantages.
1104 #
419e2f18 1105 select ARCH_HAS_DMA_WRITE_COMBINE
fa7e2247 1106 select ARCH_HAS_DMA_PREP_COHERENT
f8c55dc6 1107 select ARCH_HAS_SYNC_DMA_FOR_DEVICE
fa7e2247 1108 select ARCH_HAS_DMA_SET_UNCACHED
34dc0ea6 1109 select DMA_NONCOHERENT_MMAP
34dc0ea6 1110 select NEED_DMA_MAP_STATE
4ce588cd 1111
36a88530 1112config SYS_HAS_EARLY_PRINTK
1da177e4 1113 bool
1da177e4 1114
1b2bc75c 1115config SYS_SUPPORTS_HOTPLUG_CPU
dbb74540 1116 bool
dbb74540 1117
1da177e4
LT
1118config MIPS_BONITO64
1119 bool
1da177e4
LT
1120
1121config MIPS_MSC
1122 bool
1da177e4 1123
39b8d525
RB
1124config SYNC_R4K
1125 bool
1126
ce816fa8 1127config NO_IOPORT_MAP
d388d685
MR
1128 def_bool n
1129
4e0748f5 1130config GENERIC_CSUM
18d84e2e 1131 def_bool CPU_NO_LOAD_STORE_LR
4e0748f5 1132
8313da30
RB
1133config GENERIC_ISA_DMA
1134 bool
1135 select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
a35bee8a 1136 select ISA_DMA_API
8313da30 1137
aa414dff
RB
1138config GENERIC_ISA_DMA_SUPPORT_BROKEN
1139 bool
8313da30 1140 select GENERIC_ISA_DMA
aa414dff 1141
78bdbbac
MY
1142config HAVE_PLAT_DELAY
1143 bool
1144
1145config HAVE_PLAT_FW_INIT_CMDLINE
1146 bool
1147
1148config HAVE_PLAT_MEMCPY
1149 bool
1150
a35bee8a
NK
1151config ISA_DMA_API
1152 bool
1153
8c530ea3
MR
1154config SYS_SUPPORTS_RELOCATABLE
1155 bool
1156 help
371a4151
EWI
1157 Selected if the platform supports relocating the kernel.
1158 The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF
1159 to allow access to command line and entropy sources.
8c530ea3 1160
5e83d430 1161#
6b2aac42 1162# Endianness selection. Sufficiently obscure so many users don't know what to
5e83d430
RB
1163# answer,so we try hard to limit the available choices. Also the use of a
1164# choice statement should be more obvious to the user.
1165#
1166choice
6b2aac42 1167 prompt "Endianness selection"
1da177e4
LT
1168 help
1169 Some MIPS machines can be configured for either little or big endian
5e83d430 1170 byte order. These modes require different kernels and a different
3cb2fccc 1171 Linux distribution. In general there is one preferred byteorder for a
5e83d430 1172 particular system but some systems are just as commonly used in the
3dde6ad8 1173 one or the other endianness.
5e83d430
RB
1174
1175config CPU_BIG_ENDIAN
1176 bool "Big endian"
1177 depends on SYS_SUPPORTS_BIG_ENDIAN
1178
1179config CPU_LITTLE_ENDIAN
1180 bool "Little endian"
1181 depends on SYS_SUPPORTS_LITTLE_ENDIAN
5e83d430
RB
1182
1183endchoice
1184
22b0763a
DD
1185config EXPORT_UASM
1186 bool
1187
2116245e
RB
1188config SYS_SUPPORTS_APM_EMULATION
1189 bool
1190
5e83d430
RB
1191config SYS_SUPPORTS_BIG_ENDIAN
1192 bool
1193
1194config SYS_SUPPORTS_LITTLE_ENDIAN
1195 bool
1da177e4 1196
aa1762f4
DD
1197config MIPS_HUGE_TLB_SUPPORT
1198 def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE
1199
9267a30d
MSJ
1200config IRQ_MSP_SLP
1201 bool
1202
1203config IRQ_MSP_CIC
1204 bool
1205
8420fd00
AN
1206config IRQ_TXX9
1207 bool
1208
d5ab1a69
YY
1209config IRQ_GT641XX
1210 bool
1211
252161ec 1212config PCI_GT64XXX_PCI0
1da177e4 1213 bool
1da177e4 1214
a57140e9
TB
1215config PCI_XTALK_BRIDGE
1216 bool
1217
9267a30d
MSJ
1218config NO_EXCEPT_FILL
1219 bool
1220
a7e07b1a
MC
1221config MIPS_SPRAM
1222 bool
1223
1da177e4
LT
1224config SWAP_IO_SPACE
1225 bool
1226
e2defae5
TB
1227config SGI_HAS_INDYDOG
1228 bool
1229
5b438c44
TB
1230config SGI_HAS_HAL2
1231 bool
1232
e2defae5
TB
1233config SGI_HAS_SEEQ
1234 bool
1235
1236config SGI_HAS_WD93
1237 bool
1238
1239config SGI_HAS_ZILOG
1240 bool
1241
1242config SGI_HAS_I8042
1243 bool
1244
1245config DEFAULT_SGI_PARTITION
1246 bool
1247
0e2794b0 1248config FW_ARC32
5e83d430
RB
1249 bool
1250
aaa9fad3 1251config FW_SNIPROM
231a35d3
TB
1252 bool
1253
1da177e4
LT
1254config BOOT_ELF32
1255 bool
1da177e4 1256
930beb5a
FF
1257config MIPS_L1_CACHE_SHIFT_4
1258 bool
1259
1260config MIPS_L1_CACHE_SHIFT_5
1261 bool
1262
1263config MIPS_L1_CACHE_SHIFT_6
1264 bool
1265
1266config MIPS_L1_CACHE_SHIFT_7
1267 bool
1268
1da177e4
LT
1269config MIPS_L1_CACHE_SHIFT
1270 int
a4c0201e 1271 default "7" if MIPS_L1_CACHE_SHIFT_7
5432eeb6
KC
1272 default "6" if MIPS_L1_CACHE_SHIFT_6
1273 default "5" if MIPS_L1_CACHE_SHIFT_5
1274 default "4" if MIPS_L1_CACHE_SHIFT_4
1da177e4
LT
1275 default "5"
1276
e9422427
TB
1277config ARC_CMDLINE_ONLY
1278 bool
1279
1da177e4
LT
1280config ARC_CONSOLE
1281 bool "ARC console support"
e2defae5 1282 depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN)
1da177e4
LT
1283
1284config ARC_MEMORY
1285 bool
1da177e4
LT
1286
1287config ARC_PROMLIB
1288 bool
1da177e4 1289
0e2794b0 1290config FW_ARC64
1da177e4 1291 bool
1da177e4
LT
1292
1293config BOOT_ELF64
1294 bool
1da177e4 1295
1da177e4
LT
1296menu "CPU selection"
1297
1298choice
1299 prompt "CPU type"
1300 default CPU_R4X00
1301
268a2d60 1302config CPU_LOONGSON64
caed1d1b 1303 bool "Loongson 64-bit CPU"
268a2d60 1304 depends on SYS_HAS_CPU_LOONGSON64
d3bc81be 1305 select ARCH_HAS_PHYS_TO_DMA
51522217
JY
1306 select CPU_MIPSR2
1307 select CPU_HAS_PREFETCH
0e476d91
HC
1308 select CPU_SUPPORTS_64BIT_KERNEL
1309 select CPU_SUPPORTS_HIGHMEM
1310 select CPU_SUPPORTS_HUGEPAGES
7507445b 1311 select CPU_SUPPORTS_MSA
51522217
JY
1312 select CPU_DIEI_BROKEN if !LOONGSON3_ENHANCEMENT
1313 select CPU_MIPSR2_IRQ_VI
0e476d91
HC
1314 select WEAK_ORDERING
1315 select WEAK_REORDERING_BEYOND_LLSC
7507445b 1316 select MIPS_ASID_BITS_VARIABLE
b2edcfc8 1317 select MIPS_PGD_C0_CONTEXT
17c99d94 1318 select MIPS_L1_CACHE_SHIFT_6
7f3b3c2b 1319 select MIPS_FP_SUPPORT
d30a2b47 1320 select GPIOLIB
09230cbc 1321 select SWIOTLB
0f78355c 1322 select HAVE_KVM
0e476d91 1323 help
caed1d1b
HC
1324 The Loongson GSx64(GS264/GS464/GS464E/GS464V) series of processor
1325 cores implements the MIPS64R2 instruction set with many extensions,
1326 including most 64-bit Loongson-2 (2H, 2K) and Loongson-3 (3A1000,
1327 3B1000, 3B1500, 3A2000, 3A3000 and 3A4000) processors. However, old
1328 Loongson-2E/2F is not covered here and will be removed in future.
1329
1330config LOONGSON3_ENHANCEMENT
1331 bool "New Loongson-3 CPU Enhancements"
1e820da3 1332 default n
268a2d60 1333 depends on CPU_LOONGSON64
1e820da3 1334 help
caed1d1b 1335 New Loongson-3 cores (since Loongson-3A R2, as opposed to Loongson-3A
1e820da3 1336 R1, Loongson-3B R1 and Loongson-3B R2) has many enhancements, such as
268a2d60 1337 FTLB, L1-VCache, EI/DI/Wait/Prefetch instruction, DSP/DSPr2 ASE, User
1e820da3
HC
1338 Local register, Read-Inhibit/Execute-Inhibit, SFB (Store Fill Buffer),
1339 Fast TLB refill support, etc.
1340
1341 This option enable those enhancements which are not probed at run
1342 time. If you want a generic kernel to run on all Loongson 3 machines,
1343 please say 'N' here. If you want a high-performance kernel to run on
caed1d1b 1344 new Loongson-3 machines only, please say 'Y' here.
1e820da3 1345
e02e07e3 1346config CPU_LOONGSON3_WORKAROUNDS
caed1d1b 1347 bool "Old Loongson-3 LLSC Workarounds"
e02e07e3 1348 default y if SMP
268a2d60 1349 depends on CPU_LOONGSON64
e02e07e3 1350 help
caed1d1b 1351 Loongson-3 processors have the llsc issues which require workarounds.
e02e07e3
HC
1352 Without workarounds the system may hang unexpectedly.
1353
caed1d1b 1354 Newer Loongson-3 will fix these issues and no workarounds are needed.
e02e07e3
HC
1355 The workarounds have no significant side effect on them but may
1356 decrease the performance of the system so this option should be
1357 disabled unless the kernel is intended to be run on old systems.
1358
1359 If unsure, please say Y.
1360
ec7a9318
WX
1361config CPU_LOONGSON3_CPUCFG_EMULATION
1362 bool "Emulate the CPUCFG instruction on older Loongson cores"
1363 default y
1364 depends on CPU_LOONGSON64
1365 help
1366 Loongson-3A R4 and newer have the CPUCFG instruction available for
1367 userland to query CPU capabilities, much like CPUID on x86. This
1368 option provides emulation of the instruction on older Loongson
1369 cores, back to Loongson-3A1000.
1370
1371 If unsure, please say Y.
1372
3702bba5
WZ
1373config CPU_LOONGSON2E
1374 bool "Loongson 2E"
1375 depends on SYS_HAS_CPU_LOONGSON2E
268a2d60 1376 select CPU_LOONGSON2EF
2a21c730
FZ
1377 help
1378 The Loongson 2E processor implements the MIPS III instruction set
1379 with many extensions.
1380
25985edc 1381 It has an internal FPGA northbridge, which is compatible to
6f7a251a
WZ
1382 bonito64.
1383
1384config CPU_LOONGSON2F
1385 bool "Loongson 2F"
1386 depends on SYS_HAS_CPU_LOONGSON2F
268a2d60 1387 select CPU_LOONGSON2EF
d30a2b47 1388 select GPIOLIB
6f7a251a
WZ
1389 help
1390 The Loongson 2F processor implements the MIPS III instruction set
1391 with many extensions.
1392
1393 Loongson2F have built-in DDR2 and PCIX controller. The PCIX controller
1394 have a similar programming interface with FPGA northbridge used in
1395 Loongson2E.
1396
ca585cf9
KC
1397config CPU_LOONGSON1B
1398 bool "Loongson 1B"
1399 depends on SYS_HAS_CPU_LOONGSON1B
b2afb64c 1400 select CPU_LOONGSON32
9ec88b60 1401 select LEDS_GPIO_REGISTER
ca585cf9
KC
1402 help
1403 The Loongson 1B is a 32-bit SoC, which implements the MIPS32
968dc5a0
XZ
1404 Release 1 instruction set and part of the MIPS32 Release 2
1405 instruction set.
ca585cf9 1406
12e3280b
YL
1407config CPU_LOONGSON1C
1408 bool "Loongson 1C"
1409 depends on SYS_HAS_CPU_LOONGSON1C
b2afb64c 1410 select CPU_LOONGSON32
12e3280b
YL
1411 select LEDS_GPIO_REGISTER
1412 help
1413 The Loongson 1C is a 32-bit SoC, which implements the MIPS32
968dc5a0
XZ
1414 Release 1 instruction set and part of the MIPS32 Release 2
1415 instruction set.
12e3280b 1416
6e760c8d
RB
1417config CPU_MIPS32_R1
1418 bool "MIPS32 Release 1"
7cf8053b 1419 depends on SYS_HAS_CPU_MIPS32_R1
6e760c8d 1420 select CPU_HAS_PREFETCH
797798c1 1421 select CPU_SUPPORTS_32BIT_KERNEL
ec28f306 1422 select CPU_SUPPORTS_HIGHMEM
1e5f1caa 1423 help
5e83d430 1424 Choose this option to build a kernel for release 1 or later of the
1e5f1caa
RB
1425 MIPS32 architecture. Most modern embedded systems with a 32-bit
1426 MIPS processor are based on a MIPS32 processor. If you know the
1427 specific type of processor in your system, choose those that one
1428 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1429 Release 2 of the MIPS32 architecture is available since several
1430 years so chances are you even have a MIPS32 Release 2 processor
1431 in which case you should choose CPU_MIPS32_R2 instead for better
1432 performance.
1433
1434config CPU_MIPS32_R2
1435 bool "MIPS32 Release 2"
7cf8053b 1436 depends on SYS_HAS_CPU_MIPS32_R2
1e5f1caa 1437 select CPU_HAS_PREFETCH
797798c1 1438 select CPU_SUPPORTS_32BIT_KERNEL
ec28f306 1439 select CPU_SUPPORTS_HIGHMEM
a5e9a69e 1440 select CPU_SUPPORTS_MSA
2235a54d 1441 select HAVE_KVM
6e760c8d 1442 help
5e83d430 1443 Choose this option to build a kernel for release 2 or later of the
6e760c8d
RB
1444 MIPS32 architecture. Most modern embedded systems with a 32-bit
1445 MIPS processor are based on a MIPS32 processor. If you know the
1446 specific type of processor in your system, choose those that one
1447 otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
1448
ab7c01fd
SS
1449config CPU_MIPS32_R5
1450 bool "MIPS32 Release 5"
1451 depends on SYS_HAS_CPU_MIPS32_R5
1452 select CPU_HAS_PREFETCH
1453 select CPU_SUPPORTS_32BIT_KERNEL
1454 select CPU_SUPPORTS_HIGHMEM
1455 select CPU_SUPPORTS_MSA
1456 select HAVE_KVM
1457 select MIPS_O32_FP64_SUPPORT
1458 help
1459 Choose this option to build a kernel for release 5 or later of the
1460 MIPS32 architecture. New MIPS processors, starting with the Warrior
1461 family, are based on a MIPS32r5 processor. If you own an older
1462 processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
1463
7fd08ca5 1464config CPU_MIPS32_R6
674d10e2 1465 bool "MIPS32 Release 6"
7fd08ca5
LY
1466 depends on SYS_HAS_CPU_MIPS32_R6
1467 select CPU_HAS_PREFETCH
18d84e2e 1468 select CPU_NO_LOAD_STORE_LR
7fd08ca5
LY
1469 select CPU_SUPPORTS_32BIT_KERNEL
1470 select CPU_SUPPORTS_HIGHMEM
1471 select CPU_SUPPORTS_MSA
1472 select HAVE_KVM
1473 select MIPS_O32_FP64_SUPPORT
1474 help
1475 Choose this option to build a kernel for release 6 or later of the
1476 MIPS32 architecture. New MIPS processors, starting with the Warrior
1477 family, are based on a MIPS32r6 processor. If you own an older
1478 processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
1479
6e760c8d
RB
1480config CPU_MIPS64_R1
1481 bool "MIPS64 Release 1"
7cf8053b 1482 depends on SYS_HAS_CPU_MIPS64_R1
797798c1 1483 select CPU_HAS_PREFETCH
ed5ba2fb
YY
1484 select CPU_SUPPORTS_32BIT_KERNEL
1485 select CPU_SUPPORTS_64BIT_KERNEL
ec28f306 1486 select CPU_SUPPORTS_HIGHMEM
9cffd154 1487 select CPU_SUPPORTS_HUGEPAGES
6e760c8d
RB
1488 help
1489 Choose this option to build a kernel for release 1 or later of the
1490 MIPS64 architecture. Many modern embedded systems with a 64-bit
1491 MIPS processor are based on a MIPS64 processor. If you know the
1492 specific type of processor in your system, choose those that one
1493 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1e5f1caa
RB
1494 Release 2 of the MIPS64 architecture is available since several
1495 years so chances are you even have a MIPS64 Release 2 processor
1496 in which case you should choose CPU_MIPS64_R2 instead for better
1497 performance.
1498
1499config CPU_MIPS64_R2
1500 bool "MIPS64 Release 2"
7cf8053b 1501 depends on SYS_HAS_CPU_MIPS64_R2
797798c1 1502 select CPU_HAS_PREFETCH
1e5f1caa
RB
1503 select CPU_SUPPORTS_32BIT_KERNEL
1504 select CPU_SUPPORTS_64BIT_KERNEL
ec28f306 1505 select CPU_SUPPORTS_HIGHMEM
9cffd154 1506 select CPU_SUPPORTS_HUGEPAGES
a5e9a69e 1507 select CPU_SUPPORTS_MSA
40a2df49 1508 select HAVE_KVM
1e5f1caa
RB
1509 help
1510 Choose this option to build a kernel for release 2 or later of the
1511 MIPS64 architecture. Many modern embedded systems with a 64-bit
1512 MIPS processor are based on a MIPS64 processor. If you know the
1513 specific type of processor in your system, choose those that one
1514 otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
1da177e4 1515
ab7c01fd
SS
1516config CPU_MIPS64_R5
1517 bool "MIPS64 Release 5"
1518 depends on SYS_HAS_CPU_MIPS64_R5
1519 select CPU_HAS_PREFETCH
1520 select CPU_SUPPORTS_32BIT_KERNEL
1521 select CPU_SUPPORTS_64BIT_KERNEL
1522 select CPU_SUPPORTS_HIGHMEM
1523 select CPU_SUPPORTS_HUGEPAGES
1524 select CPU_SUPPORTS_MSA
1525 select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
1526 select HAVE_KVM
1527 help
1528 Choose this option to build a kernel for release 5 or later of the
1529 MIPS64 architecture. This is a intermediate MIPS architecture
1530 release partly implementing release 6 features. Though there is no
1531 any hardware known to be based on this release.
1532
7fd08ca5 1533config CPU_MIPS64_R6
674d10e2 1534 bool "MIPS64 Release 6"
7fd08ca5
LY
1535 depends on SYS_HAS_CPU_MIPS64_R6
1536 select CPU_HAS_PREFETCH
18d84e2e 1537 select CPU_NO_LOAD_STORE_LR
7fd08ca5
LY
1538 select CPU_SUPPORTS_32BIT_KERNEL
1539 select CPU_SUPPORTS_64BIT_KERNEL
1540 select CPU_SUPPORTS_HIGHMEM
afd375dc 1541 select CPU_SUPPORTS_HUGEPAGES
7fd08ca5 1542 select CPU_SUPPORTS_MSA
2e6c7747 1543 select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
40a2df49 1544 select HAVE_KVM
7fd08ca5
LY
1545 help
1546 Choose this option to build a kernel for release 6 or later of the
1547 MIPS64 architecture. New MIPS processors, starting with the Warrior
1548 family, are based on a MIPS64r6 processor. If you own an older
1549 processor, you probably need to select MIPS64r1 or MIPS64r2 instead.
1550
281e3aea
SS
1551config CPU_P5600
1552 bool "MIPS Warrior P5600"
1553 depends on SYS_HAS_CPU_P5600
1554 select CPU_HAS_PREFETCH
1555 select CPU_SUPPORTS_32BIT_KERNEL
1556 select CPU_SUPPORTS_HIGHMEM
1557 select CPU_SUPPORTS_MSA
281e3aea
SS
1558 select CPU_SUPPORTS_CPUFREQ
1559 select CPU_MIPSR2_IRQ_VI
1560 select CPU_MIPSR2_IRQ_EI
1561 select HAVE_KVM
1562 select MIPS_O32_FP64_SUPPORT
1563 help
1564 Choose this option to build a kernel for MIPS Warrior P5600 CPU.
1565 It's based on MIPS32r5 ISA with XPA, EVA, dual/quad issue exec pipes,
1566 MMU with two-levels TLB, UCA, MSA, MDU core level features and system
1567 level features like up to six P5600 calculation cores, CM2 with L2
1568 cache, IOCU/IOMMU (though might be unused depending on the system-
1569 specific IP core configuration), GIC, CPC, virtualisation module,
1570 eJTAG and PDtrace.
1571
1da177e4
LT
1572config CPU_R3000
1573 bool "R3000"
7cf8053b 1574 depends on SYS_HAS_CPU_R3000
f7062ddb 1575 select CPU_HAS_WB
54746829 1576 select CPU_R3K_TLB
ed5ba2fb 1577 select CPU_SUPPORTS_32BIT_KERNEL
797798c1 1578 select CPU_SUPPORTS_HIGHMEM
1da177e4
LT
1579 help
1580 Please make sure to pick the right CPU type. Linux/MIPS is not
1581 designed to be generic, i.e. Kernels compiled for R3000 CPUs will
1582 *not* work on R4000 machines and vice versa. However, since most
1583 of the supported machines have an R4000 (or similar) CPU, R4x00
1584 might be a safe bet. If the resulting kernel does not work,
1585 try to recompile with R3000.
1586
1587config CPU_TX39XX
1588 bool "R39XX"
7cf8053b 1589 depends on SYS_HAS_CPU_TX39XX
ed5ba2fb 1590 select CPU_SUPPORTS_32BIT_KERNEL
54746829 1591 select CPU_R3K_TLB
1da177e4
LT
1592
1593config CPU_VR41XX
1594 bool "R41xx"
7cf8053b 1595 depends on SYS_HAS_CPU_VR41XX
ed5ba2fb
YY
1596 select CPU_SUPPORTS_32BIT_KERNEL
1597 select CPU_SUPPORTS_64BIT_KERNEL
1da177e4 1598 help
5e83d430 1599 The options selects support for the NEC VR4100 series of processors.
1da177e4
LT
1600 Only choose this option if you have one of these processors as a
1601 kernel built with this option will not run on any other type of
1602 processor or vice versa.
1603
65ce6197
LK
1604config CPU_R4300
1605 bool "R4300"
1606 depends on SYS_HAS_CPU_R4300
1607 select CPU_SUPPORTS_32BIT_KERNEL
1608 select CPU_SUPPORTS_64BIT_KERNEL
65ce6197
LK
1609 help
1610 MIPS Technologies R4300-series processors.
1611
1da177e4
LT
1612config CPU_R4X00
1613 bool "R4x00"
7cf8053b 1614 depends on SYS_HAS_CPU_R4X00
ed5ba2fb
YY
1615 select CPU_SUPPORTS_32BIT_KERNEL
1616 select CPU_SUPPORTS_64BIT_KERNEL
970d032f 1617 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1618 help
1619 MIPS Technologies R4000-series processors other than 4300, including
1620 the R4000, R4400, R4600, and 4700.
1621
1622config CPU_TX49XX
1623 bool "R49XX"
7cf8053b 1624 depends on SYS_HAS_CPU_TX49XX
de862b48 1625 select CPU_HAS_PREFETCH
ed5ba2fb
YY
1626 select CPU_SUPPORTS_32BIT_KERNEL
1627 select CPU_SUPPORTS_64BIT_KERNEL
970d032f 1628 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1629
1630config CPU_R5000
1631 bool "R5000"
7cf8053b 1632 depends on SYS_HAS_CPU_R5000
ed5ba2fb
YY
1633 select CPU_SUPPORTS_32BIT_KERNEL
1634 select CPU_SUPPORTS_64BIT_KERNEL
970d032f 1635 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1636 help
1637 MIPS Technologies R5000-series processors other than the Nevada.
1638
542c1020
SK
1639config CPU_R5500
1640 bool "R5500"
1641 depends on SYS_HAS_CPU_R5500
542c1020
SK
1642 select CPU_SUPPORTS_32BIT_KERNEL
1643 select CPU_SUPPORTS_64BIT_KERNEL
9cffd154 1644 select CPU_SUPPORTS_HUGEPAGES
542c1020
SK
1645 help
1646 NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
1647 instruction set.
1648
1da177e4
LT
1649config CPU_NEVADA
1650 bool "RM52xx"
7cf8053b 1651 depends on SYS_HAS_CPU_NEVADA
ed5ba2fb
YY
1652 select CPU_SUPPORTS_32BIT_KERNEL
1653 select CPU_SUPPORTS_64BIT_KERNEL
970d032f 1654 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1655 help
1656 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
1657
1da177e4
LT
1658config CPU_R10000
1659 bool "R10000"
7cf8053b 1660 depends on SYS_HAS_CPU_R10000
5e83d430 1661 select CPU_HAS_PREFETCH
ed5ba2fb
YY
1662 select CPU_SUPPORTS_32BIT_KERNEL
1663 select CPU_SUPPORTS_64BIT_KERNEL
797798c1 1664 select CPU_SUPPORTS_HIGHMEM
970d032f 1665 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1666 help
1667 MIPS Technologies R10000-series processors.
1668
1669config CPU_RM7000
1670 bool "RM7000"
7cf8053b 1671 depends on SYS_HAS_CPU_RM7000
5e83d430 1672 select CPU_HAS_PREFETCH
ed5ba2fb
YY
1673 select CPU_SUPPORTS_32BIT_KERNEL
1674 select CPU_SUPPORTS_64BIT_KERNEL
797798c1 1675 select CPU_SUPPORTS_HIGHMEM
970d032f 1676 select CPU_SUPPORTS_HUGEPAGES
1da177e4
LT
1677
1678config CPU_SB1
1679 bool "SB1"
7cf8053b 1680 depends on SYS_HAS_CPU_SB1
ed5ba2fb
YY
1681 select CPU_SUPPORTS_32BIT_KERNEL
1682 select CPU_SUPPORTS_64BIT_KERNEL
797798c1 1683 select CPU_SUPPORTS_HIGHMEM
970d032f 1684 select CPU_SUPPORTS_HUGEPAGES
0004a9df 1685 select WEAK_ORDERING
1da177e4 1686
a86c7f72
DD
1687config CPU_CAVIUM_OCTEON
1688 bool "Cavium Octeon processor"
5e683389 1689 depends on SYS_HAS_CPU_CAVIUM_OCTEON
a86c7f72
DD
1690 select CPU_HAS_PREFETCH
1691 select CPU_SUPPORTS_64BIT_KERNEL
a86c7f72 1692 select WEAK_ORDERING
a86c7f72 1693 select CPU_SUPPORTS_HIGHMEM
9cffd154 1694 select CPU_SUPPORTS_HUGEPAGES
df115f3e
BH
1695 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1696 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
930beb5a 1697 select MIPS_L1_CACHE_SHIFT_7
0ae3abcd 1698 select HAVE_KVM
a86c7f72
DD
1699 help
1700 The Cavium Octeon processor is a highly integrated chip containing
1701 many ethernet hardware widgets for networking tasks. The processor
1702 can have up to 16 Mips64v2 cores and 8 integrated gigabit ethernets.
1703 Full details can be found at http://www.caviumnetworks.com.
1704
cd746249
JG
1705config CPU_BMIPS
1706 bool "Broadcom BMIPS"
1707 depends on SYS_HAS_CPU_BMIPS
1708 select CPU_MIPS32
fe7f62c0 1709 select CPU_BMIPS32_3300 if SYS_HAS_CPU_BMIPS32_3300
cd746249
JG
1710 select CPU_BMIPS4350 if SYS_HAS_CPU_BMIPS4350
1711 select CPU_BMIPS4380 if SYS_HAS_CPU_BMIPS4380
1712 select CPU_BMIPS5000 if SYS_HAS_CPU_BMIPS5000
1713 select CPU_SUPPORTS_32BIT_KERNEL
1714 select DMA_NONCOHERENT
67e38cf2 1715 select IRQ_MIPS_CPU
cd746249
JG
1716 select SWAP_IO_SPACE
1717 select WEAK_ORDERING
c1c0c461 1718 select CPU_SUPPORTS_HIGHMEM
69aaf9c8 1719 select CPU_HAS_PREFETCH
a8d709b0
MM
1720 select CPU_SUPPORTS_CPUFREQ
1721 select MIPS_EXTERNAL_TIMER
bf8bde41 1722 select GENERIC_IRQ_MIGRATION if HOTPLUG_CPU
c1c0c461 1723 help
fe7f62c0 1724 Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors.
c1c0c461 1725
1da177e4
LT
1726endchoice
1727
a6e18781
LY
1728config CPU_MIPS32_3_5_FEATURES
1729 bool "MIPS32 Release 3.5 Features"
1730 depends on SYS_HAS_CPU_MIPS32_R3_5
281e3aea
SS
1731 depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_MIPS32_R6 || \
1732 CPU_P5600
a6e18781
LY
1733 help
1734 Choose this option to build a kernel for release 2 or later of the
1735 MIPS32 architecture including features from the 3.5 release such as
1736 support for Enhanced Virtual Addressing (EVA).
1737
1738config CPU_MIPS32_3_5_EVA
1739 bool "Enhanced Virtual Addressing (EVA)"
1740 depends on CPU_MIPS32_3_5_FEATURES
1741 select EVA
1742 default y
1743 help
1744 Choose this option if you want to enable the Enhanced Virtual
1745 Addressing (EVA) on your MIPS32 core (such as proAptiv).
1746 One of its primary benefits is an increase in the maximum size
1747 of lowmem (up to 3GB). If unsure, say 'N' here.
1748
c5b36783
SH
1749config CPU_MIPS32_R5_FEATURES
1750 bool "MIPS32 Release 5 Features"
1751 depends on SYS_HAS_CPU_MIPS32_R5
281e3aea 1752 depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_P5600
c5b36783
SH
1753 help
1754 Choose this option to build a kernel for release 2 or later of the
1755 MIPS32 architecture including features from release 5 such as
1756 support for Extended Physical Addressing (XPA).
1757
1758config CPU_MIPS32_R5_XPA
1759 bool "Extended Physical Addressing (XPA)"
1760 depends on CPU_MIPS32_R5_FEATURES
1761 depends on !EVA
1762 depends on !PAGE_SIZE_4KB
1763 depends on SYS_SUPPORTS_HIGHMEM
1764 select XPA
1765 select HIGHMEM
d4a451d5 1766 select PHYS_ADDR_T_64BIT
c5b36783
SH
1767 default n
1768 help
1769 Choose this option if you want to enable the Extended Physical
1770 Addressing (XPA) on your MIPS32 core (such as P5600 series). The
1771 benefit is to increase physical addressing equal to or greater
1772 than 40 bits. Note that this has the side effect of turning on
1773 64-bit addressing which in turn makes the PTEs 64-bit in size.
1774 If unsure, say 'N' here.
1775
622844bf
WZ
1776if CPU_LOONGSON2F
1777config CPU_NOP_WORKAROUNDS
1778 bool
1779
1780config CPU_JUMP_WORKAROUNDS
1781 bool
1782
1783config CPU_LOONGSON2F_WORKAROUNDS
1784 bool "Loongson 2F Workarounds"
1785 default y
1786 select CPU_NOP_WORKAROUNDS
1787 select CPU_JUMP_WORKAROUNDS
1788 help
1789 Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which
1790 require workarounds. Without workarounds the system may hang
1791 unexpectedly. For more information please refer to the gas
1792 -mfix-loongson2f-nop and -mfix-loongson2f-jump options.
1793
1794 Loongson 2F03 and later have fixed these issues and no workarounds
1795 are needed. The workarounds have no significant side effect on them
1796 but may decrease the performance of the system so this option should
1797 be disabled unless the kernel is intended to be run on 2F01 or 2F02
1798 systems.
1799
1800 If unsure, please say Y.
1801endif # CPU_LOONGSON2F
1802
1b93b3c3
WZ
1803config SYS_SUPPORTS_ZBOOT
1804 bool
1805 select HAVE_KERNEL_GZIP
1806 select HAVE_KERNEL_BZIP2
31c4867d 1807 select HAVE_KERNEL_LZ4
1b93b3c3 1808 select HAVE_KERNEL_LZMA
fe1d45e0 1809 select HAVE_KERNEL_LZO
4e23eb63 1810 select HAVE_KERNEL_XZ
a510b616 1811 select HAVE_KERNEL_ZSTD
1b93b3c3
WZ
1812
1813config SYS_SUPPORTS_ZBOOT_UART16550
1814 bool
1815 select SYS_SUPPORTS_ZBOOT
1816
dbb98314
AB
1817config SYS_SUPPORTS_ZBOOT_UART_PROM
1818 bool
1819 select SYS_SUPPORTS_ZBOOT
1820
268a2d60 1821config CPU_LOONGSON2EF
3702bba5
WZ
1822 bool
1823 select CPU_SUPPORTS_32BIT_KERNEL
1824 select CPU_SUPPORTS_64BIT_KERNEL
1825 select CPU_SUPPORTS_HIGHMEM
970d032f 1826 select CPU_SUPPORTS_HUGEPAGES
e905086e 1827 select ARCH_HAS_PHYS_TO_DMA
3702bba5 1828
b2afb64c 1829config CPU_LOONGSON32
ca585cf9
KC
1830 bool
1831 select CPU_MIPS32
7e280f6b 1832 select CPU_MIPSR2
ca585cf9
KC
1833 select CPU_HAS_PREFETCH
1834 select CPU_SUPPORTS_32BIT_KERNEL
1835 select CPU_SUPPORTS_HIGHMEM
f29ad10d 1836 select CPU_SUPPORTS_CPUFREQ
ca585cf9 1837
fe7f62c0 1838config CPU_BMIPS32_3300
04fa8bf7 1839 select SMP_UP if SMP
1bbb6c1b 1840 bool
cd746249
JG
1841
1842config CPU_BMIPS4350
1843 bool
1844 select SYS_SUPPORTS_SMP
1845 select SYS_SUPPORTS_HOTPLUG_CPU
1846
1847config CPU_BMIPS4380
1848 bool
bbf2ba67 1849 select MIPS_L1_CACHE_SHIFT_6
cd746249
JG
1850 select SYS_SUPPORTS_SMP
1851 select SYS_SUPPORTS_HOTPLUG_CPU
b4720809 1852 select CPU_HAS_RIXI
cd746249
JG
1853
1854config CPU_BMIPS5000
1855 bool
cd746249 1856 select MIPS_CPU_SCACHE
bbf2ba67 1857 select MIPS_L1_CACHE_SHIFT_7
cd746249
JG
1858 select SYS_SUPPORTS_SMP
1859 select SYS_SUPPORTS_HOTPLUG_CPU
b4720809 1860 select CPU_HAS_RIXI
1bbb6c1b 1861
268a2d60 1862config SYS_HAS_CPU_LOONGSON64
0e476d91
HC
1863 bool
1864 select CPU_SUPPORTS_CPUFREQ
b2edcfc8 1865 select CPU_HAS_RIXI
0e476d91 1866
3702bba5 1867config SYS_HAS_CPU_LOONGSON2E
2a21c730
FZ
1868 bool
1869
6f7a251a
WZ
1870config SYS_HAS_CPU_LOONGSON2F
1871 bool
55045ff5
WZ
1872 select CPU_SUPPORTS_CPUFREQ
1873 select CPU_SUPPORTS_ADDRWINCFG if 64BIT
6f7a251a 1874
ca585cf9
KC
1875config SYS_HAS_CPU_LOONGSON1B
1876 bool
1877
12e3280b
YL
1878config SYS_HAS_CPU_LOONGSON1C
1879 bool
1880
7cf8053b
RB
1881config SYS_HAS_CPU_MIPS32_R1
1882 bool
1883
1884config SYS_HAS_CPU_MIPS32_R2
1885 bool
1886
a6e18781
LY
1887config SYS_HAS_CPU_MIPS32_R3_5
1888 bool
1889
c5b36783
SH
1890config SYS_HAS_CPU_MIPS32_R5
1891 bool
9ae1f262 1892 select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
c5b36783 1893
7fd08ca5
LY
1894config SYS_HAS_CPU_MIPS32_R6
1895 bool
9ae1f262 1896 select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
7fd08ca5 1897
7cf8053b
RB
1898config SYS_HAS_CPU_MIPS64_R1
1899 bool
1900
1901config SYS_HAS_CPU_MIPS64_R2
1902 bool
1903
fd4eb90b
LB
1904config SYS_HAS_CPU_MIPS64_R5
1905 bool
1906 select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
1907
7fd08ca5
LY
1908config SYS_HAS_CPU_MIPS64_R6
1909 bool
9ae1f262 1910 select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
7fd08ca5 1911
281e3aea
SS
1912config SYS_HAS_CPU_P5600
1913 bool
1914 select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
1915
7cf8053b
RB
1916config SYS_HAS_CPU_R3000
1917 bool
1918
1919config SYS_HAS_CPU_TX39XX
1920 bool
1921
1922config SYS_HAS_CPU_VR41XX
1923 bool
1924
65ce6197
LK
1925config SYS_HAS_CPU_R4300
1926 bool
1927
7cf8053b
RB
1928config SYS_HAS_CPU_R4X00
1929 bool
1930
1931config SYS_HAS_CPU_TX49XX
1932 bool
1933
1934config SYS_HAS_CPU_R5000
1935 bool
1936
542c1020
SK
1937config SYS_HAS_CPU_R5500
1938 bool
1939
7cf8053b
RB
1940config SYS_HAS_CPU_NEVADA
1941 bool
1942
7cf8053b
RB
1943config SYS_HAS_CPU_R10000
1944 bool
9ae1f262 1945 select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
7cf8053b
RB
1946
1947config SYS_HAS_CPU_RM7000
1948 bool
1949
7cf8053b
RB
1950config SYS_HAS_CPU_SB1
1951 bool
1952
5e683389
DD
1953config SYS_HAS_CPU_CAVIUM_OCTEON
1954 bool
1955
cd746249 1956config SYS_HAS_CPU_BMIPS
c1c0c461
KC
1957 bool
1958
fe7f62c0 1959config SYS_HAS_CPU_BMIPS32_3300
c1c0c461 1960 bool
cd746249 1961 select SYS_HAS_CPU_BMIPS
c1c0c461
KC
1962
1963config SYS_HAS_CPU_BMIPS4350
1964 bool
cd746249 1965 select SYS_HAS_CPU_BMIPS
c1c0c461
KC
1966
1967config SYS_HAS_CPU_BMIPS4380
1968 bool
cd746249 1969 select SYS_HAS_CPU_BMIPS
c1c0c461
KC
1970
1971config SYS_HAS_CPU_BMIPS5000
1972 bool
cd746249 1973 select SYS_HAS_CPU_BMIPS
f263f2a2 1974 select ARCH_HAS_SYNC_DMA_FOR_CPU
c1c0c461 1975
17099b11
RB
1976#
1977# CPU may reorder R->R, R->W, W->R, W->W
1978# Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
1979#
0004a9df
RB
1980config WEAK_ORDERING
1981 bool
17099b11
RB
1982
1983#
1984# CPU may reorder reads and writes beyond LL/SC
1985# CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
1986#
1987config WEAK_REORDERING_BEYOND_LLSC
1988 bool
5e83d430
RB
1989endmenu
1990
1991#
c09b47d8 1992# These two indicate any level of the MIPS32 and MIPS64 architecture
5e83d430
RB
1993#
1994config CPU_MIPS32
1995 bool
ab7c01fd 1996 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 || CPU_MIPS32_R5 || \
281e3aea 1997 CPU_MIPS32_R6 || CPU_P5600
5e83d430
RB
1998
1999config CPU_MIPS64
2000 bool
ab7c01fd 2001 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 || CPU_MIPS64_R5 || \
5a4fa44f 2002 CPU_MIPS64_R6 || CPU_LOONGSON64 || CPU_CAVIUM_OCTEON
5e83d430
RB
2003
2004#
57eeaced 2005# These indicate the revision of the architecture
5e83d430
RB
2006#
2007config CPU_MIPSR1
2008 bool
2009 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
2010
2011config CPU_MIPSR2
2012 bool
a86c7f72 2013 default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON
8256b17e 2014 select CPU_HAS_RIXI
ba9196d2 2015 select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
a7e07b1a 2016 select MIPS_SPRAM
5e83d430 2017
ab7c01fd
SS
2018config CPU_MIPSR5
2019 bool
281e3aea 2020 default y if CPU_MIPS32_R5 || CPU_MIPS64_R5 || CPU_P5600
ab7c01fd
SS
2021 select CPU_HAS_RIXI
2022 select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
2023 select MIPS_SPRAM
2024
7fd08ca5
LY
2025config CPU_MIPSR6
2026 bool
2027 default y if CPU_MIPS32_R6 || CPU_MIPS64_R6
8256b17e 2028 select CPU_HAS_RIXI
ba9196d2 2029 select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
87321fdd 2030 select HAVE_ARCH_BITREVERSE
2db003a5 2031 select MIPS_ASID_BITS_VARIABLE
4a5dc51e 2032 select MIPS_CRC_SUPPORT
a7e07b1a 2033 select MIPS_SPRAM
5e83d430 2034
57eeaced
PB
2035config TARGET_ISA_REV
2036 int
2037 default 1 if CPU_MIPSR1
2038 default 2 if CPU_MIPSR2
ab7c01fd 2039 default 5 if CPU_MIPSR5
57eeaced
PB
2040 default 6 if CPU_MIPSR6
2041 default 0
2042 help
2043 Reflects the ISA revision being targeted by the kernel build. This
2044 is effectively the Kconfig equivalent of MIPS_ISA_REV.
2045
a6e18781
LY
2046config EVA
2047 bool
2048
c5b36783
SH
2049config XPA
2050 bool
2051
5e83d430
RB
2052config SYS_SUPPORTS_32BIT_KERNEL
2053 bool
2054config SYS_SUPPORTS_64BIT_KERNEL
2055 bool
2056config CPU_SUPPORTS_32BIT_KERNEL
2057 bool
2058config CPU_SUPPORTS_64BIT_KERNEL
2059 bool
55045ff5
WZ
2060config CPU_SUPPORTS_CPUFREQ
2061 bool
2062config CPU_SUPPORTS_ADDRWINCFG
2063 bool
9cffd154
DD
2064config CPU_SUPPORTS_HUGEPAGES
2065 bool
a670c82d 2066 depends on !(32BIT && (PHYS_ADDR_T_64BIT || EVA))
82622284
DD
2067config MIPS_PGD_C0_CONTEXT
2068 bool
c6972fb9 2069 depends on 64BIT
95b8a5e0 2070 default y if (CPU_MIPSR2 || CPU_MIPSR6)
5e83d430 2071
8192c9ea
DD
2072#
2073# Set to y for ptrace access to watch registers.
2074#
2075config HARDWARE_WATCHPOINTS
371a4151
EWI
2076 bool
2077 default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6
8192c9ea 2078
5e83d430
RB
2079menu "Kernel type"
2080
2081choice
5e83d430
RB
2082 prompt "Kernel code model"
2083 help
2084 You should only select this option if you have a workload that
2085 actually benefits from 64-bit processing or if your machine has
2086 large memory. You will only be presented a single option in this
2087 menu if your system does not support both 32-bit and 64-bit kernels.
2088
2089config 32BIT
2090 bool "32-bit kernel"
2091 depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
2092 select TRAD_SIGNALS
2093 help
2094 Select this option if you want to build a 32-bit kernel.
f17c4ca3 2095
5e83d430
RB
2096config 64BIT
2097 bool "64-bit kernel"
2098 depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
2099 help
2100 Select this option if you want to build a 64-bit kernel.
2101
2102endchoice
2103
1e321fa9
LY
2104config MIPS_VA_BITS_48
2105 bool "48 bits virtual memory"
2106 depends on 64BIT
2107 help
3377e227
AB
2108 Support a maximum at least 48 bits of application virtual
2109 memory. Default is 40 bits or less, depending on the CPU.
2110 For page sizes 16k and above, this option results in a small
2111 memory overhead for page tables. For 4k page size, a fourth
2112 level of page tables is added which imposes both a memory
2113 overhead as well as slower TLB fault handling.
2114
1e321fa9
LY
2115 If unsure, say N.
2116
79876cc1
YS
2117config ZBOOT_LOAD_ADDRESS
2118 hex "Compressed kernel load address"
2119 default 0xffffffff80400000 if BCM47XX
2120 default 0x0
2121 depends on SYS_SUPPORTS_ZBOOT
2122 help
2123 The address to load compressed kernel, aka vmlinuz.
2124
2125 This is only used if non-zero.
2126
1da177e4
LT
2127choice
2128 prompt "Kernel page size"
2129 default PAGE_SIZE_4KB
2130
2131config PAGE_SIZE_4KB
2132 bool "4kB"
268a2d60 2133 depends on !CPU_LOONGSON2EF && !CPU_LOONGSON64
1da177e4 2134 help
371a4151
EWI
2135 This option select the standard 4kB Linux page size. On some
2136 R3000-family processors this is the only available page size. Using
2137 4kB page size will minimize memory consumption and is therefore
2138 recommended for low memory systems.
1da177e4
LT
2139
2140config PAGE_SIZE_8KB
2141 bool "8kB"
c2aeaaea 2142 depends on CPU_CAVIUM_OCTEON
1e321fa9 2143 depends on !MIPS_VA_BITS_48
1da177e4
LT
2144 help
2145 Using 8kB page size will result in higher performance kernel at
2146 the price of higher memory consumption. This option is available
c2aeaaea
PB
2147 only on cnMIPS processors. Note that you will need a suitable Linux
2148 distribution to support this.
1da177e4
LT
2149
2150config PAGE_SIZE_16KB
2151 bool "16kB"
714bfad6 2152 depends on !CPU_R3000 && !CPU_TX39XX
1da177e4
LT
2153 help
2154 Using 16kB page size will result in higher performance kernel at
2155 the price of higher memory consumption. This option is available on
714bfad6
RB
2156 all non-R3000 family processors. Note that you will need a suitable
2157 Linux distribution to support this.
1da177e4 2158
c52399be
RB
2159config PAGE_SIZE_32KB
2160 bool "32kB"
2161 depends on CPU_CAVIUM_OCTEON
1e321fa9 2162 depends on !MIPS_VA_BITS_48
c52399be
RB
2163 help
2164 Using 32kB page size will result in higher performance kernel at
2165 the price of higher memory consumption. This option is available
2166 only on cnMIPS cores. Note that you will need a suitable Linux
2167 distribution to support this.
2168
1da177e4
LT
2169config PAGE_SIZE_64KB
2170 bool "64kB"
3b2db173 2171 depends on !CPU_R3000 && !CPU_TX39XX
1da177e4
LT
2172 help
2173 Using 64kB page size will result in higher performance kernel at
2174 the price of higher memory consumption. This option is available on
2175 all non-R3000 family processor. Not that at the time of this
714bfad6 2176 writing this option is still high experimental.
1da177e4
LT
2177
2178endchoice
2179
c9bace7c
DD
2180config FORCE_MAX_ZONEORDER
2181 int "Maximum zone order"
e4362d1e
AS
2182 range 14 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
2183 default "14" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
2184 range 13 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
2185 default "13" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
2186 range 12 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
2187 default "12" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
ef923a76 2188 range 0 64
c9bace7c
DD
2189 default "11"
2190 help
2191 The kernel memory allocator divides physically contiguous memory
2192 blocks into "zones", where each zone is a power of two number of
2193 pages. This option selects the largest power of two that the kernel
2194 keeps in the memory allocator. If you need to allocate very large
2195 blocks of physically contiguous memory, then you may need to
2196 increase this value.
2197
2198 This config option is actually maximum order plus one. For example,
2199 a value of 11 means that the largest free memory block is 2^10 pages.
2200
2201 The page size is not necessarily 4KB. Keep this in mind
2202 when choosing a value for this option.
2203
1da177e4
LT
2204config BOARD_SCACHE
2205 bool
2206
2207config IP22_CPU_SCACHE
2208 bool
2209 select BOARD_SCACHE
2210
9318c51a
CD
2211#
2212# Support for a MIPS32 / MIPS64 style S-caches
2213#
2214config MIPS_CPU_SCACHE
2215 bool
2216 select BOARD_SCACHE
2217
1da177e4
LT
2218config R5000_CPU_SCACHE
2219 bool
2220 select BOARD_SCACHE
2221
2222config RM7000_CPU_SCACHE
2223 bool
2224 select BOARD_SCACHE
2225
2226config SIBYTE_DMA_PAGEOPS
2227 bool "Use DMA to clear/copy pages"
2228 depends on CPU_SB1
2229 help
2230 Instead of using the CPU to zero and copy pages, use a Data Mover
2231 channel. These DMA channels are otherwise unused by the standard
2232 SiByte Linux port. Seems to give a small performance benefit.
2233
2234config CPU_HAS_PREFETCH
c8094b53 2235 bool
1da177e4 2236
3165c846
FF
2237config CPU_GENERIC_DUMP_TLB
2238 bool
c2aeaaea 2239 default y if !(CPU_R3000 || CPU_TX39XX)
3165c846 2240
c92e47e5 2241config MIPS_FP_SUPPORT
183b40f9
PB
2242 bool "Floating Point support" if EXPERT
2243 default y
2244 help
2245 Select y to include support for floating point in the kernel
2246 including initialization of FPU hardware, FP context save & restore
2247 and emulation of an FPU where necessary. Without this support any
2248 userland program attempting to use floating point instructions will
2249 receive a SIGILL.
2250
2251 If you know that your userland will not attempt to use floating point
2252 instructions then you can say n here to shrink the kernel a little.
2253
2254 If unsure, say y.
c92e47e5 2255
97f7dcbf
PB
2256config CPU_R2300_FPU
2257 bool
c92e47e5 2258 depends on MIPS_FP_SUPPORT
97f7dcbf
PB
2259 default y if CPU_R3000 || CPU_TX39XX
2260
54746829
PB
2261config CPU_R3K_TLB
2262 bool
2263
91405eb6
FF
2264config CPU_R4K_FPU
2265 bool
c92e47e5 2266 depends on MIPS_FP_SUPPORT
97f7dcbf 2267 default y if !CPU_R2300_FPU
91405eb6 2268
62cedc4f
FF
2269config CPU_R4K_CACHE_TLB
2270 bool
54746829 2271 default y if !(CPU_R3K_TLB || CPU_SB1 || CPU_CAVIUM_OCTEON)
62cedc4f 2272
59d6ab86 2273config MIPS_MT_SMP
a92b7f87 2274 bool "MIPS MT SMP support (1 TC on each available VPE)"
5cbf9688 2275 default y
527f1028 2276 depends on SYS_SUPPORTS_MULTITHREADING && !CPU_MIPSR6 && !CPU_MICROMIPS
f7062ddb 2277 select CPU_MIPSR2_IRQ_VI
d725cf38 2278 select CPU_MIPSR2_IRQ_EI
c080faa5 2279 select SYNC_R4K
f41ae0b2 2280 select MIPS_MT
41c594ab 2281 select SMP
87353d8a 2282 select SMP_UP
c080faa5
SH
2283 select SYS_SUPPORTS_SMP
2284 select SYS_SUPPORTS_SCHED_SMT
399aaa25 2285 select MIPS_PERF_SHARED_TC_COUNTERS
f41ae0b2 2286 help
c080faa5
SH
2287 This is a kernel model which is known as SMVP. This is supported
2288 on cores with the MT ASE and uses the available VPEs to implement
2289 virtual processors which supports SMP. This is equivalent to the
2290 Intel Hyperthreading feature. For further information go to
2291 <http://www.imgtec.com/mips/mips-multithreading.asp>.
41c594ab 2292
f41ae0b2
RB
2293config MIPS_MT
2294 bool
2295
0ab7aefc
RB
2296config SCHED_SMT
2297 bool "SMT (multithreading) scheduler support"
2298 depends on SYS_SUPPORTS_SCHED_SMT
2299 default n
2300 help
2301 SMT scheduler support improves the CPU scheduler's decision making
2302 when dealing with MIPS MT enabled cores at a cost of slightly
2303 increased overhead in some places. If unsure say N here.
2304
2305config SYS_SUPPORTS_SCHED_SMT
2306 bool
2307
f41ae0b2
RB
2308config SYS_SUPPORTS_MULTITHREADING
2309 bool
2310
f088fc84
RB
2311config MIPS_MT_FPAFF
2312 bool "Dynamic FPU affinity for FP-intensive threads"
f088fc84 2313 default y
b633648c 2314 depends on MIPS_MT_SMP
07cc0c9e 2315
b0a668fb
LY
2316config MIPSR2_TO_R6_EMULATOR
2317 bool "MIPS R2-to-R6 emulator"
9eaa9a82 2318 depends on CPU_MIPSR6
c92e47e5 2319 depends on MIPS_FP_SUPPORT
b0a668fb
LY
2320 default y
2321 help
2322 Choose this option if you want to run non-R6 MIPS userland code.
2323 Even if you say 'Y' here, the emulator will still be disabled by
07edf0d4 2324 default. You can enable it using the 'mipsr2emu' kernel option.
b0a668fb
LY
2325 The only reason this is a build-time option is to save ~14K from the
2326 final kernel image.
b0a668fb 2327
f35764e7
JH
2328config SYS_SUPPORTS_VPE_LOADER
2329 bool
2330 depends on SYS_SUPPORTS_MULTITHREADING
2331 help
2332 Indicates that the platform supports the VPE loader, and provides
2333 physical_memsize.
2334
07cc0c9e
RB
2335config MIPS_VPE_LOADER
2336 bool "VPE loader support."
f35764e7 2337 depends on SYS_SUPPORTS_VPE_LOADER && MODULES
07cc0c9e
RB
2338 select CPU_MIPSR2_IRQ_VI
2339 select CPU_MIPSR2_IRQ_EI
07cc0c9e
RB
2340 select MIPS_MT
2341 help
2342 Includes a loader for loading an elf relocatable object
2343 onto another VPE and running it.
f088fc84 2344
17a1d523
DCZ
2345config MIPS_VPE_LOADER_CMP
2346 bool
2347 default "y"
2348 depends on MIPS_VPE_LOADER && MIPS_CMP
2349
1a2a6d7e
DCZ
2350config MIPS_VPE_LOADER_MT
2351 bool
2352 default "y"
2353 depends on MIPS_VPE_LOADER && !MIPS_CMP
2354
e01402b1
RB
2355config MIPS_VPE_LOADER_TOM
2356 bool "Load VPE program into memory hidden from linux"
2357 depends on MIPS_VPE_LOADER
2358 default y
2359 help
2360 The loader can use memory that is present but has been hidden from
2361 Linux using the kernel command line option "mem=xxMB". It's up to
2362 you to ensure the amount you put in the option and the space your
2363 program requires is less or equal to the amount physically present.
2364
e01402b1 2365config MIPS_VPE_APSP_API
5e83d430
RB
2366 bool "Enable support for AP/SP API (RTLX)"
2367 depends on MIPS_VPE_LOADER
e01402b1 2368
da615cf6
DCZ
2369config MIPS_VPE_APSP_API_CMP
2370 bool
2371 default "y"
2372 depends on MIPS_VPE_APSP_API && MIPS_CMP
2373
2c973ef0
DCZ
2374config MIPS_VPE_APSP_API_MT
2375 bool
2376 default "y"
2377 depends on MIPS_VPE_APSP_API && !MIPS_CMP
2378
4a16ff4c 2379config MIPS_CMP
5cac93b3 2380 bool "MIPS CMP framework support (DEPRECATED)"
5676319c 2381 depends on SYS_SUPPORTS_MIPS_CMP && !CPU_MIPSR6
b10b43ba 2382 select SMP
eb9b5141 2383 select SYNC_R4K
b10b43ba 2384 select SYS_SUPPORTS_SMP
4a16ff4c
RB
2385 select WEAK_ORDERING
2386 default n
2387 help
044505c7
PB
2388 Select this if you are using a bootloader which implements the "CMP
2389 framework" protocol (ie. YAMON) and want your kernel to make use of
2390 its ability to start secondary CPUs.
4a16ff4c 2391
5cac93b3
PB
2392 Unless you have a specific need, you should use CONFIG_MIPS_CPS
2393 instead of this.
2394
0ee958e1
PB
2395config MIPS_CPS
2396 bool "MIPS Coherent Processing System support"
5a3e7c02 2397 depends on SYS_SUPPORTS_MIPS_CPS
0ee958e1 2398 select MIPS_CM
1d8f1f5a 2399 select MIPS_CPS_PM if HOTPLUG_CPU
0ee958e1
PB
2400 select SMP
2401 select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
1d8f1f5a 2402 select SYS_SUPPORTS_HOTPLUG_CPU
c8b7712c 2403 select SYS_SUPPORTS_SCHED_SMT if CPU_MIPSR6
0ee958e1
PB
2404 select SYS_SUPPORTS_SMP
2405 select WEAK_ORDERING
d8d3276b 2406 select GENERIC_IRQ_MIGRATION if HOTPLUG_CPU
0ee958e1
PB
2407 help
2408 Select this if you wish to run an SMP kernel across multiple cores
2409 within a MIPS Coherent Processing System. When this option is
2410 enabled the kernel will probe for other cores and boot them with
2411 no external assistance. It is safe to enable this when hardware
2412 support is unavailable.
2413
3179d37e 2414config MIPS_CPS_PM
39a59593 2415 depends on MIPS_CPS
3179d37e
PB
2416 bool
2417
9f98f3dd
PB
2418config MIPS_CM
2419 bool
3c9b4166 2420 select MIPS_CPC
9f98f3dd 2421
9c38cf44
PB
2422config MIPS_CPC
2423 bool
4a16ff4c 2424
1da177e4
LT
2425config SB1_PASS_2_WORKAROUNDS
2426 bool
2427 depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
2428 default y
2429
2430config SB1_PASS_2_1_WORKAROUNDS
2431 bool
2432 depends on CPU_SB1 && CPU_SB1_PASS_2
2433 default y
2434
9e2b5372
MC
2435choice
2436 prompt "SmartMIPS or microMIPS ASE support"
2437
2438config CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS
2439 bool "None"
2440 help
2441 Select this if you want neither microMIPS nor SmartMIPS support
2442
9693a853
FBH
2443config CPU_HAS_SMARTMIPS
2444 depends on SYS_SUPPORTS_SMARTMIPS
9e2b5372 2445 bool "SmartMIPS"
9693a853
FBH
2446 help
2447 SmartMIPS is a extension of the MIPS32 architecture aimed at
2448 increased security at both hardware and software level for
2449 smartcards. Enabling this option will allow proper use of the
2450 SmartMIPS instructions by Linux applications. However a kernel with
2451 this option will not work on a MIPS core without SmartMIPS core. If
2452 you don't know you probably don't have SmartMIPS and should say N
2453 here.
2454
bce86083 2455config CPU_MICROMIPS
7fd08ca5 2456 depends on 32BIT && SYS_SUPPORTS_MICROMIPS && !CPU_MIPSR6
9e2b5372 2457 bool "microMIPS"
bce86083
SH
2458 help
2459 When this option is enabled the kernel will be built using the
2460 microMIPS ISA
2461
9e2b5372
MC
2462endchoice
2463
a5e9a69e 2464config CPU_HAS_MSA
0ce3417e 2465 bool "Support for the MIPS SIMD Architecture"
a5e9a69e 2466 depends on CPU_SUPPORTS_MSA
c92e47e5 2467 depends on MIPS_FP_SUPPORT
2a6cb669 2468 depends on 64BIT || MIPS_O32_FP64_SUPPORT
a5e9a69e
PB
2469 help
2470 MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers
2471 and a set of SIMD instructions to operate on them. When this option
1db1af84
PB
2472 is enabled the kernel will support allocating & switching MSA
2473 vector register contexts. If you know that your kernel will only be
2474 running on CPUs which do not support MSA or that your userland will
2475 not be making use of it then you may wish to say N here to reduce
2476 the size & complexity of your kernel.
a5e9a69e
PB
2477
2478 If unsure, say Y.
2479
1da177e4 2480config CPU_HAS_WB
f7062ddb 2481 bool
e01402b1 2482
df0ac8a4
KC
2483config XKS01
2484 bool
2485
ba9196d2
JY
2486config CPU_HAS_DIEI
2487 depends on !CPU_DIEI_BROKEN
2488 bool
2489
2490config CPU_DIEI_BROKEN
2491 bool
2492
8256b17e
FF
2493config CPU_HAS_RIXI
2494 bool
2495
18d84e2e 2496config CPU_NO_LOAD_STORE_LR
932afdee
YC
2497 bool
2498 help
18d84e2e 2499 CPU lacks support for unaligned load and store instructions:
932afdee 2500 LWL, LWR, SWL, SWR (Load/store word left/right).
18d84e2e
AL
2501 LDL, LDR, SDL, SDR (Load/store doubleword left/right, for 64bit
2502 systems).
932afdee 2503
f41ae0b2
RB
2504#
2505# Vectored interrupt mode is an R2 feature
2506#
e01402b1 2507config CPU_MIPSR2_IRQ_VI
f41ae0b2 2508 bool
e01402b1 2509
f41ae0b2
RB
2510#
2511# Extended interrupt mode is an R2 feature
2512#
e01402b1 2513config CPU_MIPSR2_IRQ_EI
f41ae0b2 2514 bool
e01402b1 2515
1da177e4
LT
2516config CPU_HAS_SYNC
2517 bool
2518 depends on !CPU_R3000
2519 default y
2520
20d60d99
MR
2521#
2522# CPU non-features
2523#
b56d1caf
TB
2524
2525# Work around the "daddi" and "daddiu" CPU errata:
2526#
2527# - The `daddi' instruction fails to trap on overflow.
2528# "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2529# erratum #23
2530#
2531# - The `daddiu' instruction can produce an incorrect result.
2532# "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2533# erratum #41
2534# "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
2535# #15
2536# "MIPS R4400PC/SC Errata, Processor Revision 1.0", erratum #7
2537# "MIPS R4400MC Errata, Processor Revision 1.0", erratum #5
20d60d99
MR
2538config CPU_DADDI_WORKAROUNDS
2539 bool
2540
b56d1caf
TB
2541# Work around certain R4000 CPU errata (as implemented by GCC):
2542#
2543# - A double-word or a variable shift may give an incorrect result
2544# if executed immediately after starting an integer division:
2545# "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2546# erratum #28
2547# "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
2548# #19
2549#
2550# - A double-word or a variable shift may give an incorrect result
2551# if executed while an integer multiplication is in progress:
2552# "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2553# errata #16 & #28
2554#
2555# - An integer division may give an incorrect result if started in
2556# a delay slot of a taken branch or a jump:
2557# "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2558# erratum #52
20d60d99
MR
2559config CPU_R4000_WORKAROUNDS
2560 bool
2561 select CPU_R4400_WORKAROUNDS
2562
b56d1caf
TB
2563# Work around certain R4400 CPU errata (as implemented by GCC):
2564#
2565# - A double-word or a variable shift may give an incorrect result
2566# if executed immediately after starting an integer division:
2567# "MIPS R4400MC Errata, Processor Revision 1.0", erratum #10
2568# "MIPS R4400MC Errata, Processor Revision 2.0 & 3.0", erratum #4
20d60d99
MR
2569config CPU_R4400_WORKAROUNDS
2570 bool
2571
071d2f0b
PB
2572config CPU_R4X00_BUGS64
2573 bool
2574 default y if SYS_HAS_CPU_R4X00 && 64BIT && (TARGET_ISA_REV < 1)
2575
4edf00a4
PB
2576config MIPS_ASID_SHIFT
2577 int
2578 default 6 if CPU_R3000 || CPU_TX39XX
4edf00a4
PB
2579 default 0
2580
2581config MIPS_ASID_BITS
2582 int
2db003a5 2583 default 0 if MIPS_ASID_BITS_VARIABLE
4edf00a4
PB
2584 default 6 if CPU_R3000 || CPU_TX39XX
2585 default 8
2586
2db003a5
PB
2587config MIPS_ASID_BITS_VARIABLE
2588 bool
2589
4a5dc51e
MN
2590config MIPS_CRC_SUPPORT
2591 bool
2592
802b8362
TB
2593# R4600 erratum. Due to the lack of errata information the exact
2594# technical details aren't known. I've experimentally found that disabling
2595# interrupts during indexed I-cache flushes seems to be sufficient to deal
2596# with the issue.
2597config WAR_R4600_V1_INDEX_ICACHEOP
2598 bool
2599
5e5b6527
TB
2600# Pleasures of the R4600 V1.x. Cite from the IDT R4600 V1.7 errata:
2601#
2602# 18. The CACHE instructions Hit_Writeback_Invalidate_D, Hit_Writeback_D,
2603# Hit_Invalidate_D and Create_Dirty_Excl_D should only be
2604# executed if there is no other dcache activity. If the dcache is
18ff14c8 2605# accessed for another instruction immediately preceding when these
5e5b6527
TB
2606# cache instructions are executing, it is possible that the dcache
2607# tag match outputs used by these cache instructions will be
2608# incorrect. These cache instructions should be preceded by at least
2609# four instructions that are not any kind of load or store
2610# instruction.
2611#
2612# This is not allowed: lw
2613# nop
2614# nop
2615# nop
2616# cache Hit_Writeback_Invalidate_D
2617#
2618# This is allowed: lw
2619# nop
2620# nop
2621# nop
2622# nop
2623# cache Hit_Writeback_Invalidate_D
2624config WAR_R4600_V1_HIT_CACHEOP
2625 bool
2626
44def342
TB
2627# Writeback and invalidate the primary cache dcache before DMA.
2628#
2629# R4600 v2.0 bug: "The CACHE instructions Hit_Writeback_Inv_D,
2630# Hit_Writeback_D, Hit_Invalidate_D and Create_Dirty_Exclusive_D will only
2631# operate correctly if the internal data cache refill buffer is empty. These
2632# CACHE instructions should be separated from any potential data cache miss
2633# by a load instruction to an uncached address to empty the response buffer."
2634# (Revision 2.0 device errata from IDT available on https://www.idt.com/
2635# in .pdf format.)
2636config WAR_R4600_V2_HIT_CACHEOP
2637 bool
2638
24a1c023
TB
2639# From TX49/H2 manual: "If the instruction (i.e. CACHE) is issued for
2640# the line which this instruction itself exists, the following
2641# operation is not guaranteed."
2642#
2643# Workaround: do two phase flushing for Index_Invalidate_I
2644config WAR_TX49XX_ICACHE_INDEX_INV
2645 bool
2646
886ee136
TB
2647# The RM7000 processors and the E9000 cores have a bug (though PMC-Sierra
2648# opposes it being called that) where invalid instructions in the same
2649# I-cache line worth of instructions being fetched may case spurious
2650# exceptions.
2651config WAR_ICACHE_REFILLS
2652 bool
2653
256ec489
TB
2654# On the R10000 up to version 2.6 (not sure about 2.7) there is a bug that
2655# may cause ll / sc and lld / scd sequences to execute non-atomically.
2656config WAR_R10000_LLSC
2657 bool
2658
a7fbed98
TB
2659# 34K core erratum: "Problems Executing the TLBR Instruction"
2660config WAR_MIPS34K_MISSED_ITLB
2661 bool
2662
1da177e4
LT
2663#
2664# - Highmem only makes sense for the 32-bit kernel.
2665# - The current highmem code will only work properly on physically indexed
2666# caches such as R3000, SB1, R7000 or those that look like they're virtually
2667# indexed such as R4000/R4400 SC and MC versions or R10000. So for the
2668# moment we protect the user and offer the highmem option only on machines
2669# where it's known to be safe. This will not offer highmem on a few systems
2670# such as MIPS32 and MIPS64 CPUs which may have virtual and physically
2671# indexed CPUs but we're playing safe.
797798c1
RB
2672# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
2673# know they might have memory configurations that could make use of highmem
2674# support.
1da177e4
LT
2675#
2676config HIGHMEM
2677 bool "High Memory Support"
a6e18781 2678 depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM && !CPU_MIPS32_3_5_EVA
a4c33e83 2679 select KMAP_LOCAL
797798c1
RB
2680
2681config CPU_SUPPORTS_HIGHMEM
2682 bool
2683
2684config SYS_SUPPORTS_HIGHMEM
2685 bool
1da177e4 2686
9693a853
FBH
2687config SYS_SUPPORTS_SMARTMIPS
2688 bool
2689
a6a4834c
SH
2690config SYS_SUPPORTS_MICROMIPS
2691 bool
2692
377cb1b6
RB
2693config SYS_SUPPORTS_MIPS16
2694 bool
2695 help
2696 This option must be set if a kernel might be executed on a MIPS16-
2697 enabled CPU even if MIPS16 is not actually being used. In other
2698 words, it makes the kernel MIPS16-tolerant.
2699
a5e9a69e
PB
2700config CPU_SUPPORTS_MSA
2701 bool
2702
b4819b59
YY
2703config ARCH_FLATMEM_ENABLE
2704 def_bool y
268a2d60 2705 depends on !NUMA && !CPU_LOONGSON2EF
b4819b59 2706
31473747
AN
2707config ARCH_SPARSEMEM_ENABLE
2708 bool
397dc00e 2709 select SPARSEMEM_STATIC if !SGI_IP27
31473747 2710
d8cb4e11
RB
2711config NUMA
2712 bool "NUMA Support"
2713 depends on SYS_SUPPORTS_NUMA
cf8194e4 2714 select SMP
7ecd19cf
KW
2715 select HAVE_SETUP_PER_CPU_AREA
2716 select NEED_PER_CPU_EMBED_FIRST_CHUNK
d8cb4e11
RB
2717 help
2718 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
2719 Access). This option improves performance on systems with more
2720 than two nodes; on two node systems it is generally better to
172a37e9 2721 leave it disabled; on single node systems leave this option
d8cb4e11
RB
2722 disabled.
2723
2724config SYS_SUPPORTS_NUMA
2725 bool
2726
8c530ea3
MR
2727config RELOCATABLE
2728 bool "Relocatable kernel"
ab7c01fd
SS
2729 depends on SYS_SUPPORTS_RELOCATABLE
2730 depends on CPU_MIPS32_R2 || CPU_MIPS64_R2 || \
2731 CPU_MIPS32_R5 || CPU_MIPS64_R5 || \
2732 CPU_MIPS32_R6 || CPU_MIPS64_R6 || \
a307a4ce
JH
2733 CPU_P5600 || CAVIUM_OCTEON_SOC || \
2734 CPU_LOONGSON64
8c530ea3
MR
2735 help
2736 This builds a kernel image that retains relocation information
2737 so it can be loaded someplace besides the default 1MB.
2738 The relocations make the kernel binary about 15% larger,
2739 but are discarded at runtime
2740
069fd766
MR
2741config RELOCATION_TABLE_SIZE
2742 hex "Relocation table size"
2743 depends on RELOCATABLE
2744 range 0x0 0x01000000
a307a4ce 2745 default "0x00200000" if CPU_LOONGSON64
069fd766 2746 default "0x00100000"
a7f7f624 2747 help
069fd766
MR
2748 A table of relocation data will be appended to the kernel binary
2749 and parsed at boot to fix up the relocated kernel.
2750
2751 This option allows the amount of space reserved for the table to be
2752 adjusted, although the default of 1Mb should be ok in most cases.
2753
2754 The build will fail and a valid size suggested if this is too small.
2755
2756 If unsure, leave at the default value.
2757
405bc8fd
MR
2758config RANDOMIZE_BASE
2759 bool "Randomize the address of the kernel image"
2760 depends on RELOCATABLE
a7f7f624 2761 help
371a4151
EWI
2762 Randomizes the physical and virtual address at which the
2763 kernel image is loaded, as a security feature that
2764 deters exploit attempts relying on knowledge of the location
2765 of kernel internals.
405bc8fd 2766
371a4151 2767 Entropy is generated using any coprocessor 0 registers available.
405bc8fd 2768
371a4151 2769 The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET.
405bc8fd 2770
371a4151 2771 If unsure, say N.
405bc8fd
MR
2772
2773config RANDOMIZE_BASE_MAX_OFFSET
2774 hex "Maximum kASLR offset" if EXPERT
2775 depends on RANDOMIZE_BASE
2776 range 0x0 0x40000000 if EVA || 64BIT
2777 range 0x0 0x08000000
2778 default "0x01000000"
a7f7f624 2779 help
405bc8fd
MR
2780 When kASLR is active, this provides the maximum offset that will
2781 be applied to the kernel image. It should be set according to the
2782 amount of physical RAM available in the target system minus
2783 PHYSICAL_START and must be a power of 2.
2784
2785 This is limited by the size of KSEG0, 256Mb on 32-bit or 1Gb with
2786 EVA or 64-bit. The default is 16Mb.
2787
c80d79d7
YG
2788config NODES_SHIFT
2789 int
2790 default "6"
a9ee6cf5 2791 depends on NUMA
c80d79d7 2792
14f70012
DCZ
2793config HW_PERF_EVENTS
2794 bool "Enable hardware performance counter support for perf events"
95b8a5e0 2795 depends on PERF_EVENTS && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_LOONGSON64)
14f70012
DCZ
2796 default y
2797 help
2798 Enable hardware performance counter support for perf events. If
2799 disabled, perf events will use software events only.
2800
be8fa1cb
TY
2801config DMI
2802 bool "Enable DMI scanning"
2803 depends on MACH_LOONGSON64
2804 select DMI_SCAN_MACHINE_NON_EFI_FALLBACK
2805 default y
2806 help
2807 Enabled scanning of DMI to identify machine quirks. Say Y
2808 here unless you have verified that your setup is not
2809 affected by entries in the DMI blacklist. Required by PNP
2810 BIOS code.
2811
1da177e4
LT
2812config SMP
2813 bool "Multi-Processing support"
e73ea273
RB
2814 depends on SYS_SUPPORTS_SMP
2815 help
1da177e4 2816 This enables support for systems with more than one CPU. If you have
4a474157
RG
2817 a system with only one CPU, say N. If you have a system with more
2818 than one CPU, say Y.
1da177e4 2819
4a474157 2820 If you say N here, the kernel will run on uni- and multiprocessor
1da177e4
LT
2821 machines, but will use only one CPU of a multiprocessor machine. If
2822 you say Y here, the kernel will run on many, but not all,
4a474157 2823 uniprocessor machines. On a uniprocessor machine, the kernel
1da177e4
LT
2824 will run faster if you say N here.
2825
2826 People using multiprocessor machines who say Y here should also say
2827 Y to "Enhanced Real Time Clock Support", below.
2828
03502faa 2829 See also the SMP-HOWTO available at
ef054ad3 2830 <https://www.tldp.org/docs.html#howto>.
1da177e4
LT
2831
2832 If you don't know what to do here, say N.
2833
7840d618
MR
2834config HOTPLUG_CPU
2835 bool "Support for hot-pluggable CPUs"
2836 depends on SMP && SYS_SUPPORTS_HOTPLUG_CPU
2837 help
2838 Say Y here to allow turning CPUs off and on. CPUs can be
2839 controlled through /sys/devices/system/cpu.
2840 (Note: power management support will enable this option
2841 automatically on SMP systems. )
2842 Say N if you want to disable CPU hotplug.
2843
87353d8a
RB
2844config SMP_UP
2845 bool
2846
4a16ff4c
RB
2847config SYS_SUPPORTS_MIPS_CMP
2848 bool
2849
0ee958e1
PB
2850config SYS_SUPPORTS_MIPS_CPS
2851 bool
2852
e73ea273
RB
2853config SYS_SUPPORTS_SMP
2854 bool
2855
130e2fb7
RB
2856config NR_CPUS_DEFAULT_4
2857 bool
2858
2859config NR_CPUS_DEFAULT_8
2860 bool
2861
2862config NR_CPUS_DEFAULT_16
2863 bool
2864
2865config NR_CPUS_DEFAULT_32
2866 bool
2867
2868config NR_CPUS_DEFAULT_64
2869 bool
2870
1da177e4 2871config NR_CPUS
a91796a9
J
2872 int "Maximum number of CPUs (2-256)"
2873 range 2 256
1da177e4 2874 depends on SMP
130e2fb7
RB
2875 default "4" if NR_CPUS_DEFAULT_4
2876 default "8" if NR_CPUS_DEFAULT_8
2877 default "16" if NR_CPUS_DEFAULT_16
2878 default "32" if NR_CPUS_DEFAULT_32
2879 default "64" if NR_CPUS_DEFAULT_64
1da177e4
LT
2880 help
2881 This allows you to specify the maximum number of CPUs which this
2882 kernel will support. The maximum supported value is 32 for 32-bit
2883 kernel and 64 for 64-bit kernels; the minimum value which makes
72ede9b1
AN
2884 sense is 1 for Qemu (useful only for kernel debugging purposes)
2885 and 2 for all others.
1da177e4
LT
2886
2887 This is purely to save memory - each supported CPU adds
72ede9b1
AN
2888 approximately eight kilobytes to the kernel image. For best
2889 performance should round up your number of processors to the next
2890 power of two.
1da177e4 2891
399aaa25
AC
2892config MIPS_PERF_SHARED_TC_COUNTERS
2893 bool
7820b84b
DD
2894
2895config MIPS_NR_CPU_NR_MAP_1024
2896 bool
2897
2898config MIPS_NR_CPU_NR_MAP
2899 int
2900 depends on SMP
2901 default 1024 if MIPS_NR_CPU_NR_MAP_1024
2902 default NR_CPUS if !MIPS_NR_CPU_NR_MAP_1024
399aaa25 2903
1723b4a3
AN
2904#
2905# Timer Interrupt Frequency Configuration
2906#
2907
2908choice
2909 prompt "Timer frequency"
2910 default HZ_250
2911 help
371a4151 2912 Allows the configuration of the timer frequency.
1723b4a3 2913
67596573
PB
2914 config HZ_24
2915 bool "24 HZ" if SYS_SUPPORTS_24HZ || SYS_SUPPORTS_ARBIT_HZ
2916
1723b4a3 2917 config HZ_48
0f873585 2918 bool "48 HZ" if SYS_SUPPORTS_48HZ || SYS_SUPPORTS_ARBIT_HZ
1723b4a3
AN
2919
2920 config HZ_100
2921 bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
2922
2923 config HZ_128
2924 bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
2925
2926 config HZ_250
2927 bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
2928
2929 config HZ_256
2930 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
2931
2932 config HZ_1000
2933 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
2934
2935 config HZ_1024
2936 bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
2937
2938endchoice
2939
67596573
PB
2940config SYS_SUPPORTS_24HZ
2941 bool
2942
1723b4a3
AN
2943config SYS_SUPPORTS_48HZ
2944 bool
2945
2946config SYS_SUPPORTS_100HZ
2947 bool
2948
2949config SYS_SUPPORTS_128HZ
2950 bool
2951
2952config SYS_SUPPORTS_250HZ
2953 bool
2954
2955config SYS_SUPPORTS_256HZ
2956 bool
2957
2958config SYS_SUPPORTS_1000HZ
2959 bool
2960
2961config SYS_SUPPORTS_1024HZ
2962 bool
2963
2964config SYS_SUPPORTS_ARBIT_HZ
2965 bool
67596573
PB
2966 default y if !SYS_SUPPORTS_24HZ && \
2967 !SYS_SUPPORTS_48HZ && \
2968 !SYS_SUPPORTS_100HZ && \
2969 !SYS_SUPPORTS_128HZ && \
2970 !SYS_SUPPORTS_250HZ && \
2971 !SYS_SUPPORTS_256HZ && \
2972 !SYS_SUPPORTS_1000HZ && \
1723b4a3
AN
2973 !SYS_SUPPORTS_1024HZ
2974
2975config HZ
2976 int
67596573 2977 default 24 if HZ_24
1723b4a3
AN
2978 default 48 if HZ_48
2979 default 100 if HZ_100
2980 default 128 if HZ_128
2981 default 250 if HZ_250
2982 default 256 if HZ_256
2983 default 1000 if HZ_1000
2984 default 1024 if HZ_1024
2985
96685b17
DCZ
2986config SCHED_HRTICK
2987 def_bool HIGH_RES_TIMERS
2988
ea6e942b 2989config KEXEC
7d60717e 2990 bool "Kexec system call"
2965faa5 2991 select KEXEC_CORE
ea6e942b
AN
2992 help
2993 kexec is a system call that implements the ability to shutdown your
2994 current kernel, and to start another kernel. It is like a reboot
3dde6ad8 2995 but it is independent of the system firmware. And like a reboot
ea6e942b
AN
2996 you can start any kernel with it, not just Linux.
2997
01dd2fbf 2998 The name comes from the similarity to the exec system call.
ea6e942b
AN
2999
3000 It is an ongoing process to be certain the hardware in a machine
3001 is properly shutdown, so do not be surprised if this code does not
bf220695
GU
3002 initially work for you. As of this writing the exact hardware
3003 interface is strongly in flux, so no good recommendation can be
3004 made.
ea6e942b 3005
7aa1c8f4 3006config CRASH_DUMP
bff323d5
MN
3007 bool "Kernel crash dumps"
3008 help
7aa1c8f4
RB
3009 Generate crash dump after being started by kexec.
3010 This should be normally only set in special crash dump kernels
3011 which are loaded in the main kernel with kexec-tools into
3012 a specially reserved region and then later executed after
3013 a crash by kdump/kexec. The crash dump kernel must be compiled
3014 to a memory address not used by the main kernel or firmware using
3015 PHYSICAL_START.
3016
3017config PHYSICAL_START
bff323d5 3018 hex "Physical address where the kernel is loaded"
8bda3e26 3019 default "0xffffffff84000000"
bff323d5
MN
3020 depends on CRASH_DUMP
3021 help
7aa1c8f4
RB
3022 This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
3023 If you plan to use kernel for capturing the crash dump change
3024 this value to start of the reserved region (the "X" value as
3025 specified in the "crashkernel=YM@XM" command line boot parameter
3026 passed to the panic-ed kernel).
3027
597ce172 3028config MIPS_O32_FP64_SUPPORT
b7f1e273 3029 bool "Support for O32 binaries using 64-bit FP" if !CPU_MIPSR6
597ce172 3030 depends on 32BIT || MIPS32_O32
597ce172
PB
3031 help
3032 When this is enabled, the kernel will support use of 64-bit floating
3033 point registers with binaries using the O32 ABI along with the
3034 EF_MIPS_FP64 ELF header flag (typically built with -mfp64). On
3035 32-bit MIPS systems this support is at the cost of increasing the
3036 size and complexity of the compiled FPU emulator. Thus if you are
3037 running a MIPS32 system and know that none of your userland binaries
3038 will require 64-bit floating point, you may wish to reduce the size
3039 of your kernel & potentially improve FP emulation performance by
3040 saying N here.
3041
06e2e882
PB
3042 Although binutils currently supports use of this flag the details
3043 concerning its effect upon the O32 ABI in userland are still being
18ff14c8 3044 worked on. In order to avoid userland becoming dependent upon current
06e2e882
PB
3045 behaviour before the details have been finalised, this option should
3046 be considered experimental and only enabled by those working upon
3047 said details.
3048
3049 If unsure, say N.
597ce172 3050
f2ffa5ab 3051config USE_OF
0b3e06fd 3052 bool
f2ffa5ab 3053 select OF
e6ce1324 3054 select OF_EARLY_FLATTREE
abd2363f 3055 select IRQ_DOMAIN
f2ffa5ab 3056
2fe8ea39
DZ
3057config UHI_BOOT
3058 bool
3059
7fafb068
AB
3060config BUILTIN_DTB
3061 bool
3062
1da8f179 3063choice
5b24d52c 3064 prompt "Kernel appended dtb support" if USE_OF
1da8f179
JG
3065 default MIPS_NO_APPENDED_DTB
3066
3067 config MIPS_NO_APPENDED_DTB
3068 bool "None"
3069 help
3070 Do not enable appended dtb support.
3071
87db537d
AK
3072 config MIPS_ELF_APPENDED_DTB
3073 bool "vmlinux"
3074 help
3075 With this option, the boot code will look for a device tree binary
3076 DTB) included in the vmlinux ELF section .appended_dtb. By default
3077 it is empty and the DTB can be appended using binutils command
3078 objcopy:
3079
3080 objcopy --update-section .appended_dtb=<filename>.dtb vmlinux
3081
18ff14c8 3082 This is meant as a backward compatibility convenience for those
87db537d
AK
3083 systems with a bootloader that can't be upgraded to accommodate
3084 the documented boot protocol using a device tree.
3085
1da8f179 3086 config MIPS_RAW_APPENDED_DTB
b8f54f2c 3087 bool "vmlinux.bin or vmlinuz.bin"
1da8f179
JG
3088 help
3089 With this option, the boot code will look for a device tree binary
b8f54f2c 3090 DTB) appended to raw vmlinux.bin or vmlinuz.bin.
1da8f179
JG
3091 (e.g. cat vmlinux.bin <filename>.dtb > vmlinux_w_dtb).
3092
3093 This is meant as a backward compatibility convenience for those
3094 systems with a bootloader that can't be upgraded to accommodate
3095 the documented boot protocol using a device tree.
3096
3097 Beware that there is very little in terms of protection against
3098 this option being confused by leftover garbage in memory that might
3099 look like a DTB header after a reboot if no actual DTB is appended
3100 to vmlinux.bin. Do not leave this option active in a production kernel
3101 if you don't intend to always append a DTB.
3102endchoice
3103
2024972e
JG
3104choice
3105 prompt "Kernel command line type" if !CMDLINE_OVERRIDE
2bcef9b4 3106 default MIPS_CMDLINE_FROM_DTB if USE_OF && !ATH79 && !MACH_INGENIC && \
87fcfa7b 3107 !MACH_LOONGSON64 && !MIPS_MALTA && \
2bcef9b4 3108 !CAVIUM_OCTEON_SOC
2024972e
JG
3109 default MIPS_CMDLINE_FROM_BOOTLOADER
3110
3111 config MIPS_CMDLINE_FROM_DTB
3112 depends on USE_OF
3113 bool "Dtb kernel arguments if available"
3114
3115 config MIPS_CMDLINE_DTB_EXTEND
3116 depends on USE_OF
3117 bool "Extend dtb kernel arguments with bootloader arguments"
3118
3119 config MIPS_CMDLINE_FROM_BOOTLOADER
3120 bool "Bootloader kernel arguments if available"
ed47e153
RV
3121
3122 config MIPS_CMDLINE_BUILTIN_EXTEND
3123 depends on CMDLINE_BOOL
3124 bool "Extend builtin kernel arguments with bootloader arguments"
2024972e
JG
3125endchoice
3126
5e83d430
RB
3127endmenu
3128
1df0f0ff
AN
3129config LOCKDEP_SUPPORT
3130 bool
3131 default y
3132
3133config STACKTRACE_SUPPORT
3134 bool
3135 default y
3136
a728ab52
KS
3137config PGTABLE_LEVELS
3138 int
3377e227 3139 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
41ce097f 3140 default 3 if 64BIT && (!PAGE_SIZE_64KB || MIPS_VA_BITS_48)
a728ab52
KS
3141 default 2
3142
6c359eb1
PB
3143config MIPS_AUTO_PFN_OFFSET
3144 bool
3145
1da177e4
LT
3146menu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
3147
c5611df9 3148config PCI_DRIVERS_GENERIC
2eac9c2d 3149 select PCI_DOMAINS_GENERIC if PCI
c5611df9
PB
3150 bool
3151
3152config PCI_DRIVERS_LEGACY
3153 def_bool !PCI_DRIVERS_GENERIC
3154 select NO_GENERIC_PCI_IOPORT_MAP
2eac9c2d 3155 select PCI_DOMAINS if PCI
1da177e4
LT
3156
3157#
3158# ISA support is now enabled via select. Too many systems still have the one
3159# or other ISA chip on the board that users don't know about so don't expect
3160# users to choose the right thing ...
3161#
3162config ISA
3163 bool
3164
1da177e4
LT
3165config TC
3166 bool "TURBOchannel support"
3167 depends on MACH_DECSTATION
3168 help
50a23e6e
JM
3169 TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
3170 processors. TURBOchannel programming specifications are available
3171 at:
3172 <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
3173 and:
3174 <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
3175 Linux driver support status is documented at:
3176 <http://www.linux-mips.org/wiki/DECstation>
1da177e4 3177
1da177e4
LT
3178config MMU
3179 bool
3180 default y
3181
109c32ff
MR
3182config ARCH_MMAP_RND_BITS_MIN
3183 default 12 if 64BIT
3184 default 8
3185
3186config ARCH_MMAP_RND_BITS_MAX
3187 default 18 if 64BIT
3188 default 15
3189
3190config ARCH_MMAP_RND_COMPAT_BITS_MIN
371a4151 3191 default 8
109c32ff
MR
3192
3193config ARCH_MMAP_RND_COMPAT_BITS_MAX
371a4151 3194 default 15
109c32ff 3195
d865bea4
RB
3196config I8253
3197 bool
798778b8 3198 select CLKSRC_I8253
2d02612f 3199 select CLKEVT_I8253
9726b43a 3200 select MIPS_EXTERNAL_TIMER
1da177e4
LT
3201endmenu
3202
1da177e4
LT
3203config TRAD_SIGNALS
3204 bool
1da177e4 3205
1da177e4 3206config MIPS32_COMPAT
78aaf956 3207 bool
1da177e4
LT
3208
3209config COMPAT
3210 bool
1da177e4 3211
05e43966
AN
3212config SYSVIPC_COMPAT
3213 bool
05e43966 3214
1da177e4
LT
3215config MIPS32_O32
3216 bool "Kernel support for o32 binaries"
78aaf956
RB
3217 depends on 64BIT
3218 select ARCH_WANT_OLD_COMPAT_IPC
3219 select COMPAT
3220 select MIPS32_COMPAT
3221 select SYSVIPC_COMPAT if SYSVIPC
1da177e4
LT
3222 help
3223 Select this option if you want to run o32 binaries. These are pure
3224 32-bit binaries as used by the 32-bit Linux/MIPS port. Most of
3225 existing binaries are in this format.
3226
3227 If unsure, say Y.
3228
3229config MIPS32_N32
3230 bool "Kernel support for n32 binaries"
c22eacfe 3231 depends on 64BIT
5a9372f7 3232 select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
78aaf956
RB
3233 select COMPAT
3234 select MIPS32_COMPAT
3235 select SYSVIPC_COMPAT if SYSVIPC
1da177e4
LT
3236 help
3237 Select this option if you want to run n32 binaries. These are
3238 64-bit binaries using 32-bit quantities for addressing and certain
3239 data that would normally be 64-bit. They are used in special
3240 cases.
3241
3242 If unsure, say N.
3243
d49fc692
NC
3244config CC_HAS_MNO_BRANCH_LIKELY
3245 def_bool y
3246 depends on $(cc-option,-mno-branch-likely)
3247
2116245e
RB
3248menu "Power management options"
3249
363c55ca
WZ
3250config ARCH_HIBERNATION_POSSIBLE
3251 def_bool y
3f5b3e17 3252 depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
363c55ca 3253
f4cb5700
JB
3254config ARCH_SUSPEND_POSSIBLE
3255 def_bool y
3f5b3e17 3256 depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
f4cb5700 3257
2116245e 3258source "kernel/power/Kconfig"
952fa954 3259
1da177e4
LT
3260endmenu
3261
7a998935
VK
3262config MIPS_EXTERNAL_TIMER
3263 bool
3264
7a998935 3265menu "CPU Power Management"
c095ebaf
PB
3266
3267if CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
7a998935 3268source "drivers/cpufreq/Kconfig"
7a998935 3269endif
9726b43a 3270
c095ebaf
PB
3271source "drivers/cpuidle/Kconfig"
3272
3273endmenu
3274
2235a54d 3275source "arch/mips/kvm/Kconfig"
e91946d6
NC
3276
3277source "arch/mips/vdso/Kconfig"