xref: /linux/arch/mips/Kconfig (revision f766b28a5edfd86600e55360cc4bf29c71cca2eb)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvaldsconfig MIPS
31da177e4SLinus Torvalds	bool
41da177e4SLinus Torvalds	default y
5942fa985SYury Norov	select ARCH_32BIT_OFF_T if !64BIT
6ea6a3737SPaul Burton	select ARCH_BINFMT_ELF_STATE if MIPS_FP_SUPPORT
734c01e41SAlexander Lobakin	select ARCH_HAS_FORTIFY_SOURCE
834c01e41SAlexander Lobakin	select ARCH_HAS_KCOV
966633abdSTiezhu Yang	select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE if !EVA
1034c01e41SAlexander Lobakin	select ARCH_HAS_PTE_SPECIAL if !(32BIT && CPU_HAS_RIXI)
1112597988SMatt Redfearn	select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
121e35918aSHassan Naveed	select ARCH_HAS_UBSAN_SANITIZE_ALL
138b3165e5SXingxing Su	select ARCH_HAS_GCOV_PROFILE_ALL
14a8c0f1c6STiezhu Yang	select ARCH_KEEP_MEMBLOCK if DEBUG_KERNEL
1512597988SMatt Redfearn	select ARCH_SUPPORTS_UPROBES
161ee3630aSRalf Baechle	select ARCH_USE_BUILTIN_BSWAP
1712597988SMatt Redfearn	select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
1825da4e9dSPaul Burton	select ARCH_USE_QUEUED_RWLOCKS
190b17c967SPaul Burton	select ARCH_USE_QUEUED_SPINLOCKS
209035bd29SAlexandre Ghiti	select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
2112597988SMatt Redfearn	select ARCH_WANT_IPC_PARSE_VERSION
22d3a4e0f1SAlexander Lobakin	select ARCH_WANT_LD_ORPHAN_WARN
2310916706SShile Zhang	select BUILDTIME_TABLE_SORT
2412597988SMatt Redfearn	select CLONE_BACKWARDS
2557eeacedSPaul Burton	select CPU_NO_EFFICIENT_FFS if (TARGET_ISA_REV < 1)
2612597988SMatt Redfearn	select CPU_PM if CPU_IDLE
2712597988SMatt Redfearn	select GENERIC_ATOMIC64 if !64BIT
2812597988SMatt Redfearn	select GENERIC_CMOS_UPDATE
2912597988SMatt Redfearn	select GENERIC_CPU_AUTOPROBE
30bab1dde3SAlexander Lobakin	select GENERIC_FIND_FIRST_BIT
3124640f23SVincenzo Frascino	select GENERIC_GETTIMEOFDAY
32b962aeb0SPaul Burton	select GENERIC_IOMAP
3312597988SMatt Redfearn	select GENERIC_IRQ_PROBE
3412597988SMatt Redfearn	select GENERIC_IRQ_SHOW
356630a8e5SChristoph Hellwig	select GENERIC_ISA_DMA if EISA
36740129b3SAntony Pavlov	select GENERIC_LIB_ASHLDI3
37740129b3SAntony Pavlov	select GENERIC_LIB_ASHRDI3
38740129b3SAntony Pavlov	select GENERIC_LIB_CMPDI2
39740129b3SAntony Pavlov	select GENERIC_LIB_LSHRDI3
40740129b3SAntony Pavlov	select GENERIC_LIB_UCMPDI2
4112597988SMatt Redfearn	select GENERIC_SCHED_CLOCK if !CAVIUM_OCTEON_SOC
4212597988SMatt Redfearn	select GENERIC_SMP_IDLE_THREAD
4312597988SMatt Redfearn	select GENERIC_TIME_VSYSCALL
44446f062bSChristoph Hellwig	select GUP_GET_PTE_LOW_HIGH if CPU_MIPS32 && PHYS_ADDR_T_64BIT
4512597988SMatt Redfearn	select HANDLE_DOMAIN_IRQ
46906d441fSPaul Burton	select HAVE_ARCH_COMPILER_H
4712597988SMatt Redfearn	select HAVE_ARCH_JUMP_LABEL
4842b20995SArnd Bergmann	select HAVE_ARCH_KGDB if MIPS_FP_SUPPORT
49109c32ffSMatt Redfearn	select HAVE_ARCH_MMAP_RND_BITS if MMU
50109c32ffSMatt Redfearn	select HAVE_ARCH_MMAP_RND_COMPAT_BITS if MMU && COMPAT
51490b004fSMarkos Chandras	select HAVE_ARCH_SECCOMP_FILTER
52c0ff3c53SRalf Baechle	select HAVE_ARCH_TRACEHOOK
5345e03e62SDaniel Silsby	select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES
542ff2b7ecSMasahiro Yamada	select HAVE_ASM_MODVERSIONS
5536366e36SPaul Burton	select HAVE_CBPF_JIT if !64BIT && !CPU_MICROMIPS
5612597988SMatt Redfearn	select HAVE_CONTEXT_TRACKING
57490f561bSFrederic Weisbecker	select HAVE_TIF_NOHZ
5864575f91SWu Zhangjin	select HAVE_C_RECORDMCOUNT
5912597988SMatt Redfearn	select HAVE_DEBUG_KMEMLEAK
6012597988SMatt Redfearn	select HAVE_DEBUG_STACKOVERFLOW
6112597988SMatt Redfearn	select HAVE_DMA_CONTIGUOUS
6212597988SMatt Redfearn	select HAVE_DYNAMIC_FTRACE
6334c01e41SAlexander Lobakin	select HAVE_EBPF_JIT if 64BIT && !CPU_MICROMIPS && TARGET_ISA_REV >= 2
6412597988SMatt Redfearn	select HAVE_EXIT_THREAD
6567a929e0SChristoph Hellwig	select HAVE_FAST_GUP
6612597988SMatt Redfearn	select HAVE_FTRACE_MCOUNT_RECORD
6729c5d346SWu Zhangjin	select HAVE_FUNCTION_GRAPH_TRACER
6812597988SMatt Redfearn	select HAVE_FUNCTION_TRACER
6934c01e41SAlexander Lobakin	select HAVE_GCC_PLUGINS
7034c01e41SAlexander Lobakin	select HAVE_GENERIC_VDSO
7112597988SMatt Redfearn	select HAVE_IDE
72b3a428b4SHassan Naveed	select HAVE_IOREMAP_PROT
7312597988SMatt Redfearn	select HAVE_IRQ_EXIT_ON_IRQ_STACK
7412597988SMatt Redfearn	select HAVE_IRQ_TIME_ACCOUNTING
75c1bf207dSDavid Daney	select HAVE_KPROBES
76c1bf207dSDavid Daney	select HAVE_KRETPROBES
77c0436b50SPaul Burton	select HAVE_LD_DEAD_CODE_DATA_ELIMINATION
78786d35d4SDavid Howells	select HAVE_MOD_ARCH_SPECIFIC
7942a0bb3fSPetr Mladek	select HAVE_NMI
8012597988SMatt Redfearn	select HAVE_PERF_EVENTS
811ddc96bdSTiezhu Yang	select HAVE_PERF_REGS
821ddc96bdSTiezhu Yang	select HAVE_PERF_USER_STACK_DUMP
8308bccf43SMarcin Nowakowski	select HAVE_REGS_AND_STACK_ACCESS_API
849ea141adSPaul Burton	select HAVE_RSEQ
8516c0f03fSHassan Naveed	select HAVE_SPARSE_SYSCALL_NR
86d148eac0SMasahiro Yamada	select HAVE_STACKPROTECTOR
8712597988SMatt Redfearn	select HAVE_SYSCALL_TRACEPOINTS
88a3f14310SBen Hutchings	select HAVE_VIRT_CPU_ACCOUNTING_GEN if 64BIT || !SMP
8912597988SMatt Redfearn	select IRQ_FORCED_THREADING
906630a8e5SChristoph Hellwig	select ISA if EISA
9112597988SMatt Redfearn	select MODULES_USE_ELF_REL if MODULES
9234c01e41SAlexander Lobakin	select MODULES_USE_ELF_RELA if MODULES && 64BIT
9312597988SMatt Redfearn	select PERF_USE_VMALLOC
94981aa1d3SThomas Gleixner	select PCI_MSI_ARCH_FALLBACKS if PCI_MSI
9505a0a344SArnd Bergmann	select RTC_LIB
965e6e9852SChristoph Hellwig	select SET_FS
9712597988SMatt Redfearn	select SYSCTL_EXCEPTION_TRACE
9812597988SMatt Redfearn	select VIRT_TO_BUS
990bb87f05SAl Viro	select ARCH_HAS_ELFCORE_COMPAT
1001da177e4SLinus Torvalds
101d3991572SChristoph Hellwigconfig MIPS_FIXUP_BIGPHYS_ADDR
102d3991572SChristoph Hellwig	bool
103d3991572SChristoph Hellwig
104c434b9f8SPaul Cercueilconfig MIPS_GENERIC
105c434b9f8SPaul Cercueil	bool
106c434b9f8SPaul Cercueil
107f0f4a753SPaul Cercueilconfig MACH_INGENIC
108f0f4a753SPaul Cercueil	bool
109f0f4a753SPaul Cercueil	select SYS_SUPPORTS_32BIT_KERNEL
110f0f4a753SPaul Cercueil	select SYS_SUPPORTS_LITTLE_ENDIAN
111f0f4a753SPaul Cercueil	select SYS_SUPPORTS_ZBOOT
112f0f4a753SPaul Cercueil	select DMA_NONCOHERENT
113f0f4a753SPaul Cercueil	select IRQ_MIPS_CPU
114f0f4a753SPaul Cercueil	select PINCTRL
115f0f4a753SPaul Cercueil	select GPIOLIB
116f0f4a753SPaul Cercueil	select COMMON_CLK
117f0f4a753SPaul Cercueil	select GENERIC_IRQ_CHIP
118f0f4a753SPaul Cercueil	select BUILTIN_DTB if MIPS_NO_APPENDED_DTB
119f0f4a753SPaul Cercueil	select USE_OF
120f0f4a753SPaul Cercueil	select CPU_SUPPORTS_CPUFREQ
121f0f4a753SPaul Cercueil	select MIPS_EXTERNAL_TIMER
122f0f4a753SPaul Cercueil
1231da177e4SLinus Torvaldsmenu "Machine selection"
1241da177e4SLinus Torvalds
1255e83d430SRalf Baechlechoice
1265e83d430SRalf Baechle	prompt "System type"
127c434b9f8SPaul Cercueil	default MIPS_GENERIC_KERNEL
1281da177e4SLinus Torvalds
129c434b9f8SPaul Cercueilconfig MIPS_GENERIC_KERNEL
130eed0eabdSPaul Burton	bool "Generic board-agnostic MIPS kernel"
1314e066441SChristoph Hellwig	select ARCH_HAS_SETUP_DMA_OPS
132c434b9f8SPaul Cercueil	select MIPS_GENERIC
133eed0eabdSPaul Burton	select BOOT_RAW
134eed0eabdSPaul Burton	select BUILTIN_DTB
135eed0eabdSPaul Burton	select CEVT_R4K
136eed0eabdSPaul Burton	select CLKSRC_MIPS_GIC
137eed0eabdSPaul Burton	select COMMON_CLK
138eed0eabdSPaul Burton	select CPU_MIPSR2_IRQ_EI
13934c01e41SAlexander Lobakin	select CPU_MIPSR2_IRQ_VI
140eed0eabdSPaul Burton	select CSRC_R4K
1414e066441SChristoph Hellwig	select DMA_NONCOHERENT
142eb01d42aSChristoph Hellwig	select HAVE_PCI
143eed0eabdSPaul Burton	select IRQ_MIPS_CPU
1440211d49eSPaul Burton	select MIPS_AUTO_PFN_OFFSET
145eed0eabdSPaul Burton	select MIPS_CPU_SCACHE
146eed0eabdSPaul Burton	select MIPS_GIC
147eed0eabdSPaul Burton	select MIPS_L1_CACHE_SHIFT_7
148eed0eabdSPaul Burton	select NO_EXCEPT_FILL
149eed0eabdSPaul Burton	select PCI_DRIVERS_GENERIC
150eed0eabdSPaul Burton	select SMP_UP if SMP
151a3078e59SMatt Redfearn	select SWAP_IO_SPACE
152eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS32_R1
153eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS32_R2
154eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS32_R6
155eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS64_R1
156eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS64_R2
157eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS64_R6
158eed0eabdSPaul Burton	select SYS_SUPPORTS_32BIT_KERNEL
159eed0eabdSPaul Burton	select SYS_SUPPORTS_64BIT_KERNEL
160eed0eabdSPaul Burton	select SYS_SUPPORTS_BIG_ENDIAN
161eed0eabdSPaul Burton	select SYS_SUPPORTS_HIGHMEM
162eed0eabdSPaul Burton	select SYS_SUPPORTS_LITTLE_ENDIAN
163eed0eabdSPaul Burton	select SYS_SUPPORTS_MICROMIPS
164eed0eabdSPaul Burton	select SYS_SUPPORTS_MIPS16
16534c01e41SAlexander Lobakin	select SYS_SUPPORTS_MIPS_CPS
166eed0eabdSPaul Burton	select SYS_SUPPORTS_MULTITHREADING
167eed0eabdSPaul Burton	select SYS_SUPPORTS_RELOCATABLE
168eed0eabdSPaul Burton	select SYS_SUPPORTS_SMARTMIPS
169c3e2ee65SPaul Cercueil	select SYS_SUPPORTS_ZBOOT
17034c01e41SAlexander Lobakin	select UHI_BOOT
1712e6522c5SCorentin Labbe	select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
1722e6522c5SCorentin Labbe	select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1732e6522c5SCorentin Labbe	select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
1742e6522c5SCorentin Labbe	select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1752e6522c5SCorentin Labbe	select USB_UHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
1762e6522c5SCorentin Labbe	select USB_UHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
177eed0eabdSPaul Burton	select USE_OF
178eed0eabdSPaul Burton	help
179eed0eabdSPaul Burton	  Select this to build a kernel which aims to support multiple boards,
180eed0eabdSPaul Burton	  generally using a flattened device tree passed from the bootloader
181eed0eabdSPaul Burton	  using the boot protocol defined in the UHI (Unified Hosting
182eed0eabdSPaul Burton	  Interface) specification.
183eed0eabdSPaul Burton
18442a4f17dSManuel Laussconfig MIPS_ALCHEMY
185c3543e25SYoichi Yuasa	bool "Alchemy processor based machines"
186d4a451d5SChristoph Hellwig	select PHYS_ADDR_T_64BIT
187f772cdb2SRalf Baechle	select CEVT_R4K
188d7ea335cSSteven J. Hill	select CSRC_R4K
18967e38cf2SRalf Baechle	select IRQ_MIPS_CPU
190a86497d6SChristoph Hellwig	select DMA_NONCOHERENT		# Au1000,1500,1100 aren't, rest is
191d3991572SChristoph Hellwig	select MIPS_FIXUP_BIGPHYS_ADDR if PCI
19242a4f17dSManuel Lauss	select SYS_HAS_CPU_MIPS32_R1
19342a4f17dSManuel Lauss	select SYS_SUPPORTS_32BIT_KERNEL
19442a4f17dSManuel Lauss	select SYS_SUPPORTS_APM_EMULATION
195d30a2b47SLinus Walleij	select GPIOLIB
1961b93b3c3SWu Zhangjin	select SYS_SUPPORTS_ZBOOT
19747440229SManuel Lauss	select COMMON_CLK
1981da177e4SLinus Torvalds
1997ca5dc14SFlorian Fainelliconfig AR7
2007ca5dc14SFlorian Fainelli	bool "Texas Instruments AR7"
2017ca5dc14SFlorian Fainelli	select BOOT_ELF32
2027ca5dc14SFlorian Fainelli	select DMA_NONCOHERENT
2037ca5dc14SFlorian Fainelli	select CEVT_R4K
2047ca5dc14SFlorian Fainelli	select CSRC_R4K
20567e38cf2SRalf Baechle	select IRQ_MIPS_CPU
2067ca5dc14SFlorian Fainelli	select NO_EXCEPT_FILL
2077ca5dc14SFlorian Fainelli	select SWAP_IO_SPACE
2087ca5dc14SFlorian Fainelli	select SYS_HAS_CPU_MIPS32_R1
2097ca5dc14SFlorian Fainelli	select SYS_HAS_EARLY_PRINTK
2107ca5dc14SFlorian Fainelli	select SYS_SUPPORTS_32BIT_KERNEL
2117ca5dc14SFlorian Fainelli	select SYS_SUPPORTS_LITTLE_ENDIAN
212377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
2131b93b3c3SWu Zhangjin	select SYS_SUPPORTS_ZBOOT_UART16550
214d30a2b47SLinus Walleij	select GPIOLIB
2157ca5dc14SFlorian Fainelli	select VLYNQ
216bbd7ffdbSStephen Boyd	select HAVE_LEGACY_CLK
2177ca5dc14SFlorian Fainelli	help
2187ca5dc14SFlorian Fainelli	  Support for the Texas Instruments AR7 System-on-a-Chip
2197ca5dc14SFlorian Fainelli	  family: TNETD7100, 7200 and 7300.
2207ca5dc14SFlorian Fainelli
22143cc739fSSergey Ryazanovconfig ATH25
22243cc739fSSergey Ryazanov	bool "Atheros AR231x/AR531x SoC support"
22343cc739fSSergey Ryazanov	select CEVT_R4K
22443cc739fSSergey Ryazanov	select CSRC_R4K
22543cc739fSSergey Ryazanov	select DMA_NONCOHERENT
22667e38cf2SRalf Baechle	select IRQ_MIPS_CPU
2271753e74eSSergey Ryazanov	select IRQ_DOMAIN
22843cc739fSSergey Ryazanov	select SYS_HAS_CPU_MIPS32_R1
22943cc739fSSergey Ryazanov	select SYS_SUPPORTS_BIG_ENDIAN
23043cc739fSSergey Ryazanov	select SYS_SUPPORTS_32BIT_KERNEL
2318aaa7278SSergey Ryazanov	select SYS_HAS_EARLY_PRINTK
23243cc739fSSergey Ryazanov	help
23343cc739fSSergey Ryazanov	  Support for Atheros AR231x and Atheros AR531x based boards
23443cc739fSSergey Ryazanov
235d4a67d9dSGabor Juhosconfig ATH79
236d4a67d9dSGabor Juhos	bool "Atheros AR71XX/AR724X/AR913X based boards"
237ff591a91SAlban Bedel	select ARCH_HAS_RESET_CONTROLLER
238d4a67d9dSGabor Juhos	select BOOT_RAW
239d4a67d9dSGabor Juhos	select CEVT_R4K
240d4a67d9dSGabor Juhos	select CSRC_R4K
241d4a67d9dSGabor Juhos	select DMA_NONCOHERENT
242d30a2b47SLinus Walleij	select GPIOLIB
243a08227a2SJohn Crispin	select PINCTRL
244411520afSAlban Bedel	select COMMON_CLK
24567e38cf2SRalf Baechle	select IRQ_MIPS_CPU
246d4a67d9dSGabor Juhos	select SYS_HAS_CPU_MIPS32_R2
247d4a67d9dSGabor Juhos	select SYS_HAS_EARLY_PRINTK
248d4a67d9dSGabor Juhos	select SYS_SUPPORTS_32BIT_KERNEL
249d4a67d9dSGabor Juhos	select SYS_SUPPORTS_BIG_ENDIAN
250377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
251b3f0a250SAlban Bedel	select SYS_SUPPORTS_ZBOOT_UART_PROM
25203c8c407SAlban Bedel	select USE_OF
25353d473fcSAlban Bedel	select USB_EHCI_ROOT_HUB_TT if USB_EHCI_HCD_PLATFORM
254d4a67d9dSGabor Juhos	help
255d4a67d9dSGabor Juhos	  Support for the Atheros AR71XX/AR724X/AR913X SoCs.
256d4a67d9dSGabor Juhos
2575f2d4459SKevin Cernekeeconfig BMIPS_GENERIC
2585f2d4459SKevin Cernekee	bool "Broadcom Generic BMIPS kernel"
25929906e1aSÁlvaro Fernández Rojas	select ARCH_HAS_RESET_CONTROLLER
260d59098a0SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_CPU_ALL
261d59098a0SChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
262d666cd02SKevin Cernekee	select BOOT_RAW
263d666cd02SKevin Cernekee	select NO_EXCEPT_FILL
264d666cd02SKevin Cernekee	select USE_OF
265d666cd02SKevin Cernekee	select CEVT_R4K
266d666cd02SKevin Cernekee	select CSRC_R4K
267d666cd02SKevin Cernekee	select SYNC_R4K
268d666cd02SKevin Cernekee	select COMMON_CLK
269c7c42ec2SSimon Arlott	select BCM6345_L1_IRQ
27060b858f2SKevin Cernekee	select BCM7038_L1_IRQ
27160b858f2SKevin Cernekee	select BCM7120_L2_IRQ
27260b858f2SKevin Cernekee	select BRCMSTB_L2_IRQ
27367e38cf2SRalf Baechle	select IRQ_MIPS_CPU
27460b858f2SKevin Cernekee	select DMA_NONCOHERENT
275d666cd02SKevin Cernekee	select SYS_SUPPORTS_32BIT_KERNEL
27660b858f2SKevin Cernekee	select SYS_SUPPORTS_LITTLE_ENDIAN
277d666cd02SKevin Cernekee	select SYS_SUPPORTS_BIG_ENDIAN
278d666cd02SKevin Cernekee	select SYS_SUPPORTS_HIGHMEM
27960b858f2SKevin Cernekee	select SYS_HAS_CPU_BMIPS32_3300
28060b858f2SKevin Cernekee	select SYS_HAS_CPU_BMIPS4350
28160b858f2SKevin Cernekee	select SYS_HAS_CPU_BMIPS4380
282d666cd02SKevin Cernekee	select SYS_HAS_CPU_BMIPS5000
283d666cd02SKevin Cernekee	select SWAP_IO_SPACE
28460b858f2SKevin Cernekee	select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
28560b858f2SKevin Cernekee	select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
28660b858f2SKevin Cernekee	select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
28760b858f2SKevin Cernekee	select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
2884dc4704cSJustin Chen	select HARDIRQS_SW_RESEND
289d666cd02SKevin Cernekee	help
2905f2d4459SKevin Cernekee	  Build a generic DT-based kernel image that boots on select
2915f2d4459SKevin Cernekee	  BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
2925f2d4459SKevin Cernekee	  box chips.  Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN
2935f2d4459SKevin Cernekee	  must be set appropriately for your board.
294d666cd02SKevin Cernekee
2951c0c13ebSAurelien Jarnoconfig BCM47XX
296c619366eSFlorian Fainelli	bool "Broadcom BCM47XX based boards"
297fe08f8c2SHauke Mehrtens	select BOOT_RAW
29842f77542SRalf Baechle	select CEVT_R4K
299940f6b48SRalf Baechle	select CSRC_R4K
3001c0c13ebSAurelien Jarno	select DMA_NONCOHERENT
301eb01d42aSChristoph Hellwig	select HAVE_PCI
30267e38cf2SRalf Baechle	select IRQ_MIPS_CPU
303314878d2SMarkos Chandras	select SYS_HAS_CPU_MIPS32_R1
304dd54deddSHauke Mehrtens	select NO_EXCEPT_FILL
3051c0c13ebSAurelien Jarno	select SYS_SUPPORTS_32BIT_KERNEL
3061c0c13ebSAurelien Jarno	select SYS_SUPPORTS_LITTLE_ENDIAN
307377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
3086507831fSAaro Koskinen	select SYS_SUPPORTS_ZBOOT
30925e5fb97SAurelien Jarno	select SYS_HAS_EARLY_PRINTK
310e6086557SRalf Baechle	select USE_GENERIC_EARLY_PRINTK_8250
311c949c0bcSRafał Miłecki	select GPIOLIB
312c949c0bcSRafał Miłecki	select LEDS_GPIO_REGISTER
313f6e734a8SRafał Miłecki	select BCM47XX_NVRAM
3142ab71a02SRafał Miłecki	select BCM47XX_SPROM
315dfe00495SMatt Redfearn	select BCM47XX_SSB if !BCM47XX_BCMA
3161c0c13ebSAurelien Jarno	help
3171c0c13ebSAurelien Jarno	  Support for BCM47XX based boards
3181c0c13ebSAurelien Jarno
319e7300d04SMaxime Bizonconfig BCM63XX
320e7300d04SMaxime Bizon	bool "Broadcom BCM63XX based boards"
321ae8de61cSFlorian Fainelli	select BOOT_RAW
322e7300d04SMaxime Bizon	select CEVT_R4K
323e7300d04SMaxime Bizon	select CSRC_R4K
324fc264022SJonas Gorski	select SYNC_R4K
325e7300d04SMaxime Bizon	select DMA_NONCOHERENT
32667e38cf2SRalf Baechle	select IRQ_MIPS_CPU
327e7300d04SMaxime Bizon	select SYS_SUPPORTS_32BIT_KERNEL
328e7300d04SMaxime Bizon	select SYS_SUPPORTS_BIG_ENDIAN
329e7300d04SMaxime Bizon	select SYS_HAS_EARLY_PRINTK
330e7300d04SMaxime Bizon	select SWAP_IO_SPACE
331d30a2b47SLinus Walleij	select GPIOLIB
332af2418beSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_4
333c5af3c2dSJonas Gorski	select CLKDEV_LOOKUP
334bbd7ffdbSStephen Boyd	select HAVE_LEGACY_CLK
335e7300d04SMaxime Bizon	help
336e7300d04SMaxime Bizon	  Support for BCM63XX based boards
337e7300d04SMaxime Bizon
3381da177e4SLinus Torvaldsconfig MIPS_COBALT
3393fa986faSMartin Michlmayr	bool "Cobalt Server"
34042f77542SRalf Baechle	select CEVT_R4K
341940f6b48SRalf Baechle	select CSRC_R4K
3421097c6acSYoichi Yuasa	select CEVT_GT641XX
3431da177e4SLinus Torvalds	select DMA_NONCOHERENT
344eb01d42aSChristoph Hellwig	select FORCE_PCI
345d865bea4SRalf Baechle	select I8253
3461da177e4SLinus Torvalds	select I8259
34767e38cf2SRalf Baechle	select IRQ_MIPS_CPU
348d5ab1a69SYoichi Yuasa	select IRQ_GT641XX
349252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
3507cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
3510a22e0d4SYoichi Yuasa	select SYS_HAS_EARLY_PRINTK
352ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3530e8774b6SFlorian Fainelli	select SYS_SUPPORTS_64BIT_KERNEL
3545e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
355e6086557SRalf Baechle	select USE_GENERIC_EARLY_PRINTK_8250
3561da177e4SLinus Torvalds
3571da177e4SLinus Torvaldsconfig MACH_DECSTATION
3583fa986faSMartin Michlmayr	bool "DECstations"
3591da177e4SLinus Torvalds	select BOOT_ELF32
3606457d9fcSYoichi Yuasa	select CEVT_DS1287
36181d10badSMaciej W. Rozycki	select CEVT_R4K if CPU_R4X00
3624247417dSYoichi Yuasa	select CSRC_IOASIC
36381d10badSMaciej W. Rozycki	select CSRC_R4K if CPU_R4X00
36420d60d99SMaciej W. Rozycki	select CPU_DADDI_WORKAROUNDS if 64BIT
36520d60d99SMaciej W. Rozycki	select CPU_R4000_WORKAROUNDS if 64BIT
36620d60d99SMaciej W. Rozycki	select CPU_R4400_WORKAROUNDS if 64BIT
3671da177e4SLinus Torvalds	select DMA_NONCOHERENT
368ce816fa8SUwe Kleine-König	select NO_IOPORT_MAP
36967e38cf2SRalf Baechle	select IRQ_MIPS_CPU
3707cf8053bSRalf Baechle	select SYS_HAS_CPU_R3000
3717cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
372ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3737d60717eSKees Cook	select SYS_SUPPORTS_64BIT_KERNEL
3745e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
3751723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_128HZ
3761723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_256HZ
3771723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_1024HZ
378930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_4
3795e83d430SRalf Baechle	help
3801da177e4SLinus Torvalds	  This enables support for DEC's MIPS based workstations.  For details
3811da177e4SLinus Torvalds	  see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
3821da177e4SLinus Torvalds	  DECstation porting pages on <http://decstation.unix-ag.org/>.
3831da177e4SLinus Torvalds
3841da177e4SLinus Torvalds	  If you have one of the following DECstation Models you definitely
3851da177e4SLinus Torvalds	  want to choose R4xx0 for the CPU Type:
3861da177e4SLinus Torvalds
3871da177e4SLinus Torvalds		DECstation 5000/50
3881da177e4SLinus Torvalds		DECstation 5000/150
3891da177e4SLinus Torvalds		DECstation 5000/260
3901da177e4SLinus Torvalds		DECsystem 5900/260
3911da177e4SLinus Torvalds
3921da177e4SLinus Torvalds	  otherwise choose R3000.
3931da177e4SLinus Torvalds
3945e83d430SRalf Baechleconfig MACH_JAZZ
3953fa986faSMartin Michlmayr	bool "Jazz family of machines"
39639b2d756SThomas Bogendoerfer	select ARC_MEMORY
39739b2d756SThomas Bogendoerfer	select ARC_PROMLIB
398a211a082SRalf Baechle	select ARCH_MIGHT_HAVE_PC_PARPORT
3997a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
4002f9237d4SChristoph Hellwig	select DMA_OPS
4010e2794b0SRalf Baechle	select FW_ARC
4020e2794b0SRalf Baechle	select FW_ARC32
4035e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
40442f77542SRalf Baechle	select CEVT_R4K
405940f6b48SRalf Baechle	select CSRC_R4K
406e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
4075e83d430SRalf Baechle	select GENERIC_ISA_DMA
4088a118c38SRalf Baechle	select HAVE_PCSPKR_PLATFORM
40967e38cf2SRalf Baechle	select IRQ_MIPS_CPU
410d865bea4SRalf Baechle	select I8253
4115e83d430SRalf Baechle	select I8259
4125e83d430SRalf Baechle	select ISA
4137cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
4145e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4157d60717eSKees Cook	select SYS_SUPPORTS_64BIT_KERNEL
4161723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_100HZ
417aadfe4b5SArnd Bergmann	select SYS_SUPPORTS_LITTLE_ENDIAN
4181da177e4SLinus Torvalds	help
4195e83d430SRalf Baechle	  This a family of machines based on the MIPS R4030 chipset which was
4205e83d430SRalf Baechle	  used by several vendors to build RISC/os and Windows NT workstations.
421692105b8SMatt LaPlante	  Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
4225e83d430SRalf Baechle	  Olivetti M700-10 workstations.
4235e83d430SRalf Baechle
424f0f4a753SPaul Cercueilconfig MACH_INGENIC_SOC
425de361e8bSPaul Burton	bool "Ingenic SoC based machines"
426f0f4a753SPaul Cercueil	select MIPS_GENERIC
427f0f4a753SPaul Cercueil	select MACH_INGENIC
428f9c9affcSLluís Batlle i Rossell	select SYS_SUPPORTS_ZBOOT_UART16550
4295ebabe59SLars-Peter Clausen
430171bb2f1SJohn Crispinconfig LANTIQ
431171bb2f1SJohn Crispin	bool "Lantiq based platforms"
432171bb2f1SJohn Crispin	select DMA_NONCOHERENT
43367e38cf2SRalf Baechle	select IRQ_MIPS_CPU
434171bb2f1SJohn Crispin	select CEVT_R4K
435171bb2f1SJohn Crispin	select CSRC_R4K
436171bb2f1SJohn Crispin	select SYS_HAS_CPU_MIPS32_R1
437171bb2f1SJohn Crispin	select SYS_HAS_CPU_MIPS32_R2
438171bb2f1SJohn Crispin	select SYS_SUPPORTS_BIG_ENDIAN
439171bb2f1SJohn Crispin	select SYS_SUPPORTS_32BIT_KERNEL
440377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
441171bb2f1SJohn Crispin	select SYS_SUPPORTS_MULTITHREADING
442f35764e7SJames Hogan	select SYS_SUPPORTS_VPE_LOADER
443171bb2f1SJohn Crispin	select SYS_HAS_EARLY_PRINTK
444d30a2b47SLinus Walleij	select GPIOLIB
445171bb2f1SJohn Crispin	select SWAP_IO_SPACE
446171bb2f1SJohn Crispin	select BOOT_RAW
447287e3f3fSJohn Crispin	select CLKDEV_LOOKUP
448bbd7ffdbSStephen Boyd	select HAVE_LEGACY_CLK
449a0392222SJohn Crispin	select USE_OF
4503f8c50c9SJohn Crispin	select PINCTRL
4513f8c50c9SJohn Crispin	select PINCTRL_LANTIQ
452c530781cSJohn Crispin	select ARCH_HAS_RESET_CONTROLLER
453c530781cSJohn Crispin	select RESET_CONTROLLER
454171bb2f1SJohn Crispin
45530ad29bbSHuacai Chenconfig MACH_LOONGSON32
456caed1d1bSHuacai Chen	bool "Loongson 32-bit family of machines"
457c7e8c668SWu Zhangjin	select SYS_SUPPORTS_ZBOOT
458ade299d8SYoichi Yuasa	help
45930ad29bbSHuacai Chen	  This enables support for the Loongson-1 family of machines.
46085749d24SWu Zhangjin
46130ad29bbSHuacai Chen	  Loongson-1 is a family of 32-bit MIPS-compatible SoCs developed by
46230ad29bbSHuacai Chen	  the Institute of Computing Technology (ICT), Chinese Academy of
46330ad29bbSHuacai Chen	  Sciences (CAS).
464ade299d8SYoichi Yuasa
46571e2f4ddSJiaxun Yangconfig MACH_LOONGSON2EF
46671e2f4ddSJiaxun Yang	bool "Loongson-2E/F family of machines"
467ca585cf9SKelvin Cheung	select SYS_SUPPORTS_ZBOOT
468ca585cf9SKelvin Cheung	help
46971e2f4ddSJiaxun Yang	  This enables the support of early Loongson-2E/F family of machines.
470ca585cf9SKelvin Cheung
47171e2f4ddSJiaxun Yangconfig MACH_LOONGSON64
472caed1d1bSHuacai Chen	bool "Loongson 64-bit family of machines"
4736fbde6b4SJiaxun Yang	select ARCH_SPARSEMEM_ENABLE
4746fbde6b4SJiaxun Yang	select ARCH_MIGHT_HAVE_PC_PARPORT
4756fbde6b4SJiaxun Yang	select ARCH_MIGHT_HAVE_PC_SERIO
4766fbde6b4SJiaxun Yang	select GENERIC_ISA_DMA_SUPPORT_BROKEN
4776fbde6b4SJiaxun Yang	select BOOT_ELF32
4786fbde6b4SJiaxun Yang	select BOARD_SCACHE
4796fbde6b4SJiaxun Yang	select CSRC_R4K
4806fbde6b4SJiaxun Yang	select CEVT_R4K
4816fbde6b4SJiaxun Yang	select CPU_HAS_WB
4826fbde6b4SJiaxun Yang	select FORCE_PCI
4836fbde6b4SJiaxun Yang	select ISA
4846fbde6b4SJiaxun Yang	select I8259
4856fbde6b4SJiaxun Yang	select IRQ_MIPS_CPU
4867d6d2837SJiaxun Yang	select NO_EXCEPT_FILL
4875125bfeeSTiezhu Yang	select NR_CPUS_DEFAULT_64
4886fbde6b4SJiaxun Yang	select USE_GENERIC_EARLY_PRINTK_8250
4896423e59aSJiaxun Yang	select PCI_DRIVERS_GENERIC
4906fbde6b4SJiaxun Yang	select SYS_HAS_CPU_LOONGSON64
4916fbde6b4SJiaxun Yang	select SYS_HAS_EARLY_PRINTK
4926fbde6b4SJiaxun Yang	select SYS_SUPPORTS_SMP
4936fbde6b4SJiaxun Yang	select SYS_SUPPORTS_HOTPLUG_CPU
4946fbde6b4SJiaxun Yang	select SYS_SUPPORTS_NUMA
4956fbde6b4SJiaxun Yang	select SYS_SUPPORTS_64BIT_KERNEL
4966fbde6b4SJiaxun Yang	select SYS_SUPPORTS_HIGHMEM
4976fbde6b4SJiaxun Yang	select SYS_SUPPORTS_LITTLE_ENDIAN
49871e2f4ddSJiaxun Yang	select SYS_SUPPORTS_ZBOOT
499a307a4ceSJinyang He	select SYS_SUPPORTS_RELOCATABLE
5006fbde6b4SJiaxun Yang	select ZONE_DMA32
50187fcfa7bSJiaxun Yang	select COMMON_CLK
50287fcfa7bSJiaxun Yang	select USE_OF
50387fcfa7bSJiaxun Yang	select BUILTIN_DTB
50439c1485cSHuacai Chen	select PCI_HOST_GENERIC
50571e2f4ddSJiaxun Yang	help
506caed1d1bSHuacai Chen	  This enables the support of Loongson-2/3 family of machines.
507caed1d1bSHuacai Chen
508caed1d1bSHuacai Chen	  Loongson-2 and Loongson-3 are 64-bit general-purpose processors with
509caed1d1bSHuacai Chen	  GS264/GS464/GS464E/GS464V microarchitecture (except old Loongson-2E
510caed1d1bSHuacai Chen	  and Loongson-2F which will be removed), developed by the Institute
511caed1d1bSHuacai Chen	  of Computing Technology (ICT), Chinese Academy of Sciences (CAS).
512ca585cf9SKelvin Cheung
5136a438309SAndrew Brestickerconfig MACH_PISTACHIO
5146a438309SAndrew Bresticker	bool "IMG Pistachio SoC based boards"
5156a438309SAndrew Bresticker	select BOOT_ELF32
5166a438309SAndrew Bresticker	select BOOT_RAW
5176a438309SAndrew Bresticker	select CEVT_R4K
5186a438309SAndrew Bresticker	select CLKSRC_MIPS_GIC
5196a438309SAndrew Bresticker	select COMMON_CLK
5206a438309SAndrew Bresticker	select CSRC_R4K
521645c7827SZubair Lutfullah Kakakhel	select DMA_NONCOHERENT
522d30a2b47SLinus Walleij	select GPIOLIB
52367e38cf2SRalf Baechle	select IRQ_MIPS_CPU
5246a438309SAndrew Bresticker	select MFD_SYSCON
5256a438309SAndrew Bresticker	select MIPS_CPU_SCACHE
5266a438309SAndrew Bresticker	select MIPS_GIC
5276a438309SAndrew Bresticker	select PINCTRL
5286a438309SAndrew Bresticker	select REGULATOR
5296a438309SAndrew Bresticker	select SYS_HAS_CPU_MIPS32_R2
5306a438309SAndrew Bresticker	select SYS_SUPPORTS_32BIT_KERNEL
5316a438309SAndrew Bresticker	select SYS_SUPPORTS_LITTLE_ENDIAN
5326a438309SAndrew Bresticker	select SYS_SUPPORTS_MIPS_CPS
5336a438309SAndrew Bresticker	select SYS_SUPPORTS_MULTITHREADING
53441cc07beSMatt Redfearn	select SYS_SUPPORTS_RELOCATABLE
5356a438309SAndrew Bresticker	select SYS_SUPPORTS_ZBOOT
536018f62eeSEzequiel Garcia	select SYS_HAS_EARLY_PRINTK
537018f62eeSEzequiel Garcia	select USE_GENERIC_EARLY_PRINTK_8250
5386a438309SAndrew Bresticker	select USE_OF
5396a438309SAndrew Bresticker	help
5406a438309SAndrew Bresticker	  This enables support for the IMG Pistachio SoC platform.
5416a438309SAndrew Bresticker
5421da177e4SLinus Torvaldsconfig MIPS_MALTA
5433fa986faSMartin Michlmayr	bool "MIPS Malta board"
54461ed242dSRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
545a211a082SRalf Baechle	select ARCH_MIGHT_HAVE_PC_PARPORT
5467a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
5471da177e4SLinus Torvalds	select BOOT_ELF32
548fa71c960SRalf Baechle	select BOOT_RAW
549e8823d26SPaul Burton	select BUILTIN_DTB
55042f77542SRalf Baechle	select CEVT_R4K
551fa5635a2SAndrew Bresticker	select CLKSRC_MIPS_GIC
55242b002abSGuenter Roeck	select COMMON_CLK
55347bf2b03SMaksym Kokhan	select CSRC_R4K
554a86497d6SChristoph Hellwig	select DMA_NONCOHERENT
5551da177e4SLinus Torvalds	select GENERIC_ISA_DMA
5568a118c38SRalf Baechle	select HAVE_PCSPKR_PLATFORM
557eb01d42aSChristoph Hellwig	select HAVE_PCI
558d865bea4SRalf Baechle	select I8253
5591da177e4SLinus Torvalds	select I8259
56047bf2b03SMaksym Kokhan	select IRQ_MIPS_CPU
5615e83d430SRalf Baechle	select MIPS_BONITO64
5629318c51aSChris Dearman	select MIPS_CPU_SCACHE
56347bf2b03SMaksym Kokhan	select MIPS_GIC
564a7ef1eadSKevin Cernekee	select MIPS_L1_CACHE_SHIFT_6
5655e83d430SRalf Baechle	select MIPS_MSC
56647bf2b03SMaksym Kokhan	select PCI_GT64XXX_PCI0
567ecafe3e9SPaul Burton	select SMP_UP if SMP
5681da177e4SLinus Torvalds	select SWAP_IO_SPACE
5697cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
5707cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
571bfc3c5a6SMarkos Chandras	select SYS_HAS_CPU_MIPS32_R3_5
572c5b36783SSteven J. Hill	select SYS_HAS_CPU_MIPS32_R5
573575509b6SMarkos Chandras	select SYS_HAS_CPU_MIPS32_R6
5747cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
5755d9fbed1SLeonid Yegoshin	select SYS_HAS_CPU_MIPS64_R2
576575509b6SMarkos Chandras	select SYS_HAS_CPU_MIPS64_R6
5777cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
5787cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
579ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
580ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5815e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
582c5b36783SSteven J. Hill	select SYS_SUPPORTS_HIGHMEM
5835e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
584424ebcdfSMaciej W. Rozycki	select SYS_SUPPORTS_MICROMIPS
58547bf2b03SMaksym Kokhan	select SYS_SUPPORTS_MIPS16
5860365070fSTim Anderson	select SYS_SUPPORTS_MIPS_CMP
587e56b6aa6SPaul Burton	select SYS_SUPPORTS_MIPS_CPS
588f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING
58947bf2b03SMaksym Kokhan	select SYS_SUPPORTS_RELOCATABLE
5909693a853SFranck Bui-Huu	select SYS_SUPPORTS_SMARTMIPS
591f35764e7SJames Hogan	select SYS_SUPPORTS_VPE_LOADER
5921b93b3c3SWu Zhangjin	select SYS_SUPPORTS_ZBOOT
593e8823d26SPaul Burton	select USE_OF
594886ee136SThomas Bogendoerfer	select WAR_ICACHE_REFILLS
595abcc82b1SJames Hogan	select ZONE_DMA32 if 64BIT
5961da177e4SLinus Torvalds	help
597f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Malta evaluation
5981da177e4SLinus Torvalds	  board.
5991da177e4SLinus Torvalds
6002572f00dSJoshua Hendersonconfig MACH_PIC32
6012572f00dSJoshua Henderson	bool "Microchip PIC32 Family"
6022572f00dSJoshua Henderson	help
6032572f00dSJoshua Henderson	  This enables support for the Microchip PIC32 family of platforms.
6042572f00dSJoshua Henderson
6052572f00dSJoshua Henderson	  Microchip PIC32 is a family of general-purpose 32 bit MIPS core
6062572f00dSJoshua Henderson	  microcontrollers.
6072572f00dSJoshua Henderson
6085e83d430SRalf Baechleconfig MACH_VR41XX
60974142d65SYoichi Yuasa	bool "NEC VR4100 series based machines"
61042f77542SRalf Baechle	select CEVT_R4K
611940f6b48SRalf Baechle	select CSRC_R4K
6127cf8053bSRalf Baechle	select SYS_HAS_CPU_VR41XX
613377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
614d30a2b47SLinus Walleij	select GPIOLIB
6155e83d430SRalf Baechle
616baec970aSLauri Kasanenconfig MACH_NINTENDO64
617baec970aSLauri Kasanen	bool "Nintendo 64 console"
618baec970aSLauri Kasanen	select CEVT_R4K
619baec970aSLauri Kasanen	select CSRC_R4K
620baec970aSLauri Kasanen	select SYS_HAS_CPU_R4300
621baec970aSLauri Kasanen	select SYS_SUPPORTS_BIG_ENDIAN
622baec970aSLauri Kasanen	select SYS_SUPPORTS_ZBOOT
623baec970aSLauri Kasanen	select SYS_SUPPORTS_32BIT_KERNEL
624baec970aSLauri Kasanen	select SYS_SUPPORTS_64BIT_KERNEL
625baec970aSLauri Kasanen	select DMA_NONCOHERENT
626baec970aSLauri Kasanen	select IRQ_MIPS_CPU
627baec970aSLauri Kasanen
628ae2b5bb6SJohn Crispinconfig RALINK
629ae2b5bb6SJohn Crispin	bool "Ralink based machines"
630ae2b5bb6SJohn Crispin	select CEVT_R4K
631ae2b5bb6SJohn Crispin	select CSRC_R4K
632ae2b5bb6SJohn Crispin	select BOOT_RAW
633ae2b5bb6SJohn Crispin	select DMA_NONCOHERENT
63467e38cf2SRalf Baechle	select IRQ_MIPS_CPU
635ae2b5bb6SJohn Crispin	select USE_OF
636ae2b5bb6SJohn Crispin	select SYS_HAS_CPU_MIPS32_R1
637ae2b5bb6SJohn Crispin	select SYS_HAS_CPU_MIPS32_R2
638ae2b5bb6SJohn Crispin	select SYS_SUPPORTS_32BIT_KERNEL
639ae2b5bb6SJohn Crispin	select SYS_SUPPORTS_LITTLE_ENDIAN
640377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
6411f0400d0SChuanhong Guo	select SYS_SUPPORTS_ZBOOT
642ae2b5bb6SJohn Crispin	select SYS_HAS_EARLY_PRINTK
643ae2b5bb6SJohn Crispin	select CLKDEV_LOOKUP
6442a153f1cSJohn Crispin	select ARCH_HAS_RESET_CONTROLLER
6452a153f1cSJohn Crispin	select RESET_CONTROLLER
646ae2b5bb6SJohn Crispin
6474042147aSBert Vermeulenconfig MACH_REALTEK_RTL
6484042147aSBert Vermeulen	bool "Realtek RTL838x/RTL839x based machines"
6494042147aSBert Vermeulen	select MIPS_GENERIC
6504042147aSBert Vermeulen	select DMA_NONCOHERENT
6514042147aSBert Vermeulen	select IRQ_MIPS_CPU
6524042147aSBert Vermeulen	select CSRC_R4K
6534042147aSBert Vermeulen	select CEVT_R4K
6544042147aSBert Vermeulen	select SYS_HAS_CPU_MIPS32_R1
6554042147aSBert Vermeulen	select SYS_HAS_CPU_MIPS32_R2
6564042147aSBert Vermeulen	select SYS_SUPPORTS_BIG_ENDIAN
6574042147aSBert Vermeulen	select SYS_SUPPORTS_32BIT_KERNEL
6584042147aSBert Vermeulen	select SYS_SUPPORTS_MIPS16
6594042147aSBert Vermeulen	select SYS_SUPPORTS_MULTITHREADING
6604042147aSBert Vermeulen	select SYS_SUPPORTS_VPE_LOADER
6614042147aSBert Vermeulen	select SYS_HAS_EARLY_PRINTK
6624042147aSBert Vermeulen	select SYS_HAS_EARLY_PRINTK_8250
6634042147aSBert Vermeulen	select USE_GENERIC_EARLY_PRINTK_8250
6644042147aSBert Vermeulen	select BOOT_RAW
6654042147aSBert Vermeulen	select PINCTRL
6664042147aSBert Vermeulen	select USE_OF
6674042147aSBert Vermeulen
6681da177e4SLinus Torvaldsconfig SGI_IP22
6693fa986faSMartin Michlmayr	bool "SGI IP22 (Indy/Indigo2)"
670c0de00b2SThomas Bogendoerfer	select ARC_MEMORY
67139b2d756SThomas Bogendoerfer	select ARC_PROMLIB
6720e2794b0SRalf Baechle	select FW_ARC
6730e2794b0SRalf Baechle	select FW_ARC32
6747a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
6751da177e4SLinus Torvalds	select BOOT_ELF32
67642f77542SRalf Baechle	select CEVT_R4K
677940f6b48SRalf Baechle	select CSRC_R4K
678e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION
6791da177e4SLinus Torvalds	select DMA_NONCOHERENT
6806630a8e5SChristoph Hellwig	select HAVE_EISA
681d865bea4SRalf Baechle	select I8253
68268de4803SThomas Bogendoerfer	select I8259
6831da177e4SLinus Torvalds	select IP22_CPU_SCACHE
68467e38cf2SRalf Baechle	select IRQ_MIPS_CPU
685aa414dffSRalf Baechle	select GENERIC_ISA_DMA_SUPPORT_BROKEN
686e2defae5SThomas Bogendoerfer	select SGI_HAS_I8042
687e2defae5SThomas Bogendoerfer	select SGI_HAS_INDYDOG
68836e5c21dSThomas Bogendoerfer	select SGI_HAS_HAL2
689e2defae5SThomas Bogendoerfer	select SGI_HAS_SEEQ
690e2defae5SThomas Bogendoerfer	select SGI_HAS_WD93
691e2defae5SThomas Bogendoerfer	select SGI_HAS_ZILOG
6921da177e4SLinus Torvalds	select SWAP_IO_SPACE
6937cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
6947cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
695c0de00b2SThomas Bogendoerfer	select SYS_HAS_EARLY_PRINTK
696ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
697ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6985e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
699802b8362SThomas Bogendoerfer	select WAR_R4600_V1_INDEX_ICACHEOP
7005e5b6527SThomas Bogendoerfer	select WAR_R4600_V1_HIT_CACHEOP
70144def342SThomas Bogendoerfer	select WAR_R4600_V2_HIT_CACHEOP
702930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_7
7031da177e4SLinus Torvalds	help
7041da177e4SLinus Torvalds	  This are the SGI Indy, Challenge S and Indigo2, as well as certain
7051da177e4SLinus Torvalds	  OEM variants like the Tandem CMN B006S. To compile a Linux kernel
7061da177e4SLinus Torvalds	  that runs on these, say Y here.
7071da177e4SLinus Torvalds
7081da177e4SLinus Torvaldsconfig SGI_IP27
7093fa986faSMartin Michlmayr	bool "SGI IP27 (Origin200/2000)"
71054aed4ddSChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
711397dc00eSMike Rapoport	select ARCH_SPARSEMEM_ENABLE
7120e2794b0SRalf Baechle	select FW_ARC
7130e2794b0SRalf Baechle	select FW_ARC64
714e9422427SThomas Bogendoerfer	select ARC_CMDLINE_ONLY
7155e83d430SRalf Baechle	select BOOT_ELF64
716e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION
71704100459SChristoph Hellwig	select FORCE_PCI
71836a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
719eb01d42aSChristoph Hellwig	select HAVE_PCI
72069a07a41SThomas Bogendoerfer	select IRQ_MIPS_CPU
721e6308b6dSThomas Bogendoerfer	select IRQ_DOMAIN_HIERARCHY
722130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_64
723a57140e9SThomas Bogendoerfer	select PCI_DRIVERS_GENERIC
724a57140e9SThomas Bogendoerfer	select PCI_XTALK_BRIDGE
7257cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000
726ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
7275e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
728d8cb4e11SRalf Baechle	select SYS_SUPPORTS_NUMA
7291a5c5de1SRalf Baechle	select SYS_SUPPORTS_SMP
730256ec489SThomas Bogendoerfer	select WAR_R10000_LLSC
731930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_7
7326c86a302SMike Rapoport	select NUMA
7331da177e4SLinus Torvalds	help
7341da177e4SLinus Torvalds	  This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
7351da177e4SLinus Torvalds	  workstations.  To compile a Linux kernel that runs on these, say Y
7361da177e4SLinus Torvalds	  here.
7371da177e4SLinus Torvalds
738e2defae5SThomas Bogendoerferconfig SGI_IP28
7397d60717eSKees Cook	bool "SGI IP28 (Indigo2 R10k)"
740c0de00b2SThomas Bogendoerfer	select ARC_MEMORY
74139b2d756SThomas Bogendoerfer	select ARC_PROMLIB
7420e2794b0SRalf Baechle	select FW_ARC
7430e2794b0SRalf Baechle	select FW_ARC64
7447a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
745e2defae5SThomas Bogendoerfer	select BOOT_ELF64
746e2defae5SThomas Bogendoerfer	select CEVT_R4K
747e2defae5SThomas Bogendoerfer	select CSRC_R4K
748e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION
749e2defae5SThomas Bogendoerfer	select DMA_NONCOHERENT
750e2defae5SThomas Bogendoerfer	select GENERIC_ISA_DMA_SUPPORT_BROKEN
75167e38cf2SRalf Baechle	select IRQ_MIPS_CPU
7526630a8e5SChristoph Hellwig	select HAVE_EISA
753e2defae5SThomas Bogendoerfer	select I8253
754e2defae5SThomas Bogendoerfer	select I8259
755e2defae5SThomas Bogendoerfer	select SGI_HAS_I8042
756e2defae5SThomas Bogendoerfer	select SGI_HAS_INDYDOG
7575b438c44SThomas Bogendoerfer	select SGI_HAS_HAL2
758e2defae5SThomas Bogendoerfer	select SGI_HAS_SEEQ
759e2defae5SThomas Bogendoerfer	select SGI_HAS_WD93
760e2defae5SThomas Bogendoerfer	select SGI_HAS_ZILOG
761e2defae5SThomas Bogendoerfer	select SWAP_IO_SPACE
762e2defae5SThomas Bogendoerfer	select SYS_HAS_CPU_R10000
763c0de00b2SThomas Bogendoerfer	select SYS_HAS_EARLY_PRINTK
764e2defae5SThomas Bogendoerfer	select SYS_SUPPORTS_64BIT_KERNEL
765e2defae5SThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
766256ec489SThomas Bogendoerfer	select WAR_R10000_LLSC
767dc24d68dSThomas Bogendoerfer	select MIPS_L1_CACHE_SHIFT_7
768e2defae5SThomas Bogendoerfer	help
769e2defae5SThomas Bogendoerfer	  This is the SGI Indigo2 with R10000 processor.  To compile a Linux
770e2defae5SThomas Bogendoerfer	  kernel that runs on these, say Y here.
771e2defae5SThomas Bogendoerfer
7727505576dSThomas Bogendoerferconfig SGI_IP30
7737505576dSThomas Bogendoerfer	bool "SGI IP30 (Octane/Octane2)"
7747505576dSThomas Bogendoerfer	select ARCH_HAS_PHYS_TO_DMA
7757505576dSThomas Bogendoerfer	select FW_ARC
7767505576dSThomas Bogendoerfer	select FW_ARC64
7777505576dSThomas Bogendoerfer	select BOOT_ELF64
7787505576dSThomas Bogendoerfer	select CEVT_R4K
7797505576dSThomas Bogendoerfer	select CSRC_R4K
78004100459SChristoph Hellwig	select FORCE_PCI
7817505576dSThomas Bogendoerfer	select SYNC_R4K if SMP
7827505576dSThomas Bogendoerfer	select ZONE_DMA32
7837505576dSThomas Bogendoerfer	select HAVE_PCI
7847505576dSThomas Bogendoerfer	select IRQ_MIPS_CPU
7857505576dSThomas Bogendoerfer	select IRQ_DOMAIN_HIERARCHY
7867505576dSThomas Bogendoerfer	select NR_CPUS_DEFAULT_2
7877505576dSThomas Bogendoerfer	select PCI_DRIVERS_GENERIC
7887505576dSThomas Bogendoerfer	select PCI_XTALK_BRIDGE
7897505576dSThomas Bogendoerfer	select SYS_HAS_EARLY_PRINTK
7907505576dSThomas Bogendoerfer	select SYS_HAS_CPU_R10000
7917505576dSThomas Bogendoerfer	select SYS_SUPPORTS_64BIT_KERNEL
7927505576dSThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
7937505576dSThomas Bogendoerfer	select SYS_SUPPORTS_SMP
794256ec489SThomas Bogendoerfer	select WAR_R10000_LLSC
7957505576dSThomas Bogendoerfer	select MIPS_L1_CACHE_SHIFT_7
7967505576dSThomas Bogendoerfer	select ARC_MEMORY
7977505576dSThomas Bogendoerfer	help
7987505576dSThomas Bogendoerfer	  These are the SGI Octane and Octane2 graphics workstations.  To
7997505576dSThomas Bogendoerfer	  compile a Linux kernel that runs on these, say Y here.
8007505576dSThomas Bogendoerfer
8011da177e4SLinus Torvaldsconfig SGI_IP32
802cfd2afc0SRalf Baechle	bool "SGI IP32 (O2)"
80339b2d756SThomas Bogendoerfer	select ARC_MEMORY
80439b2d756SThomas Bogendoerfer	select ARC_PROMLIB
80503df8229SChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
8060e2794b0SRalf Baechle	select FW_ARC
8070e2794b0SRalf Baechle	select FW_ARC32
8081da177e4SLinus Torvalds	select BOOT_ELF32
80942f77542SRalf Baechle	select CEVT_R4K
810940f6b48SRalf Baechle	select CSRC_R4K
8111da177e4SLinus Torvalds	select DMA_NONCOHERENT
812eb01d42aSChristoph Hellwig	select HAVE_PCI
81367e38cf2SRalf Baechle	select IRQ_MIPS_CPU
8141da177e4SLinus Torvalds	select R5000_CPU_SCACHE
8151da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
8167cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
8177cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000 if BROKEN
8187cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
819dd2f18feSRalf Baechle	select SYS_HAS_CPU_NEVADA
820ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
8215e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
822886ee136SThomas Bogendoerfer	select WAR_ICACHE_REFILLS
8231da177e4SLinus Torvalds	help
8241da177e4SLinus Torvalds	  If you want this kernel to run on SGI O2 workstation, say Y here.
8251da177e4SLinus Torvalds
826ade299d8SYoichi Yuasaconfig SIBYTE_CRHINE
827ade299d8SYoichi Yuasa	bool "Sibyte BCM91120C-CRhine"
8285e83d430SRalf Baechle	select BOOT_ELF32
8295e83d430SRalf Baechle	select SIBYTE_BCM1120
8305e83d430SRalf Baechle	select SWAP_IO_SPACE
8317cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
8325e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
8335e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
8345e83d430SRalf Baechle
835ade299d8SYoichi Yuasaconfig SIBYTE_CARMEL
836ade299d8SYoichi Yuasa	bool "Sibyte BCM91120x-Carmel"
8375e83d430SRalf Baechle	select BOOT_ELF32
8385e83d430SRalf Baechle	select SIBYTE_BCM1120
8395e83d430SRalf Baechle	select SWAP_IO_SPACE
8407cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
8415e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
8425e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
8435e83d430SRalf Baechle
8445e83d430SRalf Baechleconfig SIBYTE_CRHONE
8453fa986faSMartin Michlmayr	bool "Sibyte BCM91125C-CRhone"
8465e83d430SRalf Baechle	select BOOT_ELF32
8475e83d430SRalf Baechle	select SIBYTE_BCM1125
8485e83d430SRalf Baechle	select SWAP_IO_SPACE
8497cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
8505e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
8515e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
8525e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
8535e83d430SRalf Baechle
854ade299d8SYoichi Yuasaconfig SIBYTE_RHONE
855ade299d8SYoichi Yuasa	bool "Sibyte BCM91125E-Rhone"
856ade299d8SYoichi Yuasa	select BOOT_ELF32
857ade299d8SYoichi Yuasa	select SIBYTE_BCM1125H
858ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
859ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
860ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
861ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
862ade299d8SYoichi Yuasa
863ade299d8SYoichi Yuasaconfig SIBYTE_SWARM
864ade299d8SYoichi Yuasa	bool "Sibyte BCM91250A-SWARM"
865ade299d8SYoichi Yuasa	select BOOT_ELF32
866fcf3ca4cSSebastian Andrzej Siewior	select HAVE_PATA_PLATFORM
867ade299d8SYoichi Yuasa	select SIBYTE_SB1250
868ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
869ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
870ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
871ade299d8SYoichi Yuasa	select SYS_SUPPORTS_HIGHMEM
872ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
873cce335aeSRalf Baechle	select ZONE_DMA32 if 64BIT
874e4849affSMaciej W. Rozycki	select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
875ade299d8SYoichi Yuasa
876ade299d8SYoichi Yuasaconfig SIBYTE_LITTLESUR
877ade299d8SYoichi Yuasa	bool "Sibyte BCM91250C2-LittleSur"
878ade299d8SYoichi Yuasa	select BOOT_ELF32
879fcf3ca4cSSebastian Andrzej Siewior	select HAVE_PATA_PLATFORM
880ade299d8SYoichi Yuasa	select SIBYTE_SB1250
881ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
882ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
883ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
884ade299d8SYoichi Yuasa	select SYS_SUPPORTS_HIGHMEM
885ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
886756d6d83SMaciej W. Rozycki	select ZONE_DMA32 if 64BIT
887ade299d8SYoichi Yuasa
888ade299d8SYoichi Yuasaconfig SIBYTE_SENTOSA
889ade299d8SYoichi Yuasa	bool "Sibyte BCM91250E-Sentosa"
890ade299d8SYoichi Yuasa	select BOOT_ELF32
891ade299d8SYoichi Yuasa	select SIBYTE_SB1250
892ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
893ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
894ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
895ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
896e4849affSMaciej W. Rozycki	select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
897ade299d8SYoichi Yuasa
898ade299d8SYoichi Yuasaconfig SIBYTE_BIGSUR
899ade299d8SYoichi Yuasa	bool "Sibyte BCM91480B-BigSur"
900ade299d8SYoichi Yuasa	select BOOT_ELF32
901ade299d8SYoichi Yuasa	select NR_CPUS_DEFAULT_4
902ade299d8SYoichi Yuasa	select SIBYTE_BCM1x80
903ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
904ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
905ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
906651194f8SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
907ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
908cce335aeSRalf Baechle	select ZONE_DMA32 if 64BIT
909e4849affSMaciej W. Rozycki	select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
910ade299d8SYoichi Yuasa
91114b36af4SThomas Bogendoerferconfig SNI_RM
91214b36af4SThomas Bogendoerfer	bool "SNI RM200/300/400"
91339b2d756SThomas Bogendoerfer	select ARC_MEMORY
91439b2d756SThomas Bogendoerfer	select ARC_PROMLIB
9150e2794b0SRalf Baechle	select FW_ARC if CPU_LITTLE_ENDIAN
9160e2794b0SRalf Baechle	select FW_ARC32 if CPU_LITTLE_ENDIAN
917aaa9fad3SPaul Bolle	select FW_SNIPROM if CPU_BIG_ENDIAN
9185e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
919a211a082SRalf Baechle	select ARCH_MIGHT_HAVE_PC_PARPORT
9207a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
9215e83d430SRalf Baechle	select BOOT_ELF32
92242f77542SRalf Baechle	select CEVT_R4K
923940f6b48SRalf Baechle	select CSRC_R4K
924e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
9255e83d430SRalf Baechle	select DMA_NONCOHERENT
9265e83d430SRalf Baechle	select GENERIC_ISA_DMA
9276630a8e5SChristoph Hellwig	select HAVE_EISA
9288a118c38SRalf Baechle	select HAVE_PCSPKR_PLATFORM
929eb01d42aSChristoph Hellwig	select HAVE_PCI
93067e38cf2SRalf Baechle	select IRQ_MIPS_CPU
931d865bea4SRalf Baechle	select I8253
9325e83d430SRalf Baechle	select I8259
9335e83d430SRalf Baechle	select ISA
934564c836fSThomas Bogendoerfer	select MIPS_L1_CACHE_SHIFT_6
9354a0312fcSThomas Bogendoerfer	select SWAP_IO_SPACE if CPU_BIG_ENDIAN
9367cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
9374a0312fcSThomas Bogendoerfer	select SYS_HAS_CPU_R5000
938c066a32aSThomas Bogendoerfer	select SYS_HAS_CPU_R10000
9394a0312fcSThomas Bogendoerfer	select R5000_CPU_SCACHE
94036a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
941ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
9427d60717eSKees Cook	select SYS_SUPPORTS_64BIT_KERNEL
9434a0312fcSThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
9445e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
9455e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
94644def342SThomas Bogendoerfer	select WAR_R4600_V2_HIT_CACHEOP
9471da177e4SLinus Torvalds	help
94814b36af4SThomas Bogendoerfer	  The SNI RM200/300/400 are MIPS-based machines manufactured by
94914b36af4SThomas Bogendoerfer	  Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
9505e83d430SRalf Baechle	  Technology and now in turn merged with Fujitsu.  Say Y here to
9515e83d430SRalf Baechle	  support this machine type.
9521da177e4SLinus Torvalds
953edcaf1a6SAtsushi Nemotoconfig MACH_TX39XX
954edcaf1a6SAtsushi Nemoto	bool "Toshiba TX39 series based machines"
9555e83d430SRalf Baechle
956edcaf1a6SAtsushi Nemotoconfig MACH_TX49XX
957edcaf1a6SAtsushi Nemoto	bool "Toshiba TX49 series based machines"
95824a1c023SThomas Bogendoerfer	select WAR_TX49XX_ICACHE_INDEX_INV
95923fbee9dSRalf Baechle
96073b4390fSRalf Baechleconfig MIKROTIK_RB532
96173b4390fSRalf Baechle	bool "Mikrotik RB532 boards"
96273b4390fSRalf Baechle	select CEVT_R4K
96373b4390fSRalf Baechle	select CSRC_R4K
96473b4390fSRalf Baechle	select DMA_NONCOHERENT
965eb01d42aSChristoph Hellwig	select HAVE_PCI
96667e38cf2SRalf Baechle	select IRQ_MIPS_CPU
96773b4390fSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
96873b4390fSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
96973b4390fSRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
97073b4390fSRalf Baechle	select SWAP_IO_SPACE
97173b4390fSRalf Baechle	select BOOT_RAW
972d30a2b47SLinus Walleij	select GPIOLIB
973930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_4
97473b4390fSRalf Baechle	help
97573b4390fSRalf Baechle	  Support the Mikrotik(tm) RouterBoard 532 series,
97673b4390fSRalf Baechle	  based on the IDT RC32434 SoC.
97773b4390fSRalf Baechle
9789ddebc46SDavid Daneyconfig CAVIUM_OCTEON_SOC
9799ddebc46SDavid Daney	bool "Cavium Networks Octeon SoC based boards"
980a86c7f72SDavid Daney	select CEVT_R4K
981ea8c64acSChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
9821753d50cSChristoph Hellwig	select HAVE_RAPIDIO
983d4a451d5SChristoph Hellwig	select PHYS_ADDR_T_64BIT
984a86c7f72SDavid Daney	select SYS_SUPPORTS_64BIT_KERNEL
985a86c7f72SDavid Daney	select SYS_SUPPORTS_BIG_ENDIAN
986f65aad41SRalf Baechle	select EDAC_SUPPORT
987b01aec9bSBorislav Petkov	select EDAC_ATOMIC_SCRUB
98873569d87SDavid Daney	select SYS_SUPPORTS_LITTLE_ENDIAN
98973569d87SDavid Daney	select SYS_SUPPORTS_HOTPLUG_CPU if CPU_BIG_ENDIAN
990a86c7f72SDavid Daney	select SYS_HAS_EARLY_PRINTK
9915e683389SDavid Daney	select SYS_HAS_CPU_CAVIUM_OCTEON
992eb01d42aSChristoph Hellwig	select HAVE_PCI
99378bdbbacSMasahiro Yamada	select HAVE_PLAT_DELAY
99478bdbbacSMasahiro Yamada	select HAVE_PLAT_FW_INIT_CMDLINE
99578bdbbacSMasahiro Yamada	select HAVE_PLAT_MEMCPY
996f00e001eSDavid Daney	select ZONE_DMA32
997465aaed0SDavid Daney	select HOLES_IN_ZONE
998d30a2b47SLinus Walleij	select GPIOLIB
9996e511163SDavid Daney	select USE_OF
10006e511163SDavid Daney	select ARCH_SPARSEMEM_ENABLE
10016e511163SDavid Daney	select SYS_SUPPORTS_SMP
10027820b84bSDavid Daney	select NR_CPUS_DEFAULT_64
10037820b84bSDavid Daney	select MIPS_NR_CPU_NR_MAP_1024
1004e326479fSAndrew Bresticker	select BUILTIN_DTB
1005*f766b28aSJulian Braha	select MTD
10068c1e6b14SDavid Daney	select MTD_COMPLEX_MAPPINGS
100709230cbcSChristoph Hellwig	select SWIOTLB
10083ff72be4SSteven J. Hill	select SYS_SUPPORTS_RELOCATABLE
1009a86c7f72SDavid Daney	help
1010a86c7f72SDavid Daney	  This option supports all of the Octeon reference boards from Cavium
1011a86c7f72SDavid Daney	  Networks. It builds a kernel that dynamically determines the Octeon
1012a86c7f72SDavid Daney	  CPU type and supports all known board reference implementations.
1013a86c7f72SDavid Daney	  Some of the supported boards are:
1014a86c7f72SDavid Daney		EBT3000
1015a86c7f72SDavid Daney		EBH3000
1016a86c7f72SDavid Daney		EBH3100
1017a86c7f72SDavid Daney		Thunder
1018a86c7f72SDavid Daney		Kodama
1019a86c7f72SDavid Daney		Hikari
1020a86c7f72SDavid Daney	  Say Y here for most Octeon reference boards.
1021a86c7f72SDavid Daney
10227f058e85SJayachandran Cconfig NLM_XLR_BOARD
10237f058e85SJayachandran C	bool "Netlogic XLR/XLS based systems"
10247f058e85SJayachandran C	select BOOT_ELF32
10257f058e85SJayachandran C	select NLM_COMMON
10267f058e85SJayachandran C	select SYS_HAS_CPU_XLR
10277f058e85SJayachandran C	select SYS_SUPPORTS_SMP
1028eb01d42aSChristoph Hellwig	select HAVE_PCI
10297f058e85SJayachandran C	select SWAP_IO_SPACE
10307f058e85SJayachandran C	select SYS_SUPPORTS_32BIT_KERNEL
10317f058e85SJayachandran C	select SYS_SUPPORTS_64BIT_KERNEL
1032d4a451d5SChristoph Hellwig	select PHYS_ADDR_T_64BIT
10337f058e85SJayachandran C	select SYS_SUPPORTS_BIG_ENDIAN
10347f058e85SJayachandran C	select SYS_SUPPORTS_HIGHMEM
10357f058e85SJayachandran C	select NR_CPUS_DEFAULT_32
10367f058e85SJayachandran C	select CEVT_R4K
10377f058e85SJayachandran C	select CSRC_R4K
103867e38cf2SRalf Baechle	select IRQ_MIPS_CPU
1039b97215fdSJayachandran C	select ZONE_DMA32 if 64BIT
10407f058e85SJayachandran C	select SYNC_R4K
10417f058e85SJayachandran C	select SYS_HAS_EARLY_PRINTK
10428f0b0430SJayachandran C	select SYS_SUPPORTS_ZBOOT
10438f0b0430SJayachandran C	select SYS_SUPPORTS_ZBOOT_UART16550
10447f058e85SJayachandran C	help
10457f058e85SJayachandran C	  Support for systems based on Netlogic XLR and XLS processors.
10467f058e85SJayachandran C	  Say Y here if you have a XLR or XLS based board.
10477f058e85SJayachandran C
10481c773ea4SJayachandran Cconfig NLM_XLP_BOARD
10491c773ea4SJayachandran C	bool "Netlogic XLP based systems"
10501c773ea4SJayachandran C	select BOOT_ELF32
10511c773ea4SJayachandran C	select NLM_COMMON
10521c773ea4SJayachandran C	select SYS_HAS_CPU_XLP
10531c773ea4SJayachandran C	select SYS_SUPPORTS_SMP
1054eb01d42aSChristoph Hellwig	select HAVE_PCI
10551c773ea4SJayachandran C	select SYS_SUPPORTS_32BIT_KERNEL
10561c773ea4SJayachandran C	select SYS_SUPPORTS_64BIT_KERNEL
1057d4a451d5SChristoph Hellwig	select PHYS_ADDR_T_64BIT
1058d30a2b47SLinus Walleij	select GPIOLIB
10591c773ea4SJayachandran C	select SYS_SUPPORTS_BIG_ENDIAN
10601c773ea4SJayachandran C	select SYS_SUPPORTS_LITTLE_ENDIAN
10611c773ea4SJayachandran C	select SYS_SUPPORTS_HIGHMEM
10621c773ea4SJayachandran C	select NR_CPUS_DEFAULT_32
10631c773ea4SJayachandran C	select CEVT_R4K
10641c773ea4SJayachandran C	select CSRC_R4K
106567e38cf2SRalf Baechle	select IRQ_MIPS_CPU
1066b97215fdSJayachandran C	select ZONE_DMA32 if 64BIT
10671c773ea4SJayachandran C	select SYNC_R4K
10681c773ea4SJayachandran C	select SYS_HAS_EARLY_PRINTK
10692f6528e1SJayachandran C	select USE_OF
10708f0b0430SJayachandran C	select SYS_SUPPORTS_ZBOOT
10718f0b0430SJayachandran C	select SYS_SUPPORTS_ZBOOT_UART16550
10721c773ea4SJayachandran C	help
10731c773ea4SJayachandran C	  This board is based on Netlogic XLP Processor.
10741c773ea4SJayachandran C	  Say Y here if you have a XLP based board.
10751c773ea4SJayachandran C
10761da177e4SLinus Torvaldsendchoice
10771da177e4SLinus Torvalds
1078e8c7c482SRalf Baechlesource "arch/mips/alchemy/Kconfig"
10793b12308fSSergey Ryazanovsource "arch/mips/ath25/Kconfig"
1080d4a67d9dSGabor Juhossource "arch/mips/ath79/Kconfig"
1081a656ffcbSHauke Mehrtenssource "arch/mips/bcm47xx/Kconfig"
1082e7300d04SMaxime Bizonsource "arch/mips/bcm63xx/Kconfig"
10838945e37eSKevin Cernekeesource "arch/mips/bmips/Kconfig"
1084eed0eabdSPaul Burtonsource "arch/mips/generic/Kconfig"
1085a103e9b9SPaul Cercueilsource "arch/mips/ingenic/Kconfig"
10865e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig"
10878ec6d935SJohn Crispinsource "arch/mips/lantiq/Kconfig"
10882572f00dSJoshua Hendersonsource "arch/mips/pic32/Kconfig"
1089af0cfb2cSEzequiel Garciasource "arch/mips/pistachio/Kconfig"
1090ae2b5bb6SJohn Crispinsource "arch/mips/ralink/Kconfig"
109129c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig"
109238b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig"
109322b1d707SAtsushi Nemotosource "arch/mips/txx9/Kconfig"
10945e83d430SRalf Baechlesource "arch/mips/vr41xx/Kconfig"
1095a86c7f72SDavid Daneysource "arch/mips/cavium-octeon/Kconfig"
109671e2f4ddSJiaxun Yangsource "arch/mips/loongson2ef/Kconfig"
109730ad29bbSHuacai Chensource "arch/mips/loongson32/Kconfig"
109830ad29bbSHuacai Chensource "arch/mips/loongson64/Kconfig"
10997f058e85SJayachandran Csource "arch/mips/netlogic/Kconfig"
110038b18f72SRalf Baechle
11015e83d430SRalf Baechleendmenu
11025e83d430SRalf Baechle
11033c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT
11043c9ee7efSAkinobu Mita	bool
11053c9ee7efSAkinobu Mita	default y
11063c9ee7efSAkinobu Mita
11071da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
11081da177e4SLinus Torvalds	bool
11091da177e4SLinus Torvalds	default y
11101da177e4SLinus Torvalds
1111ae1e9130SIngo Molnarconfig SCHED_OMIT_FRAME_POINTER
11121cc89038SAtsushi Nemoto	bool
11131cc89038SAtsushi Nemoto	default y
11141cc89038SAtsushi Nemoto
11151da177e4SLinus Torvalds#
11161da177e4SLinus Torvalds# Select some configuration options automatically based on user selections.
11171da177e4SLinus Torvalds#
11180e2794b0SRalf Baechleconfig FW_ARC
11191da177e4SLinus Torvalds	bool
11201da177e4SLinus Torvalds
112161ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC
112261ed242dSRalf Baechle	bool
112361ed242dSRalf Baechle
11249267a30dSMarc St-Jeanconfig BOOT_RAW
11259267a30dSMarc St-Jean	bool
11269267a30dSMarc St-Jean
1127217dd11eSRalf Baechleconfig CEVT_BCM1480
1128217dd11eSRalf Baechle	bool
1129217dd11eSRalf Baechle
11306457d9fcSYoichi Yuasaconfig CEVT_DS1287
11316457d9fcSYoichi Yuasa	bool
11326457d9fcSYoichi Yuasa
11331097c6acSYoichi Yuasaconfig CEVT_GT641XX
11341097c6acSYoichi Yuasa	bool
11351097c6acSYoichi Yuasa
113642f77542SRalf Baechleconfig CEVT_R4K
113742f77542SRalf Baechle	bool
113842f77542SRalf Baechle
1139217dd11eSRalf Baechleconfig CEVT_SB1250
1140217dd11eSRalf Baechle	bool
1141217dd11eSRalf Baechle
1142229f773eSAtsushi Nemotoconfig CEVT_TXX9
1143229f773eSAtsushi Nemoto	bool
1144229f773eSAtsushi Nemoto
1145217dd11eSRalf Baechleconfig CSRC_BCM1480
1146217dd11eSRalf Baechle	bool
1147217dd11eSRalf Baechle
11484247417dSYoichi Yuasaconfig CSRC_IOASIC
11494247417dSYoichi Yuasa	bool
11504247417dSYoichi Yuasa
1151940f6b48SRalf Baechleconfig CSRC_R4K
115238586428SSerge Semin	select CLOCKSOURCE_WATCHDOG if CPU_FREQ
1153940f6b48SRalf Baechle	bool
1154940f6b48SRalf Baechle
1155217dd11eSRalf Baechleconfig CSRC_SB1250
1156217dd11eSRalf Baechle	bool
1157217dd11eSRalf Baechle
1158a7f4df4eSAlex Smithconfig MIPS_CLOCK_VSYSCALL
1159a7f4df4eSAlex Smith	def_bool CSRC_R4K || CLKSRC_MIPS_GIC
1160a7f4df4eSAlex Smith
1161a9aec7feSAtsushi Nemotoconfig GPIO_TXX9
1162d30a2b47SLinus Walleij	select GPIOLIB
1163a9aec7feSAtsushi Nemoto	bool
1164a9aec7feSAtsushi Nemoto
11650e2794b0SRalf Baechleconfig FW_CFE
1166df78b5c8SAurelien Jarno	bool
1167df78b5c8SAurelien Jarno
116840e084a5SRalf Baechleconfig ARCH_SUPPORTS_UPROBES
116940e084a5SRalf Baechle	bool
117040e084a5SRalf Baechle
117120d33064SPaul Burtonconfig DMA_PERDEV_COHERENT
117220d33064SPaul Burton	bool
1173347cb6afSChristoph Hellwig	select ARCH_HAS_SETUP_DMA_OPS
11745748e1b3SChristoph Hellwig	select DMA_NONCOHERENT
117520d33064SPaul Burton
11761da177e4SLinus Torvaldsconfig DMA_NONCOHERENT
11771da177e4SLinus Torvalds	bool
1178db91427bSChristoph Hellwig	#
1179db91427bSChristoph Hellwig	# MIPS allows mixing "slightly different" Cacheability and Coherency
1180db91427bSChristoph Hellwig	# Attribute bits.  It is believed that the uncached access through
1181db91427bSChristoph Hellwig	# KSEG1 and the implementation specific "uncached accelerated" used
1182db91427bSChristoph Hellwig	# by pgprot_writcombine can be mixed, and the latter sometimes provides
1183db91427bSChristoph Hellwig	# significant advantages.
1184db91427bSChristoph Hellwig	#
1185419e2f18SChristoph Hellwig	select ARCH_HAS_DMA_WRITE_COMBINE
1186fa7e2247SChristoph Hellwig	select ARCH_HAS_DMA_PREP_COHERENT
1187f8c55dc6SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_DEVICE
1188fa7e2247SChristoph Hellwig	select ARCH_HAS_DMA_SET_UNCACHED
118934dc0ea6SChristoph Hellwig	select DMA_NONCOHERENT_MMAP
119034dc0ea6SChristoph Hellwig	select NEED_DMA_MAP_STATE
11914ce588cdSRalf Baechle
119236a88530SRalf Baechleconfig SYS_HAS_EARLY_PRINTK
11931da177e4SLinus Torvalds	bool
11941da177e4SLinus Torvalds
11951b2bc75cSRalf Baechleconfig SYS_SUPPORTS_HOTPLUG_CPU
1196dbb74540SRalf Baechle	bool
1197dbb74540SRalf Baechle
11981da177e4SLinus Torvaldsconfig MIPS_BONITO64
11991da177e4SLinus Torvalds	bool
12001da177e4SLinus Torvalds
12011da177e4SLinus Torvaldsconfig MIPS_MSC
12021da177e4SLinus Torvalds	bool
12031da177e4SLinus Torvalds
120439b8d525SRalf Baechleconfig SYNC_R4K
120539b8d525SRalf Baechle	bool
120639b8d525SRalf Baechle
1207ce816fa8SUwe Kleine-Königconfig NO_IOPORT_MAP
1208d388d685SMaciej W. Rozycki	def_bool n
1209d388d685SMaciej W. Rozycki
12104e0748f5SMarkos Chandrasconfig GENERIC_CSUM
121118d84e2eSAlexander Lobakin	def_bool CPU_NO_LOAD_STORE_LR
12124e0748f5SMarkos Chandras
12138313da30SRalf Baechleconfig GENERIC_ISA_DMA
12148313da30SRalf Baechle	bool
12158313da30SRalf Baechle	select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
1216a35bee8aSNamhyung Kim	select ISA_DMA_API
12178313da30SRalf Baechle
1218aa414dffSRalf Baechleconfig GENERIC_ISA_DMA_SUPPORT_BROKEN
1219aa414dffSRalf Baechle	bool
12208313da30SRalf Baechle	select GENERIC_ISA_DMA
1221aa414dffSRalf Baechle
122278bdbbacSMasahiro Yamadaconfig HAVE_PLAT_DELAY
122378bdbbacSMasahiro Yamada	bool
122478bdbbacSMasahiro Yamada
122578bdbbacSMasahiro Yamadaconfig HAVE_PLAT_FW_INIT_CMDLINE
122678bdbbacSMasahiro Yamada	bool
122778bdbbacSMasahiro Yamada
122878bdbbacSMasahiro Yamadaconfig HAVE_PLAT_MEMCPY
122978bdbbacSMasahiro Yamada	bool
123078bdbbacSMasahiro Yamada
1231a35bee8aSNamhyung Kimconfig ISA_DMA_API
1232a35bee8aSNamhyung Kim	bool
1233a35bee8aSNamhyung Kim
1234465aaed0SDavid Daneyconfig HOLES_IN_ZONE
1235465aaed0SDavid Daney	bool
1236465aaed0SDavid Daney
12378c530ea3SMatt Redfearnconfig SYS_SUPPORTS_RELOCATABLE
12388c530ea3SMatt Redfearn	bool
12398c530ea3SMatt Redfearn	help
12408c530ea3SMatt Redfearn	  Selected if the platform supports relocating the kernel.
12418c530ea3SMatt Redfearn	  The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF
12428c530ea3SMatt Redfearn	  to allow access to command line and entropy sources.
12438c530ea3SMatt Redfearn
1244f381bf6dSDavid Daneyconfig MIPS_CBPF_JIT
1245f381bf6dSDavid Daney	def_bool y
1246f381bf6dSDavid Daney	depends on BPF_JIT && HAVE_CBPF_JIT
1247f381bf6dSDavid Daney
1248f381bf6dSDavid Daneyconfig MIPS_EBPF_JIT
1249f381bf6dSDavid Daney	def_bool y
1250f381bf6dSDavid Daney	depends on BPF_JIT && HAVE_EBPF_JIT
1251f381bf6dSDavid Daney
1252f381bf6dSDavid Daney
12535e83d430SRalf Baechle#
12546b2aac42SMasanari Iida# Endianness selection.  Sufficiently obscure so many users don't know what to
12555e83d430SRalf Baechle# answer,so we try hard to limit the available choices.  Also the use of a
12565e83d430SRalf Baechle# choice statement should be more obvious to the user.
12575e83d430SRalf Baechle#
12585e83d430SRalf Baechlechoice
12596b2aac42SMasanari Iida	prompt "Endianness selection"
12601da177e4SLinus Torvalds	help
12611da177e4SLinus Torvalds	  Some MIPS machines can be configured for either little or big endian
12625e83d430SRalf Baechle	  byte order. These modes require different kernels and a different
12633cb2fcccSMatt LaPlante	  Linux distribution.  In general there is one preferred byteorder for a
12645e83d430SRalf Baechle	  particular system but some systems are just as commonly used in the
12653dde6ad8SDavid Sterba	  one or the other endianness.
12665e83d430SRalf Baechle
12675e83d430SRalf Baechleconfig CPU_BIG_ENDIAN
12685e83d430SRalf Baechle	bool "Big endian"
12695e83d430SRalf Baechle	depends on SYS_SUPPORTS_BIG_ENDIAN
12705e83d430SRalf Baechle
12715e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN
12725e83d430SRalf Baechle	bool "Little endian"
12735e83d430SRalf Baechle	depends on SYS_SUPPORTS_LITTLE_ENDIAN
12745e83d430SRalf Baechle
12755e83d430SRalf Baechleendchoice
12765e83d430SRalf Baechle
127722b0763aSDavid Daneyconfig EXPORT_UASM
127822b0763aSDavid Daney	bool
127922b0763aSDavid Daney
12802116245eSRalf Baechleconfig SYS_SUPPORTS_APM_EMULATION
12812116245eSRalf Baechle	bool
12822116245eSRalf Baechle
12835e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN
12845e83d430SRalf Baechle	bool
12855e83d430SRalf Baechle
12865e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN
12875e83d430SRalf Baechle	bool
12881da177e4SLinus Torvalds
12899cffd154SDavid Daneyconfig SYS_SUPPORTS_HUGETLBFS
12909cffd154SDavid Daney	bool
129145e03e62SDaniel Silsby	depends on CPU_SUPPORTS_HUGEPAGES
12929cffd154SDavid Daney	default y
12939cffd154SDavid Daney
1294aa1762f4SDavid Daneyconfig MIPS_HUGE_TLB_SUPPORT
1295aa1762f4SDavid Daney	def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE
1296aa1762f4SDavid Daney
12979267a30dSMarc St-Jeanconfig IRQ_MSP_SLP
12989267a30dSMarc St-Jean	bool
12999267a30dSMarc St-Jean
13009267a30dSMarc St-Jeanconfig IRQ_MSP_CIC
13019267a30dSMarc St-Jean	bool
13029267a30dSMarc St-Jean
13038420fd00SAtsushi Nemotoconfig IRQ_TXX9
13048420fd00SAtsushi Nemoto	bool
13058420fd00SAtsushi Nemoto
1306d5ab1a69SYoichi Yuasaconfig IRQ_GT641XX
1307d5ab1a69SYoichi Yuasa	bool
1308d5ab1a69SYoichi Yuasa
1309252161ecSYoichi Yuasaconfig PCI_GT64XXX_PCI0
13101da177e4SLinus Torvalds	bool
13111da177e4SLinus Torvalds
1312a57140e9SThomas Bogendoerferconfig PCI_XTALK_BRIDGE
1313a57140e9SThomas Bogendoerfer	bool
1314a57140e9SThomas Bogendoerfer
13159267a30dSMarc St-Jeanconfig NO_EXCEPT_FILL
13169267a30dSMarc St-Jean	bool
13179267a30dSMarc St-Jean
1318a7e07b1aSMarkos Chandrasconfig MIPS_SPRAM
1319a7e07b1aSMarkos Chandras	bool
1320a7e07b1aSMarkos Chandras
13211da177e4SLinus Torvaldsconfig SWAP_IO_SPACE
13221da177e4SLinus Torvalds	bool
13231da177e4SLinus Torvalds
1324e2defae5SThomas Bogendoerferconfig SGI_HAS_INDYDOG
1325e2defae5SThomas Bogendoerfer	bool
1326e2defae5SThomas Bogendoerfer
13275b438c44SThomas Bogendoerferconfig SGI_HAS_HAL2
13285b438c44SThomas Bogendoerfer	bool
13295b438c44SThomas Bogendoerfer
1330e2defae5SThomas Bogendoerferconfig SGI_HAS_SEEQ
1331e2defae5SThomas Bogendoerfer	bool
1332e2defae5SThomas Bogendoerfer
1333e2defae5SThomas Bogendoerferconfig SGI_HAS_WD93
1334e2defae5SThomas Bogendoerfer	bool
1335e2defae5SThomas Bogendoerfer
1336e2defae5SThomas Bogendoerferconfig SGI_HAS_ZILOG
1337e2defae5SThomas Bogendoerfer	bool
1338e2defae5SThomas Bogendoerfer
1339e2defae5SThomas Bogendoerferconfig SGI_HAS_I8042
1340e2defae5SThomas Bogendoerfer	bool
1341e2defae5SThomas Bogendoerfer
1342e2defae5SThomas Bogendoerferconfig DEFAULT_SGI_PARTITION
1343e2defae5SThomas Bogendoerfer	bool
1344e2defae5SThomas Bogendoerfer
13450e2794b0SRalf Baechleconfig FW_ARC32
13465e83d430SRalf Baechle	bool
13475e83d430SRalf Baechle
1348aaa9fad3SPaul Bolleconfig FW_SNIPROM
1349231a35d3SThomas Bogendoerfer	bool
1350231a35d3SThomas Bogendoerfer
13511da177e4SLinus Torvaldsconfig BOOT_ELF32
13521da177e4SLinus Torvalds	bool
13531da177e4SLinus Torvalds
1354930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_4
1355930beb5aSFlorian Fainelli	bool
1356930beb5aSFlorian Fainelli
1357930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_5
1358930beb5aSFlorian Fainelli	bool
1359930beb5aSFlorian Fainelli
1360930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_6
1361930beb5aSFlorian Fainelli	bool
1362930beb5aSFlorian Fainelli
1363930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_7
1364930beb5aSFlorian Fainelli	bool
1365930beb5aSFlorian Fainelli
13661da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT
13671da177e4SLinus Torvalds	int
1368a4c0201eSFlorian Fainelli	default "7" if MIPS_L1_CACHE_SHIFT_7
13695432eeb6SKevin Cernekee	default "6" if MIPS_L1_CACHE_SHIFT_6
13705432eeb6SKevin Cernekee	default "5" if MIPS_L1_CACHE_SHIFT_5
13715432eeb6SKevin Cernekee	default "4" if MIPS_L1_CACHE_SHIFT_4
13721da177e4SLinus Torvalds	default "5"
13731da177e4SLinus Torvalds
1374e9422427SThomas Bogendoerferconfig ARC_CMDLINE_ONLY
1375e9422427SThomas Bogendoerfer	bool
1376e9422427SThomas Bogendoerfer
13771da177e4SLinus Torvaldsconfig ARC_CONSOLE
13781da177e4SLinus Torvalds	bool "ARC console support"
1379e2defae5SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN)
13801da177e4SLinus Torvalds
13811da177e4SLinus Torvaldsconfig ARC_MEMORY
13821da177e4SLinus Torvalds	bool
13831da177e4SLinus Torvalds
13841da177e4SLinus Torvaldsconfig ARC_PROMLIB
13851da177e4SLinus Torvalds	bool
13861da177e4SLinus Torvalds
13870e2794b0SRalf Baechleconfig FW_ARC64
13881da177e4SLinus Torvalds	bool
13891da177e4SLinus Torvalds
13901da177e4SLinus Torvaldsconfig BOOT_ELF64
13911da177e4SLinus Torvalds	bool
13921da177e4SLinus Torvalds
13931da177e4SLinus Torvaldsmenu "CPU selection"
13941da177e4SLinus Torvalds
13951da177e4SLinus Torvaldschoice
13961da177e4SLinus Torvalds	prompt "CPU type"
13971da177e4SLinus Torvalds	default CPU_R4X00
13981da177e4SLinus Torvalds
1399268a2d60SJiaxun Yangconfig CPU_LOONGSON64
1400caed1d1bSHuacai Chen	bool "Loongson 64-bit CPU"
1401268a2d60SJiaxun Yang	depends on SYS_HAS_CPU_LOONGSON64
1402d3bc81beSChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
140351522217SJiaxun Yang	select CPU_MIPSR2
140451522217SJiaxun Yang	select CPU_HAS_PREFETCH
14050e476d91SHuacai Chen	select CPU_SUPPORTS_64BIT_KERNEL
14060e476d91SHuacai Chen	select CPU_SUPPORTS_HIGHMEM
14070e476d91SHuacai Chen	select CPU_SUPPORTS_HUGEPAGES
14087507445bSHuacai Chen	select CPU_SUPPORTS_MSA
140951522217SJiaxun Yang	select CPU_DIEI_BROKEN if !LOONGSON3_ENHANCEMENT
141051522217SJiaxun Yang	select CPU_MIPSR2_IRQ_VI
14110e476d91SHuacai Chen	select WEAK_ORDERING
14120e476d91SHuacai Chen	select WEAK_REORDERING_BEYOND_LLSC
14137507445bSHuacai Chen	select MIPS_ASID_BITS_VARIABLE
1414b2edcfc8SHuacai Chen	select MIPS_PGD_C0_CONTEXT
141517c99d94SHuacai Chen	select MIPS_L1_CACHE_SHIFT_6
1416d30a2b47SLinus Walleij	select GPIOLIB
141709230cbcSChristoph Hellwig	select SWIOTLB
14180f78355cSHuacai Chen	select HAVE_KVM
14190e476d91SHuacai Chen	help
1420caed1d1bSHuacai Chen		The Loongson GSx64(GS264/GS464/GS464E/GS464V) series of processor
1421caed1d1bSHuacai Chen		cores implements the MIPS64R2 instruction set with many extensions,
1422caed1d1bSHuacai Chen		including most 64-bit Loongson-2 (2H, 2K) and Loongson-3 (3A1000,
1423caed1d1bSHuacai Chen		3B1000, 3B1500, 3A2000, 3A3000 and 3A4000) processors. However, old
1424caed1d1bSHuacai Chen		Loongson-2E/2F is not covered here and will be removed in future.
14250e476d91SHuacai Chen
1426caed1d1bSHuacai Chenconfig LOONGSON3_ENHANCEMENT
1427caed1d1bSHuacai Chen	bool "New Loongson-3 CPU Enhancements"
14281e820da3SHuacai Chen	default n
1429268a2d60SJiaxun Yang	depends on CPU_LOONGSON64
14301e820da3SHuacai Chen	help
1431caed1d1bSHuacai Chen	  New Loongson-3 cores (since Loongson-3A R2, as opposed to Loongson-3A
14321e820da3SHuacai Chen	  R1, Loongson-3B R1 and Loongson-3B R2) has many enhancements, such as
1433268a2d60SJiaxun Yang	  FTLB, L1-VCache, EI/DI/Wait/Prefetch instruction, DSP/DSPr2 ASE, User
14341e820da3SHuacai Chen	  Local register, Read-Inhibit/Execute-Inhibit, SFB (Store Fill Buffer),
14351e820da3SHuacai Chen	  Fast TLB refill support, etc.
14361e820da3SHuacai Chen
14371e820da3SHuacai Chen	  This option enable those enhancements which are not probed at run
14381e820da3SHuacai Chen	  time. If you want a generic kernel to run on all Loongson 3 machines,
14391e820da3SHuacai Chen	  please say 'N' here. If you want a high-performance kernel to run on
1440caed1d1bSHuacai Chen	  new Loongson-3 machines only, please say 'Y' here.
14411e820da3SHuacai Chen
1442e02e07e3SHuacai Chenconfig CPU_LOONGSON3_WORKAROUNDS
1443caed1d1bSHuacai Chen	bool "Old Loongson-3 LLSC Workarounds"
1444e02e07e3SHuacai Chen	default y if SMP
1445268a2d60SJiaxun Yang	depends on CPU_LOONGSON64
1446e02e07e3SHuacai Chen	help
1447caed1d1bSHuacai Chen	  Loongson-3 processors have the llsc issues which require workarounds.
1448e02e07e3SHuacai Chen	  Without workarounds the system may hang unexpectedly.
1449e02e07e3SHuacai Chen
1450caed1d1bSHuacai Chen	  Newer Loongson-3 will fix these issues and no workarounds are needed.
1451e02e07e3SHuacai Chen	  The workarounds have no significant side effect on them but may
1452e02e07e3SHuacai Chen	  decrease the performance of the system so this option should be
1453e02e07e3SHuacai Chen	  disabled unless the kernel is intended to be run on old systems.
1454e02e07e3SHuacai Chen
1455e02e07e3SHuacai Chen	  If unsure, please say Y.
1456e02e07e3SHuacai Chen
1457ec7a9318SWANG Xueruiconfig CPU_LOONGSON3_CPUCFG_EMULATION
1458ec7a9318SWANG Xuerui	bool "Emulate the CPUCFG instruction on older Loongson cores"
1459ec7a9318SWANG Xuerui	default y
1460ec7a9318SWANG Xuerui	depends on CPU_LOONGSON64
1461ec7a9318SWANG Xuerui	help
1462ec7a9318SWANG Xuerui	  Loongson-3A R4 and newer have the CPUCFG instruction available for
1463ec7a9318SWANG Xuerui	  userland to query CPU capabilities, much like CPUID on x86. This
1464ec7a9318SWANG Xuerui	  option provides emulation of the instruction on older Loongson
1465ec7a9318SWANG Xuerui	  cores, back to Loongson-3A1000.
1466ec7a9318SWANG Xuerui
1467ec7a9318SWANG Xuerui	  If unsure, please say Y.
1468ec7a9318SWANG Xuerui
14693702bba5SWu Zhangjinconfig CPU_LOONGSON2E
14703702bba5SWu Zhangjin	bool "Loongson 2E"
14713702bba5SWu Zhangjin	depends on SYS_HAS_CPU_LOONGSON2E
1472268a2d60SJiaxun Yang	select CPU_LOONGSON2EF
14732a21c730SFuxin Zhang	help
14742a21c730SFuxin Zhang	  The Loongson 2E processor implements the MIPS III instruction set
14752a21c730SFuxin Zhang	  with many extensions.
14762a21c730SFuxin Zhang
147725985edcSLucas De Marchi	  It has an internal FPGA northbridge, which is compatible to
14786f7a251aSWu Zhangjin	  bonito64.
14796f7a251aSWu Zhangjin
14806f7a251aSWu Zhangjinconfig CPU_LOONGSON2F
14816f7a251aSWu Zhangjin	bool "Loongson 2F"
14826f7a251aSWu Zhangjin	depends on SYS_HAS_CPU_LOONGSON2F
1483268a2d60SJiaxun Yang	select CPU_LOONGSON2EF
1484d30a2b47SLinus Walleij	select GPIOLIB
14856f7a251aSWu Zhangjin	help
14866f7a251aSWu Zhangjin	  The Loongson 2F processor implements the MIPS III instruction set
14876f7a251aSWu Zhangjin	  with many extensions.
14886f7a251aSWu Zhangjin
14896f7a251aSWu Zhangjin	  Loongson2F have built-in DDR2 and PCIX controller. The PCIX controller
14906f7a251aSWu Zhangjin	  have a similar programming interface with FPGA northbridge used in
14916f7a251aSWu Zhangjin	  Loongson2E.
14926f7a251aSWu Zhangjin
1493ca585cf9SKelvin Cheungconfig CPU_LOONGSON1B
1494ca585cf9SKelvin Cheung	bool "Loongson 1B"
1495ca585cf9SKelvin Cheung	depends on SYS_HAS_CPU_LOONGSON1B
1496b2afb64cSHuacai Chen	select CPU_LOONGSON32
14979ec88b60SKelvin Cheung	select LEDS_GPIO_REGISTER
1498ca585cf9SKelvin Cheung	help
1499ca585cf9SKelvin Cheung	  The Loongson 1B is a 32-bit SoC, which implements the MIPS32
1500968dc5a0S谢致邦 (XIE Zhibang)	  Release 1 instruction set and part of the MIPS32 Release 2
1501968dc5a0S谢致邦 (XIE Zhibang)	  instruction set.
1502ca585cf9SKelvin Cheung
150312e3280bSYang Lingconfig CPU_LOONGSON1C
150412e3280bSYang Ling	bool "Loongson 1C"
150512e3280bSYang Ling	depends on SYS_HAS_CPU_LOONGSON1C
1506b2afb64cSHuacai Chen	select CPU_LOONGSON32
150712e3280bSYang Ling	select LEDS_GPIO_REGISTER
150812e3280bSYang Ling	help
150912e3280bSYang Ling	  The Loongson 1C is a 32-bit SoC, which implements the MIPS32
1510968dc5a0S谢致邦 (XIE Zhibang)	  Release 1 instruction set and part of the MIPS32 Release 2
1511968dc5a0S谢致邦 (XIE Zhibang)	  instruction set.
151212e3280bSYang Ling
15136e760c8dSRalf Baechleconfig CPU_MIPS32_R1
15146e760c8dSRalf Baechle	bool "MIPS32 Release 1"
15157cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R1
15166e760c8dSRalf Baechle	select CPU_HAS_PREFETCH
1517797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1518ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
15196e760c8dSRalf Baechle	help
15205e83d430SRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
15211e5f1caaSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
15221e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
15231e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
15241e5f1caaSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
15251e5f1caaSRalf Baechle	  Release 2 of the MIPS32 architecture is available since several
15261e5f1caaSRalf Baechle	  years so chances are you even have a MIPS32 Release 2 processor
15271e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS32_R2 instead for better
15281e5f1caaSRalf Baechle	  performance.
15291e5f1caaSRalf Baechle
15301e5f1caaSRalf Baechleconfig CPU_MIPS32_R2
15311e5f1caaSRalf Baechle	bool "MIPS32 Release 2"
15327cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R2
15331e5f1caaSRalf Baechle	select CPU_HAS_PREFETCH
1534797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1535ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1536a5e9a69eSPaul Burton	select CPU_SUPPORTS_MSA
15372235a54dSSanjay Lal	select HAVE_KVM
15381e5f1caaSRalf Baechle	help
15395e83d430SRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
15406e760c8dSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
15416e760c8dSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
15426e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
15436e760c8dSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
15441da177e4SLinus Torvalds
1545ab7c01fdSSerge Seminconfig CPU_MIPS32_R5
1546ab7c01fdSSerge Semin	bool "MIPS32 Release 5"
1547ab7c01fdSSerge Semin	depends on SYS_HAS_CPU_MIPS32_R5
1548ab7c01fdSSerge Semin	select CPU_HAS_PREFETCH
1549ab7c01fdSSerge Semin	select CPU_SUPPORTS_32BIT_KERNEL
1550ab7c01fdSSerge Semin	select CPU_SUPPORTS_HIGHMEM
1551ab7c01fdSSerge Semin	select CPU_SUPPORTS_MSA
1552ab7c01fdSSerge Semin	select HAVE_KVM
1553ab7c01fdSSerge Semin	select MIPS_O32_FP64_SUPPORT
1554ab7c01fdSSerge Semin	help
1555ab7c01fdSSerge Semin	  Choose this option to build a kernel for release 5 or later of the
1556ab7c01fdSSerge Semin	  MIPS32 architecture.  New MIPS processors, starting with the Warrior
1557ab7c01fdSSerge Semin	  family, are based on a MIPS32r5 processor. If you own an older
1558ab7c01fdSSerge Semin	  processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
1559ab7c01fdSSerge Semin
15607fd08ca5SLeonid Yegoshinconfig CPU_MIPS32_R6
1561674d10e2SMarkos Chandras	bool "MIPS32 Release 6"
15627fd08ca5SLeonid Yegoshin	depends on SYS_HAS_CPU_MIPS32_R6
15637fd08ca5SLeonid Yegoshin	select CPU_HAS_PREFETCH
156418d84e2eSAlexander Lobakin	select CPU_NO_LOAD_STORE_LR
15657fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_32BIT_KERNEL
15667fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_HIGHMEM
15677fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_MSA
15687fd08ca5SLeonid Yegoshin	select HAVE_KVM
15697fd08ca5SLeonid Yegoshin	select MIPS_O32_FP64_SUPPORT
15707fd08ca5SLeonid Yegoshin	help
15717fd08ca5SLeonid Yegoshin	  Choose this option to build a kernel for release 6 or later of the
15727fd08ca5SLeonid Yegoshin	  MIPS32 architecture.  New MIPS processors, starting with the Warrior
15737fd08ca5SLeonid Yegoshin	  family, are based on a MIPS32r6 processor. If you own an older
15747fd08ca5SLeonid Yegoshin	  processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
15757fd08ca5SLeonid Yegoshin
15766e760c8dSRalf Baechleconfig CPU_MIPS64_R1
15776e760c8dSRalf Baechle	bool "MIPS64 Release 1"
15787cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R1
1579797798c1SRalf Baechle	select CPU_HAS_PREFETCH
1580ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1581ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1582ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
15839cffd154SDavid Daney	select CPU_SUPPORTS_HUGEPAGES
15846e760c8dSRalf Baechle	help
15856e760c8dSRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
15866e760c8dSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
15876e760c8dSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
15886e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
15896e760c8dSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
15901e5f1caaSRalf Baechle	  Release 2 of the MIPS64 architecture is available since several
15911e5f1caaSRalf Baechle	  years so chances are you even have a MIPS64 Release 2 processor
15921e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS64_R2 instead for better
15931e5f1caaSRalf Baechle	  performance.
15941e5f1caaSRalf Baechle
15951e5f1caaSRalf Baechleconfig CPU_MIPS64_R2
15961e5f1caaSRalf Baechle	bool "MIPS64 Release 2"
15977cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R2
1598797798c1SRalf Baechle	select CPU_HAS_PREFETCH
15991e5f1caaSRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
16001e5f1caaSRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
1601ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
16029cffd154SDavid Daney	select CPU_SUPPORTS_HUGEPAGES
1603a5e9a69eSPaul Burton	select CPU_SUPPORTS_MSA
160440a2df49SJames Hogan	select HAVE_KVM
16051e5f1caaSRalf Baechle	help
16061e5f1caaSRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
16071e5f1caaSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
16081e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
16091e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
16101e5f1caaSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
16111da177e4SLinus Torvalds
1612ab7c01fdSSerge Seminconfig CPU_MIPS64_R5
1613ab7c01fdSSerge Semin	bool "MIPS64 Release 5"
1614ab7c01fdSSerge Semin	depends on SYS_HAS_CPU_MIPS64_R5
1615ab7c01fdSSerge Semin	select CPU_HAS_PREFETCH
1616ab7c01fdSSerge Semin	select CPU_SUPPORTS_32BIT_KERNEL
1617ab7c01fdSSerge Semin	select CPU_SUPPORTS_64BIT_KERNEL
1618ab7c01fdSSerge Semin	select CPU_SUPPORTS_HIGHMEM
1619ab7c01fdSSerge Semin	select CPU_SUPPORTS_HUGEPAGES
1620ab7c01fdSSerge Semin	select CPU_SUPPORTS_MSA
1621ab7c01fdSSerge Semin	select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
1622ab7c01fdSSerge Semin	select HAVE_KVM
1623ab7c01fdSSerge Semin	help
1624ab7c01fdSSerge Semin	  Choose this option to build a kernel for release 5 or later of the
1625ab7c01fdSSerge Semin	  MIPS64 architecture.  This is a intermediate MIPS architecture
1626ab7c01fdSSerge Semin	  release partly implementing release 6 features. Though there is no
1627ab7c01fdSSerge Semin	  any hardware known to be based on this release.
1628ab7c01fdSSerge Semin
16297fd08ca5SLeonid Yegoshinconfig CPU_MIPS64_R6
1630674d10e2SMarkos Chandras	bool "MIPS64 Release 6"
16317fd08ca5SLeonid Yegoshin	depends on SYS_HAS_CPU_MIPS64_R6
16327fd08ca5SLeonid Yegoshin	select CPU_HAS_PREFETCH
163318d84e2eSAlexander Lobakin	select CPU_NO_LOAD_STORE_LR
16347fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_32BIT_KERNEL
16357fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_64BIT_KERNEL
16367fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_HIGHMEM
1637afd375dcSPaul Burton	select CPU_SUPPORTS_HUGEPAGES
16387fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_MSA
16392e6c7747SJames Hogan	select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
164040a2df49SJames Hogan	select HAVE_KVM
16417fd08ca5SLeonid Yegoshin	help
16427fd08ca5SLeonid Yegoshin	  Choose this option to build a kernel for release 6 or later of the
16437fd08ca5SLeonid Yegoshin	  MIPS64 architecture.  New MIPS processors, starting with the Warrior
16447fd08ca5SLeonid Yegoshin	  family, are based on a MIPS64r6 processor. If you own an older
16457fd08ca5SLeonid Yegoshin	  processor, you probably need to select MIPS64r1 or MIPS64r2 instead.
16467fd08ca5SLeonid Yegoshin
1647281e3aeaSSerge Seminconfig CPU_P5600
1648281e3aeaSSerge Semin	bool "MIPS Warrior P5600"
1649281e3aeaSSerge Semin	depends on SYS_HAS_CPU_P5600
1650281e3aeaSSerge Semin	select CPU_HAS_PREFETCH
1651281e3aeaSSerge Semin	select CPU_SUPPORTS_32BIT_KERNEL
1652281e3aeaSSerge Semin	select CPU_SUPPORTS_HIGHMEM
1653281e3aeaSSerge Semin	select CPU_SUPPORTS_MSA
1654281e3aeaSSerge Semin	select CPU_SUPPORTS_CPUFREQ
1655281e3aeaSSerge Semin	select CPU_MIPSR2_IRQ_VI
1656281e3aeaSSerge Semin	select CPU_MIPSR2_IRQ_EI
1657281e3aeaSSerge Semin	select HAVE_KVM
1658281e3aeaSSerge Semin	select MIPS_O32_FP64_SUPPORT
1659281e3aeaSSerge Semin	help
1660281e3aeaSSerge Semin	  Choose this option to build a kernel for MIPS Warrior P5600 CPU.
1661281e3aeaSSerge Semin	  It's based on MIPS32r5 ISA with XPA, EVA, dual/quad issue exec pipes,
1662281e3aeaSSerge Semin	  MMU with two-levels TLB, UCA, MSA, MDU core level features and system
1663281e3aeaSSerge Semin	  level features like up to six P5600 calculation cores, CM2 with L2
1664281e3aeaSSerge Semin	  cache, IOCU/IOMMU (though might be unused depending on the system-
1665281e3aeaSSerge Semin	  specific IP core configuration), GIC, CPC, virtualisation module,
1666281e3aeaSSerge Semin	  eJTAG and PDtrace.
1667281e3aeaSSerge Semin
16681da177e4SLinus Torvaldsconfig CPU_R3000
16691da177e4SLinus Torvalds	bool "R3000"
16707cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R3000
1671f7062ddbSRalf Baechle	select CPU_HAS_WB
167254746829SPaul Burton	select CPU_R3K_TLB
1673ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1674797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
16751da177e4SLinus Torvalds	help
16761da177e4SLinus Torvalds	  Please make sure to pick the right CPU type. Linux/MIPS is not
16771da177e4SLinus Torvalds	  designed to be generic, i.e. Kernels compiled for R3000 CPUs will
16781da177e4SLinus Torvalds	  *not* work on R4000 machines and vice versa.  However, since most
16791da177e4SLinus Torvalds	  of the supported machines have an R4000 (or similar) CPU, R4x00
16801da177e4SLinus Torvalds	  might be a safe bet.  If the resulting kernel does not work,
16811da177e4SLinus Torvalds	  try to recompile with R3000.
16821da177e4SLinus Torvalds
16831da177e4SLinus Torvaldsconfig CPU_TX39XX
16841da177e4SLinus Torvalds	bool "R39XX"
16857cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX39XX
1686ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
168754746829SPaul Burton	select CPU_R3K_TLB
16881da177e4SLinus Torvalds
16891da177e4SLinus Torvaldsconfig CPU_VR41XX
16901da177e4SLinus Torvalds	bool "R41xx"
16917cf8053bSRalf Baechle	depends on SYS_HAS_CPU_VR41XX
1692ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1693ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
16941da177e4SLinus Torvalds	help
16955e83d430SRalf Baechle	  The options selects support for the NEC VR4100 series of processors.
16961da177e4SLinus Torvalds	  Only choose this option if you have one of these processors as a
16971da177e4SLinus Torvalds	  kernel built with this option will not run on any other type of
16981da177e4SLinus Torvalds	  processor or vice versa.
16991da177e4SLinus Torvalds
170065ce6197SLauri Kasanenconfig CPU_R4300
170165ce6197SLauri Kasanen	bool "R4300"
170265ce6197SLauri Kasanen	depends on SYS_HAS_CPU_R4300
170365ce6197SLauri Kasanen	select CPU_SUPPORTS_32BIT_KERNEL
170465ce6197SLauri Kasanen	select CPU_SUPPORTS_64BIT_KERNEL
170565ce6197SLauri Kasanen	select CPU_HAS_LOAD_STORE_LR
170665ce6197SLauri Kasanen	help
170765ce6197SLauri Kasanen	  MIPS Technologies R4300-series processors.
170865ce6197SLauri Kasanen
17091da177e4SLinus Torvaldsconfig CPU_R4X00
17101da177e4SLinus Torvalds	bool "R4x00"
17117cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4X00
1712ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1713ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1714970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
17151da177e4SLinus Torvalds	help
17161da177e4SLinus Torvalds	  MIPS Technologies R4000-series processors other than 4300, including
17171da177e4SLinus Torvalds	  the R4000, R4400, R4600, and 4700.
17181da177e4SLinus Torvalds
17191da177e4SLinus Torvaldsconfig CPU_TX49XX
17201da177e4SLinus Torvalds	bool "R49XX"
17217cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX49XX
1722de862b48SAtsushi Nemoto	select CPU_HAS_PREFETCH
1723ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1724ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1725970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
17261da177e4SLinus Torvalds
17271da177e4SLinus Torvaldsconfig CPU_R5000
17281da177e4SLinus Torvalds	bool "R5000"
17297cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5000
1730ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1731ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1732970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
17331da177e4SLinus Torvalds	help
17341da177e4SLinus Torvalds	  MIPS Technologies R5000-series processors other than the Nevada.
17351da177e4SLinus Torvalds
1736542c1020SShinya Kuribayashiconfig CPU_R5500
1737542c1020SShinya Kuribayashi	bool "R5500"
1738542c1020SShinya Kuribayashi	depends on SYS_HAS_CPU_R5500
1739542c1020SShinya Kuribayashi	select CPU_SUPPORTS_32BIT_KERNEL
1740542c1020SShinya Kuribayashi	select CPU_SUPPORTS_64BIT_KERNEL
17419cffd154SDavid Daney	select CPU_SUPPORTS_HUGEPAGES
1742542c1020SShinya Kuribayashi	help
1743542c1020SShinya Kuribayashi	  NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
1744542c1020SShinya Kuribayashi	  instruction set.
1745542c1020SShinya Kuribayashi
17461da177e4SLinus Torvaldsconfig CPU_NEVADA
17471da177e4SLinus Torvalds	bool "RM52xx"
17487cf8053bSRalf Baechle	depends on SYS_HAS_CPU_NEVADA
1749ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1750ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1751970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
17521da177e4SLinus Torvalds	help
17531da177e4SLinus Torvalds	  QED / PMC-Sierra RM52xx-series ("Nevada") processors.
17541da177e4SLinus Torvalds
17551da177e4SLinus Torvaldsconfig CPU_R10000
17561da177e4SLinus Torvalds	bool "R10000"
17577cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R10000
17585e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1759ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1760ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1761797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1762970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
17631da177e4SLinus Torvalds	help
17641da177e4SLinus Torvalds	  MIPS Technologies R10000-series processors.
17651da177e4SLinus Torvalds
17661da177e4SLinus Torvaldsconfig CPU_RM7000
17671da177e4SLinus Torvalds	bool "RM7000"
17687cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM7000
17695e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1770ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1771ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1772797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1773970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
17741da177e4SLinus Torvalds
17751da177e4SLinus Torvaldsconfig CPU_SB1
17761da177e4SLinus Torvalds	bool "SB1"
17777cf8053bSRalf Baechle	depends on SYS_HAS_CPU_SB1
1778ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1779ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1780797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1781970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
17820004a9dfSRalf Baechle	select WEAK_ORDERING
17831da177e4SLinus Torvalds
1784a86c7f72SDavid Daneyconfig CPU_CAVIUM_OCTEON
1785a86c7f72SDavid Daney	bool "Cavium Octeon processor"
17865e683389SDavid Daney	depends on SYS_HAS_CPU_CAVIUM_OCTEON
1787a86c7f72SDavid Daney	select CPU_HAS_PREFETCH
1788a86c7f72SDavid Daney	select CPU_SUPPORTS_64BIT_KERNEL
1789a86c7f72SDavid Daney	select WEAK_ORDERING
1790a86c7f72SDavid Daney	select CPU_SUPPORTS_HIGHMEM
17919cffd154SDavid Daney	select CPU_SUPPORTS_HUGEPAGES
1792df115f3eSBen Hutchings	select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1793df115f3eSBen Hutchings	select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1794930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_7
17950ae3abcdSJames Hogan	select HAVE_KVM
1796a86c7f72SDavid Daney	help
1797a86c7f72SDavid Daney	  The Cavium Octeon processor is a highly integrated chip containing
1798a86c7f72SDavid Daney	  many ethernet hardware widgets for networking tasks. The processor
1799a86c7f72SDavid Daney	  can have up to 16 Mips64v2 cores and 8 integrated gigabit ethernets.
1800a86c7f72SDavid Daney	  Full details can be found at http://www.caviumnetworks.com.
1801a86c7f72SDavid Daney
1802cd746249SJonas Gorskiconfig CPU_BMIPS
1803cd746249SJonas Gorski	bool "Broadcom BMIPS"
1804cd746249SJonas Gorski	depends on SYS_HAS_CPU_BMIPS
1805cd746249SJonas Gorski	select CPU_MIPS32
1806fe7f62c0SJonas Gorski	select CPU_BMIPS32_3300 if SYS_HAS_CPU_BMIPS32_3300
1807cd746249SJonas Gorski	select CPU_BMIPS4350 if SYS_HAS_CPU_BMIPS4350
1808cd746249SJonas Gorski	select CPU_BMIPS4380 if SYS_HAS_CPU_BMIPS4380
1809cd746249SJonas Gorski	select CPU_BMIPS5000 if SYS_HAS_CPU_BMIPS5000
1810cd746249SJonas Gorski	select CPU_SUPPORTS_32BIT_KERNEL
1811cd746249SJonas Gorski	select DMA_NONCOHERENT
181267e38cf2SRalf Baechle	select IRQ_MIPS_CPU
1813cd746249SJonas Gorski	select SWAP_IO_SPACE
1814cd746249SJonas Gorski	select WEAK_ORDERING
1815c1c0c461SKevin Cernekee	select CPU_SUPPORTS_HIGHMEM
181669aaf9c8SJonas Gorski	select CPU_HAS_PREFETCH
1817a8d709b0SMarkus Mayer	select CPU_SUPPORTS_CPUFREQ
1818a8d709b0SMarkus Mayer	select MIPS_EXTERNAL_TIMER
1819c1c0c461SKevin Cernekee	help
1820fe7f62c0SJonas Gorski	  Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors.
1821c1c0c461SKevin Cernekee
18227f058e85SJayachandran Cconfig CPU_XLR
18237f058e85SJayachandran C	bool "Netlogic XLR SoC"
18247f058e85SJayachandran C	depends on SYS_HAS_CPU_XLR
18257f058e85SJayachandran C	select CPU_SUPPORTS_32BIT_KERNEL
18267f058e85SJayachandran C	select CPU_SUPPORTS_64BIT_KERNEL
18277f058e85SJayachandran C	select CPU_SUPPORTS_HIGHMEM
1828970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
18297f058e85SJayachandran C	select WEAK_ORDERING
18307f058e85SJayachandran C	select WEAK_REORDERING_BEYOND_LLSC
18317f058e85SJayachandran C	help
18327f058e85SJayachandran C	  Netlogic Microsystems XLR/XLS processors.
18331c773ea4SJayachandran C
18341c773ea4SJayachandran Cconfig CPU_XLP
18351c773ea4SJayachandran C	bool "Netlogic XLP SoC"
18361c773ea4SJayachandran C	depends on SYS_HAS_CPU_XLP
18371c773ea4SJayachandran C	select CPU_SUPPORTS_32BIT_KERNEL
18381c773ea4SJayachandran C	select CPU_SUPPORTS_64BIT_KERNEL
18391c773ea4SJayachandran C	select CPU_SUPPORTS_HIGHMEM
18401c773ea4SJayachandran C	select WEAK_ORDERING
18411c773ea4SJayachandran C	select WEAK_REORDERING_BEYOND_LLSC
18421c773ea4SJayachandran C	select CPU_HAS_PREFETCH
1843d6504846SJayachandran C	select CPU_MIPSR2
1844ddba6833SPrem Mallappa	select CPU_SUPPORTS_HUGEPAGES
18452db003a5SPaul Burton	select MIPS_ASID_BITS_VARIABLE
18461c773ea4SJayachandran C	help
18471c773ea4SJayachandran C	  Netlogic Microsystems XLP processors.
18481da177e4SLinus Torvaldsendchoice
18491da177e4SLinus Torvalds
1850a6e18781SLeonid Yegoshinconfig CPU_MIPS32_3_5_FEATURES
1851a6e18781SLeonid Yegoshin	bool "MIPS32 Release 3.5 Features"
1852a6e18781SLeonid Yegoshin	depends on SYS_HAS_CPU_MIPS32_R3_5
1853281e3aeaSSerge Semin	depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_MIPS32_R6 || \
1854281e3aeaSSerge Semin		   CPU_P5600
1855a6e18781SLeonid Yegoshin	help
1856a6e18781SLeonid Yegoshin	  Choose this option to build a kernel for release 2 or later of the
1857a6e18781SLeonid Yegoshin	  MIPS32 architecture including features from the 3.5 release such as
1858a6e18781SLeonid Yegoshin	  support for Enhanced Virtual Addressing (EVA).
1859a6e18781SLeonid Yegoshin
1860a6e18781SLeonid Yegoshinconfig CPU_MIPS32_3_5_EVA
1861a6e18781SLeonid Yegoshin	bool "Enhanced Virtual Addressing (EVA)"
1862a6e18781SLeonid Yegoshin	depends on CPU_MIPS32_3_5_FEATURES
1863a6e18781SLeonid Yegoshin	select EVA
1864a6e18781SLeonid Yegoshin	default y
1865a6e18781SLeonid Yegoshin	help
1866a6e18781SLeonid Yegoshin	  Choose this option if you want to enable the Enhanced Virtual
1867a6e18781SLeonid Yegoshin	  Addressing (EVA) on your MIPS32 core (such as proAptiv).
1868a6e18781SLeonid Yegoshin	  One of its primary benefits is an increase in the maximum size
1869a6e18781SLeonid Yegoshin	  of lowmem (up to 3GB). If unsure, say 'N' here.
1870a6e18781SLeonid Yegoshin
1871c5b36783SSteven J. Hillconfig CPU_MIPS32_R5_FEATURES
1872c5b36783SSteven J. Hill	bool "MIPS32 Release 5 Features"
1873c5b36783SSteven J. Hill	depends on SYS_HAS_CPU_MIPS32_R5
1874281e3aeaSSerge Semin	depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_P5600
1875c5b36783SSteven J. Hill	help
1876c5b36783SSteven J. Hill	  Choose this option to build a kernel for release 2 or later of the
1877c5b36783SSteven J. Hill	  MIPS32 architecture including features from release 5 such as
1878c5b36783SSteven J. Hill	  support for Extended Physical Addressing (XPA).
1879c5b36783SSteven J. Hill
1880c5b36783SSteven J. Hillconfig CPU_MIPS32_R5_XPA
1881c5b36783SSteven J. Hill	bool "Extended Physical Addressing (XPA)"
1882c5b36783SSteven J. Hill	depends on CPU_MIPS32_R5_FEATURES
1883c5b36783SSteven J. Hill	depends on !EVA
1884c5b36783SSteven J. Hill	depends on !PAGE_SIZE_4KB
1885c5b36783SSteven J. Hill	depends on SYS_SUPPORTS_HIGHMEM
1886c5b36783SSteven J. Hill	select XPA
1887c5b36783SSteven J. Hill	select HIGHMEM
1888d4a451d5SChristoph Hellwig	select PHYS_ADDR_T_64BIT
1889c5b36783SSteven J. Hill	default n
1890c5b36783SSteven J. Hill	help
1891c5b36783SSteven J. Hill	  Choose this option if you want to enable the Extended Physical
1892c5b36783SSteven J. Hill	  Addressing (XPA) on your MIPS32 core (such as P5600 series). The
1893c5b36783SSteven J. Hill	  benefit is to increase physical addressing equal to or greater
1894c5b36783SSteven J. Hill	  than 40 bits. Note that this has the side effect of turning on
1895c5b36783SSteven J. Hill	  64-bit addressing which in turn makes the PTEs 64-bit in size.
1896c5b36783SSteven J. Hill	  If unsure, say 'N' here.
1897c5b36783SSteven J. Hill
1898622844bfSWu Zhangjinif CPU_LOONGSON2F
1899622844bfSWu Zhangjinconfig CPU_NOP_WORKAROUNDS
1900622844bfSWu Zhangjin	bool
1901622844bfSWu Zhangjin
1902622844bfSWu Zhangjinconfig CPU_JUMP_WORKAROUNDS
1903622844bfSWu Zhangjin	bool
1904622844bfSWu Zhangjin
1905622844bfSWu Zhangjinconfig CPU_LOONGSON2F_WORKAROUNDS
1906622844bfSWu Zhangjin	bool "Loongson 2F Workarounds"
1907622844bfSWu Zhangjin	default y
1908622844bfSWu Zhangjin	select CPU_NOP_WORKAROUNDS
1909622844bfSWu Zhangjin	select CPU_JUMP_WORKAROUNDS
1910622844bfSWu Zhangjin	help
1911622844bfSWu Zhangjin	  Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which
1912622844bfSWu Zhangjin	  require workarounds.  Without workarounds the system may hang
1913622844bfSWu Zhangjin	  unexpectedly.  For more information please refer to the gas
1914622844bfSWu Zhangjin	  -mfix-loongson2f-nop and -mfix-loongson2f-jump options.
1915622844bfSWu Zhangjin
1916622844bfSWu Zhangjin	  Loongson 2F03 and later have fixed these issues and no workarounds
1917622844bfSWu Zhangjin	  are needed.  The workarounds have no significant side effect on them
1918622844bfSWu Zhangjin	  but may decrease the performance of the system so this option should
1919622844bfSWu Zhangjin	  be disabled unless the kernel is intended to be run on 2F01 or 2F02
1920622844bfSWu Zhangjin	  systems.
1921622844bfSWu Zhangjin
1922622844bfSWu Zhangjin	  If unsure, please say Y.
1923622844bfSWu Zhangjinendif # CPU_LOONGSON2F
1924622844bfSWu Zhangjin
19251b93b3c3SWu Zhangjinconfig SYS_SUPPORTS_ZBOOT
19261b93b3c3SWu Zhangjin	bool
19271b93b3c3SWu Zhangjin	select HAVE_KERNEL_GZIP
19281b93b3c3SWu Zhangjin	select HAVE_KERNEL_BZIP2
192931c4867dSFlorian Fainelli	select HAVE_KERNEL_LZ4
19301b93b3c3SWu Zhangjin	select HAVE_KERNEL_LZMA
1931fe1d45e0SWu Zhangjin	select HAVE_KERNEL_LZO
19324e23eb63SFlorian Fainelli	select HAVE_KERNEL_XZ
1933a510b616SPaul Cercueil	select HAVE_KERNEL_ZSTD
19341b93b3c3SWu Zhangjin
19351b93b3c3SWu Zhangjinconfig SYS_SUPPORTS_ZBOOT_UART16550
19361b93b3c3SWu Zhangjin	bool
19371b93b3c3SWu Zhangjin	select SYS_SUPPORTS_ZBOOT
19381b93b3c3SWu Zhangjin
1939dbb98314SAlban Bedelconfig SYS_SUPPORTS_ZBOOT_UART_PROM
1940dbb98314SAlban Bedel	bool
1941dbb98314SAlban Bedel	select SYS_SUPPORTS_ZBOOT
1942dbb98314SAlban Bedel
1943268a2d60SJiaxun Yangconfig CPU_LOONGSON2EF
19443702bba5SWu Zhangjin	bool
19453702bba5SWu Zhangjin	select CPU_SUPPORTS_32BIT_KERNEL
19463702bba5SWu Zhangjin	select CPU_SUPPORTS_64BIT_KERNEL
19473702bba5SWu Zhangjin	select CPU_SUPPORTS_HIGHMEM
1948970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
1949e905086eSChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
19503702bba5SWu Zhangjin
1951b2afb64cSHuacai Chenconfig CPU_LOONGSON32
1952ca585cf9SKelvin Cheung	bool
1953ca585cf9SKelvin Cheung	select CPU_MIPS32
19547e280f6bSJiaxun Yang	select CPU_MIPSR2
1955ca585cf9SKelvin Cheung	select CPU_HAS_PREFETCH
1956ca585cf9SKelvin Cheung	select CPU_SUPPORTS_32BIT_KERNEL
1957ca585cf9SKelvin Cheung	select CPU_SUPPORTS_HIGHMEM
1958f29ad10dSKelvin Cheung	select CPU_SUPPORTS_CPUFREQ
1959ca585cf9SKelvin Cheung
1960fe7f62c0SJonas Gorskiconfig CPU_BMIPS32_3300
196104fa8bf7SJonas Gorski	select SMP_UP if SMP
19621bbb6c1bSKevin Cernekee	bool
1963cd746249SJonas Gorski
1964cd746249SJonas Gorskiconfig CPU_BMIPS4350
1965cd746249SJonas Gorski	bool
1966cd746249SJonas Gorski	select SYS_SUPPORTS_SMP
1967cd746249SJonas Gorski	select SYS_SUPPORTS_HOTPLUG_CPU
1968cd746249SJonas Gorski
1969cd746249SJonas Gorskiconfig CPU_BMIPS4380
1970cd746249SJonas Gorski	bool
1971bbf2ba67SKevin Cernekee	select MIPS_L1_CACHE_SHIFT_6
1972cd746249SJonas Gorski	select SYS_SUPPORTS_SMP
1973cd746249SJonas Gorski	select SYS_SUPPORTS_HOTPLUG_CPU
1974b4720809SFlorian Fainelli	select CPU_HAS_RIXI
1975cd746249SJonas Gorski
1976cd746249SJonas Gorskiconfig CPU_BMIPS5000
1977cd746249SJonas Gorski	bool
1978cd746249SJonas Gorski	select MIPS_CPU_SCACHE
1979bbf2ba67SKevin Cernekee	select MIPS_L1_CACHE_SHIFT_7
1980cd746249SJonas Gorski	select SYS_SUPPORTS_SMP
1981cd746249SJonas Gorski	select SYS_SUPPORTS_HOTPLUG_CPU
1982b4720809SFlorian Fainelli	select CPU_HAS_RIXI
19831bbb6c1bSKevin Cernekee
1984268a2d60SJiaxun Yangconfig SYS_HAS_CPU_LOONGSON64
19850e476d91SHuacai Chen	bool
19860e476d91SHuacai Chen	select CPU_SUPPORTS_CPUFREQ
1987b2edcfc8SHuacai Chen	select CPU_HAS_RIXI
19880e476d91SHuacai Chen
19893702bba5SWu Zhangjinconfig SYS_HAS_CPU_LOONGSON2E
19902a21c730SFuxin Zhang	bool
19912a21c730SFuxin Zhang
19926f7a251aSWu Zhangjinconfig SYS_HAS_CPU_LOONGSON2F
19936f7a251aSWu Zhangjin	bool
199455045ff5SWu Zhangjin	select CPU_SUPPORTS_CPUFREQ
199555045ff5SWu Zhangjin	select CPU_SUPPORTS_ADDRWINCFG if 64BIT
19966f7a251aSWu Zhangjin
1997ca585cf9SKelvin Cheungconfig SYS_HAS_CPU_LOONGSON1B
1998ca585cf9SKelvin Cheung	bool
1999ca585cf9SKelvin Cheung
200012e3280bSYang Lingconfig SYS_HAS_CPU_LOONGSON1C
200112e3280bSYang Ling	bool
200212e3280bSYang Ling
20037cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1
20047cf8053bSRalf Baechle	bool
20057cf8053bSRalf Baechle
20067cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2
20077cf8053bSRalf Baechle	bool
20087cf8053bSRalf Baechle
2009a6e18781SLeonid Yegoshinconfig SYS_HAS_CPU_MIPS32_R3_5
2010a6e18781SLeonid Yegoshin	bool
2011a6e18781SLeonid Yegoshin
2012c5b36783SSteven J. Hillconfig SYS_HAS_CPU_MIPS32_R5
2013c5b36783SSteven J. Hill	bool
20149ae1f262SPaul Burton	select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
2015c5b36783SSteven J. Hill
20167fd08ca5SLeonid Yegoshinconfig SYS_HAS_CPU_MIPS32_R6
20177fd08ca5SLeonid Yegoshin	bool
20189ae1f262SPaul Burton	select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
20197fd08ca5SLeonid Yegoshin
20207cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1
20217cf8053bSRalf Baechle	bool
20227cf8053bSRalf Baechle
20237cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2
20247cf8053bSRalf Baechle	bool
20257cf8053bSRalf Baechle
20267fd08ca5SLeonid Yegoshinconfig SYS_HAS_CPU_MIPS64_R6
20277fd08ca5SLeonid Yegoshin	bool
20289ae1f262SPaul Burton	select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
20297fd08ca5SLeonid Yegoshin
2030281e3aeaSSerge Seminconfig SYS_HAS_CPU_P5600
2031281e3aeaSSerge Semin	bool
2032281e3aeaSSerge Semin	select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
2033281e3aeaSSerge Semin
20347cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000
20357cf8053bSRalf Baechle	bool
20367cf8053bSRalf Baechle
20377cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX39XX
20387cf8053bSRalf Baechle	bool
20397cf8053bSRalf Baechle
20407cf8053bSRalf Baechleconfig SYS_HAS_CPU_VR41XX
20417cf8053bSRalf Baechle	bool
20427cf8053bSRalf Baechle
204365ce6197SLauri Kasanenconfig SYS_HAS_CPU_R4300
204465ce6197SLauri Kasanen	bool
204565ce6197SLauri Kasanen
20467cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00
20477cf8053bSRalf Baechle	bool
20487cf8053bSRalf Baechle
20497cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX
20507cf8053bSRalf Baechle	bool
20517cf8053bSRalf Baechle
20527cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000
20537cf8053bSRalf Baechle	bool
20547cf8053bSRalf Baechle
2055542c1020SShinya Kuribayashiconfig SYS_HAS_CPU_R5500
2056542c1020SShinya Kuribayashi	bool
2057542c1020SShinya Kuribayashi
20587cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA
20597cf8053bSRalf Baechle	bool
20607cf8053bSRalf Baechle
20617cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000
20627cf8053bSRalf Baechle	bool
20639ae1f262SPaul Burton	select ARCH_HAS_SYNC_DMA_FOR_CPU if DMA_NONCOHERENT
20647cf8053bSRalf Baechle
20657cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000
20667cf8053bSRalf Baechle	bool
20677cf8053bSRalf Baechle
20687cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1
20697cf8053bSRalf Baechle	bool
20707cf8053bSRalf Baechle
20715e683389SDavid Daneyconfig SYS_HAS_CPU_CAVIUM_OCTEON
20725e683389SDavid Daney	bool
20735e683389SDavid Daney
2074cd746249SJonas Gorskiconfig SYS_HAS_CPU_BMIPS
2075c1c0c461SKevin Cernekee	bool
2076c1c0c461SKevin Cernekee
2077fe7f62c0SJonas Gorskiconfig SYS_HAS_CPU_BMIPS32_3300
2078c1c0c461SKevin Cernekee	bool
2079cd746249SJonas Gorski	select SYS_HAS_CPU_BMIPS
2080c1c0c461SKevin Cernekee
2081c1c0c461SKevin Cernekeeconfig SYS_HAS_CPU_BMIPS4350
2082c1c0c461SKevin Cernekee	bool
2083cd746249SJonas Gorski	select SYS_HAS_CPU_BMIPS
2084c1c0c461SKevin Cernekee
2085c1c0c461SKevin Cernekeeconfig SYS_HAS_CPU_BMIPS4380
2086c1c0c461SKevin Cernekee	bool
2087cd746249SJonas Gorski	select SYS_HAS_CPU_BMIPS
2088c1c0c461SKevin Cernekee
2089c1c0c461SKevin Cernekeeconfig SYS_HAS_CPU_BMIPS5000
2090c1c0c461SKevin Cernekee	bool
2091cd746249SJonas Gorski	select SYS_HAS_CPU_BMIPS
2092f263f2a2SHauke Mehrtens	select ARCH_HAS_SYNC_DMA_FOR_CPU
2093c1c0c461SKevin Cernekee
20947f058e85SJayachandran Cconfig SYS_HAS_CPU_XLR
20957f058e85SJayachandran C	bool
20967f058e85SJayachandran C
20971c773ea4SJayachandran Cconfig SYS_HAS_CPU_XLP
20981c773ea4SJayachandran C	bool
20991c773ea4SJayachandran C
210017099b11SRalf Baechle#
210117099b11SRalf Baechle# CPU may reorder R->R, R->W, W->R, W->W
210217099b11SRalf Baechle# Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
210317099b11SRalf Baechle#
21040004a9dfSRalf Baechleconfig WEAK_ORDERING
21050004a9dfSRalf Baechle	bool
210617099b11SRalf Baechle
210717099b11SRalf Baechle#
210817099b11SRalf Baechle# CPU may reorder reads and writes beyond LL/SC
210917099b11SRalf Baechle# CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
211017099b11SRalf Baechle#
211117099b11SRalf Baechleconfig WEAK_REORDERING_BEYOND_LLSC
211217099b11SRalf Baechle	bool
21135e83d430SRalf Baechleendmenu
21145e83d430SRalf Baechle
21155e83d430SRalf Baechle#
21165e83d430SRalf Baechle# These two indicate any level of the MIPS32 and MIPS64 architecture
21175e83d430SRalf Baechle#
21185e83d430SRalf Baechleconfig CPU_MIPS32
21195e83d430SRalf Baechle	bool
2120ab7c01fdSSerge Semin	default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 || CPU_MIPS32_R5 || \
2121281e3aeaSSerge Semin		     CPU_MIPS32_R6 || CPU_P5600
21225e83d430SRalf Baechle
21235e83d430SRalf Baechleconfig CPU_MIPS64
21245e83d430SRalf Baechle	bool
2125ab7c01fdSSerge Semin	default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 || CPU_MIPS64_R5 || \
21265a4fa44fSJason A. Donenfeld		     CPU_MIPS64_R6 || CPU_LOONGSON64 || CPU_CAVIUM_OCTEON
21275e83d430SRalf Baechle
21285e83d430SRalf Baechle#
212957eeacedSPaul Burton# These indicate the revision of the architecture
21305e83d430SRalf Baechle#
21315e83d430SRalf Baechleconfig CPU_MIPSR1
21325e83d430SRalf Baechle	bool
21335e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
21345e83d430SRalf Baechle
21355e83d430SRalf Baechleconfig CPU_MIPSR2
21365e83d430SRalf Baechle	bool
2137a86c7f72SDavid Daney	default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON
21388256b17eSFlorian Fainelli	select CPU_HAS_RIXI
2139ba9196d2SJiaxun Yang	select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
2140a7e07b1aSMarkos Chandras	select MIPS_SPRAM
21415e83d430SRalf Baechle
2142ab7c01fdSSerge Seminconfig CPU_MIPSR5
2143ab7c01fdSSerge Semin	bool
2144281e3aeaSSerge Semin	default y if CPU_MIPS32_R5 || CPU_MIPS64_R5 || CPU_P5600
2145ab7c01fdSSerge Semin	select CPU_HAS_RIXI
2146ab7c01fdSSerge Semin	select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
2147ab7c01fdSSerge Semin	select MIPS_SPRAM
2148ab7c01fdSSerge Semin
21497fd08ca5SLeonid Yegoshinconfig CPU_MIPSR6
21507fd08ca5SLeonid Yegoshin	bool
21517fd08ca5SLeonid Yegoshin	default y if CPU_MIPS32_R6 || CPU_MIPS64_R6
21528256b17eSFlorian Fainelli	select CPU_HAS_RIXI
2153ba9196d2SJiaxun Yang	select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
215487321fddSPaul Burton	select HAVE_ARCH_BITREVERSE
21552db003a5SPaul Burton	select MIPS_ASID_BITS_VARIABLE
21564a5dc51eSMarcin Nowakowski	select MIPS_CRC_SUPPORT
2157a7e07b1aSMarkos Chandras	select MIPS_SPRAM
21585e83d430SRalf Baechle
215957eeacedSPaul Burtonconfig TARGET_ISA_REV
216057eeacedSPaul Burton	int
216157eeacedSPaul Burton	default 1 if CPU_MIPSR1
216257eeacedSPaul Burton	default 2 if CPU_MIPSR2
2163ab7c01fdSSerge Semin	default 5 if CPU_MIPSR5
216457eeacedSPaul Burton	default 6 if CPU_MIPSR6
216557eeacedSPaul Burton	default 0
216657eeacedSPaul Burton	help
216757eeacedSPaul Burton	  Reflects the ISA revision being targeted by the kernel build. This
216857eeacedSPaul Burton	  is effectively the Kconfig equivalent of MIPS_ISA_REV.
216957eeacedSPaul Burton
2170a6e18781SLeonid Yegoshinconfig EVA
2171a6e18781SLeonid Yegoshin	bool
2172a6e18781SLeonid Yegoshin
2173c5b36783SSteven J. Hillconfig XPA
2174c5b36783SSteven J. Hill	bool
2175c5b36783SSteven J. Hill
21765e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL
21775e83d430SRalf Baechle	bool
21785e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL
21795e83d430SRalf Baechle	bool
21805e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL
21815e83d430SRalf Baechle	bool
21825e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL
21835e83d430SRalf Baechle	bool
218455045ff5SWu Zhangjinconfig CPU_SUPPORTS_CPUFREQ
218555045ff5SWu Zhangjin	bool
218655045ff5SWu Zhangjinconfig CPU_SUPPORTS_ADDRWINCFG
218755045ff5SWu Zhangjin	bool
21889cffd154SDavid Daneyconfig CPU_SUPPORTS_HUGEPAGES
21899cffd154SDavid Daney	bool
2190171543e7SDaniel Silsby	depends on !(32BIT && (ARCH_PHYS_ADDR_T_64BIT || EVA))
219182622284SDavid Daneyconfig MIPS_PGD_C0_CONTEXT
219282622284SDavid Daney	bool
2193c6972fb9SHuang Pei	depends on 64BIT
2194c6972fb9SHuang Pei	default y if (CPU_MIPSR2 || CPU_MIPSR6) && !CPU_XLP
21955e83d430SRalf Baechle
21968192c9eaSDavid Daney#
21978192c9eaSDavid Daney# Set to y for ptrace access to watch registers.
21988192c9eaSDavid Daney#
21998192c9eaSDavid Daneyconfig HARDWARE_WATCHPOINTS
22008192c9eaSDavid Daney	bool
2201679eb637SJames Hogan	default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6
22028192c9eaSDavid Daney
22035e83d430SRalf Baechlemenu "Kernel type"
22045e83d430SRalf Baechle
22055e83d430SRalf Baechlechoice
22065e83d430SRalf Baechle	prompt "Kernel code model"
22075e83d430SRalf Baechle	help
22085e83d430SRalf Baechle	  You should only select this option if you have a workload that
22095e83d430SRalf Baechle	  actually benefits from 64-bit processing or if your machine has
22105e83d430SRalf Baechle	  large memory.  You will only be presented a single option in this
22115e83d430SRalf Baechle	  menu if your system does not support both 32-bit and 64-bit kernels.
22125e83d430SRalf Baechle
22135e83d430SRalf Baechleconfig 32BIT
22145e83d430SRalf Baechle	bool "32-bit kernel"
22155e83d430SRalf Baechle	depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
22165e83d430SRalf Baechle	select TRAD_SIGNALS
22175e83d430SRalf Baechle	help
22185e83d430SRalf Baechle	  Select this option if you want to build a 32-bit kernel.
2219f17c4ca3SRalf Baechle
22205e83d430SRalf Baechleconfig 64BIT
22215e83d430SRalf Baechle	bool "64-bit kernel"
22225e83d430SRalf Baechle	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
22235e83d430SRalf Baechle	help
22245e83d430SRalf Baechle	  Select this option if you want to build a 64-bit kernel.
22255e83d430SRalf Baechle
22265e83d430SRalf Baechleendchoice
22275e83d430SRalf Baechle
22281e321fa9SLeonid Yegoshinconfig MIPS_VA_BITS_48
22291e321fa9SLeonid Yegoshin	bool "48 bits virtual memory"
22301e321fa9SLeonid Yegoshin	depends on 64BIT
22311e321fa9SLeonid Yegoshin	help
22323377e227SAlex Belits	  Support a maximum at least 48 bits of application virtual
22333377e227SAlex Belits	  memory.  Default is 40 bits or less, depending on the CPU.
22343377e227SAlex Belits	  For page sizes 16k and above, this option results in a small
22353377e227SAlex Belits	  memory overhead for page tables.  For 4k page size, a fourth
22363377e227SAlex Belits	  level of page tables is added which imposes both a memory
22373377e227SAlex Belits	  overhead as well as slower TLB fault handling.
22383377e227SAlex Belits
22391e321fa9SLeonid Yegoshin	  If unsure, say N.
22401e321fa9SLeonid Yegoshin
22411da177e4SLinus Torvaldschoice
22421da177e4SLinus Torvalds	prompt "Kernel page size"
22431da177e4SLinus Torvalds	default PAGE_SIZE_4KB
22441da177e4SLinus Torvalds
22451da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB
22461da177e4SLinus Torvalds	bool "4kB"
2247268a2d60SJiaxun Yang	depends on !CPU_LOONGSON2EF && !CPU_LOONGSON64
22481da177e4SLinus Torvalds	help
22491da177e4SLinus Torvalds	  This option select the standard 4kB Linux page size.  On some
22501da177e4SLinus Torvalds	  R3000-family processors this is the only available page size.  Using
22511da177e4SLinus Torvalds	  4kB page size will minimize memory consumption and is therefore
22521da177e4SLinus Torvalds	  recommended for low memory systems.
22531da177e4SLinus Torvalds
22541da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB
22551da177e4SLinus Torvalds	bool "8kB"
2256c2aeaaeaSPaul Burton	depends on CPU_CAVIUM_OCTEON
22571e321fa9SLeonid Yegoshin	depends on !MIPS_VA_BITS_48
22581da177e4SLinus Torvalds	help
22591da177e4SLinus Torvalds	  Using 8kB page size will result in higher performance kernel at
22601da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available
2261c2aeaaeaSPaul Burton	  only on cnMIPS processors.  Note that you will need a suitable Linux
2262c2aeaaeaSPaul Burton	  distribution to support this.
22631da177e4SLinus Torvalds
22641da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB
22651da177e4SLinus Torvalds	bool "16kB"
2266714bfad6SRalf Baechle	depends on !CPU_R3000 && !CPU_TX39XX
22671da177e4SLinus Torvalds	help
22681da177e4SLinus Torvalds	  Using 16kB page size will result in higher performance kernel at
22691da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
2270714bfad6SRalf Baechle	  all non-R3000 family processors.  Note that you will need a suitable
2271714bfad6SRalf Baechle	  Linux distribution to support this.
22721da177e4SLinus Torvalds
2273c52399beSRalf Baechleconfig PAGE_SIZE_32KB
2274c52399beSRalf Baechle	bool "32kB"
2275c52399beSRalf Baechle	depends on CPU_CAVIUM_OCTEON
22761e321fa9SLeonid Yegoshin	depends on !MIPS_VA_BITS_48
2277c52399beSRalf Baechle	help
2278c52399beSRalf Baechle	  Using 32kB page size will result in higher performance kernel at
2279c52399beSRalf Baechle	  the price of higher memory consumption.  This option is available
2280c52399beSRalf Baechle	  only on cnMIPS cores.  Note that you will need a suitable Linux
2281c52399beSRalf Baechle	  distribution to support this.
2282c52399beSRalf Baechle
22831da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB
22841da177e4SLinus Torvalds	bool "64kB"
22853b2db173SPaul Burton	depends on !CPU_R3000 && !CPU_TX39XX
22861da177e4SLinus Torvalds	help
22871da177e4SLinus Torvalds	  Using 64kB page size will result in higher performance kernel at
22881da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
22891da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
2290714bfad6SRalf Baechle	  writing this option is still high experimental.
22911da177e4SLinus Torvalds
22921da177e4SLinus Torvaldsendchoice
22931da177e4SLinus Torvalds
2294c9bace7cSDavid Daneyconfig FORCE_MAX_ZONEORDER
2295c9bace7cSDavid Daney	int "Maximum zone order"
2296e4362d1eSAlex Smith	range 14 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
2297e4362d1eSAlex Smith	default "14" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
2298e4362d1eSAlex Smith	range 13 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
2299e4362d1eSAlex Smith	default "13" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
2300e4362d1eSAlex Smith	range 12 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
2301e4362d1eSAlex Smith	default "12" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
2302ef923a76SPaul Cercueil	range 0 64
2303c9bace7cSDavid Daney	default "11"
2304c9bace7cSDavid Daney	help
2305c9bace7cSDavid Daney	  The kernel memory allocator divides physically contiguous memory
2306c9bace7cSDavid Daney	  blocks into "zones", where each zone is a power of two number of
2307c9bace7cSDavid Daney	  pages.  This option selects the largest power of two that the kernel
2308c9bace7cSDavid Daney	  keeps in the memory allocator.  If you need to allocate very large
2309c9bace7cSDavid Daney	  blocks of physically contiguous memory, then you may need to
2310c9bace7cSDavid Daney	  increase this value.
2311c9bace7cSDavid Daney
2312c9bace7cSDavid Daney	  This config option is actually maximum order plus one. For example,
2313c9bace7cSDavid Daney	  a value of 11 means that the largest free memory block is 2^10 pages.
2314c9bace7cSDavid Daney
2315c9bace7cSDavid Daney	  The page size is not necessarily 4KB.  Keep this in mind
2316c9bace7cSDavid Daney	  when choosing a value for this option.
2317c9bace7cSDavid Daney
23181da177e4SLinus Torvaldsconfig BOARD_SCACHE
23191da177e4SLinus Torvalds	bool
23201da177e4SLinus Torvalds
23211da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE
23221da177e4SLinus Torvalds	bool
23231da177e4SLinus Torvalds	select BOARD_SCACHE
23241da177e4SLinus Torvalds
23259318c51aSChris Dearman#
23269318c51aSChris Dearman# Support for a MIPS32 / MIPS64 style S-caches
23279318c51aSChris Dearman#
23289318c51aSChris Dearmanconfig MIPS_CPU_SCACHE
23299318c51aSChris Dearman	bool
23309318c51aSChris Dearman	select BOARD_SCACHE
23319318c51aSChris Dearman
23321da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE
23331da177e4SLinus Torvalds	bool
23341da177e4SLinus Torvalds	select BOARD_SCACHE
23351da177e4SLinus Torvalds
23361da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE
23371da177e4SLinus Torvalds	bool
23381da177e4SLinus Torvalds	select BOARD_SCACHE
23391da177e4SLinus Torvalds
23401da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS
23411da177e4SLinus Torvalds	bool "Use DMA to clear/copy pages"
23421da177e4SLinus Torvalds	depends on CPU_SB1
23431da177e4SLinus Torvalds	help
23441da177e4SLinus Torvalds	  Instead of using the CPU to zero and copy pages, use a Data Mover
23451da177e4SLinus Torvalds	  channel.  These DMA channels are otherwise unused by the standard
23461da177e4SLinus Torvalds	  SiByte Linux port.  Seems to give a small performance benefit.
23471da177e4SLinus Torvalds
23481da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH
2349c8094b53SRalf Baechle	bool
23501da177e4SLinus Torvalds
23513165c846SFlorian Fainelliconfig CPU_GENERIC_DUMP_TLB
23523165c846SFlorian Fainelli	bool
2353c2aeaaeaSPaul Burton	default y if !(CPU_R3000 || CPU_TX39XX)
23543165c846SFlorian Fainelli
2355c92e47e5SPaul Burtonconfig MIPS_FP_SUPPORT
2356183b40f9SPaul Burton	bool "Floating Point support" if EXPERT
2357183b40f9SPaul Burton	default y
2358183b40f9SPaul Burton	help
2359183b40f9SPaul Burton	  Select y to include support for floating point in the kernel
2360183b40f9SPaul Burton	  including initialization of FPU hardware, FP context save & restore
2361183b40f9SPaul Burton	  and emulation of an FPU where necessary. Without this support any
2362183b40f9SPaul Burton	  userland program attempting to use floating point instructions will
2363183b40f9SPaul Burton	  receive a SIGILL.
2364183b40f9SPaul Burton
2365183b40f9SPaul Burton	  If you know that your userland will not attempt to use floating point
2366183b40f9SPaul Burton	  instructions then you can say n here to shrink the kernel a little.
2367183b40f9SPaul Burton
2368183b40f9SPaul Burton	  If unsure, say y.
2369c92e47e5SPaul Burton
237097f7dcbfSPaul Burtonconfig CPU_R2300_FPU
237197f7dcbfSPaul Burton	bool
2372c92e47e5SPaul Burton	depends on MIPS_FP_SUPPORT
237397f7dcbfSPaul Burton	default y if CPU_R3000 || CPU_TX39XX
237497f7dcbfSPaul Burton
237554746829SPaul Burtonconfig CPU_R3K_TLB
237654746829SPaul Burton	bool
237754746829SPaul Burton
237891405eb6SFlorian Fainelliconfig CPU_R4K_FPU
237991405eb6SFlorian Fainelli	bool
2380c92e47e5SPaul Burton	depends on MIPS_FP_SUPPORT
238197f7dcbfSPaul Burton	default y if !CPU_R2300_FPU
238291405eb6SFlorian Fainelli
238362cedc4fSFlorian Fainelliconfig CPU_R4K_CACHE_TLB
238462cedc4fSFlorian Fainelli	bool
238554746829SPaul Burton	default y if !(CPU_R3K_TLB || CPU_SB1 || CPU_CAVIUM_OCTEON)
238662cedc4fSFlorian Fainelli
238759d6ab86SRalf Baechleconfig MIPS_MT_SMP
2388a92b7f87SMarkos Chandras	bool "MIPS MT SMP support (1 TC on each available VPE)"
23895cbf9688SPaul Burton	default y
2390527f1028SPaul Burton	depends on SYS_SUPPORTS_MULTITHREADING && !CPU_MIPSR6 && !CPU_MICROMIPS
239159d6ab86SRalf Baechle	select CPU_MIPSR2_IRQ_VI
2392d725cf38SChris Dearman	select CPU_MIPSR2_IRQ_EI
2393c080faa5SSteven J. Hill	select SYNC_R4K
239459d6ab86SRalf Baechle	select MIPS_MT
239559d6ab86SRalf Baechle	select SMP
239687353d8aSRalf Baechle	select SMP_UP
2397c080faa5SSteven J. Hill	select SYS_SUPPORTS_SMP
2398c080faa5SSteven J. Hill	select SYS_SUPPORTS_SCHED_SMT
2399399aaa25SAl Cooper	select MIPS_PERF_SHARED_TC_COUNTERS
240059d6ab86SRalf Baechle	help
2401c080faa5SSteven J. Hill	  This is a kernel model which is known as SMVP. This is supported
2402c080faa5SSteven J. Hill	  on cores with the MT ASE and uses the available VPEs to implement
2403c080faa5SSteven J. Hill	  virtual processors which supports SMP. This is equivalent to the
2404c080faa5SSteven J. Hill	  Intel Hyperthreading feature. For further information go to
2405c080faa5SSteven J. Hill	  <http://www.imgtec.com/mips/mips-multithreading.asp>.
240659d6ab86SRalf Baechle
2407f41ae0b2SRalf Baechleconfig MIPS_MT
2408f41ae0b2SRalf Baechle	bool
2409f41ae0b2SRalf Baechle
24100ab7aefcSRalf Baechleconfig SCHED_SMT
24110ab7aefcSRalf Baechle	bool "SMT (multithreading) scheduler support"
24120ab7aefcSRalf Baechle	depends on SYS_SUPPORTS_SCHED_SMT
24130ab7aefcSRalf Baechle	default n
24140ab7aefcSRalf Baechle	help
24150ab7aefcSRalf Baechle	  SMT scheduler support improves the CPU scheduler's decision making
24160ab7aefcSRalf Baechle	  when dealing with MIPS MT enabled cores at a cost of slightly
24170ab7aefcSRalf Baechle	  increased overhead in some places. If unsure say N here.
24180ab7aefcSRalf Baechle
24190ab7aefcSRalf Baechleconfig SYS_SUPPORTS_SCHED_SMT
24200ab7aefcSRalf Baechle	bool
24210ab7aefcSRalf Baechle
2422f41ae0b2SRalf Baechleconfig SYS_SUPPORTS_MULTITHREADING
2423f41ae0b2SRalf Baechle	bool
2424f41ae0b2SRalf Baechle
2425f088fc84SRalf Baechleconfig MIPS_MT_FPAFF
2426f088fc84SRalf Baechle	bool "Dynamic FPU affinity for FP-intensive threads"
2427f088fc84SRalf Baechle	default y
2428b633648cSRalf Baechle	depends on MIPS_MT_SMP
242907cc0c9eSRalf Baechle
2430b0a668fbSLeonid Yegoshinconfig MIPSR2_TO_R6_EMULATOR
2431b0a668fbSLeonid Yegoshin	bool "MIPS R2-to-R6 emulator"
24329eaa9a82SPaul Burton	depends on CPU_MIPSR6
2433c92e47e5SPaul Burton	depends on MIPS_FP_SUPPORT
2434b0a668fbSLeonid Yegoshin	default y
2435b0a668fbSLeonid Yegoshin	help
2436b0a668fbSLeonid Yegoshin	  Choose this option if you want to run non-R6 MIPS userland code.
2437b0a668fbSLeonid Yegoshin	  Even if you say 'Y' here, the emulator will still be disabled by
243807edf0d4SMarkos Chandras	  default. You can enable it using the 'mipsr2emu' kernel option.
2439b0a668fbSLeonid Yegoshin	  The only reason this is a build-time option is to save ~14K from the
2440b0a668fbSLeonid Yegoshin	  final kernel image.
2441b0a668fbSLeonid Yegoshin
2442f35764e7SJames Hoganconfig SYS_SUPPORTS_VPE_LOADER
2443f35764e7SJames Hogan	bool
2444f35764e7SJames Hogan	depends on SYS_SUPPORTS_MULTITHREADING
2445f35764e7SJames Hogan	help
2446f35764e7SJames Hogan	  Indicates that the platform supports the VPE loader, and provides
2447f35764e7SJames Hogan	  physical_memsize.
2448f35764e7SJames Hogan
244907cc0c9eSRalf Baechleconfig MIPS_VPE_LOADER
245007cc0c9eSRalf Baechle	bool "VPE loader support."
2451f35764e7SJames Hogan	depends on SYS_SUPPORTS_VPE_LOADER && MODULES
245207cc0c9eSRalf Baechle	select CPU_MIPSR2_IRQ_VI
245307cc0c9eSRalf Baechle	select CPU_MIPSR2_IRQ_EI
245407cc0c9eSRalf Baechle	select MIPS_MT
245507cc0c9eSRalf Baechle	help
245607cc0c9eSRalf Baechle	  Includes a loader for loading an elf relocatable object
245707cc0c9eSRalf Baechle	  onto another VPE and running it.
2458f088fc84SRalf Baechle
245917a1d523SDeng-Cheng Zhuconfig MIPS_VPE_LOADER_CMP
246017a1d523SDeng-Cheng Zhu	bool
246117a1d523SDeng-Cheng Zhu	default "y"
246217a1d523SDeng-Cheng Zhu	depends on MIPS_VPE_LOADER && MIPS_CMP
246317a1d523SDeng-Cheng Zhu
24641a2a6d7eSDeng-Cheng Zhuconfig MIPS_VPE_LOADER_MT
24651a2a6d7eSDeng-Cheng Zhu	bool
24661a2a6d7eSDeng-Cheng Zhu	default "y"
24671a2a6d7eSDeng-Cheng Zhu	depends on MIPS_VPE_LOADER && !MIPS_CMP
24681a2a6d7eSDeng-Cheng Zhu
2469e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM
2470e01402b1SRalf Baechle	bool "Load VPE program into memory hidden from linux"
2471e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
2472e01402b1SRalf Baechle	default y
2473e01402b1SRalf Baechle	help
2474e01402b1SRalf Baechle	  The loader can use memory that is present but has been hidden from
2475e01402b1SRalf Baechle	  Linux using the kernel command line option "mem=xxMB". It's up to
2476e01402b1SRalf Baechle	  you to ensure the amount you put in the option and the space your
2477e01402b1SRalf Baechle	  program requires is less or equal to the amount physically present.
2478e01402b1SRalf Baechle
2479e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API
2480e01402b1SRalf Baechle	bool "Enable support for AP/SP API (RTLX)"
2481e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
2482e01402b1SRalf Baechle
2483da615cf6SDeng-Cheng Zhuconfig MIPS_VPE_APSP_API_CMP
2484da615cf6SDeng-Cheng Zhu	bool
2485da615cf6SDeng-Cheng Zhu	default "y"
2486da615cf6SDeng-Cheng Zhu	depends on MIPS_VPE_APSP_API && MIPS_CMP
2487da615cf6SDeng-Cheng Zhu
24882c973ef0SDeng-Cheng Zhuconfig MIPS_VPE_APSP_API_MT
24892c973ef0SDeng-Cheng Zhu	bool
24902c973ef0SDeng-Cheng Zhu	default "y"
24912c973ef0SDeng-Cheng Zhu	depends on MIPS_VPE_APSP_API && !MIPS_CMP
24922c973ef0SDeng-Cheng Zhu
24934a16ff4cSRalf Baechleconfig MIPS_CMP
24945cac93b3SPaul Burton	bool "MIPS CMP framework support (DEPRECATED)"
24955676319cSMarkos Chandras	depends on SYS_SUPPORTS_MIPS_CMP && !CPU_MIPSR6
2496b10b43baSMarkos Chandras	select SMP
2497eb9b5141STim Anderson	select SYNC_R4K
2498b10b43baSMarkos Chandras	select SYS_SUPPORTS_SMP
24994a16ff4cSRalf Baechle	select WEAK_ORDERING
25004a16ff4cSRalf Baechle	default n
25014a16ff4cSRalf Baechle	help
2502044505c7SPaul Burton	  Select this if you are using a bootloader which implements the "CMP
2503044505c7SPaul Burton	  framework" protocol (ie. YAMON) and want your kernel to make use of
2504044505c7SPaul Burton	  its ability to start secondary CPUs.
25054a16ff4cSRalf Baechle
25065cac93b3SPaul Burton	  Unless you have a specific need, you should use CONFIG_MIPS_CPS
25075cac93b3SPaul Burton	  instead of this.
25085cac93b3SPaul Burton
25090ee958e1SPaul Burtonconfig MIPS_CPS
25100ee958e1SPaul Burton	bool "MIPS Coherent Processing System support"
25115a3e7c02SPaul Burton	depends on SYS_SUPPORTS_MIPS_CPS
25120ee958e1SPaul Burton	select MIPS_CM
25131d8f1f5aSPaul Burton	select MIPS_CPS_PM if HOTPLUG_CPU
25140ee958e1SPaul Burton	select SMP
25150ee958e1SPaul Burton	select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
25161d8f1f5aSPaul Burton	select SYS_SUPPORTS_HOTPLUG_CPU
2517c8b7712cSPaul Burton	select SYS_SUPPORTS_SCHED_SMT if CPU_MIPSR6
25180ee958e1SPaul Burton	select SYS_SUPPORTS_SMP
25190ee958e1SPaul Burton	select WEAK_ORDERING
2520d8d3276bSWei Li	select GENERIC_IRQ_MIGRATION if HOTPLUG_CPU
25210ee958e1SPaul Burton	help
25220ee958e1SPaul Burton	  Select this if you wish to run an SMP kernel across multiple cores
25230ee958e1SPaul Burton	  within a MIPS Coherent Processing System. When this option is
25240ee958e1SPaul Burton	  enabled the kernel will probe for other cores and boot them with
25250ee958e1SPaul Burton	  no external assistance. It is safe to enable this when hardware
25260ee958e1SPaul Burton	  support is unavailable.
25270ee958e1SPaul Burton
25283179d37eSPaul Burtonconfig MIPS_CPS_PM
252939a59593SMarkos Chandras	depends on MIPS_CPS
25303179d37eSPaul Burton	bool
25313179d37eSPaul Burton
25329f98f3ddSPaul Burtonconfig MIPS_CM
25339f98f3ddSPaul Burton	bool
25343c9b4166SPaul Burton	select MIPS_CPC
25359f98f3ddSPaul Burton
25369c38cf44SPaul Burtonconfig MIPS_CPC
25379c38cf44SPaul Burton	bool
25382600990eSRalf Baechle
25391da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS
25401da177e4SLinus Torvalds	bool
25411da177e4SLinus Torvalds	depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
25421da177e4SLinus Torvalds	default y
25431da177e4SLinus Torvalds
25441da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS
25451da177e4SLinus Torvalds	bool
25461da177e4SLinus Torvalds	depends on CPU_SB1 && CPU_SB1_PASS_2
25471da177e4SLinus Torvalds	default y
25481da177e4SLinus Torvalds
25499e2b5372SMarkos Chandraschoice
25509e2b5372SMarkos Chandras	prompt "SmartMIPS or microMIPS ASE support"
25519e2b5372SMarkos Chandras
25529e2b5372SMarkos Chandrasconfig CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS
25539e2b5372SMarkos Chandras	bool "None"
25549e2b5372SMarkos Chandras	help
25559e2b5372SMarkos Chandras	  Select this if you want neither microMIPS nor SmartMIPS support
25569e2b5372SMarkos Chandras
25579693a853SFranck Bui-Huuconfig CPU_HAS_SMARTMIPS
25589693a853SFranck Bui-Huu	depends on SYS_SUPPORTS_SMARTMIPS
25599e2b5372SMarkos Chandras	bool "SmartMIPS"
25609693a853SFranck Bui-Huu	help
25619693a853SFranck Bui-Huu	  SmartMIPS is a extension of the MIPS32 architecture aimed at
25629693a853SFranck Bui-Huu	  increased security at both hardware and software level for
25639693a853SFranck Bui-Huu	  smartcards.  Enabling this option will allow proper use of the
25649693a853SFranck Bui-Huu	  SmartMIPS instructions by Linux applications.  However a kernel with
25659693a853SFranck Bui-Huu	  this option will not work on a MIPS core without SmartMIPS core.  If
25669693a853SFranck Bui-Huu	  you don't know you probably don't have SmartMIPS and should say N
25679693a853SFranck Bui-Huu	  here.
25689693a853SFranck Bui-Huu
2569bce86083SSteven J. Hillconfig CPU_MICROMIPS
25707fd08ca5SLeonid Yegoshin	depends on 32BIT && SYS_SUPPORTS_MICROMIPS && !CPU_MIPSR6
25719e2b5372SMarkos Chandras	bool "microMIPS"
2572bce86083SSteven J. Hill	help
2573bce86083SSteven J. Hill	  When this option is enabled the kernel will be built using the
2574bce86083SSteven J. Hill	  microMIPS ISA
2575bce86083SSteven J. Hill
25769e2b5372SMarkos Chandrasendchoice
25779e2b5372SMarkos Chandras
2578a5e9a69eSPaul Burtonconfig CPU_HAS_MSA
25790ce3417eSPaul Burton	bool "Support for the MIPS SIMD Architecture"
2580a5e9a69eSPaul Burton	depends on CPU_SUPPORTS_MSA
2581c92e47e5SPaul Burton	depends on MIPS_FP_SUPPORT
25822a6cb669SPaul Burton	depends on 64BIT || MIPS_O32_FP64_SUPPORT
2583a5e9a69eSPaul Burton	help
2584a5e9a69eSPaul Burton	  MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers
2585a5e9a69eSPaul Burton	  and a set of SIMD instructions to operate on them. When this option
25861db1af84SPaul Burton	  is enabled the kernel will support allocating & switching MSA
25871db1af84SPaul Burton	  vector register contexts. If you know that your kernel will only be
25881db1af84SPaul Burton	  running on CPUs which do not support MSA or that your userland will
25891db1af84SPaul Burton	  not be making use of it then you may wish to say N here to reduce
25901db1af84SPaul Burton	  the size & complexity of your kernel.
2591a5e9a69eSPaul Burton
2592a5e9a69eSPaul Burton	  If unsure, say Y.
2593a5e9a69eSPaul Burton
25941da177e4SLinus Torvaldsconfig CPU_HAS_WB
2595f7062ddbSRalf Baechle	bool
2596e01402b1SRalf Baechle
2597df0ac8a4SKevin Cernekeeconfig XKS01
2598df0ac8a4SKevin Cernekee	bool
2599df0ac8a4SKevin Cernekee
2600ba9196d2SJiaxun Yangconfig CPU_HAS_DIEI
2601ba9196d2SJiaxun Yang	depends on !CPU_DIEI_BROKEN
2602ba9196d2SJiaxun Yang	bool
2603ba9196d2SJiaxun Yang
2604ba9196d2SJiaxun Yangconfig CPU_DIEI_BROKEN
2605ba9196d2SJiaxun Yang	bool
2606ba9196d2SJiaxun Yang
26078256b17eSFlorian Fainelliconfig CPU_HAS_RIXI
26088256b17eSFlorian Fainelli	bool
26098256b17eSFlorian Fainelli
261018d84e2eSAlexander Lobakinconfig CPU_NO_LOAD_STORE_LR
2611932afdeeSYasha Cherikovsky	bool
2612932afdeeSYasha Cherikovsky	help
261318d84e2eSAlexander Lobakin	  CPU lacks support for unaligned load and store instructions:
2614932afdeeSYasha Cherikovsky	  LWL, LWR, SWL, SWR (Load/store word left/right).
261518d84e2eSAlexander Lobakin	  LDL, LDR, SDL, SDR (Load/store doubleword left/right, for 64bit
261618d84e2eSAlexander Lobakin	  systems).
2617932afdeeSYasha Cherikovsky
2618f41ae0b2SRalf Baechle#
2619f41ae0b2SRalf Baechle# Vectored interrupt mode is an R2 feature
2620f41ae0b2SRalf Baechle#
2621e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI
2622f41ae0b2SRalf Baechle	bool
2623e01402b1SRalf Baechle
2624f41ae0b2SRalf Baechle#
2625f41ae0b2SRalf Baechle# Extended interrupt mode is an R2 feature
2626f41ae0b2SRalf Baechle#
2627e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI
2628f41ae0b2SRalf Baechle	bool
2629e01402b1SRalf Baechle
26301da177e4SLinus Torvaldsconfig CPU_HAS_SYNC
26311da177e4SLinus Torvalds	bool
26321da177e4SLinus Torvalds	depends on !CPU_R3000
26331da177e4SLinus Torvalds	default y
26341da177e4SLinus Torvalds
26351da177e4SLinus Torvalds#
263620d60d99SMaciej W. Rozycki# CPU non-features
263720d60d99SMaciej W. Rozycki#
263820d60d99SMaciej W. Rozyckiconfig CPU_DADDI_WORKAROUNDS
263920d60d99SMaciej W. Rozycki	bool
264020d60d99SMaciej W. Rozycki
264120d60d99SMaciej W. Rozyckiconfig CPU_R4000_WORKAROUNDS
264220d60d99SMaciej W. Rozycki	bool
264320d60d99SMaciej W. Rozycki	select CPU_R4400_WORKAROUNDS
264420d60d99SMaciej W. Rozycki
264520d60d99SMaciej W. Rozyckiconfig CPU_R4400_WORKAROUNDS
264620d60d99SMaciej W. Rozycki	bool
264720d60d99SMaciej W. Rozycki
2648071d2f0bSPaul Burtonconfig CPU_R4X00_BUGS64
2649071d2f0bSPaul Burton	bool
2650071d2f0bSPaul Burton	default y if SYS_HAS_CPU_R4X00 && 64BIT && (TARGET_ISA_REV < 1)
2651071d2f0bSPaul Burton
26524edf00a4SPaul Burtonconfig MIPS_ASID_SHIFT
26534edf00a4SPaul Burton	int
26544edf00a4SPaul Burton	default 6 if CPU_R3000 || CPU_TX39XX
26554edf00a4SPaul Burton	default 0
26564edf00a4SPaul Burton
26574edf00a4SPaul Burtonconfig MIPS_ASID_BITS
26584edf00a4SPaul Burton	int
26592db003a5SPaul Burton	default 0 if MIPS_ASID_BITS_VARIABLE
26604edf00a4SPaul Burton	default 6 if CPU_R3000 || CPU_TX39XX
26614edf00a4SPaul Burton	default 8
26624edf00a4SPaul Burton
26632db003a5SPaul Burtonconfig MIPS_ASID_BITS_VARIABLE
26642db003a5SPaul Burton	bool
26652db003a5SPaul Burton
26664a5dc51eSMarcin Nowakowskiconfig MIPS_CRC_SUPPORT
26674a5dc51eSMarcin Nowakowski	bool
26684a5dc51eSMarcin Nowakowski
2669802b8362SThomas Bogendoerfer# R4600 erratum.  Due to the lack of errata information the exact
2670802b8362SThomas Bogendoerfer# technical details aren't known.  I've experimentally found that disabling
2671802b8362SThomas Bogendoerfer# interrupts during indexed I-cache flushes seems to be sufficient to deal
2672802b8362SThomas Bogendoerfer# with the issue.
2673802b8362SThomas Bogendoerferconfig WAR_R4600_V1_INDEX_ICACHEOP
2674802b8362SThomas Bogendoerfer	bool
2675802b8362SThomas Bogendoerfer
26765e5b6527SThomas Bogendoerfer# Pleasures of the R4600 V1.x.  Cite from the IDT R4600 V1.7 errata:
26775e5b6527SThomas Bogendoerfer#
26785e5b6527SThomas Bogendoerfer#  18. The CACHE instructions Hit_Writeback_Invalidate_D, Hit_Writeback_D,
26795e5b6527SThomas Bogendoerfer#      Hit_Invalidate_D and Create_Dirty_Excl_D should only be
26805e5b6527SThomas Bogendoerfer#      executed if there is no other dcache activity. If the dcache is
268118ff14c8SColin Ian King#      accessed for another instruction immediately preceding when these
26825e5b6527SThomas Bogendoerfer#      cache instructions are executing, it is possible that the dcache
26835e5b6527SThomas Bogendoerfer#      tag match outputs used by these cache instructions will be
26845e5b6527SThomas Bogendoerfer#      incorrect. These cache instructions should be preceded by at least
26855e5b6527SThomas Bogendoerfer#      four instructions that are not any kind of load or store
26865e5b6527SThomas Bogendoerfer#      instruction.
26875e5b6527SThomas Bogendoerfer#
26885e5b6527SThomas Bogendoerfer#      This is not allowed:    lw
26895e5b6527SThomas Bogendoerfer#                              nop
26905e5b6527SThomas Bogendoerfer#                              nop
26915e5b6527SThomas Bogendoerfer#                              nop
26925e5b6527SThomas Bogendoerfer#                              cache       Hit_Writeback_Invalidate_D
26935e5b6527SThomas Bogendoerfer#
26945e5b6527SThomas Bogendoerfer#      This is allowed:        lw
26955e5b6527SThomas Bogendoerfer#                              nop
26965e5b6527SThomas Bogendoerfer#                              nop
26975e5b6527SThomas Bogendoerfer#                              nop
26985e5b6527SThomas Bogendoerfer#                              nop
26995e5b6527SThomas Bogendoerfer#                              cache       Hit_Writeback_Invalidate_D
27005e5b6527SThomas Bogendoerferconfig WAR_R4600_V1_HIT_CACHEOP
27015e5b6527SThomas Bogendoerfer	bool
27025e5b6527SThomas Bogendoerfer
270344def342SThomas Bogendoerfer# Writeback and invalidate the primary cache dcache before DMA.
270444def342SThomas Bogendoerfer#
270544def342SThomas Bogendoerfer# R4600 v2.0 bug: "The CACHE instructions Hit_Writeback_Inv_D,
270644def342SThomas Bogendoerfer# Hit_Writeback_D, Hit_Invalidate_D and Create_Dirty_Exclusive_D will only
270744def342SThomas Bogendoerfer# operate correctly if the internal data cache refill buffer is empty.  These
270844def342SThomas Bogendoerfer# CACHE instructions should be separated from any potential data cache miss
270944def342SThomas Bogendoerfer# by a load instruction to an uncached address to empty the response buffer."
271044def342SThomas Bogendoerfer# (Revision 2.0 device errata from IDT available on https://www.idt.com/
271144def342SThomas Bogendoerfer# in .pdf format.)
271244def342SThomas Bogendoerferconfig WAR_R4600_V2_HIT_CACHEOP
271344def342SThomas Bogendoerfer	bool
271444def342SThomas Bogendoerfer
271524a1c023SThomas Bogendoerfer# From TX49/H2 manual: "If the instruction (i.e. CACHE) is issued for
271624a1c023SThomas Bogendoerfer# the line which this instruction itself exists, the following
271724a1c023SThomas Bogendoerfer# operation is not guaranteed."
271824a1c023SThomas Bogendoerfer#
271924a1c023SThomas Bogendoerfer# Workaround: do two phase flushing for Index_Invalidate_I
272024a1c023SThomas Bogendoerferconfig WAR_TX49XX_ICACHE_INDEX_INV
272124a1c023SThomas Bogendoerfer	bool
272224a1c023SThomas Bogendoerfer
2723886ee136SThomas Bogendoerfer# The RM7000 processors and the E9000 cores have a bug (though PMC-Sierra
2724886ee136SThomas Bogendoerfer# opposes it being called that) where invalid instructions in the same
2725886ee136SThomas Bogendoerfer# I-cache line worth of instructions being fetched may case spurious
2726886ee136SThomas Bogendoerfer# exceptions.
2727886ee136SThomas Bogendoerferconfig WAR_ICACHE_REFILLS
2728886ee136SThomas Bogendoerfer	bool
2729886ee136SThomas Bogendoerfer
2730256ec489SThomas Bogendoerfer# On the R10000 up to version 2.6 (not sure about 2.7) there is a bug that
2731256ec489SThomas Bogendoerfer# may cause ll / sc and lld / scd sequences to execute non-atomically.
2732256ec489SThomas Bogendoerferconfig WAR_R10000_LLSC
2733256ec489SThomas Bogendoerfer	bool
2734256ec489SThomas Bogendoerfer
2735a7fbed98SThomas Bogendoerfer# 34K core erratum: "Problems Executing the TLBR Instruction"
2736a7fbed98SThomas Bogendoerferconfig WAR_MIPS34K_MISSED_ITLB
2737a7fbed98SThomas Bogendoerfer	bool
2738a7fbed98SThomas Bogendoerfer
273920d60d99SMaciej W. Rozycki#
27401da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel.
27411da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed
27421da177e4SLinus Torvalds#   caches such as R3000, SB1, R7000 or those that look like they're virtually
27431da177e4SLinus Torvalds#   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
27441da177e4SLinus Torvalds#   moment we protect the user and offer the highmem option only on machines
27451da177e4SLinus Torvalds#   where it's known to be safe.  This will not offer highmem on a few systems
27461da177e4SLinus Torvalds#   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
27471da177e4SLinus Torvalds#   indexed CPUs but we're playing safe.
2748797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
2749797798c1SRalf Baechle#   know they might have memory configurations that could make use of highmem
2750797798c1SRalf Baechle#   support.
27511da177e4SLinus Torvalds#
27521da177e4SLinus Torvaldsconfig HIGHMEM
27531da177e4SLinus Torvalds	bool "High Memory Support"
2754a6e18781SLeonid Yegoshin	depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM && !CPU_MIPS32_3_5_EVA
2755a4c33e83SThomas Gleixner	select KMAP_LOCAL
2756797798c1SRalf Baechle
2757797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM
2758797798c1SRalf Baechle	bool
2759797798c1SRalf Baechle
2760797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM
2761797798c1SRalf Baechle	bool
27621da177e4SLinus Torvalds
27639693a853SFranck Bui-Huuconfig SYS_SUPPORTS_SMARTMIPS
27649693a853SFranck Bui-Huu	bool
27659693a853SFranck Bui-Huu
2766a6a4834cSSteven J. Hillconfig SYS_SUPPORTS_MICROMIPS
2767a6a4834cSSteven J. Hill	bool
2768a6a4834cSSteven J. Hill
2769377cb1b6SRalf Baechleconfig SYS_SUPPORTS_MIPS16
2770377cb1b6SRalf Baechle	bool
2771377cb1b6SRalf Baechle	help
2772377cb1b6SRalf Baechle	  This option must be set if a kernel might be executed on a MIPS16-
2773377cb1b6SRalf Baechle	  enabled CPU even if MIPS16 is not actually being used.  In other
2774377cb1b6SRalf Baechle	  words, it makes the kernel MIPS16-tolerant.
2775377cb1b6SRalf Baechle
2776a5e9a69eSPaul Burtonconfig CPU_SUPPORTS_MSA
2777a5e9a69eSPaul Burton	bool
2778a5e9a69eSPaul Burton
2779b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE
2780b4819b59SYoichi Yuasa	def_bool y
2781268a2d60SJiaxun Yang	depends on !NUMA && !CPU_LOONGSON2EF
2782b4819b59SYoichi Yuasa
2783b1c6cd42SAtsushi Nemotoconfig ARCH_SPARSEMEM_ENABLE
2784b1c6cd42SAtsushi Nemoto	bool
2785397dc00eSMike Rapoport	select SPARSEMEM_STATIC if !SGI_IP27
278631473747SAtsushi Nemoto
2787d8cb4e11SRalf Baechleconfig NUMA
2788d8cb4e11SRalf Baechle	bool "NUMA Support"
2789d8cb4e11SRalf Baechle	depends on SYS_SUPPORTS_NUMA
2790cf8194e4STiezhu Yang	select SMP
2791d8cb4e11SRalf Baechle	help
2792d8cb4e11SRalf Baechle	  Say Y to compile the kernel to support NUMA (Non-Uniform Memory
2793d8cb4e11SRalf Baechle	  Access).  This option improves performance on systems with more
2794d8cb4e11SRalf Baechle	  than two nodes; on two node systems it is generally better to
2795172a37e9SRandy Dunlap	  leave it disabled; on single node systems leave this option
2796d8cb4e11SRalf Baechle	  disabled.
2797d8cb4e11SRalf Baechle
2798d8cb4e11SRalf Baechleconfig SYS_SUPPORTS_NUMA
2799d8cb4e11SRalf Baechle	bool
2800d8cb4e11SRalf Baechle
2801f3c560a6SThomas Bogendoerferconfig HAVE_SETUP_PER_CPU_AREA
2802f3c560a6SThomas Bogendoerfer	def_bool y
2803f3c560a6SThomas Bogendoerfer	depends on NUMA
2804f3c560a6SThomas Bogendoerfer
2805f3c560a6SThomas Bogendoerferconfig NEED_PER_CPU_EMBED_FIRST_CHUNK
2806f3c560a6SThomas Bogendoerfer	def_bool y
2807f3c560a6SThomas Bogendoerfer	depends on NUMA
2808f3c560a6SThomas Bogendoerfer
28098c530ea3SMatt Redfearnconfig RELOCATABLE
28108c530ea3SMatt Redfearn	bool "Relocatable kernel"
2811ab7c01fdSSerge Semin	depends on SYS_SUPPORTS_RELOCATABLE
2812ab7c01fdSSerge Semin	depends on CPU_MIPS32_R2 || CPU_MIPS64_R2 || \
2813ab7c01fdSSerge Semin		   CPU_MIPS32_R5 || CPU_MIPS64_R5 || \
2814ab7c01fdSSerge Semin		   CPU_MIPS32_R6 || CPU_MIPS64_R6 || \
2815a307a4ceSJinyang He		   CPU_P5600 || CAVIUM_OCTEON_SOC || \
2816a307a4ceSJinyang He		   CPU_LOONGSON64
28178c530ea3SMatt Redfearn	help
28188c530ea3SMatt Redfearn	  This builds a kernel image that retains relocation information
28198c530ea3SMatt Redfearn	  so it can be loaded someplace besides the default 1MB.
28208c530ea3SMatt Redfearn	  The relocations make the kernel binary about 15% larger,
28218c530ea3SMatt Redfearn	  but are discarded at runtime
28228c530ea3SMatt Redfearn
2823069fd766SMatt Redfearnconfig RELOCATION_TABLE_SIZE
2824069fd766SMatt Redfearn	hex "Relocation table size"
2825069fd766SMatt Redfearn	depends on RELOCATABLE
2826069fd766SMatt Redfearn	range 0x0 0x01000000
2827a307a4ceSJinyang He	default "0x00200000" if CPU_LOONGSON64
2828069fd766SMatt Redfearn	default "0x00100000"
2829a7f7f624SMasahiro Yamada	help
2830069fd766SMatt Redfearn	  A table of relocation data will be appended to the kernel binary
2831069fd766SMatt Redfearn	  and parsed at boot to fix up the relocated kernel.
2832069fd766SMatt Redfearn
2833069fd766SMatt Redfearn	  This option allows the amount of space reserved for the table to be
2834069fd766SMatt Redfearn	  adjusted, although the default of 1Mb should be ok in most cases.
2835069fd766SMatt Redfearn
2836069fd766SMatt Redfearn	  The build will fail and a valid size suggested if this is too small.
2837069fd766SMatt Redfearn
2838069fd766SMatt Redfearn	  If unsure, leave at the default value.
2839069fd766SMatt Redfearn
2840405bc8fdSMatt Redfearnconfig RANDOMIZE_BASE
2841405bc8fdSMatt Redfearn	bool "Randomize the address of the kernel image"
2842405bc8fdSMatt Redfearn	depends on RELOCATABLE
2843a7f7f624SMasahiro Yamada	help
2844405bc8fdSMatt Redfearn	  Randomizes the physical and virtual address at which the
2845405bc8fdSMatt Redfearn	  kernel image is loaded, as a security feature that
2846405bc8fdSMatt Redfearn	  deters exploit attempts relying on knowledge of the location
2847405bc8fdSMatt Redfearn	  of kernel internals.
2848405bc8fdSMatt Redfearn
2849405bc8fdSMatt Redfearn	  Entropy is generated using any coprocessor 0 registers available.
2850405bc8fdSMatt Redfearn
2851405bc8fdSMatt Redfearn	  The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET.
2852405bc8fdSMatt Redfearn
2853405bc8fdSMatt Redfearn	  If unsure, say N.
2854405bc8fdSMatt Redfearn
2855405bc8fdSMatt Redfearnconfig RANDOMIZE_BASE_MAX_OFFSET
2856405bc8fdSMatt Redfearn	hex "Maximum kASLR offset" if EXPERT
2857405bc8fdSMatt Redfearn	depends on RANDOMIZE_BASE
2858405bc8fdSMatt Redfearn	range 0x0 0x40000000 if EVA || 64BIT
2859405bc8fdSMatt Redfearn	range 0x0 0x08000000
2860405bc8fdSMatt Redfearn	default "0x01000000"
2861a7f7f624SMasahiro Yamada	help
2862405bc8fdSMatt Redfearn	  When kASLR is active, this provides the maximum offset that will
2863405bc8fdSMatt Redfearn	  be applied to the kernel image. It should be set according to the
2864405bc8fdSMatt Redfearn	  amount of physical RAM available in the target system minus
2865405bc8fdSMatt Redfearn	  PHYSICAL_START and must be a power of 2.
2866405bc8fdSMatt Redfearn
2867405bc8fdSMatt Redfearn	  This is limited by the size of KSEG0, 256Mb on 32-bit or 1Gb with
2868405bc8fdSMatt Redfearn	  EVA or 64-bit. The default is 16Mb.
2869405bc8fdSMatt Redfearn
2870c80d79d7SYasunori Gotoconfig NODES_SHIFT
2871c80d79d7SYasunori Goto	int
2872c80d79d7SYasunori Goto	default "6"
2873c80d79d7SYasunori Goto	depends on NEED_MULTIPLE_NODES
2874c80d79d7SYasunori Goto
287514f70012SDeng-Cheng Zhuconfig HW_PERF_EVENTS
287614f70012SDeng-Cheng Zhu	bool "Enable hardware performance counter support for perf events"
2877e2589589SViresh Kumar	depends on PERF_EVENTS && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_XLP || CPU_LOONGSON64)
287814f70012SDeng-Cheng Zhu	default y
287914f70012SDeng-Cheng Zhu	help
288014f70012SDeng-Cheng Zhu	  Enable hardware performance counter support for perf events. If
288114f70012SDeng-Cheng Zhu	  disabled, perf events will use software events only.
288214f70012SDeng-Cheng Zhu
2883be8fa1cbSTiezhu Yangconfig DMI
2884be8fa1cbSTiezhu Yang	bool "Enable DMI scanning"
2885be8fa1cbSTiezhu Yang	depends on MACH_LOONGSON64
2886be8fa1cbSTiezhu Yang	select DMI_SCAN_MACHINE_NON_EFI_FALLBACK
2887be8fa1cbSTiezhu Yang	default y
2888be8fa1cbSTiezhu Yang	help
2889be8fa1cbSTiezhu Yang	  Enabled scanning of DMI to identify machine quirks. Say Y
2890be8fa1cbSTiezhu Yang	  here unless you have verified that your setup is not
2891be8fa1cbSTiezhu Yang	  affected by entries in the DMI blacklist. Required by PNP
2892be8fa1cbSTiezhu Yang	  BIOS code.
2893be8fa1cbSTiezhu Yang
28941da177e4SLinus Torvaldsconfig SMP
28951da177e4SLinus Torvalds	bool "Multi-Processing support"
2896e73ea273SRalf Baechle	depends on SYS_SUPPORTS_SMP
2897e73ea273SRalf Baechle	help
28981da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
28994a474157SRobert Graffham	  a system with only one CPU, say N. If you have a system with more
29004a474157SRobert Graffham	  than one CPU, say Y.
29011da177e4SLinus Torvalds
29024a474157SRobert Graffham	  If you say N here, the kernel will run on uni- and multiprocessor
29031da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
29041da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
29054a474157SRobert Graffham	  uniprocessor machines. On a uniprocessor machine, the kernel
29061da177e4SLinus Torvalds	  will run faster if you say N here.
29071da177e4SLinus Torvalds
29081da177e4SLinus Torvalds	  People using multiprocessor machines who say Y here should also say
29091da177e4SLinus Torvalds	  Y to "Enhanced Real Time Clock Support", below.
29101da177e4SLinus Torvalds
291103502faaSAdrian Bunk	  See also the SMP-HOWTO available at
2912ef054ad3SAlexander A. Klimov	  <https://www.tldp.org/docs.html#howto>.
29131da177e4SLinus Torvalds
29141da177e4SLinus Torvalds	  If you don't know what to do here, say N.
29151da177e4SLinus Torvalds
29167840d618SMatt Redfearnconfig HOTPLUG_CPU
29177840d618SMatt Redfearn	bool "Support for hot-pluggable CPUs"
29187840d618SMatt Redfearn	depends on SMP && SYS_SUPPORTS_HOTPLUG_CPU
29197840d618SMatt Redfearn	help
29207840d618SMatt Redfearn	  Say Y here to allow turning CPUs off and on. CPUs can be
29217840d618SMatt Redfearn	  controlled through /sys/devices/system/cpu.
29227840d618SMatt Redfearn	  (Note: power management support will enable this option
29237840d618SMatt Redfearn	    automatically on SMP systems. )
29247840d618SMatt Redfearn	  Say N if you want to disable CPU hotplug.
29257840d618SMatt Redfearn
292687353d8aSRalf Baechleconfig SMP_UP
292787353d8aSRalf Baechle	bool
292887353d8aSRalf Baechle
29294a16ff4cSRalf Baechleconfig SYS_SUPPORTS_MIPS_CMP
29304a16ff4cSRalf Baechle	bool
29314a16ff4cSRalf Baechle
29320ee958e1SPaul Burtonconfig SYS_SUPPORTS_MIPS_CPS
29330ee958e1SPaul Burton	bool
29340ee958e1SPaul Burton
2935e73ea273SRalf Baechleconfig SYS_SUPPORTS_SMP
2936e73ea273SRalf Baechle	bool
2937e73ea273SRalf Baechle
2938130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_4
2939130e2fb7SRalf Baechle	bool
2940130e2fb7SRalf Baechle
2941130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_8
2942130e2fb7SRalf Baechle	bool
2943130e2fb7SRalf Baechle
2944130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_16
2945130e2fb7SRalf Baechle	bool
2946130e2fb7SRalf Baechle
2947130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_32
2948130e2fb7SRalf Baechle	bool
2949130e2fb7SRalf Baechle
2950130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_64
2951130e2fb7SRalf Baechle	bool
2952130e2fb7SRalf Baechle
29531da177e4SLinus Torvaldsconfig NR_CPUS
2954a91796a9SJayachandran C	int "Maximum number of CPUs (2-256)"
2955a91796a9SJayachandran C	range 2 256
29561da177e4SLinus Torvalds	depends on SMP
2957130e2fb7SRalf Baechle	default "4" if NR_CPUS_DEFAULT_4
2958130e2fb7SRalf Baechle	default "8" if NR_CPUS_DEFAULT_8
2959130e2fb7SRalf Baechle	default "16" if NR_CPUS_DEFAULT_16
2960130e2fb7SRalf Baechle	default "32" if NR_CPUS_DEFAULT_32
2961130e2fb7SRalf Baechle	default "64" if NR_CPUS_DEFAULT_64
29621da177e4SLinus Torvalds	help
29631da177e4SLinus Torvalds	  This allows you to specify the maximum number of CPUs which this
29641da177e4SLinus Torvalds	  kernel will support.  The maximum supported value is 32 for 32-bit
29651da177e4SLinus Torvalds	  kernel and 64 for 64-bit kernels; the minimum value which makes
296672ede9b1SAtsushi Nemoto	  sense is 1 for Qemu (useful only for kernel debugging purposes)
296772ede9b1SAtsushi Nemoto	  and 2 for all others.
29681da177e4SLinus Torvalds
29691da177e4SLinus Torvalds	  This is purely to save memory - each supported CPU adds
297072ede9b1SAtsushi Nemoto	  approximately eight kilobytes to the kernel image.  For best
297172ede9b1SAtsushi Nemoto	  performance should round up your number of processors to the next
297272ede9b1SAtsushi Nemoto	  power of two.
29731da177e4SLinus Torvalds
2974399aaa25SAl Cooperconfig MIPS_PERF_SHARED_TC_COUNTERS
2975399aaa25SAl Cooper	bool
2976399aaa25SAl Cooper
29777820b84bSDavid Daneyconfig MIPS_NR_CPU_NR_MAP_1024
29787820b84bSDavid Daney	bool
29797820b84bSDavid Daney
29807820b84bSDavid Daneyconfig MIPS_NR_CPU_NR_MAP
29817820b84bSDavid Daney	int
29827820b84bSDavid Daney	depends on SMP
29837820b84bSDavid Daney	default 1024 if MIPS_NR_CPU_NR_MAP_1024
29847820b84bSDavid Daney	default NR_CPUS if !MIPS_NR_CPU_NR_MAP_1024
29857820b84bSDavid Daney
29861723b4a3SAtsushi Nemoto#
29871723b4a3SAtsushi Nemoto# Timer Interrupt Frequency Configuration
29881723b4a3SAtsushi Nemoto#
29891723b4a3SAtsushi Nemoto
29901723b4a3SAtsushi Nemotochoice
29911723b4a3SAtsushi Nemoto	prompt "Timer frequency"
29921723b4a3SAtsushi Nemoto	default HZ_250
29931723b4a3SAtsushi Nemoto	help
29941723b4a3SAtsushi Nemoto	  Allows the configuration of the timer frequency.
29951723b4a3SAtsushi Nemoto
299667596573SPaul Burton	config HZ_24
299767596573SPaul Burton		bool "24 HZ" if SYS_SUPPORTS_24HZ || SYS_SUPPORTS_ARBIT_HZ
299867596573SPaul Burton
29991723b4a3SAtsushi Nemoto	config HZ_48
30000f873585SRalf Baechle		bool "48 HZ" if SYS_SUPPORTS_48HZ || SYS_SUPPORTS_ARBIT_HZ
30011723b4a3SAtsushi Nemoto
30021723b4a3SAtsushi Nemoto	config HZ_100
30031723b4a3SAtsushi Nemoto		bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
30041723b4a3SAtsushi Nemoto
30051723b4a3SAtsushi Nemoto	config HZ_128
30061723b4a3SAtsushi Nemoto		bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
30071723b4a3SAtsushi Nemoto
30081723b4a3SAtsushi Nemoto	config HZ_250
30091723b4a3SAtsushi Nemoto		bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
30101723b4a3SAtsushi Nemoto
30111723b4a3SAtsushi Nemoto	config HZ_256
30121723b4a3SAtsushi Nemoto		bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
30131723b4a3SAtsushi Nemoto
30141723b4a3SAtsushi Nemoto	config HZ_1000
30151723b4a3SAtsushi Nemoto		bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
30161723b4a3SAtsushi Nemoto
30171723b4a3SAtsushi Nemoto	config HZ_1024
30181723b4a3SAtsushi Nemoto		bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
30191723b4a3SAtsushi Nemoto
30201723b4a3SAtsushi Nemotoendchoice
30211723b4a3SAtsushi Nemoto
302267596573SPaul Burtonconfig SYS_SUPPORTS_24HZ
302367596573SPaul Burton	bool
302467596573SPaul Burton
30251723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_48HZ
30261723b4a3SAtsushi Nemoto	bool
30271723b4a3SAtsushi Nemoto
30281723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_100HZ
30291723b4a3SAtsushi Nemoto	bool
30301723b4a3SAtsushi Nemoto
30311723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_128HZ
30321723b4a3SAtsushi Nemoto	bool
30331723b4a3SAtsushi Nemoto
30341723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_250HZ
30351723b4a3SAtsushi Nemoto	bool
30361723b4a3SAtsushi Nemoto
30371723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_256HZ
30381723b4a3SAtsushi Nemoto	bool
30391723b4a3SAtsushi Nemoto
30401723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1000HZ
30411723b4a3SAtsushi Nemoto	bool
30421723b4a3SAtsushi Nemoto
30431723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1024HZ
30441723b4a3SAtsushi Nemoto	bool
30451723b4a3SAtsushi Nemoto
30461723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_ARBIT_HZ
30471723b4a3SAtsushi Nemoto	bool
304867596573SPaul Burton	default y if !SYS_SUPPORTS_24HZ && \
304967596573SPaul Burton		     !SYS_SUPPORTS_48HZ && \
305067596573SPaul Burton		     !SYS_SUPPORTS_100HZ && \
305167596573SPaul Burton		     !SYS_SUPPORTS_128HZ && \
305267596573SPaul Burton		     !SYS_SUPPORTS_250HZ && \
305367596573SPaul Burton		     !SYS_SUPPORTS_256HZ && \
305467596573SPaul Burton		     !SYS_SUPPORTS_1000HZ && \
30551723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_1024HZ
30561723b4a3SAtsushi Nemoto
30571723b4a3SAtsushi Nemotoconfig HZ
30581723b4a3SAtsushi Nemoto	int
305967596573SPaul Burton	default 24 if HZ_24
30601723b4a3SAtsushi Nemoto	default 48 if HZ_48
30611723b4a3SAtsushi Nemoto	default 100 if HZ_100
30621723b4a3SAtsushi Nemoto	default 128 if HZ_128
30631723b4a3SAtsushi Nemoto	default 250 if HZ_250
30641723b4a3SAtsushi Nemoto	default 256 if HZ_256
30651723b4a3SAtsushi Nemoto	default 1000 if HZ_1000
30661723b4a3SAtsushi Nemoto	default 1024 if HZ_1024
30671723b4a3SAtsushi Nemoto
306896685b17SDeng-Cheng Zhuconfig SCHED_HRTICK
306996685b17SDeng-Cheng Zhu	def_bool HIGH_RES_TIMERS
307096685b17SDeng-Cheng Zhu
3071ea6e942bSAtsushi Nemotoconfig KEXEC
30727d60717eSKees Cook	bool "Kexec system call"
30732965faa5SDave Young	select KEXEC_CORE
3074ea6e942bSAtsushi Nemoto	help
3075ea6e942bSAtsushi Nemoto	  kexec is a system call that implements the ability to shutdown your
3076ea6e942bSAtsushi Nemoto	  current kernel, and to start another kernel.  It is like a reboot
30773dde6ad8SDavid Sterba	  but it is independent of the system firmware.   And like a reboot
3078ea6e942bSAtsushi Nemoto	  you can start any kernel with it, not just Linux.
3079ea6e942bSAtsushi Nemoto
308001dd2fbfSMatt LaPlante	  The name comes from the similarity to the exec system call.
3081ea6e942bSAtsushi Nemoto
3082ea6e942bSAtsushi Nemoto	  It is an ongoing process to be certain the hardware in a machine
3083ea6e942bSAtsushi Nemoto	  is properly shutdown, so do not be surprised if this code does not
3084bf220695SGeert Uytterhoeven	  initially work for you.  As of this writing the exact hardware
3085bf220695SGeert Uytterhoeven	  interface is strongly in flux, so no good recommendation can be
3086bf220695SGeert Uytterhoeven	  made.
3087ea6e942bSAtsushi Nemoto
30887aa1c8f4SRalf Baechleconfig CRASH_DUMP
30897aa1c8f4SRalf Baechle	bool "Kernel crash dumps"
30907aa1c8f4SRalf Baechle	help
30917aa1c8f4SRalf Baechle	  Generate crash dump after being started by kexec.
30927aa1c8f4SRalf Baechle	  This should be normally only set in special crash dump kernels
30937aa1c8f4SRalf Baechle	  which are loaded in the main kernel with kexec-tools into
30947aa1c8f4SRalf Baechle	  a specially reserved region and then later executed after
30957aa1c8f4SRalf Baechle	  a crash by kdump/kexec. The crash dump kernel must be compiled
30967aa1c8f4SRalf Baechle	  to a memory address not used by the main kernel or firmware using
30977aa1c8f4SRalf Baechle	  PHYSICAL_START.
30987aa1c8f4SRalf Baechle
30997aa1c8f4SRalf Baechleconfig PHYSICAL_START
31007aa1c8f4SRalf Baechle	hex "Physical address where the kernel is loaded"
31018bda3e26SMaciej W. Rozycki	default "0xffffffff84000000"
31027aa1c8f4SRalf Baechle	depends on CRASH_DUMP
31037aa1c8f4SRalf Baechle	help
31047aa1c8f4SRalf Baechle	  This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
31057aa1c8f4SRalf Baechle	  If you plan to use kernel for capturing the crash dump change
31067aa1c8f4SRalf Baechle	  this value to start of the reserved region (the "X" value as
31077aa1c8f4SRalf Baechle	  specified in the "crashkernel=YM@XM" command line boot parameter
31087aa1c8f4SRalf Baechle	  passed to the panic-ed kernel).
31097aa1c8f4SRalf Baechle
3110597ce172SPaul Burtonconfig MIPS_O32_FP64_SUPPORT
3111b7f1e273SPaul Burton	bool "Support for O32 binaries using 64-bit FP" if !CPU_MIPSR6
3112597ce172SPaul Burton	depends on 32BIT || MIPS32_O32
3113597ce172SPaul Burton	help
3114597ce172SPaul Burton	  When this is enabled, the kernel will support use of 64-bit floating
3115597ce172SPaul Burton	  point registers with binaries using the O32 ABI along with the
3116597ce172SPaul Burton	  EF_MIPS_FP64 ELF header flag (typically built with -mfp64). On
3117597ce172SPaul Burton	  32-bit MIPS systems this support is at the cost of increasing the
3118597ce172SPaul Burton	  size and complexity of the compiled FPU emulator. Thus if you are
3119597ce172SPaul Burton	  running a MIPS32 system and know that none of your userland binaries
3120597ce172SPaul Burton	  will require 64-bit floating point, you may wish to reduce the size
3121597ce172SPaul Burton	  of your kernel & potentially improve FP emulation performance by
3122597ce172SPaul Burton	  saying N here.
3123597ce172SPaul Burton
312406e2e882SPaul Burton	  Although binutils currently supports use of this flag the details
312506e2e882SPaul Burton	  concerning its effect upon the O32 ABI in userland are still being
312618ff14c8SColin Ian King	  worked on. In order to avoid userland becoming dependent upon current
312706e2e882SPaul Burton	  behaviour before the details have been finalised, this option should
312806e2e882SPaul Burton	  be considered experimental and only enabled by those working upon
312906e2e882SPaul Burton	  said details.
313006e2e882SPaul Burton
313106e2e882SPaul Burton	  If unsure, say N.
3132597ce172SPaul Burton
3133f2ffa5abSDezhong Diaoconfig USE_OF
31340b3e06fdSJonas Gorski	bool
3135f2ffa5abSDezhong Diao	select OF
3136e6ce1324SStephen Neuendorffer	select OF_EARLY_FLATTREE
3137abd2363fSGrant Likely	select IRQ_DOMAIN
3138f2ffa5abSDezhong Diao
31392fe8ea39SDengcheng Zhuconfig UHI_BOOT
31402fe8ea39SDengcheng Zhu	bool
31412fe8ea39SDengcheng Zhu
31427fafb068SAndrew Brestickerconfig BUILTIN_DTB
31437fafb068SAndrew Bresticker	bool
31447fafb068SAndrew Bresticker
31451da8f179SJonas Gorskichoice
31465b24d52cSJonas Gorski	prompt "Kernel appended dtb support" if USE_OF
31471da8f179SJonas Gorski	default MIPS_NO_APPENDED_DTB
31481da8f179SJonas Gorski
31491da8f179SJonas Gorski	config MIPS_NO_APPENDED_DTB
31501da8f179SJonas Gorski		bool "None"
31511da8f179SJonas Gorski		help
31521da8f179SJonas Gorski		  Do not enable appended dtb support.
31531da8f179SJonas Gorski
315487db537dSAaro Koskinen	config MIPS_ELF_APPENDED_DTB
315587db537dSAaro Koskinen		bool "vmlinux"
315687db537dSAaro Koskinen		help
315787db537dSAaro Koskinen		  With this option, the boot code will look for a device tree binary
315887db537dSAaro Koskinen		  DTB) included in the vmlinux ELF section .appended_dtb. By default
315987db537dSAaro Koskinen		  it is empty and the DTB can be appended using binutils command
316087db537dSAaro Koskinen		  objcopy:
316187db537dSAaro Koskinen
316287db537dSAaro Koskinen		    objcopy --update-section .appended_dtb=<filename>.dtb vmlinux
316387db537dSAaro Koskinen
316418ff14c8SColin Ian King		  This is meant as a backward compatibility convenience for those
316587db537dSAaro Koskinen		  systems with a bootloader that can't be upgraded to accommodate
316687db537dSAaro Koskinen		  the documented boot protocol using a device tree.
316787db537dSAaro Koskinen
31681da8f179SJonas Gorski	config MIPS_RAW_APPENDED_DTB
3169b8f54f2cSJonas Gorski		bool "vmlinux.bin or vmlinuz.bin"
31701da8f179SJonas Gorski		help
31711da8f179SJonas Gorski		  With this option, the boot code will look for a device tree binary
3172b8f54f2cSJonas Gorski		  DTB) appended to raw vmlinux.bin or vmlinuz.bin.
31731da8f179SJonas Gorski		  (e.g. cat vmlinux.bin <filename>.dtb > vmlinux_w_dtb).
31741da8f179SJonas Gorski
31751da8f179SJonas Gorski		  This is meant as a backward compatibility convenience for those
31761da8f179SJonas Gorski		  systems with a bootloader that can't be upgraded to accommodate
31771da8f179SJonas Gorski		  the documented boot protocol using a device tree.
31781da8f179SJonas Gorski
31791da8f179SJonas Gorski		  Beware that there is very little in terms of protection against
31801da8f179SJonas Gorski		  this option being confused by leftover garbage in memory that might
31811da8f179SJonas Gorski		  look like a DTB header after a reboot if no actual DTB is appended
31821da8f179SJonas Gorski		  to vmlinux.bin.  Do not leave this option active in a production kernel
31831da8f179SJonas Gorski		  if you don't intend to always append a DTB.
31841da8f179SJonas Gorskiendchoice
31851da8f179SJonas Gorski
31862024972eSJonas Gorskichoice
31872024972eSJonas Gorski	prompt "Kernel command line type" if !CMDLINE_OVERRIDE
31882bcef9b4SJonas Gorski	default MIPS_CMDLINE_FROM_DTB if USE_OF && !ATH79 && !MACH_INGENIC && \
318987fcfa7bSJiaxun Yang					 !MACH_LOONGSON64 && !MIPS_MALTA && \
31902bcef9b4SJonas Gorski					 !CAVIUM_OCTEON_SOC
31912024972eSJonas Gorski	default MIPS_CMDLINE_FROM_BOOTLOADER
31922024972eSJonas Gorski
31932024972eSJonas Gorski	config MIPS_CMDLINE_FROM_DTB
31942024972eSJonas Gorski		depends on USE_OF
31952024972eSJonas Gorski		bool "Dtb kernel arguments if available"
31962024972eSJonas Gorski
31972024972eSJonas Gorski	config MIPS_CMDLINE_DTB_EXTEND
31982024972eSJonas Gorski		depends on USE_OF
31992024972eSJonas Gorski		bool "Extend dtb kernel arguments with bootloader arguments"
32002024972eSJonas Gorski
32012024972eSJonas Gorski	config MIPS_CMDLINE_FROM_BOOTLOADER
32022024972eSJonas Gorski		bool "Bootloader kernel arguments if available"
3203ed47e153SRabin Vincent
3204ed47e153SRabin Vincent	config MIPS_CMDLINE_BUILTIN_EXTEND
3205ed47e153SRabin Vincent		depends on CMDLINE_BOOL
3206ed47e153SRabin Vincent		bool "Extend builtin kernel arguments with bootloader arguments"
32072024972eSJonas Gorskiendchoice
32082024972eSJonas Gorski
32095e83d430SRalf Baechleendmenu
32105e83d430SRalf Baechle
32111df0f0ffSAtsushi Nemotoconfig LOCKDEP_SUPPORT
32121df0f0ffSAtsushi Nemoto	bool
32131df0f0ffSAtsushi Nemoto	default y
32141df0f0ffSAtsushi Nemoto
32151df0f0ffSAtsushi Nemotoconfig STACKTRACE_SUPPORT
32161df0f0ffSAtsushi Nemoto	bool
32171df0f0ffSAtsushi Nemoto	default y
32181df0f0ffSAtsushi Nemoto
3219a728ab52SKirill A. Shutemovconfig PGTABLE_LEVELS
3220a728ab52SKirill A. Shutemov	int
32213377e227SAlex Belits	default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
3222a728ab52SKirill A. Shutemov	default 3 if 64BIT && !PAGE_SIZE_64KB
3223a728ab52SKirill A. Shutemov	default 2
3224a728ab52SKirill A. Shutemov
32256c359eb1SPaul Burtonconfig MIPS_AUTO_PFN_OFFSET
32266c359eb1SPaul Burton	bool
32276c359eb1SPaul Burton
32281da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
32291da177e4SLinus Torvalds
3230c5611df9SPaul Burtonconfig PCI_DRIVERS_GENERIC
32312eac9c2dSChristoph Hellwig	select PCI_DOMAINS_GENERIC if PCI
3232c5611df9SPaul Burton	bool
3233c5611df9SPaul Burton
3234c5611df9SPaul Burtonconfig PCI_DRIVERS_LEGACY
3235c5611df9SPaul Burton	def_bool !PCI_DRIVERS_GENERIC
3236c5611df9SPaul Burton	select NO_GENERIC_PCI_IOPORT_MAP
32372eac9c2dSChristoph Hellwig	select PCI_DOMAINS if PCI
32381da177e4SLinus Torvalds
32391da177e4SLinus Torvalds#
32401da177e4SLinus Torvalds# ISA support is now enabled via select.  Too many systems still have the one
32411da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect
32421da177e4SLinus Torvalds# users to choose the right thing ...
32431da177e4SLinus Torvalds#
32441da177e4SLinus Torvaldsconfig ISA
32451da177e4SLinus Torvalds	bool
32461da177e4SLinus Torvalds
32471da177e4SLinus Torvaldsconfig TC
32481da177e4SLinus Torvalds	bool "TURBOchannel support"
32491da177e4SLinus Torvalds	depends on MACH_DECSTATION
32501da177e4SLinus Torvalds	help
325150a23e6eSJustin P. Mattock	  TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
325250a23e6eSJustin P. Mattock	  processors.  TURBOchannel programming specifications are available
325350a23e6eSJustin P. Mattock	  at:
325450a23e6eSJustin P. Mattock	  <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
325550a23e6eSJustin P. Mattock	  and:
325650a23e6eSJustin P. Mattock	  <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
325750a23e6eSJustin P. Mattock	  Linux driver support status is documented at:
325850a23e6eSJustin P. Mattock	  <http://www.linux-mips.org/wiki/DECstation>
32591da177e4SLinus Torvalds
32601da177e4SLinus Torvaldsconfig MMU
32611da177e4SLinus Torvalds	bool
32621da177e4SLinus Torvalds	default y
32631da177e4SLinus Torvalds
3264109c32ffSMatt Redfearnconfig ARCH_MMAP_RND_BITS_MIN
3265109c32ffSMatt Redfearn	default 12 if 64BIT
3266109c32ffSMatt Redfearn	default 8
3267109c32ffSMatt Redfearn
3268109c32ffSMatt Redfearnconfig ARCH_MMAP_RND_BITS_MAX
3269109c32ffSMatt Redfearn	default 18 if 64BIT
3270109c32ffSMatt Redfearn	default 15
3271109c32ffSMatt Redfearn
3272109c32ffSMatt Redfearnconfig ARCH_MMAP_RND_COMPAT_BITS_MIN
3273109c32ffSMatt Redfearn	default 8
3274109c32ffSMatt Redfearn
3275109c32ffSMatt Redfearnconfig ARCH_MMAP_RND_COMPAT_BITS_MAX
3276109c32ffSMatt Redfearn	default 15
3277109c32ffSMatt Redfearn
3278d865bea4SRalf Baechleconfig I8253
3279d865bea4SRalf Baechle	bool
3280798778b8SRussell King	select CLKSRC_I8253
32812d02612fSThomas Gleixner	select CLKEVT_I8253
32829726b43aSWu Zhangjin	select MIPS_EXTERNAL_TIMER
3283d865bea4SRalf Baechle
3284e05eb3f8SRalf Baechleconfig ZONE_DMA
3285e05eb3f8SRalf Baechle	bool
3286e05eb3f8SRalf Baechle
3287cce335aeSRalf Baechleconfig ZONE_DMA32
3288cce335aeSRalf Baechle	bool
3289cce335aeSRalf Baechle
32901da177e4SLinus Torvaldsendmenu
32911da177e4SLinus Torvalds
32921da177e4SLinus Torvaldsconfig TRAD_SIGNALS
32931da177e4SLinus Torvalds	bool
32941da177e4SLinus Torvalds
32951da177e4SLinus Torvaldsconfig MIPS32_COMPAT
329678aaf956SRalf Baechle	bool
32971da177e4SLinus Torvalds
32981da177e4SLinus Torvaldsconfig COMPAT
32991da177e4SLinus Torvalds	bool
33001da177e4SLinus Torvalds
330105e43966SAtsushi Nemotoconfig SYSVIPC_COMPAT
330205e43966SAtsushi Nemoto	bool
330305e43966SAtsushi Nemoto
33041da177e4SLinus Torvaldsconfig MIPS32_O32
33051da177e4SLinus Torvalds	bool "Kernel support for o32 binaries"
330678aaf956SRalf Baechle	depends on 64BIT
330778aaf956SRalf Baechle	select ARCH_WANT_OLD_COMPAT_IPC
330878aaf956SRalf Baechle	select COMPAT
330978aaf956SRalf Baechle	select MIPS32_COMPAT
331078aaf956SRalf Baechle	select SYSVIPC_COMPAT if SYSVIPC
33111da177e4SLinus Torvalds	help
33121da177e4SLinus Torvalds	  Select this option if you want to run o32 binaries.  These are pure
33131da177e4SLinus Torvalds	  32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
33141da177e4SLinus Torvalds	  existing binaries are in this format.
33151da177e4SLinus Torvalds
33161da177e4SLinus Torvalds	  If unsure, say Y.
33171da177e4SLinus Torvalds
33181da177e4SLinus Torvaldsconfig MIPS32_N32
33191da177e4SLinus Torvalds	bool "Kernel support for n32 binaries"
3320c22eacfeSRalf Baechle	depends on 64BIT
33215a9372f7SArnd Bergmann	select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
332278aaf956SRalf Baechle	select COMPAT
332378aaf956SRalf Baechle	select MIPS32_COMPAT
332478aaf956SRalf Baechle	select SYSVIPC_COMPAT if SYSVIPC
33251da177e4SLinus Torvalds	help
33261da177e4SLinus Torvalds	  Select this option if you want to run n32 binaries.  These are
33271da177e4SLinus Torvalds	  64-bit binaries using 32-bit quantities for addressing and certain
33281da177e4SLinus Torvalds	  data that would normally be 64-bit.  They are used in special
33291da177e4SLinus Torvalds	  cases.
33301da177e4SLinus Torvalds
33311da177e4SLinus Torvalds	  If unsure, say N.
33321da177e4SLinus Torvalds
33332116245eSRalf Baechlemenu "Power management options"
3334952fa954SRodolfo Giometti
3335363c55caSWu Zhangjinconfig ARCH_HIBERNATION_POSSIBLE
3336363c55caSWu Zhangjin	def_bool y
33373f5b3e17SRalf Baechle	depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
3338363c55caSWu Zhangjin
3339f4cb5700SJohannes Bergconfig ARCH_SUSPEND_POSSIBLE
3340f4cb5700SJohannes Berg	def_bool y
33413f5b3e17SRalf Baechle	depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
3342f4cb5700SJohannes Berg
33432116245eSRalf Baechlesource "kernel/power/Kconfig"
3344952fa954SRodolfo Giometti
33451da177e4SLinus Torvaldsendmenu
33461da177e4SLinus Torvalds
33477a998935SViresh Kumarconfig MIPS_EXTERNAL_TIMER
33487a998935SViresh Kumar	bool
33497a998935SViresh Kumar
33507a998935SViresh Kumarmenu "CPU Power Management"
3351c095ebafSPaul Burton
3352c095ebafSPaul Burtonif CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
33537a998935SViresh Kumarsource "drivers/cpufreq/Kconfig"
33547a998935SViresh Kumarendif
33559726b43aSWu Zhangjin
3356c095ebafSPaul Burtonsource "drivers/cpuidle/Kconfig"
3357c095ebafSPaul Burton
3358c095ebafSPaul Burtonendmenu
3359c095ebafSPaul Burton
336098cdee0eSRalf Baechlesource "drivers/firmware/Kconfig"
336198cdee0eSRalf Baechle
33622235a54dSSanjay Lalsource "arch/mips/kvm/Kconfig"
3363e91946d6SNathan Chancellor
3364e91946d6SNathan Chancellorsource "arch/mips/vdso/Kconfig"
3365