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