xref: /openbmc/linux/arch/mips/Kconfig (revision 1eed445d)
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
77f066a22SThomas Gleixner	select ARCH_HAS_CPU_FINALIZE_INIT
8b847bd64SKees Cook	select ARCH_HAS_CURRENT_STACK_POINTER if !CC_IS_CLANG || CLANG_VERSION >= 140000
9dfad83cbSFlorian Fainelli	select ARCH_HAS_DEBUG_VIRTUAL if !64BIT
1034c01e41SAlexander Lobakin	select ARCH_HAS_FORTIFY_SOURCE
1134c01e41SAlexander Lobakin	select ARCH_HAS_KCOV
1266633abdSTiezhu Yang	select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE if !EVA
1334c01e41SAlexander Lobakin	select ARCH_HAS_PTE_SPECIAL if !(32BIT && CPU_HAS_RIXI)
14e6226997SArnd Bergmann	select ARCH_HAS_STRNCPY_FROM_USER
15e6226997SArnd Bergmann	select ARCH_HAS_STRNLEN_USER
1612597988SMatt Redfearn	select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
171e35918aSHassan Naveed	select ARCH_HAS_UBSAN_SANITIZE_ALL
188b3165e5SXingxing Su	select ARCH_HAS_GCOV_PROFILE_ALL
19c55944ccSNick Desaulniers	select ARCH_KEEP_MEMBLOCK
201ee3630aSRalf Baechle	select ARCH_USE_BUILTIN_BSWAP
2112597988SMatt Redfearn	select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
22dce44566SAnshuman Khandual	select ARCH_USE_MEMTEST
2325da4e9dSPaul Burton	select ARCH_USE_QUEUED_RWLOCKS
240b17c967SPaul Burton	select ARCH_USE_QUEUED_SPINLOCKS
25855f9a8eSAnshuman Khandual	select ARCH_SUPPORTS_HUGETLBFS if CPU_SUPPORTS_HUGEPAGES
269035bd29SAlexandre Ghiti	select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
2712597988SMatt Redfearn	select ARCH_WANT_IPC_PARSE_VERSION
28d3a4e0f1SAlexander Lobakin	select ARCH_WANT_LD_ORPHAN_WARN
2910916706SShile Zhang	select BUILDTIME_TABLE_SORT
3012597988SMatt Redfearn	select CLONE_BACKWARDS
3157eeacedSPaul Burton	select CPU_NO_EFFICIENT_FFS if (TARGET_ISA_REV < 1)
3212597988SMatt Redfearn	select CPU_PM if CPU_IDLE
3312597988SMatt Redfearn	select GENERIC_ATOMIC64 if !64BIT
3412597988SMatt Redfearn	select GENERIC_CMOS_UPDATE
3512597988SMatt Redfearn	select GENERIC_CPU_AUTOPROBE
3624640f23SVincenzo Frascino	select GENERIC_GETTIMEOFDAY
37b962aeb0SPaul Burton	select GENERIC_IOMAP
3812597988SMatt Redfearn	select GENERIC_IRQ_PROBE
3912597988SMatt Redfearn	select GENERIC_IRQ_SHOW
406630a8e5SChristoph Hellwig	select GENERIC_ISA_DMA if EISA
41740129b3SAntony Pavlov	select GENERIC_LIB_ASHLDI3
42740129b3SAntony Pavlov	select GENERIC_LIB_ASHRDI3
43740129b3SAntony Pavlov	select GENERIC_LIB_CMPDI2
44740129b3SAntony Pavlov	select GENERIC_LIB_LSHRDI3
45740129b3SAntony Pavlov	select GENERIC_LIB_UCMPDI2
4612597988SMatt Redfearn	select GENERIC_SCHED_CLOCK if !CAVIUM_OCTEON_SOC
4712597988SMatt Redfearn	select GENERIC_SMP_IDLE_THREAD
48975fd3c2SJiaxun Yang	select GENERIC_IDLE_POLL_SETUP
4912597988SMatt Redfearn	select GENERIC_TIME_VSYSCALL
506ca297d4SPeter Zijlstra	select GUP_GET_PXX_LOW_HIGH if CPU_MIPS32 && PHYS_ADDR_T_64BIT
51fcbfe812SNiklas Schnelle	select HAS_IOPORT if !NO_IOPORT_MAP || ISA
52906d441fSPaul Burton	select HAVE_ARCH_COMPILER_H
5312597988SMatt Redfearn	select HAVE_ARCH_JUMP_LABEL
5442b20995SArnd Bergmann	select HAVE_ARCH_KGDB if MIPS_FP_SUPPORT
55109c32ffSMatt Redfearn	select HAVE_ARCH_MMAP_RND_BITS if MMU
56109c32ffSMatt Redfearn	select HAVE_ARCH_MMAP_RND_COMPAT_BITS if MMU && COMPAT
57490b004fSMarkos Chandras	select HAVE_ARCH_SECCOMP_FILTER
58c0ff3c53SRalf Baechle	select HAVE_ARCH_TRACEHOOK
5945e03e62SDaniel Silsby	select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES
602ff2b7ecSMasahiro Yamada	select HAVE_ASM_MODVERSIONS
6124a9c541SFrederic Weisbecker	select HAVE_CONTEXT_TRACKING_USER
62490f561bSFrederic Weisbecker	select HAVE_TIF_NOHZ
6364575f91SWu Zhangjin	select HAVE_C_RECORDMCOUNT
6412597988SMatt Redfearn	select HAVE_DEBUG_KMEMLEAK
6512597988SMatt Redfearn	select HAVE_DEBUG_STACKOVERFLOW
6612597988SMatt Redfearn	select HAVE_DMA_CONTIGUOUS
6712597988SMatt Redfearn	select HAVE_DYNAMIC_FTRACE
687364d60cSJiaxun Yang	select HAVE_EBPF_JIT if !CPU_MICROMIPS
6912597988SMatt Redfearn	select HAVE_EXIT_THREAD
7067a929e0SChristoph Hellwig	select HAVE_FAST_GUP
7112597988SMatt Redfearn	select HAVE_FTRACE_MCOUNT_RECORD
7229c5d346SWu Zhangjin	select HAVE_FUNCTION_GRAPH_TRACER
7312597988SMatt Redfearn	select HAVE_FUNCTION_TRACER
7434c01e41SAlexander Lobakin	select HAVE_GCC_PLUGINS
7534c01e41SAlexander Lobakin	select HAVE_GENERIC_VDSO
76b3a428b4SHassan Naveed	select HAVE_IOREMAP_PROT
7712597988SMatt Redfearn	select HAVE_IRQ_EXIT_ON_IRQ_STACK
7812597988SMatt Redfearn	select HAVE_IRQ_TIME_ACCOUNTING
79c1bf207dSDavid Daney	select HAVE_KPROBES
80c1bf207dSDavid Daney	select HAVE_KRETPROBES
81c0436b50SPaul Burton	select HAVE_LD_DEAD_CODE_DATA_ELIMINATION
82786d35d4SDavid Howells	select HAVE_MOD_ARCH_SPECIFIC
8342a0bb3fSPetr Mladek	select HAVE_NMI
8412597988SMatt Redfearn	select HAVE_PERF_EVENTS
851ddc96bdSTiezhu Yang	select HAVE_PERF_REGS
861ddc96bdSTiezhu Yang	select HAVE_PERF_USER_STACK_DUMP
8708bccf43SMarcin Nowakowski	select HAVE_REGS_AND_STACK_ACCESS_API
889ea141adSPaul Burton	select HAVE_RSEQ
8916c0f03fSHassan Naveed	select HAVE_SPARSE_SYSCALL_NR
90d148eac0SMasahiro Yamada	select HAVE_STACKPROTECTOR
9112597988SMatt Redfearn	select HAVE_SYSCALL_TRACEPOINTS
92a3f14310SBen Hutchings	select HAVE_VIRT_CPU_ACCOUNTING_GEN if 64BIT || !SMP
9312597988SMatt Redfearn	select IRQ_FORCED_THREADING
946630a8e5SChristoph Hellwig	select ISA if EISA
954bce37a6SBen Hutchings	select LOCK_MM_AND_FIND_VMA
9612597988SMatt Redfearn	select MODULES_USE_ELF_REL if MODULES
9734c01e41SAlexander Lobakin	select MODULES_USE_ELF_RELA if MODULES && 64BIT
9812597988SMatt Redfearn	select PERF_USE_VMALLOC
99981aa1d3SThomas Gleixner	select PCI_MSI_ARCH_FALLBACKS if PCI_MSI
10005a0a344SArnd Bergmann	select RTC_LIB
10112597988SMatt Redfearn	select SYSCTL_EXCEPTION_TRACE
1024aae683fSMasahiro Yamada	select TRACE_IRQFLAGS_SUPPORT
1030bb87f05SAl Viro	select ARCH_HAS_ELFCORE_COMPAT
104e0a8b93eSNemanja Rakovic	select HAVE_ARCH_KCSAN if 64BIT
1051da177e4SLinus Torvalds
106d3991572SChristoph Hellwigconfig MIPS_FIXUP_BIGPHYS_ADDR
107d3991572SChristoph Hellwig	bool
108d3991572SChristoph Hellwig
109c434b9f8SPaul Cercueilconfig MIPS_GENERIC
110c434b9f8SPaul Cercueil	bool
111c434b9f8SPaul Cercueil
112f0f4a753SPaul Cercueilconfig MACH_INGENIC
113f0f4a753SPaul Cercueil	bool
114f0f4a753SPaul Cercueil	select SYS_SUPPORTS_32BIT_KERNEL
115f0f4a753SPaul Cercueil	select SYS_SUPPORTS_LITTLE_ENDIAN
116f0f4a753SPaul Cercueil	select SYS_SUPPORTS_ZBOOT
117f0f4a753SPaul Cercueil	select DMA_NONCOHERENT
118f0f4a753SPaul Cercueil	select IRQ_MIPS_CPU
119f0f4a753SPaul Cercueil	select PINCTRL
120f0f4a753SPaul Cercueil	select GPIOLIB
121f0f4a753SPaul Cercueil	select COMMON_CLK
122f0f4a753SPaul Cercueil	select GENERIC_IRQ_CHIP
123f0f4a753SPaul Cercueil	select BUILTIN_DTB if MIPS_NO_APPENDED_DTB
124f0f4a753SPaul Cercueil	select USE_OF
125f0f4a753SPaul Cercueil	select CPU_SUPPORTS_CPUFREQ
126f0f4a753SPaul Cercueil	select MIPS_EXTERNAL_TIMER
127f0f4a753SPaul Cercueil
1281da177e4SLinus Torvaldsmenu "Machine selection"
1291da177e4SLinus Torvalds
1305e83d430SRalf Baechlechoice
1315e83d430SRalf Baechle	prompt "System type"
132c434b9f8SPaul Cercueil	default MIPS_GENERIC_KERNEL
1331da177e4SLinus Torvalds
134c434b9f8SPaul Cercueilconfig MIPS_GENERIC_KERNEL
135eed0eabdSPaul Burton	bool "Generic board-agnostic MIPS kernel"
136c434b9f8SPaul Cercueil	select MIPS_GENERIC
137eed0eabdSPaul Burton	select BOOT_RAW
138eed0eabdSPaul Burton	select BUILTIN_DTB
139eed0eabdSPaul Burton	select CEVT_R4K
140eed0eabdSPaul Burton	select CLKSRC_MIPS_GIC
141eed0eabdSPaul Burton	select COMMON_CLK
142eed0eabdSPaul Burton	select CPU_MIPSR2_IRQ_EI
14334c01e41SAlexander Lobakin	select CPU_MIPSR2_IRQ_VI
144eed0eabdSPaul Burton	select CSRC_R4K
1454e066441SChristoph Hellwig	select DMA_NONCOHERENT
146eb01d42aSChristoph Hellwig	select HAVE_PCI
147eed0eabdSPaul Burton	select IRQ_MIPS_CPU
1480211d49eSPaul Burton	select MIPS_AUTO_PFN_OFFSET
149eed0eabdSPaul Burton	select MIPS_CPU_SCACHE
150eed0eabdSPaul Burton	select MIPS_GIC
151eed0eabdSPaul Burton	select MIPS_L1_CACHE_SHIFT_7
152eed0eabdSPaul Burton	select NO_EXCEPT_FILL
153eed0eabdSPaul Burton	select PCI_DRIVERS_GENERIC
154eed0eabdSPaul Burton	select SMP_UP if SMP
155a3078e59SMatt Redfearn	select SWAP_IO_SPACE
156eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS32_R1
157eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS32_R2
158fb6700c5SJiaxun Yang	select SYS_HAS_CPU_MIPS32_R5
159eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS32_R6
160eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS64_R1
161eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS64_R2
162fb6700c5SJiaxun Yang	select SYS_HAS_CPU_MIPS64_R5
163eed0eabdSPaul Burton	select SYS_HAS_CPU_MIPS64_R6
164eed0eabdSPaul Burton	select SYS_SUPPORTS_32BIT_KERNEL
165eed0eabdSPaul Burton	select SYS_SUPPORTS_64BIT_KERNEL
166eed0eabdSPaul Burton	select SYS_SUPPORTS_BIG_ENDIAN
167eed0eabdSPaul Burton	select SYS_SUPPORTS_HIGHMEM
168eed0eabdSPaul Burton	select SYS_SUPPORTS_LITTLE_ENDIAN
169eed0eabdSPaul Burton	select SYS_SUPPORTS_MICROMIPS
170eed0eabdSPaul Burton	select SYS_SUPPORTS_MIPS16
17134c01e41SAlexander Lobakin	select SYS_SUPPORTS_MIPS_CPS
172eed0eabdSPaul Burton	select SYS_SUPPORTS_MULTITHREADING
173eed0eabdSPaul Burton	select SYS_SUPPORTS_RELOCATABLE
174eed0eabdSPaul Burton	select SYS_SUPPORTS_SMARTMIPS
175c3e2ee65SPaul Cercueil	select SYS_SUPPORTS_ZBOOT
17634c01e41SAlexander Lobakin	select UHI_BOOT
1772e6522c5SCorentin Labbe	select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
1782e6522c5SCorentin Labbe	select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1792e6522c5SCorentin Labbe	select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
1802e6522c5SCorentin Labbe	select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1812e6522c5SCorentin Labbe	select USB_UHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
1822e6522c5SCorentin Labbe	select USB_UHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
183eed0eabdSPaul Burton	select USE_OF
184eed0eabdSPaul Burton	help
185eed0eabdSPaul Burton	  Select this to build a kernel which aims to support multiple boards,
186eed0eabdSPaul Burton	  generally using a flattened device tree passed from the bootloader
187eed0eabdSPaul Burton	  using the boot protocol defined in the UHI (Unified Hosting
188eed0eabdSPaul Burton	  Interface) specification.
189eed0eabdSPaul Burton
19042a4f17dSManuel Laussconfig MIPS_ALCHEMY
191c3543e25SYoichi Yuasa	bool "Alchemy processor based machines"
192d4a451d5SChristoph Hellwig	select PHYS_ADDR_T_64BIT
193f772cdb2SRalf Baechle	select CEVT_R4K
194d7ea335cSSteven J. Hill	select CSRC_R4K
19567e38cf2SRalf Baechle	select IRQ_MIPS_CPU
196a86497d6SChristoph Hellwig	select DMA_NONCOHERENT		# Au1000,1500,1100 aren't, rest is
197d3991572SChristoph Hellwig	select MIPS_FIXUP_BIGPHYS_ADDR if PCI
19842a4f17dSManuel Lauss	select SYS_HAS_CPU_MIPS32_R1
19942a4f17dSManuel Lauss	select SYS_SUPPORTS_32BIT_KERNEL
20042a4f17dSManuel Lauss	select SYS_SUPPORTS_APM_EMULATION
201d30a2b47SLinus Walleij	select GPIOLIB
2021b93b3c3SWu Zhangjin	select SYS_SUPPORTS_ZBOOT
20347440229SManuel Lauss	select COMMON_CLK
2041da177e4SLinus Torvalds
2057ca5dc14SFlorian Fainelliconfig AR7
2067ca5dc14SFlorian Fainelli	bool "Texas Instruments AR7"
2077ca5dc14SFlorian Fainelli	select BOOT_ELF32
208b408b611SArnd Bergmann	select COMMON_CLK
2097ca5dc14SFlorian Fainelli	select DMA_NONCOHERENT
2107ca5dc14SFlorian Fainelli	select CEVT_R4K
2117ca5dc14SFlorian Fainelli	select CSRC_R4K
21267e38cf2SRalf Baechle	select IRQ_MIPS_CPU
2137ca5dc14SFlorian Fainelli	select NO_EXCEPT_FILL
2147ca5dc14SFlorian Fainelli	select SWAP_IO_SPACE
2157ca5dc14SFlorian Fainelli	select SYS_HAS_CPU_MIPS32_R1
2167ca5dc14SFlorian Fainelli	select SYS_HAS_EARLY_PRINTK
2177ca5dc14SFlorian Fainelli	select SYS_SUPPORTS_32BIT_KERNEL
2187ca5dc14SFlorian Fainelli	select SYS_SUPPORTS_LITTLE_ENDIAN
219377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
2201b93b3c3SWu Zhangjin	select SYS_SUPPORTS_ZBOOT_UART16550
221d30a2b47SLinus Walleij	select GPIOLIB
2227ca5dc14SFlorian Fainelli	select VLYNQ
2237ca5dc14SFlorian Fainelli	help
2247ca5dc14SFlorian Fainelli	  Support for the Texas Instruments AR7 System-on-a-Chip
2257ca5dc14SFlorian Fainelli	  family: TNETD7100, 7200 and 7300.
2267ca5dc14SFlorian Fainelli
22743cc739fSSergey Ryazanovconfig ATH25
22843cc739fSSergey Ryazanov	bool "Atheros AR231x/AR531x SoC support"
22943cc739fSSergey Ryazanov	select CEVT_R4K
23043cc739fSSergey Ryazanov	select CSRC_R4K
23143cc739fSSergey Ryazanov	select DMA_NONCOHERENT
23267e38cf2SRalf Baechle	select IRQ_MIPS_CPU
2331753e74eSSergey Ryazanov	select IRQ_DOMAIN
23443cc739fSSergey Ryazanov	select SYS_HAS_CPU_MIPS32_R1
23543cc739fSSergey Ryazanov	select SYS_SUPPORTS_BIG_ENDIAN
23643cc739fSSergey Ryazanov	select SYS_SUPPORTS_32BIT_KERNEL
2378aaa7278SSergey Ryazanov	select SYS_HAS_EARLY_PRINTK
23843cc739fSSergey Ryazanov	help
23943cc739fSSergey Ryazanov	  Support for Atheros AR231x and Atheros AR531x based boards
24043cc739fSSergey Ryazanov
241d4a67d9dSGabor Juhosconfig ATH79
242d4a67d9dSGabor Juhos	bool "Atheros AR71XX/AR724X/AR913X based boards"
243ff591a91SAlban Bedel	select ARCH_HAS_RESET_CONTROLLER
244d4a67d9dSGabor Juhos	select BOOT_RAW
245d4a67d9dSGabor Juhos	select CEVT_R4K
246d4a67d9dSGabor Juhos	select CSRC_R4K
247d4a67d9dSGabor Juhos	select DMA_NONCOHERENT
248d30a2b47SLinus Walleij	select GPIOLIB
249a08227a2SJohn Crispin	select PINCTRL
250411520afSAlban Bedel	select COMMON_CLK
25167e38cf2SRalf Baechle	select IRQ_MIPS_CPU
252d4a67d9dSGabor Juhos	select SYS_HAS_CPU_MIPS32_R2
253d4a67d9dSGabor Juhos	select SYS_HAS_EARLY_PRINTK
254d4a67d9dSGabor Juhos	select SYS_SUPPORTS_32BIT_KERNEL
255d4a67d9dSGabor Juhos	select SYS_SUPPORTS_BIG_ENDIAN
256377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
257b3f0a250SAlban Bedel	select SYS_SUPPORTS_ZBOOT_UART_PROM
25803c8c407SAlban Bedel	select USE_OF
25953d473fcSAlban Bedel	select USB_EHCI_ROOT_HUB_TT if USB_EHCI_HCD_PLATFORM
260d4a67d9dSGabor Juhos	help
261d4a67d9dSGabor Juhos	  Support for the Atheros AR71XX/AR724X/AR913X SoCs.
262d4a67d9dSGabor Juhos
2635f2d4459SKevin Cernekeeconfig BMIPS_GENERIC
2645f2d4459SKevin Cernekee	bool "Broadcom Generic BMIPS kernel"
26529906e1aSÁlvaro Fernández Rojas	select ARCH_HAS_RESET_CONTROLLER
266d59098a0SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_CPU_ALL
267d666cd02SKevin Cernekee	select BOOT_RAW
268d666cd02SKevin Cernekee	select NO_EXCEPT_FILL
269d666cd02SKevin Cernekee	select USE_OF
270d666cd02SKevin Cernekee	select CEVT_R4K
271d666cd02SKevin Cernekee	select CSRC_R4K
272d666cd02SKevin Cernekee	select SYNC_R4K
273d666cd02SKevin Cernekee	select COMMON_CLK
274c7c42ec2SSimon Arlott	select BCM6345_L1_IRQ
27560b858f2SKevin Cernekee	select BCM7038_L1_IRQ
27660b858f2SKevin Cernekee	select BCM7120_L2_IRQ
27760b858f2SKevin Cernekee	select BRCMSTB_L2_IRQ
27867e38cf2SRalf Baechle	select IRQ_MIPS_CPU
27960b858f2SKevin Cernekee	select DMA_NONCOHERENT
280d666cd02SKevin Cernekee	select SYS_SUPPORTS_32BIT_KERNEL
28160b858f2SKevin Cernekee	select SYS_SUPPORTS_LITTLE_ENDIAN
282d666cd02SKevin Cernekee	select SYS_SUPPORTS_BIG_ENDIAN
283d666cd02SKevin Cernekee	select SYS_SUPPORTS_HIGHMEM
28460b858f2SKevin Cernekee	select SYS_HAS_CPU_BMIPS32_3300
28560b858f2SKevin Cernekee	select SYS_HAS_CPU_BMIPS4350
28660b858f2SKevin Cernekee	select SYS_HAS_CPU_BMIPS4380
287d666cd02SKevin Cernekee	select SYS_HAS_CPU_BMIPS5000
288d666cd02SKevin Cernekee	select SWAP_IO_SPACE
28960b858f2SKevin Cernekee	select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
29060b858f2SKevin Cernekee	select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
29160b858f2SKevin Cernekee	select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
29260b858f2SKevin Cernekee	select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
2934dc4704cSJustin Chen	select HARDIRQS_SW_RESEND
2941d987052SFlorian Fainelli	select HAVE_PCI
2951d987052SFlorian Fainelli	select PCI_DRIVERS_GENERIC
296466ab2eaSFlorian Fainelli	select FW_CFE
297d666cd02SKevin Cernekee	help
2985f2d4459SKevin Cernekee	  Build a generic DT-based kernel image that boots on select
2995f2d4459SKevin Cernekee	  BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
3005f2d4459SKevin Cernekee	  box chips.  Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN
3015f2d4459SKevin Cernekee	  must be set appropriately for your board.
302d666cd02SKevin Cernekee
3031c0c13ebSAurelien Jarnoconfig BCM47XX
304c619366eSFlorian Fainelli	bool "Broadcom BCM47XX based boards"
305fe08f8c2SHauke Mehrtens	select BOOT_RAW
30642f77542SRalf Baechle	select CEVT_R4K
307940f6b48SRalf Baechle	select CSRC_R4K
3081c0c13ebSAurelien Jarno	select DMA_NONCOHERENT
309eb01d42aSChristoph Hellwig	select HAVE_PCI
31067e38cf2SRalf Baechle	select IRQ_MIPS_CPU
311314878d2SMarkos Chandras	select SYS_HAS_CPU_MIPS32_R1
312dd54deddSHauke Mehrtens	select NO_EXCEPT_FILL
3131c0c13ebSAurelien Jarno	select SYS_SUPPORTS_32BIT_KERNEL
3141c0c13ebSAurelien Jarno	select SYS_SUPPORTS_LITTLE_ENDIAN
315377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
3166507831fSAaro Koskinen	select SYS_SUPPORTS_ZBOOT
31725e5fb97SAurelien Jarno	select SYS_HAS_EARLY_PRINTK
318e6086557SRalf Baechle	select USE_GENERIC_EARLY_PRINTK_8250
319c949c0bcSRafał Miłecki	select GPIOLIB
320c949c0bcSRafał Miłecki	select LEDS_GPIO_REGISTER
321f6e734a8SRafał Miłecki	select BCM47XX_NVRAM
3222ab71a02SRafał Miłecki	select BCM47XX_SPROM
323dfe00495SMatt Redfearn	select BCM47XX_SSB if !BCM47XX_BCMA
3241c0c13ebSAurelien Jarno	help
3251c0c13ebSAurelien Jarno	  Support for BCM47XX based boards
3261c0c13ebSAurelien Jarno
327e7300d04SMaxime Bizonconfig BCM63XX
328e7300d04SMaxime Bizon	bool "Broadcom BCM63XX based boards"
329ae8de61cSFlorian Fainelli	select BOOT_RAW
330e7300d04SMaxime Bizon	select CEVT_R4K
331e7300d04SMaxime Bizon	select CSRC_R4K
332fc264022SJonas Gorski	select SYNC_R4K
333e7300d04SMaxime Bizon	select DMA_NONCOHERENT
33467e38cf2SRalf Baechle	select IRQ_MIPS_CPU
335e7300d04SMaxime Bizon	select SYS_SUPPORTS_32BIT_KERNEL
336e7300d04SMaxime Bizon	select SYS_SUPPORTS_BIG_ENDIAN
337e7300d04SMaxime Bizon	select SYS_HAS_EARLY_PRINTK
3385eeaafc8SRandy Dunlap	select SYS_HAS_CPU_BMIPS32_3300
3395eeaafc8SRandy Dunlap	select SYS_HAS_CPU_BMIPS4350
3405eeaafc8SRandy Dunlap	select SYS_HAS_CPU_BMIPS4380
341e7300d04SMaxime Bizon	select SWAP_IO_SPACE
342d30a2b47SLinus Walleij	select GPIOLIB
343af2418beSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_4
344bbd7ffdbSStephen Boyd	select HAVE_LEGACY_CLK
345e7300d04SMaxime Bizon	help
346e7300d04SMaxime Bizon	  Support for BCM63XX based boards
347e7300d04SMaxime Bizon
3481da177e4SLinus Torvaldsconfig MIPS_COBALT
3493fa986faSMartin Michlmayr	bool "Cobalt Server"
35042f77542SRalf Baechle	select CEVT_R4K
351940f6b48SRalf Baechle	select CSRC_R4K
3521097c6acSYoichi Yuasa	select CEVT_GT641XX
3531da177e4SLinus Torvalds	select DMA_NONCOHERENT
354eb01d42aSChristoph Hellwig	select FORCE_PCI
355d865bea4SRalf Baechle	select I8253
3561da177e4SLinus Torvalds	select I8259
35767e38cf2SRalf Baechle	select IRQ_MIPS_CPU
358d5ab1a69SYoichi Yuasa	select IRQ_GT641XX
359252161ecSYoichi Yuasa	select PCI_GT64XXX_PCI0
3607cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
3610a22e0d4SYoichi Yuasa	select SYS_HAS_EARLY_PRINTK
362ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3630e8774b6SFlorian Fainelli	select SYS_SUPPORTS_64BIT_KERNEL
3645e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
365e6086557SRalf Baechle	select USE_GENERIC_EARLY_PRINTK_8250
3661da177e4SLinus Torvalds
3671da177e4SLinus Torvaldsconfig MACH_DECSTATION
3683fa986faSMartin Michlmayr	bool "DECstations"
3691da177e4SLinus Torvalds	select BOOT_ELF32
3706457d9fcSYoichi Yuasa	select CEVT_DS1287
37181d10badSMaciej W. Rozycki	select CEVT_R4K if CPU_R4X00
3724247417dSYoichi Yuasa	select CSRC_IOASIC
37381d10badSMaciej W. Rozycki	select CSRC_R4K if CPU_R4X00
37420d60d99SMaciej W. Rozycki	select CPU_DADDI_WORKAROUNDS if 64BIT
37520d60d99SMaciej W. Rozycki	select CPU_R4000_WORKAROUNDS if 64BIT
37620d60d99SMaciej W. Rozycki	select CPU_R4400_WORKAROUNDS if 64BIT
3771da177e4SLinus Torvalds	select DMA_NONCOHERENT
378ce816fa8SUwe Kleine-König	select NO_IOPORT_MAP
37967e38cf2SRalf Baechle	select IRQ_MIPS_CPU
3807cf8053bSRalf Baechle	select SYS_HAS_CPU_R3000
3817cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
382ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
3837d60717eSKees Cook	select SYS_SUPPORTS_64BIT_KERNEL
3845e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
3851723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_128HZ
3861723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_256HZ
3871723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_1024HZ
388930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_4
3895e83d430SRalf Baechle	help
3901da177e4SLinus Torvalds	  This enables support for DEC's MIPS based workstations.  For details
3911da177e4SLinus Torvalds	  see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
3921da177e4SLinus Torvalds	  DECstation porting pages on <http://decstation.unix-ag.org/>.
3931da177e4SLinus Torvalds
3941da177e4SLinus Torvalds	  If you have one of the following DECstation Models you definitely
3951da177e4SLinus Torvalds	  want to choose R4xx0 for the CPU Type:
3961da177e4SLinus Torvalds
3971da177e4SLinus Torvalds		DECstation 5000/50
3981da177e4SLinus Torvalds		DECstation 5000/150
3991da177e4SLinus Torvalds		DECstation 5000/260
4001da177e4SLinus Torvalds		DECsystem 5900/260
4011da177e4SLinus Torvalds
4021da177e4SLinus Torvalds	  otherwise choose R3000.
4031da177e4SLinus Torvalds
4045e83d430SRalf Baechleconfig MACH_JAZZ
4053fa986faSMartin Michlmayr	bool "Jazz family of machines"
40639b2d756SThomas Bogendoerfer	select ARC_MEMORY
40739b2d756SThomas Bogendoerfer	select ARC_PROMLIB
408a211a082SRalf Baechle	select ARCH_MIGHT_HAVE_PC_PARPORT
4097a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
4102f9237d4SChristoph Hellwig	select DMA_OPS
4110e2794b0SRalf Baechle	select FW_ARC
4120e2794b0SRalf Baechle	select FW_ARC32
4135e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
41442f77542SRalf Baechle	select CEVT_R4K
415940f6b48SRalf Baechle	select CSRC_R4K
416e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
4175e83d430SRalf Baechle	select GENERIC_ISA_DMA
4188a118c38SRalf Baechle	select HAVE_PCSPKR_PLATFORM
41967e38cf2SRalf Baechle	select IRQ_MIPS_CPU
420d865bea4SRalf Baechle	select I8253
4215e83d430SRalf Baechle	select I8259
4225e83d430SRalf Baechle	select ISA
4237cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
4245e83d430SRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
4257d60717eSKees Cook	select SYS_SUPPORTS_64BIT_KERNEL
4261723b4a3SAtsushi Nemoto	select SYS_SUPPORTS_100HZ
427aadfe4b5SArnd Bergmann	select SYS_SUPPORTS_LITTLE_ENDIAN
4281da177e4SLinus Torvalds	help
4295e83d430SRalf Baechle	  This a family of machines based on the MIPS R4030 chipset which was
4305e83d430SRalf Baechle	  used by several vendors to build RISC/os and Windows NT workstations.
431692105b8SMatt LaPlante	  Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
4325e83d430SRalf Baechle	  Olivetti M700-10 workstations.
4335e83d430SRalf Baechle
434f0f4a753SPaul Cercueilconfig MACH_INGENIC_SOC
435de361e8bSPaul Burton	bool "Ingenic SoC based machines"
436f0f4a753SPaul Cercueil	select MIPS_GENERIC
437f0f4a753SPaul Cercueil	select MACH_INGENIC
438f9c9affcSLluís Batlle i Rossell	select SYS_SUPPORTS_ZBOOT_UART16550
439eb384937SPaul Cercueil	select CPU_SUPPORTS_CPUFREQ
440eb384937SPaul Cercueil	select MIPS_EXTERNAL_TIMER
4415ebabe59SLars-Peter Clausen
442171bb2f1SJohn Crispinconfig LANTIQ
443171bb2f1SJohn Crispin	bool "Lantiq based platforms"
444171bb2f1SJohn Crispin	select DMA_NONCOHERENT
44567e38cf2SRalf Baechle	select IRQ_MIPS_CPU
446171bb2f1SJohn Crispin	select CEVT_R4K
447171bb2f1SJohn Crispin	select CSRC_R4K
448b74cc639SSander Vanheule	select NO_EXCEPT_FILL
449171bb2f1SJohn Crispin	select SYS_HAS_CPU_MIPS32_R1
450171bb2f1SJohn Crispin	select SYS_HAS_CPU_MIPS32_R2
451171bb2f1SJohn Crispin	select SYS_SUPPORTS_BIG_ENDIAN
452171bb2f1SJohn Crispin	select SYS_SUPPORTS_32BIT_KERNEL
453377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
454171bb2f1SJohn Crispin	select SYS_SUPPORTS_MULTITHREADING
455f35764e7SJames Hogan	select SYS_SUPPORTS_VPE_LOADER
456171bb2f1SJohn Crispin	select SYS_HAS_EARLY_PRINTK
457d30a2b47SLinus Walleij	select GPIOLIB
458171bb2f1SJohn Crispin	select SWAP_IO_SPACE
459171bb2f1SJohn Crispin	select BOOT_RAW
460bbd7ffdbSStephen Boyd	select HAVE_LEGACY_CLK
461a0392222SJohn Crispin	select USE_OF
4623f8c50c9SJohn Crispin	select PINCTRL
4633f8c50c9SJohn Crispin	select PINCTRL_LANTIQ
464c530781cSJohn Crispin	select ARCH_HAS_RESET_CONTROLLER
465c530781cSJohn Crispin	select RESET_CONTROLLER
466171bb2f1SJohn Crispin
46730ad29bbSHuacai Chenconfig MACH_LOONGSON32
468caed1d1bSHuacai Chen	bool "Loongson 32-bit family of machines"
469c7e8c668SWu Zhangjin	select SYS_SUPPORTS_ZBOOT
470ade299d8SYoichi Yuasa	help
47130ad29bbSHuacai Chen	  This enables support for the Loongson-1 family of machines.
47285749d24SWu Zhangjin
47330ad29bbSHuacai Chen	  Loongson-1 is a family of 32-bit MIPS-compatible SoCs developed by
47430ad29bbSHuacai Chen	  the Institute of Computing Technology (ICT), Chinese Academy of
47530ad29bbSHuacai Chen	  Sciences (CAS).
476ade299d8SYoichi Yuasa
47771e2f4ddSJiaxun Yangconfig MACH_LOONGSON2EF
47871e2f4ddSJiaxun Yang	bool "Loongson-2E/F family of machines"
479ca585cf9SKelvin Cheung	select SYS_SUPPORTS_ZBOOT
480ca585cf9SKelvin Cheung	help
48171e2f4ddSJiaxun Yang	  This enables the support of early Loongson-2E/F family of machines.
482ca585cf9SKelvin Cheung
48371e2f4ddSJiaxun Yangconfig MACH_LOONGSON64
484caed1d1bSHuacai Chen	bool "Loongson 64-bit family of machines"
485*1eed445dSJiaxun Yang	select ARCH_DMA_DEFAULT_COHERENT
4866fbde6b4SJiaxun Yang	select ARCH_SPARSEMEM_ENABLE
4876fbde6b4SJiaxun Yang	select ARCH_MIGHT_HAVE_PC_PARPORT
4886fbde6b4SJiaxun Yang	select ARCH_MIGHT_HAVE_PC_SERIO
4896fbde6b4SJiaxun Yang	select GENERIC_ISA_DMA_SUPPORT_BROKEN
4906fbde6b4SJiaxun Yang	select BOOT_ELF32
4916fbde6b4SJiaxun Yang	select BOARD_SCACHE
4926fbde6b4SJiaxun Yang	select CSRC_R4K
4936fbde6b4SJiaxun Yang	select CEVT_R4K
4946fbde6b4SJiaxun Yang	select FORCE_PCI
4956fbde6b4SJiaxun Yang	select ISA
4966fbde6b4SJiaxun Yang	select I8259
4976fbde6b4SJiaxun Yang	select IRQ_MIPS_CPU
4987d6d2837SJiaxun Yang	select NO_EXCEPT_FILL
4995125bfeeSTiezhu Yang	select NR_CPUS_DEFAULT_64
5006fbde6b4SJiaxun Yang	select USE_GENERIC_EARLY_PRINTK_8250
5016423e59aSJiaxun Yang	select PCI_DRIVERS_GENERIC
5026fbde6b4SJiaxun Yang	select SYS_HAS_CPU_LOONGSON64
5036fbde6b4SJiaxun Yang	select SYS_HAS_EARLY_PRINTK
5046fbde6b4SJiaxun Yang	select SYS_SUPPORTS_SMP
5056fbde6b4SJiaxun Yang	select SYS_SUPPORTS_HOTPLUG_CPU
5066fbde6b4SJiaxun Yang	select SYS_SUPPORTS_NUMA
5076fbde6b4SJiaxun Yang	select SYS_SUPPORTS_64BIT_KERNEL
5086fbde6b4SJiaxun Yang	select SYS_SUPPORTS_HIGHMEM
5096fbde6b4SJiaxun Yang	select SYS_SUPPORTS_LITTLE_ENDIAN
51071e2f4ddSJiaxun Yang	select SYS_SUPPORTS_ZBOOT
511a307a4ceSJinyang He	select SYS_SUPPORTS_RELOCATABLE
5126fbde6b4SJiaxun Yang	select ZONE_DMA32
51387fcfa7bSJiaxun Yang	select COMMON_CLK
51487fcfa7bSJiaxun Yang	select USE_OF
51587fcfa7bSJiaxun Yang	select BUILTIN_DTB
51639c1485cSHuacai Chen	select PCI_HOST_GENERIC
517f8f9f21cSFeiyang Chen	select HAVE_ARCH_NODEDATA_EXTENSION if NUMA
51871e2f4ddSJiaxun Yang	help
519caed1d1bSHuacai Chen	  This enables the support of Loongson-2/3 family of machines.
520caed1d1bSHuacai Chen
521caed1d1bSHuacai Chen	  Loongson-2 and Loongson-3 are 64-bit general-purpose processors with
522caed1d1bSHuacai Chen	  GS264/GS464/GS464E/GS464V microarchitecture (except old Loongson-2E
523caed1d1bSHuacai Chen	  and Loongson-2F which will be removed), developed by the Institute
524caed1d1bSHuacai Chen	  of Computing Technology (ICT), Chinese Academy of Sciences (CAS).
525ca585cf9SKelvin Cheung
5261da177e4SLinus Torvaldsconfig MIPS_MALTA
5273fa986faSMartin Michlmayr	bool "MIPS Malta board"
52861ed242dSRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
529a211a082SRalf Baechle	select ARCH_MIGHT_HAVE_PC_PARPORT
5307a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
5311da177e4SLinus Torvalds	select BOOT_ELF32
532fa71c960SRalf Baechle	select BOOT_RAW
533e8823d26SPaul Burton	select BUILTIN_DTB
53442f77542SRalf Baechle	select CEVT_R4K
535fa5635a2SAndrew Bresticker	select CLKSRC_MIPS_GIC
53642b002abSGuenter Roeck	select COMMON_CLK
53747bf2b03SMaksym Kokhan	select CSRC_R4K
538a86497d6SChristoph Hellwig	select DMA_NONCOHERENT
5391da177e4SLinus Torvalds	select GENERIC_ISA_DMA
5408a118c38SRalf Baechle	select HAVE_PCSPKR_PLATFORM
541eb01d42aSChristoph Hellwig	select HAVE_PCI
542d865bea4SRalf Baechle	select I8253
5431da177e4SLinus Torvalds	select I8259
54447bf2b03SMaksym Kokhan	select IRQ_MIPS_CPU
5455e83d430SRalf Baechle	select MIPS_BONITO64
5469318c51aSChris Dearman	select MIPS_CPU_SCACHE
54747bf2b03SMaksym Kokhan	select MIPS_GIC
548a7ef1eadSKevin Cernekee	select MIPS_L1_CACHE_SHIFT_6
5495e83d430SRalf Baechle	select MIPS_MSC
55047bf2b03SMaksym Kokhan	select PCI_GT64XXX_PCI0
551ecafe3e9SPaul Burton	select SMP_UP if SMP
5521da177e4SLinus Torvalds	select SWAP_IO_SPACE
5537cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
5547cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS32_R2
555bfc3c5a6SMarkos Chandras	select SYS_HAS_CPU_MIPS32_R3_5
556c5b36783SSteven J. Hill	select SYS_HAS_CPU_MIPS32_R5
557575509b6SMarkos Chandras	select SYS_HAS_CPU_MIPS32_R6
5587cf8053bSRalf Baechle	select SYS_HAS_CPU_MIPS64_R1
5595d9fbed1SLeonid Yegoshin	select SYS_HAS_CPU_MIPS64_R2
560575509b6SMarkos Chandras	select SYS_HAS_CPU_MIPS64_R6
5617cf8053bSRalf Baechle	select SYS_HAS_CPU_NEVADA
5627cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
563ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
564ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
5655e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
566c5b36783SSteven J. Hill	select SYS_SUPPORTS_HIGHMEM
5675e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
568424ebcdfSMaciej W. Rozycki	select SYS_SUPPORTS_MICROMIPS
56947bf2b03SMaksym Kokhan	select SYS_SUPPORTS_MIPS16
570e56b6aa6SPaul Burton	select SYS_SUPPORTS_MIPS_CPS
571f41ae0b2SRalf Baechle	select SYS_SUPPORTS_MULTITHREADING
57247bf2b03SMaksym Kokhan	select SYS_SUPPORTS_RELOCATABLE
5739693a853SFranck Bui-Huu	select SYS_SUPPORTS_SMARTMIPS
574f35764e7SJames Hogan	select SYS_SUPPORTS_VPE_LOADER
5751b93b3c3SWu Zhangjin	select SYS_SUPPORTS_ZBOOT
576e8823d26SPaul Burton	select USE_OF
577886ee136SThomas Bogendoerfer	select WAR_ICACHE_REFILLS
578abcc82b1SJames Hogan	select ZONE_DMA32 if 64BIT
5791da177e4SLinus Torvalds	help
580f638d197SMaciej W. Rozycki	  This enables support for the MIPS Technologies Malta evaluation
5811da177e4SLinus Torvalds	  board.
5821da177e4SLinus Torvalds
5832572f00dSJoshua Hendersonconfig MACH_PIC32
5842572f00dSJoshua Henderson	bool "Microchip PIC32 Family"
5852572f00dSJoshua Henderson	help
5862572f00dSJoshua Henderson	  This enables support for the Microchip PIC32 family of platforms.
5872572f00dSJoshua Henderson
5882572f00dSJoshua Henderson	  Microchip PIC32 is a family of general-purpose 32 bit MIPS core
5892572f00dSJoshua Henderson	  microcontrollers.
5902572f00dSJoshua Henderson
591baec970aSLauri Kasanenconfig MACH_NINTENDO64
592baec970aSLauri Kasanen	bool "Nintendo 64 console"
593baec970aSLauri Kasanen	select CEVT_R4K
594baec970aSLauri Kasanen	select CSRC_R4K
595baec970aSLauri Kasanen	select SYS_HAS_CPU_R4300
596baec970aSLauri Kasanen	select SYS_SUPPORTS_BIG_ENDIAN
597baec970aSLauri Kasanen	select SYS_SUPPORTS_ZBOOT
598baec970aSLauri Kasanen	select SYS_SUPPORTS_32BIT_KERNEL
599baec970aSLauri Kasanen	select SYS_SUPPORTS_64BIT_KERNEL
600baec970aSLauri Kasanen	select DMA_NONCOHERENT
601baec970aSLauri Kasanen	select IRQ_MIPS_CPU
602baec970aSLauri Kasanen
603ae2b5bb6SJohn Crispinconfig RALINK
604ae2b5bb6SJohn Crispin	bool "Ralink based machines"
605ae2b5bb6SJohn Crispin	select CEVT_R4K
60635f752beSArnd Bergmann	select COMMON_CLK
607ae2b5bb6SJohn Crispin	select CSRC_R4K
608ae2b5bb6SJohn Crispin	select BOOT_RAW
609ae2b5bb6SJohn Crispin	select DMA_NONCOHERENT
61067e38cf2SRalf Baechle	select IRQ_MIPS_CPU
611ae2b5bb6SJohn Crispin	select USE_OF
612ae2b5bb6SJohn Crispin	select SYS_HAS_CPU_MIPS32_R2
613ae2b5bb6SJohn Crispin	select SYS_SUPPORTS_32BIT_KERNEL
614ae2b5bb6SJohn Crispin	select SYS_SUPPORTS_LITTLE_ENDIAN
615377cb1b6SRalf Baechle	select SYS_SUPPORTS_MIPS16
6161f0400d0SChuanhong Guo	select SYS_SUPPORTS_ZBOOT
617ae2b5bb6SJohn Crispin	select SYS_HAS_EARLY_PRINTK
6182a153f1cSJohn Crispin	select ARCH_HAS_RESET_CONTROLLER
6192a153f1cSJohn Crispin	select RESET_CONTROLLER
620ae2b5bb6SJohn Crispin
6214042147aSBert Vermeulenconfig MACH_REALTEK_RTL
6224042147aSBert Vermeulen	bool "Realtek RTL838x/RTL839x based machines"
6234042147aSBert Vermeulen	select MIPS_GENERIC
6244042147aSBert Vermeulen	select DMA_NONCOHERENT
6254042147aSBert Vermeulen	select IRQ_MIPS_CPU
6264042147aSBert Vermeulen	select CSRC_R4K
6274042147aSBert Vermeulen	select CEVT_R4K
6284042147aSBert Vermeulen	select SYS_HAS_CPU_MIPS32_R1
6294042147aSBert Vermeulen	select SYS_HAS_CPU_MIPS32_R2
6304042147aSBert Vermeulen	select SYS_SUPPORTS_BIG_ENDIAN
6314042147aSBert Vermeulen	select SYS_SUPPORTS_32BIT_KERNEL
6324042147aSBert Vermeulen	select SYS_SUPPORTS_MIPS16
6334042147aSBert Vermeulen	select SYS_SUPPORTS_MULTITHREADING
6344042147aSBert Vermeulen	select SYS_SUPPORTS_VPE_LOADER
6354042147aSBert Vermeulen	select BOOT_RAW
6364042147aSBert Vermeulen	select PINCTRL
6374042147aSBert Vermeulen	select USE_OF
6384042147aSBert Vermeulen
6391da177e4SLinus Torvaldsconfig SGI_IP22
6403fa986faSMartin Michlmayr	bool "SGI IP22 (Indy/Indigo2)"
641c0de00b2SThomas Bogendoerfer	select ARC_MEMORY
64239b2d756SThomas Bogendoerfer	select ARC_PROMLIB
6430e2794b0SRalf Baechle	select FW_ARC
6440e2794b0SRalf Baechle	select FW_ARC32
6457a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
6461da177e4SLinus Torvalds	select BOOT_ELF32
64742f77542SRalf Baechle	select CEVT_R4K
648940f6b48SRalf Baechle	select CSRC_R4K
649e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION
6501da177e4SLinus Torvalds	select DMA_NONCOHERENT
6516630a8e5SChristoph Hellwig	select HAVE_EISA
652d865bea4SRalf Baechle	select I8253
65368de4803SThomas Bogendoerfer	select I8259
6541da177e4SLinus Torvalds	select IP22_CPU_SCACHE
65567e38cf2SRalf Baechle	select IRQ_MIPS_CPU
656aa414dffSRalf Baechle	select GENERIC_ISA_DMA_SUPPORT_BROKEN
657e2defae5SThomas Bogendoerfer	select SGI_HAS_I8042
658e2defae5SThomas Bogendoerfer	select SGI_HAS_INDYDOG
65936e5c21dSThomas Bogendoerfer	select SGI_HAS_HAL2
660e2defae5SThomas Bogendoerfer	select SGI_HAS_SEEQ
661e2defae5SThomas Bogendoerfer	select SGI_HAS_WD93
662e2defae5SThomas Bogendoerfer	select SGI_HAS_ZILOG
6631da177e4SLinus Torvalds	select SWAP_IO_SPACE
6647cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
6657cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
666c0de00b2SThomas Bogendoerfer	select SYS_HAS_EARLY_PRINTK
667ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
668ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6695e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
670802b8362SThomas Bogendoerfer	select WAR_R4600_V1_INDEX_ICACHEOP
6715e5b6527SThomas Bogendoerfer	select WAR_R4600_V1_HIT_CACHEOP
67244def342SThomas Bogendoerfer	select WAR_R4600_V2_HIT_CACHEOP
673930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_7
6741da177e4SLinus Torvalds	help
6751da177e4SLinus Torvalds	  This are the SGI Indy, Challenge S and Indigo2, as well as certain
6761da177e4SLinus Torvalds	  OEM variants like the Tandem CMN B006S. To compile a Linux kernel
6771da177e4SLinus Torvalds	  that runs on these, say Y here.
6781da177e4SLinus Torvalds
6791da177e4SLinus Torvaldsconfig SGI_IP27
6803fa986faSMartin Michlmayr	bool "SGI IP27 (Origin200/2000)"
68154aed4ddSChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
682397dc00eSMike Rapoport	select ARCH_SPARSEMEM_ENABLE
6830e2794b0SRalf Baechle	select FW_ARC
6840e2794b0SRalf Baechle	select FW_ARC64
685e9422427SThomas Bogendoerfer	select ARC_CMDLINE_ONLY
6865e83d430SRalf Baechle	select BOOT_ELF64
687e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION
68804100459SChristoph Hellwig	select FORCE_PCI
68936a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
690eb01d42aSChristoph Hellwig	select HAVE_PCI
69169a07a41SThomas Bogendoerfer	select IRQ_MIPS_CPU
692e6308b6dSThomas Bogendoerfer	select IRQ_DOMAIN_HIERARCHY
693130e2fb7SRalf Baechle	select NR_CPUS_DEFAULT_64
694a57140e9SThomas Bogendoerfer	select PCI_DRIVERS_GENERIC
695a57140e9SThomas Bogendoerfer	select PCI_XTALK_BRIDGE
6967cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000
697ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
6985e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
699d8cb4e11SRalf Baechle	select SYS_SUPPORTS_NUMA
7001a5c5de1SRalf Baechle	select SYS_SUPPORTS_SMP
701256ec489SThomas Bogendoerfer	select WAR_R10000_LLSC
702930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_7
7036c86a302SMike Rapoport	select NUMA
704f8f9f21cSFeiyang Chen	select HAVE_ARCH_NODEDATA_EXTENSION
7051da177e4SLinus Torvalds	help
7061da177e4SLinus Torvalds	  This are the SGI Origin 200, Origin 2000 and Onyx 2 Graphics
7071da177e4SLinus Torvalds	  workstations.  To compile a Linux kernel that runs on these, say Y
7081da177e4SLinus Torvalds	  here.
7091da177e4SLinus Torvalds
710e2defae5SThomas Bogendoerferconfig SGI_IP28
7117d60717eSKees Cook	bool "SGI IP28 (Indigo2 R10k)"
712c0de00b2SThomas Bogendoerfer	select ARC_MEMORY
71339b2d756SThomas Bogendoerfer	select ARC_PROMLIB
7140e2794b0SRalf Baechle	select FW_ARC
7150e2794b0SRalf Baechle	select FW_ARC64
7167a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
717e2defae5SThomas Bogendoerfer	select BOOT_ELF64
718e2defae5SThomas Bogendoerfer	select CEVT_R4K
719e2defae5SThomas Bogendoerfer	select CSRC_R4K
720e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION
721e2defae5SThomas Bogendoerfer	select DMA_NONCOHERENT
722e2defae5SThomas Bogendoerfer	select GENERIC_ISA_DMA_SUPPORT_BROKEN
72367e38cf2SRalf Baechle	select IRQ_MIPS_CPU
7246630a8e5SChristoph Hellwig	select HAVE_EISA
725e2defae5SThomas Bogendoerfer	select I8253
726e2defae5SThomas Bogendoerfer	select I8259
727e2defae5SThomas Bogendoerfer	select SGI_HAS_I8042
728e2defae5SThomas Bogendoerfer	select SGI_HAS_INDYDOG
7295b438c44SThomas Bogendoerfer	select SGI_HAS_HAL2
730e2defae5SThomas Bogendoerfer	select SGI_HAS_SEEQ
731e2defae5SThomas Bogendoerfer	select SGI_HAS_WD93
732e2defae5SThomas Bogendoerfer	select SGI_HAS_ZILOG
733e2defae5SThomas Bogendoerfer	select SWAP_IO_SPACE
734e2defae5SThomas Bogendoerfer	select SYS_HAS_CPU_R10000
735c0de00b2SThomas Bogendoerfer	select SYS_HAS_EARLY_PRINTK
736e2defae5SThomas Bogendoerfer	select SYS_SUPPORTS_64BIT_KERNEL
737e2defae5SThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
738256ec489SThomas Bogendoerfer	select WAR_R10000_LLSC
739dc24d68dSThomas Bogendoerfer	select MIPS_L1_CACHE_SHIFT_7
740e2defae5SThomas Bogendoerfer	help
741e2defae5SThomas Bogendoerfer	  This is the SGI Indigo2 with R10000 processor.  To compile a Linux
742e2defae5SThomas Bogendoerfer	  kernel that runs on these, say Y here.
743e2defae5SThomas Bogendoerfer
7447505576dSThomas Bogendoerferconfig SGI_IP30
7457505576dSThomas Bogendoerfer	bool "SGI IP30 (Octane/Octane2)"
7467505576dSThomas Bogendoerfer	select ARCH_HAS_PHYS_TO_DMA
7477505576dSThomas Bogendoerfer	select FW_ARC
7487505576dSThomas Bogendoerfer	select FW_ARC64
7497505576dSThomas Bogendoerfer	select BOOT_ELF64
7507505576dSThomas Bogendoerfer	select CEVT_R4K
7517505576dSThomas Bogendoerfer	select CSRC_R4K
75204100459SChristoph Hellwig	select FORCE_PCI
7537505576dSThomas Bogendoerfer	select SYNC_R4K if SMP
7547505576dSThomas Bogendoerfer	select ZONE_DMA32
7557505576dSThomas Bogendoerfer	select HAVE_PCI
7567505576dSThomas Bogendoerfer	select IRQ_MIPS_CPU
7577505576dSThomas Bogendoerfer	select IRQ_DOMAIN_HIERARCHY
7587505576dSThomas Bogendoerfer	select PCI_DRIVERS_GENERIC
7597505576dSThomas Bogendoerfer	select PCI_XTALK_BRIDGE
7607505576dSThomas Bogendoerfer	select SYS_HAS_EARLY_PRINTK
7617505576dSThomas Bogendoerfer	select SYS_HAS_CPU_R10000
7627505576dSThomas Bogendoerfer	select SYS_SUPPORTS_64BIT_KERNEL
7637505576dSThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
7647505576dSThomas Bogendoerfer	select SYS_SUPPORTS_SMP
765256ec489SThomas Bogendoerfer	select WAR_R10000_LLSC
7667505576dSThomas Bogendoerfer	select MIPS_L1_CACHE_SHIFT_7
7677505576dSThomas Bogendoerfer	select ARC_MEMORY
7687505576dSThomas Bogendoerfer	help
7697505576dSThomas Bogendoerfer	  These are the SGI Octane and Octane2 graphics workstations.  To
7707505576dSThomas Bogendoerfer	  compile a Linux kernel that runs on these, say Y here.
7717505576dSThomas Bogendoerfer
7721da177e4SLinus Torvaldsconfig SGI_IP32
773cfd2afc0SRalf Baechle	bool "SGI IP32 (O2)"
77439b2d756SThomas Bogendoerfer	select ARC_MEMORY
77539b2d756SThomas Bogendoerfer	select ARC_PROMLIB
77603df8229SChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
7770e2794b0SRalf Baechle	select FW_ARC
7780e2794b0SRalf Baechle	select FW_ARC32
7791da177e4SLinus Torvalds	select BOOT_ELF32
78042f77542SRalf Baechle	select CEVT_R4K
781940f6b48SRalf Baechle	select CSRC_R4K
7821da177e4SLinus Torvalds	select DMA_NONCOHERENT
783eb01d42aSChristoph Hellwig	select HAVE_PCI
78467e38cf2SRalf Baechle	select IRQ_MIPS_CPU
7851da177e4SLinus Torvalds	select R5000_CPU_SCACHE
7861da177e4SLinus Torvalds	select RM7000_CPU_SCACHE
7877cf8053bSRalf Baechle	select SYS_HAS_CPU_R5000
7887cf8053bSRalf Baechle	select SYS_HAS_CPU_R10000 if BROKEN
7897cf8053bSRalf Baechle	select SYS_HAS_CPU_RM7000
790dd2f18feSRalf Baechle	select SYS_HAS_CPU_NEVADA
791ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_64BIT_KERNEL
7925e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
793886ee136SThomas Bogendoerfer	select WAR_ICACHE_REFILLS
7941da177e4SLinus Torvalds	help
7951da177e4SLinus Torvalds	  If you want this kernel to run on SGI O2 workstation, say Y here.
7961da177e4SLinus Torvalds
7975e83d430SRalf Baechleconfig SIBYTE_CRHONE
7983fa986faSMartin Michlmayr	bool "Sibyte BCM91125C-CRhone"
7995e83d430SRalf Baechle	select BOOT_ELF32
8005e83d430SRalf Baechle	select SIBYTE_BCM1125
8015e83d430SRalf Baechle	select SWAP_IO_SPACE
8027cf8053bSRalf Baechle	select SYS_HAS_CPU_SB1
8035e83d430SRalf Baechle	select SYS_SUPPORTS_BIG_ENDIAN
8045e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
8055e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
8065e83d430SRalf Baechle
807ade299d8SYoichi Yuasaconfig SIBYTE_RHONE
808ade299d8SYoichi Yuasa	bool "Sibyte BCM91125E-Rhone"
809ade299d8SYoichi Yuasa	select BOOT_ELF32
81003452347SThomas Bogendoerfer	select SIBYTE_SB1250
811ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
812ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
813ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
814ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
815ade299d8SYoichi Yuasa
816ade299d8SYoichi Yuasaconfig SIBYTE_SWARM
817ade299d8SYoichi Yuasa	bool "Sibyte BCM91250A-SWARM"
818ade299d8SYoichi Yuasa	select BOOT_ELF32
819fcf3ca4cSSebastian Andrzej Siewior	select HAVE_PATA_PLATFORM
820ade299d8SYoichi Yuasa	select SIBYTE_SB1250
821ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
822ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
823ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
824ade299d8SYoichi Yuasa	select SYS_SUPPORTS_HIGHMEM
825ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
826cce335aeSRalf Baechle	select ZONE_DMA32 if 64BIT
827e4849affSMaciej W. Rozycki	select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
828ade299d8SYoichi Yuasa
829ade299d8SYoichi Yuasaconfig SIBYTE_LITTLESUR
830ade299d8SYoichi Yuasa	bool "Sibyte BCM91250C2-LittleSur"
831ade299d8SYoichi Yuasa	select BOOT_ELF32
832fcf3ca4cSSebastian Andrzej Siewior	select HAVE_PATA_PLATFORM
833ade299d8SYoichi Yuasa	select SIBYTE_SB1250
834ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
835ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
836ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
837ade299d8SYoichi Yuasa	select SYS_SUPPORTS_HIGHMEM
838ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
839756d6d83SMaciej W. Rozycki	select ZONE_DMA32 if 64BIT
840ade299d8SYoichi Yuasa
841ade299d8SYoichi Yuasaconfig SIBYTE_SENTOSA
842ade299d8SYoichi Yuasa	bool "Sibyte BCM91250E-Sentosa"
843ade299d8SYoichi Yuasa	select BOOT_ELF32
844ade299d8SYoichi Yuasa	select SIBYTE_SB1250
845ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
846ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
847ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
848ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
849e4849affSMaciej W. Rozycki	select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
850ade299d8SYoichi Yuasa
851ade299d8SYoichi Yuasaconfig SIBYTE_BIGSUR
852ade299d8SYoichi Yuasa	bool "Sibyte BCM91480B-BigSur"
853ade299d8SYoichi Yuasa	select BOOT_ELF32
854ade299d8SYoichi Yuasa	select NR_CPUS_DEFAULT_4
855ade299d8SYoichi Yuasa	select SIBYTE_BCM1x80
856ade299d8SYoichi Yuasa	select SWAP_IO_SPACE
857ade299d8SYoichi Yuasa	select SYS_HAS_CPU_SB1
858ade299d8SYoichi Yuasa	select SYS_SUPPORTS_BIG_ENDIAN
859651194f8SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
860ade299d8SYoichi Yuasa	select SYS_SUPPORTS_LITTLE_ENDIAN
861cce335aeSRalf Baechle	select ZONE_DMA32 if 64BIT
862e4849affSMaciej W. Rozycki	select SWIOTLB if ARCH_DMA_ADDR_T_64BIT && PCI
863ade299d8SYoichi Yuasa
86414b36af4SThomas Bogendoerferconfig SNI_RM
86514b36af4SThomas Bogendoerfer	bool "SNI RM200/300/400"
86639b2d756SThomas Bogendoerfer	select ARC_MEMORY
86739b2d756SThomas Bogendoerfer	select ARC_PROMLIB
8680e2794b0SRalf Baechle	select FW_ARC if CPU_LITTLE_ENDIAN
8690e2794b0SRalf Baechle	select FW_ARC32 if CPU_LITTLE_ENDIAN
870aaa9fad3SPaul Bolle	select FW_SNIPROM if CPU_BIG_ENDIAN
8715e83d430SRalf Baechle	select ARCH_MAY_HAVE_PC_FDC
872a211a082SRalf Baechle	select ARCH_MIGHT_HAVE_PC_PARPORT
8737a407aa5SRalf Baechle	select ARCH_MIGHT_HAVE_PC_SERIO
8745e83d430SRalf Baechle	select BOOT_ELF32
87542f77542SRalf Baechle	select CEVT_R4K
876940f6b48SRalf Baechle	select CSRC_R4K
877e2defae5SThomas Bogendoerfer	select DEFAULT_SGI_PARTITION if CPU_BIG_ENDIAN
8785e83d430SRalf Baechle	select DMA_NONCOHERENT
8795e83d430SRalf Baechle	select GENERIC_ISA_DMA
8806630a8e5SChristoph Hellwig	select HAVE_EISA
8818a118c38SRalf Baechle	select HAVE_PCSPKR_PLATFORM
882eb01d42aSChristoph Hellwig	select HAVE_PCI
88367e38cf2SRalf Baechle	select IRQ_MIPS_CPU
884d865bea4SRalf Baechle	select I8253
8855e83d430SRalf Baechle	select I8259
8865e83d430SRalf Baechle	select ISA
887564c836fSThomas Bogendoerfer	select MIPS_L1_CACHE_SHIFT_6
8884a0312fcSThomas Bogendoerfer	select SWAP_IO_SPACE if CPU_BIG_ENDIAN
8897cf8053bSRalf Baechle	select SYS_HAS_CPU_R4X00
8904a0312fcSThomas Bogendoerfer	select SYS_HAS_CPU_R5000
891c066a32aSThomas Bogendoerfer	select SYS_HAS_CPU_R10000
8924a0312fcSThomas Bogendoerfer	select R5000_CPU_SCACHE
89336a88530SRalf Baechle	select SYS_HAS_EARLY_PRINTK
894ed5ba2fbSYoichi Yuasa	select SYS_SUPPORTS_32BIT_KERNEL
8957d60717eSKees Cook	select SYS_SUPPORTS_64BIT_KERNEL
8964a0312fcSThomas Bogendoerfer	select SYS_SUPPORTS_BIG_ENDIAN
8975e83d430SRalf Baechle	select SYS_SUPPORTS_HIGHMEM
8985e83d430SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
89944def342SThomas Bogendoerfer	select WAR_R4600_V2_HIT_CACHEOP
9001da177e4SLinus Torvalds	help
90114b36af4SThomas Bogendoerfer	  The SNI RM200/300/400 are MIPS-based machines manufactured by
90214b36af4SThomas Bogendoerfer	  Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
9035e83d430SRalf Baechle	  Technology and now in turn merged with Fujitsu.  Say Y here to
9045e83d430SRalf Baechle	  support this machine type.
9051da177e4SLinus Torvalds
906edcaf1a6SAtsushi Nemotoconfig MACH_TX49XX
907edcaf1a6SAtsushi Nemoto	bool "Toshiba TX49 series based machines"
90824a1c023SThomas Bogendoerfer	select WAR_TX49XX_ICACHE_INDEX_INV
90923fbee9dSRalf Baechle
91073b4390fSRalf Baechleconfig MIKROTIK_RB532
91173b4390fSRalf Baechle	bool "Mikrotik RB532 boards"
91273b4390fSRalf Baechle	select CEVT_R4K
91373b4390fSRalf Baechle	select CSRC_R4K
91473b4390fSRalf Baechle	select DMA_NONCOHERENT
915eb01d42aSChristoph Hellwig	select HAVE_PCI
91667e38cf2SRalf Baechle	select IRQ_MIPS_CPU
91773b4390fSRalf Baechle	select SYS_HAS_CPU_MIPS32_R1
91873b4390fSRalf Baechle	select SYS_SUPPORTS_32BIT_KERNEL
91973b4390fSRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
92073b4390fSRalf Baechle	select SWAP_IO_SPACE
92173b4390fSRalf Baechle	select BOOT_RAW
922d30a2b47SLinus Walleij	select GPIOLIB
923930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_4
92473b4390fSRalf Baechle	help
92573b4390fSRalf Baechle	  Support the Mikrotik(tm) RouterBoard 532 series,
92673b4390fSRalf Baechle	  based on the IDT RC32434 SoC.
92773b4390fSRalf Baechle
9289ddebc46SDavid Daneyconfig CAVIUM_OCTEON_SOC
9299ddebc46SDavid Daney	bool "Cavium Networks Octeon SoC based boards"
930a86c7f72SDavid Daney	select CEVT_R4K
931ea8c64acSChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
9321753d50cSChristoph Hellwig	select HAVE_RAPIDIO
933d4a451d5SChristoph Hellwig	select PHYS_ADDR_T_64BIT
934a86c7f72SDavid Daney	select SYS_SUPPORTS_64BIT_KERNEL
935a86c7f72SDavid Daney	select SYS_SUPPORTS_BIG_ENDIAN
936f65aad41SRalf Baechle	select EDAC_SUPPORT
937b01aec9bSBorislav Petkov	select EDAC_ATOMIC_SCRUB
93873569d87SDavid Daney	select SYS_SUPPORTS_LITTLE_ENDIAN
93973569d87SDavid Daney	select SYS_SUPPORTS_HOTPLUG_CPU if CPU_BIG_ENDIAN
940a86c7f72SDavid Daney	select SYS_HAS_EARLY_PRINTK
9415e683389SDavid Daney	select SYS_HAS_CPU_CAVIUM_OCTEON
942eb01d42aSChristoph Hellwig	select HAVE_PCI
94378bdbbacSMasahiro Yamada	select HAVE_PLAT_DELAY
94478bdbbacSMasahiro Yamada	select HAVE_PLAT_FW_INIT_CMDLINE
94578bdbbacSMasahiro Yamada	select HAVE_PLAT_MEMCPY
946f00e001eSDavid Daney	select ZONE_DMA32
947d30a2b47SLinus Walleij	select GPIOLIB
9486e511163SDavid Daney	select USE_OF
9496e511163SDavid Daney	select ARCH_SPARSEMEM_ENABLE
9506e511163SDavid Daney	select SYS_SUPPORTS_SMP
9517820b84bSDavid Daney	select NR_CPUS_DEFAULT_64
9527820b84bSDavid Daney	select MIPS_NR_CPU_NR_MAP_1024
953e326479fSAndrew Bresticker	select BUILTIN_DTB
954f766b28aSJulian Braha	select MTD
9558c1e6b14SDavid Daney	select MTD_COMPLEX_MAPPINGS
95609230cbcSChristoph Hellwig	select SWIOTLB
9573ff72be4SSteven J. Hill	select SYS_SUPPORTS_RELOCATABLE
958a86c7f72SDavid Daney	help
959a86c7f72SDavid Daney	  This option supports all of the Octeon reference boards from Cavium
960a86c7f72SDavid Daney	  Networks. It builds a kernel that dynamically determines the Octeon
961a86c7f72SDavid Daney	  CPU type and supports all known board reference implementations.
962a86c7f72SDavid Daney	  Some of the supported boards are:
963a86c7f72SDavid Daney		EBT3000
964a86c7f72SDavid Daney		EBH3000
965a86c7f72SDavid Daney		EBH3100
966a86c7f72SDavid Daney		Thunder
967a86c7f72SDavid Daney		Kodama
968a86c7f72SDavid Daney		Hikari
969a86c7f72SDavid Daney	  Say Y here for most Octeon reference boards.
970a86c7f72SDavid Daney
9711da177e4SLinus Torvaldsendchoice
9721da177e4SLinus Torvalds
973e8c7c482SRalf Baechlesource "arch/mips/alchemy/Kconfig"
9743b12308fSSergey Ryazanovsource "arch/mips/ath25/Kconfig"
975d4a67d9dSGabor Juhossource "arch/mips/ath79/Kconfig"
976a656ffcbSHauke Mehrtenssource "arch/mips/bcm47xx/Kconfig"
977e7300d04SMaxime Bizonsource "arch/mips/bcm63xx/Kconfig"
9788945e37eSKevin Cernekeesource "arch/mips/bmips/Kconfig"
979eed0eabdSPaul Burtonsource "arch/mips/generic/Kconfig"
980a103e9b9SPaul Cercueilsource "arch/mips/ingenic/Kconfig"
9815e83d430SRalf Baechlesource "arch/mips/jazz/Kconfig"
9828ec6d935SJohn Crispinsource "arch/mips/lantiq/Kconfig"
9832572f00dSJoshua Hendersonsource "arch/mips/pic32/Kconfig"
984ae2b5bb6SJohn Crispinsource "arch/mips/ralink/Kconfig"
98529c48699SRalf Baechlesource "arch/mips/sgi-ip27/Kconfig"
98638b18f72SRalf Baechlesource "arch/mips/sibyte/Kconfig"
98722b1d707SAtsushi Nemotosource "arch/mips/txx9/Kconfig"
988a86c7f72SDavid Daneysource "arch/mips/cavium-octeon/Kconfig"
98971e2f4ddSJiaxun Yangsource "arch/mips/loongson2ef/Kconfig"
99030ad29bbSHuacai Chensource "arch/mips/loongson32/Kconfig"
99130ad29bbSHuacai Chensource "arch/mips/loongson64/Kconfig"
99238b18f72SRalf Baechle
9935e83d430SRalf Baechleendmenu
9945e83d430SRalf Baechle
9953c9ee7efSAkinobu Mitaconfig GENERIC_HWEIGHT
9963c9ee7efSAkinobu Mita	bool
9973c9ee7efSAkinobu Mita	default y
9983c9ee7efSAkinobu Mita
9991da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
10001da177e4SLinus Torvalds	bool
10011da177e4SLinus Torvalds	default y
10021da177e4SLinus Torvalds
1003ae1e9130SIngo Molnarconfig SCHED_OMIT_FRAME_POINTER
10041cc89038SAtsushi Nemoto	bool
10051cc89038SAtsushi Nemoto	default y
10061cc89038SAtsushi Nemoto
10071da177e4SLinus Torvalds#
10081da177e4SLinus Torvalds# Select some configuration options automatically based on user selections.
10091da177e4SLinus Torvalds#
10100e2794b0SRalf Baechleconfig FW_ARC
10111da177e4SLinus Torvalds	bool
10121da177e4SLinus Torvalds
101361ed242dSRalf Baechleconfig ARCH_MAY_HAVE_PC_FDC
101461ed242dSRalf Baechle	bool
101561ed242dSRalf Baechle
10169267a30dSMarc St-Jeanconfig BOOT_RAW
10179267a30dSMarc St-Jean	bool
10189267a30dSMarc St-Jean
1019217dd11eSRalf Baechleconfig CEVT_BCM1480
1020217dd11eSRalf Baechle	bool
1021217dd11eSRalf Baechle
10226457d9fcSYoichi Yuasaconfig CEVT_DS1287
10236457d9fcSYoichi Yuasa	bool
10246457d9fcSYoichi Yuasa
10251097c6acSYoichi Yuasaconfig CEVT_GT641XX
10261097c6acSYoichi Yuasa	bool
10271097c6acSYoichi Yuasa
102842f77542SRalf Baechleconfig CEVT_R4K
102942f77542SRalf Baechle	bool
103042f77542SRalf Baechle
1031217dd11eSRalf Baechleconfig CEVT_SB1250
1032217dd11eSRalf Baechle	bool
1033217dd11eSRalf Baechle
1034229f773eSAtsushi Nemotoconfig CEVT_TXX9
1035229f773eSAtsushi Nemoto	bool
1036229f773eSAtsushi Nemoto
1037217dd11eSRalf Baechleconfig CSRC_BCM1480
1038217dd11eSRalf Baechle	bool
1039217dd11eSRalf Baechle
10404247417dSYoichi Yuasaconfig CSRC_IOASIC
10414247417dSYoichi Yuasa	bool
10424247417dSYoichi Yuasa
1043940f6b48SRalf Baechleconfig CSRC_R4K
104438586428SSerge Semin	select CLOCKSOURCE_WATCHDOG if CPU_FREQ
1045940f6b48SRalf Baechle	bool
1046940f6b48SRalf Baechle
1047217dd11eSRalf Baechleconfig CSRC_SB1250
1048217dd11eSRalf Baechle	bool
1049217dd11eSRalf Baechle
1050a7f4df4eSAlex Smithconfig MIPS_CLOCK_VSYSCALL
1051a7f4df4eSAlex Smith	def_bool CSRC_R4K || CLKSRC_MIPS_GIC
1052a7f4df4eSAlex Smith
1053a9aec7feSAtsushi Nemotoconfig GPIO_TXX9
1054d30a2b47SLinus Walleij	select GPIOLIB
1055a9aec7feSAtsushi Nemoto	bool
1056a9aec7feSAtsushi Nemoto
10570e2794b0SRalf Baechleconfig FW_CFE
1058df78b5c8SAurelien Jarno	bool
1059df78b5c8SAurelien Jarno
106040e084a5SRalf Baechleconfig ARCH_SUPPORTS_UPROBES
1061f5748b8cSTiezhu Yang	def_bool y
106240e084a5SRalf Baechle
10631da177e4SLinus Torvaldsconfig DMA_NONCOHERENT
10641da177e4SLinus Torvalds	bool
1065db91427bSChristoph Hellwig	#
1066db91427bSChristoph Hellwig	# MIPS allows mixing "slightly different" Cacheability and Coherency
1067db91427bSChristoph Hellwig	# Attribute bits.  It is believed that the uncached access through
1068db91427bSChristoph Hellwig	# KSEG1 and the implementation specific "uncached accelerated" used
1069db91427bSChristoph Hellwig	# by pgprot_writcombine can be mixed, and the latter sometimes provides
1070db91427bSChristoph Hellwig	# significant advantages.
1071db91427bSChristoph Hellwig	#
10726be87d61SJiaxun Yang	select ARCH_HAS_SETUP_DMA_OPS
1073419e2f18SChristoph Hellwig	select ARCH_HAS_DMA_WRITE_COMBINE
1074fa7e2247SChristoph Hellwig	select ARCH_HAS_DMA_PREP_COHERENT
1075e0b7fd12SJiaxun Yang	select ARCH_HAS_SYNC_DMA_FOR_CPU
1076f8c55dc6SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_DEVICE
1077fa7e2247SChristoph Hellwig	select ARCH_HAS_DMA_SET_UNCACHED
107834dc0ea6SChristoph Hellwig	select DMA_NONCOHERENT_MMAP
107934dc0ea6SChristoph Hellwig	select NEED_DMA_MAP_STATE
10804ce588cdSRalf Baechle
108136a88530SRalf Baechleconfig SYS_HAS_EARLY_PRINTK
10821da177e4SLinus Torvalds	bool
10831da177e4SLinus Torvalds
10841b2bc75cSRalf Baechleconfig SYS_SUPPORTS_HOTPLUG_CPU
1085dbb74540SRalf Baechle	bool
1086dbb74540SRalf Baechle
10871da177e4SLinus Torvaldsconfig MIPS_BONITO64
10881da177e4SLinus Torvalds	bool
10891da177e4SLinus Torvalds
10901da177e4SLinus Torvaldsconfig MIPS_MSC
10911da177e4SLinus Torvalds	bool
10921da177e4SLinus Torvalds
109339b8d525SRalf Baechleconfig SYNC_R4K
109439b8d525SRalf Baechle	bool
109539b8d525SRalf Baechle
1096ce816fa8SUwe Kleine-Königconfig NO_IOPORT_MAP
1097d388d685SMaciej W. Rozycki	def_bool n
1098d388d685SMaciej W. Rozycki
10994e0748f5SMarkos Chandrasconfig GENERIC_CSUM
110018d84e2eSAlexander Lobakin	def_bool CPU_NO_LOAD_STORE_LR
11014e0748f5SMarkos Chandras
11028313da30SRalf Baechleconfig GENERIC_ISA_DMA
11038313da30SRalf Baechle	bool
11048313da30SRalf Baechle	select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
1105a35bee8aSNamhyung Kim	select ISA_DMA_API
11068313da30SRalf Baechle
1107aa414dffSRalf Baechleconfig GENERIC_ISA_DMA_SUPPORT_BROKEN
1108aa414dffSRalf Baechle	bool
11098313da30SRalf Baechle	select GENERIC_ISA_DMA
1110aa414dffSRalf Baechle
111178bdbbacSMasahiro Yamadaconfig HAVE_PLAT_DELAY
111278bdbbacSMasahiro Yamada	bool
111378bdbbacSMasahiro Yamada
111478bdbbacSMasahiro Yamadaconfig HAVE_PLAT_FW_INIT_CMDLINE
111578bdbbacSMasahiro Yamada	bool
111678bdbbacSMasahiro Yamada
111778bdbbacSMasahiro Yamadaconfig HAVE_PLAT_MEMCPY
111878bdbbacSMasahiro Yamada	bool
111978bdbbacSMasahiro Yamada
1120a35bee8aSNamhyung Kimconfig ISA_DMA_API
1121a35bee8aSNamhyung Kim	bool
1122a35bee8aSNamhyung Kim
11238c530ea3SMatt Redfearnconfig SYS_SUPPORTS_RELOCATABLE
11248c530ea3SMatt Redfearn	bool
11258c530ea3SMatt Redfearn	help
11268c530ea3SMatt Redfearn	  Selected if the platform supports relocating the kernel.
11278c530ea3SMatt Redfearn	  The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF
11288c530ea3SMatt Redfearn	  to allow access to command line and entropy sources.
11298c530ea3SMatt Redfearn
11305e83d430SRalf Baechle#
11316b2aac42SMasanari Iida# Endianness selection.  Sufficiently obscure so many users don't know what to
11325e83d430SRalf Baechle# answer,so we try hard to limit the available choices.  Also the use of a
11335e83d430SRalf Baechle# choice statement should be more obvious to the user.
11345e83d430SRalf Baechle#
11355e83d430SRalf Baechlechoice
11366b2aac42SMasanari Iida	prompt "Endianness selection"
11371da177e4SLinus Torvalds	help
11381da177e4SLinus Torvalds	  Some MIPS machines can be configured for either little or big endian
11395e83d430SRalf Baechle	  byte order. These modes require different kernels and a different
11403cb2fcccSMatt LaPlante	  Linux distribution.  In general there is one preferred byteorder for a
11415e83d430SRalf Baechle	  particular system but some systems are just as commonly used in the
11423dde6ad8SDavid Sterba	  one or the other endianness.
11435e83d430SRalf Baechle
11445e83d430SRalf Baechleconfig CPU_BIG_ENDIAN
11455e83d430SRalf Baechle	bool "Big endian"
11465e83d430SRalf Baechle	depends on SYS_SUPPORTS_BIG_ENDIAN
11475e83d430SRalf Baechle
11485e83d430SRalf Baechleconfig CPU_LITTLE_ENDIAN
11495e83d430SRalf Baechle	bool "Little endian"
11505e83d430SRalf Baechle	depends on SYS_SUPPORTS_LITTLE_ENDIAN
11515e83d430SRalf Baechle
11525e83d430SRalf Baechleendchoice
11535e83d430SRalf Baechle
115422b0763aSDavid Daneyconfig EXPORT_UASM
115522b0763aSDavid Daney	bool
115622b0763aSDavid Daney
11572116245eSRalf Baechleconfig SYS_SUPPORTS_APM_EMULATION
11582116245eSRalf Baechle	bool
11592116245eSRalf Baechle
11605e83d430SRalf Baechleconfig SYS_SUPPORTS_BIG_ENDIAN
11615e83d430SRalf Baechle	bool
11625e83d430SRalf Baechle
11635e83d430SRalf Baechleconfig SYS_SUPPORTS_LITTLE_ENDIAN
11645e83d430SRalf Baechle	bool
11651da177e4SLinus Torvalds
1166aa1762f4SDavid Daneyconfig MIPS_HUGE_TLB_SUPPORT
1167aa1762f4SDavid Daney	def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE
1168aa1762f4SDavid Daney
11698420fd00SAtsushi Nemotoconfig IRQ_TXX9
11708420fd00SAtsushi Nemoto	bool
11718420fd00SAtsushi Nemoto
1172d5ab1a69SYoichi Yuasaconfig IRQ_GT641XX
1173d5ab1a69SYoichi Yuasa	bool
1174d5ab1a69SYoichi Yuasa
1175252161ecSYoichi Yuasaconfig PCI_GT64XXX_PCI0
11761da177e4SLinus Torvalds	bool
11771da177e4SLinus Torvalds
1178a57140e9SThomas Bogendoerferconfig PCI_XTALK_BRIDGE
1179a57140e9SThomas Bogendoerfer	bool
1180a57140e9SThomas Bogendoerfer
11819267a30dSMarc St-Jeanconfig NO_EXCEPT_FILL
11829267a30dSMarc St-Jean	bool
11839267a30dSMarc St-Jean
1184a7e07b1aSMarkos Chandrasconfig MIPS_SPRAM
1185a7e07b1aSMarkos Chandras	bool
1186a7e07b1aSMarkos Chandras
11871da177e4SLinus Torvaldsconfig SWAP_IO_SPACE
11881da177e4SLinus Torvalds	bool
11891da177e4SLinus Torvalds
1190e2defae5SThomas Bogendoerferconfig SGI_HAS_INDYDOG
1191e2defae5SThomas Bogendoerfer	bool
1192e2defae5SThomas Bogendoerfer
11935b438c44SThomas Bogendoerferconfig SGI_HAS_HAL2
11945b438c44SThomas Bogendoerfer	bool
11955b438c44SThomas Bogendoerfer
1196e2defae5SThomas Bogendoerferconfig SGI_HAS_SEEQ
1197e2defae5SThomas Bogendoerfer	bool
1198e2defae5SThomas Bogendoerfer
1199e2defae5SThomas Bogendoerferconfig SGI_HAS_WD93
1200e2defae5SThomas Bogendoerfer	bool
1201e2defae5SThomas Bogendoerfer
1202e2defae5SThomas Bogendoerferconfig SGI_HAS_ZILOG
1203e2defae5SThomas Bogendoerfer	bool
1204e2defae5SThomas Bogendoerfer
1205e2defae5SThomas Bogendoerferconfig SGI_HAS_I8042
1206e2defae5SThomas Bogendoerfer	bool
1207e2defae5SThomas Bogendoerfer
1208e2defae5SThomas Bogendoerferconfig DEFAULT_SGI_PARTITION
1209e2defae5SThomas Bogendoerfer	bool
1210e2defae5SThomas Bogendoerfer
12110e2794b0SRalf Baechleconfig FW_ARC32
12125e83d430SRalf Baechle	bool
12135e83d430SRalf Baechle
1214aaa9fad3SPaul Bolleconfig FW_SNIPROM
1215231a35d3SThomas Bogendoerfer	bool
1216231a35d3SThomas Bogendoerfer
12171da177e4SLinus Torvaldsconfig BOOT_ELF32
12181da177e4SLinus Torvalds	bool
12191da177e4SLinus Torvalds
1220930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_4
1221930beb5aSFlorian Fainelli	bool
1222930beb5aSFlorian Fainelli
1223930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_5
1224930beb5aSFlorian Fainelli	bool
1225930beb5aSFlorian Fainelli
1226930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_6
1227930beb5aSFlorian Fainelli	bool
1228930beb5aSFlorian Fainelli
1229930beb5aSFlorian Fainelliconfig MIPS_L1_CACHE_SHIFT_7
1230930beb5aSFlorian Fainelli	bool
1231930beb5aSFlorian Fainelli
12321da177e4SLinus Torvaldsconfig MIPS_L1_CACHE_SHIFT
12331da177e4SLinus Torvalds	int
1234a4c0201eSFlorian Fainelli	default "7" if MIPS_L1_CACHE_SHIFT_7
12355432eeb6SKevin Cernekee	default "6" if MIPS_L1_CACHE_SHIFT_6
12365432eeb6SKevin Cernekee	default "5" if MIPS_L1_CACHE_SHIFT_5
12375432eeb6SKevin Cernekee	default "4" if MIPS_L1_CACHE_SHIFT_4
12381da177e4SLinus Torvalds	default "5"
12391da177e4SLinus Torvalds
1240e9422427SThomas Bogendoerferconfig ARC_CMDLINE_ONLY
1241e9422427SThomas Bogendoerfer	bool
1242e9422427SThomas Bogendoerfer
12431da177e4SLinus Torvaldsconfig ARC_CONSOLE
12441da177e4SLinus Torvalds	bool "ARC console support"
1245e2defae5SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP28 || (SNI_RM && CPU_LITTLE_ENDIAN)
12461da177e4SLinus Torvalds
12471da177e4SLinus Torvaldsconfig ARC_MEMORY
12481da177e4SLinus Torvalds	bool
12491da177e4SLinus Torvalds
12501da177e4SLinus Torvaldsconfig ARC_PROMLIB
12511da177e4SLinus Torvalds	bool
12521da177e4SLinus Torvalds
12530e2794b0SRalf Baechleconfig FW_ARC64
12541da177e4SLinus Torvalds	bool
12551da177e4SLinus Torvalds
12561da177e4SLinus Torvaldsconfig BOOT_ELF64
12571da177e4SLinus Torvalds	bool
12581da177e4SLinus Torvalds
12591da177e4SLinus Torvaldsmenu "CPU selection"
12601da177e4SLinus Torvalds
12611da177e4SLinus Torvaldschoice
12621da177e4SLinus Torvalds	prompt "CPU type"
12631da177e4SLinus Torvalds	default CPU_R4X00
12641da177e4SLinus Torvalds
1265268a2d60SJiaxun Yangconfig CPU_LOONGSON64
1266caed1d1bSHuacai Chen	bool "Loongson 64-bit CPU"
1267268a2d60SJiaxun Yang	depends on SYS_HAS_CPU_LOONGSON64
1268d3bc81beSChristoph Hellwig	select ARCH_HAS_PHYS_TO_DMA
126951522217SJiaxun Yang	select CPU_MIPSR2
127051522217SJiaxun Yang	select CPU_HAS_PREFETCH
12710e476d91SHuacai Chen	select CPU_SUPPORTS_64BIT_KERNEL
12720e476d91SHuacai Chen	select CPU_SUPPORTS_HIGHMEM
12730e476d91SHuacai Chen	select CPU_SUPPORTS_HUGEPAGES
12747507445bSHuacai Chen	select CPU_SUPPORTS_MSA
127551522217SJiaxun Yang	select CPU_DIEI_BROKEN if !LOONGSON3_ENHANCEMENT
127651522217SJiaxun Yang	select CPU_MIPSR2_IRQ_VI
1277*1eed445dSJiaxun Yang	select DMA_NONCOHERENT
12780e476d91SHuacai Chen	select WEAK_ORDERING
12790e476d91SHuacai Chen	select WEAK_REORDERING_BEYOND_LLSC
12807507445bSHuacai Chen	select MIPS_ASID_BITS_VARIABLE
1281b2edcfc8SHuacai Chen	select MIPS_PGD_C0_CONTEXT
128217c99d94SHuacai Chen	select MIPS_L1_CACHE_SHIFT_6
12837f3b3c2bSJackie Liu	select MIPS_FP_SUPPORT
1284d30a2b47SLinus Walleij	select GPIOLIB
128509230cbcSChristoph Hellwig	select SWIOTLB
12860f78355cSHuacai Chen	select HAVE_KVM
12870e476d91SHuacai Chen	help
1288caed1d1bSHuacai Chen	  The Loongson GSx64(GS264/GS464/GS464E/GS464V) series of processor
1289caed1d1bSHuacai Chen	  cores implements the MIPS64R2 instruction set with many extensions,
1290caed1d1bSHuacai Chen	  including most 64-bit Loongson-2 (2H, 2K) and Loongson-3 (3A1000,
1291caed1d1bSHuacai Chen	  3B1000, 3B1500, 3A2000, 3A3000 and 3A4000) processors. However, old
1292caed1d1bSHuacai Chen	  Loongson-2E/2F is not covered here and will be removed in future.
12930e476d91SHuacai Chen
1294caed1d1bSHuacai Chenconfig LOONGSON3_ENHANCEMENT
1295caed1d1bSHuacai Chen	bool "New Loongson-3 CPU Enhancements"
12961e820da3SHuacai Chen	default n
1297268a2d60SJiaxun Yang	depends on CPU_LOONGSON64
12981e820da3SHuacai Chen	help
1299caed1d1bSHuacai Chen	  New Loongson-3 cores (since Loongson-3A R2, as opposed to Loongson-3A
13001e820da3SHuacai Chen	  R1, Loongson-3B R1 and Loongson-3B R2) has many enhancements, such as
1301268a2d60SJiaxun Yang	  FTLB, L1-VCache, EI/DI/Wait/Prefetch instruction, DSP/DSPr2 ASE, User
13021e820da3SHuacai Chen	  Local register, Read-Inhibit/Execute-Inhibit, SFB (Store Fill Buffer),
13031e820da3SHuacai Chen	  Fast TLB refill support, etc.
13041e820da3SHuacai Chen
13051e820da3SHuacai Chen	  This option enable those enhancements which are not probed at run
13061e820da3SHuacai Chen	  time. If you want a generic kernel to run on all Loongson 3 machines,
13071e820da3SHuacai Chen	  please say 'N' here. If you want a high-performance kernel to run on
1308caed1d1bSHuacai Chen	  new Loongson-3 machines only, please say 'Y' here.
13091e820da3SHuacai Chen
1310e02e07e3SHuacai Chenconfig CPU_LOONGSON3_WORKAROUNDS
13113f059a7eSXi Ruoyao	bool "Loongson-3 LLSC Workarounds"
1312e02e07e3SHuacai Chen	default y if SMP
1313268a2d60SJiaxun Yang	depends on CPU_LOONGSON64
1314e02e07e3SHuacai Chen	help
1315caed1d1bSHuacai Chen	  Loongson-3 processors have the llsc issues which require workarounds.
1316e02e07e3SHuacai Chen	  Without workarounds the system may hang unexpectedly.
1317e02e07e3SHuacai Chen
13183f059a7eSXi Ruoyao	  Say Y, unless you know what you are doing.
1319e02e07e3SHuacai Chen
1320ec7a9318SWANG Xueruiconfig CPU_LOONGSON3_CPUCFG_EMULATION
1321ec7a9318SWANG Xuerui	bool "Emulate the CPUCFG instruction on older Loongson cores"
1322ec7a9318SWANG Xuerui	default y
1323ec7a9318SWANG Xuerui	depends on CPU_LOONGSON64
1324ec7a9318SWANG Xuerui	help
1325ec7a9318SWANG Xuerui	  Loongson-3A R4 and newer have the CPUCFG instruction available for
1326ec7a9318SWANG Xuerui	  userland to query CPU capabilities, much like CPUID on x86. This
1327ec7a9318SWANG Xuerui	  option provides emulation of the instruction on older Loongson
1328ec7a9318SWANG Xuerui	  cores, back to Loongson-3A1000.
1329ec7a9318SWANG Xuerui
1330ec7a9318SWANG Xuerui	  If unsure, please say Y.
1331ec7a9318SWANG Xuerui
13323702bba5SWu Zhangjinconfig CPU_LOONGSON2E
13333702bba5SWu Zhangjin	bool "Loongson 2E"
13343702bba5SWu Zhangjin	depends on SYS_HAS_CPU_LOONGSON2E
1335268a2d60SJiaxun Yang	select CPU_LOONGSON2EF
13362a21c730SFuxin Zhang	help
13372a21c730SFuxin Zhang	  The Loongson 2E processor implements the MIPS III instruction set
13382a21c730SFuxin Zhang	  with many extensions.
13392a21c730SFuxin Zhang
134025985edcSLucas De Marchi	  It has an internal FPGA northbridge, which is compatible to
13416f7a251aSWu Zhangjin	  bonito64.
13426f7a251aSWu Zhangjin
13436f7a251aSWu Zhangjinconfig CPU_LOONGSON2F
13446f7a251aSWu Zhangjin	bool "Loongson 2F"
13456f7a251aSWu Zhangjin	depends on SYS_HAS_CPU_LOONGSON2F
1346268a2d60SJiaxun Yang	select CPU_LOONGSON2EF
13476f7a251aSWu Zhangjin	help
13486f7a251aSWu Zhangjin	  The Loongson 2F processor implements the MIPS III instruction set
13496f7a251aSWu Zhangjin	  with many extensions.
13506f7a251aSWu Zhangjin
13516f7a251aSWu Zhangjin	  Loongson2F have built-in DDR2 and PCIX controller. The PCIX controller
13526f7a251aSWu Zhangjin	  have a similar programming interface with FPGA northbridge used in
13536f7a251aSWu Zhangjin	  Loongson2E.
13546f7a251aSWu Zhangjin
1355ca585cf9SKelvin Cheungconfig CPU_LOONGSON1B
1356ca585cf9SKelvin Cheung	bool "Loongson 1B"
1357ca585cf9SKelvin Cheung	depends on SYS_HAS_CPU_LOONGSON1B
1358b2afb64cSHuacai Chen	select CPU_LOONGSON32
13599ec88b60SKelvin Cheung	select LEDS_GPIO_REGISTER
1360ca585cf9SKelvin Cheung	help
1361ca585cf9SKelvin Cheung	  The Loongson 1B is a 32-bit SoC, which implements the MIPS32
1362968dc5a0S谢致邦 (XIE Zhibang)	  Release 1 instruction set and part of the MIPS32 Release 2
1363968dc5a0S谢致邦 (XIE Zhibang)	  instruction set.
1364ca585cf9SKelvin Cheung
136512e3280bSYang Lingconfig CPU_LOONGSON1C
136612e3280bSYang Ling	bool "Loongson 1C"
136712e3280bSYang Ling	depends on SYS_HAS_CPU_LOONGSON1C
1368b2afb64cSHuacai Chen	select CPU_LOONGSON32
136912e3280bSYang Ling	select LEDS_GPIO_REGISTER
137012e3280bSYang Ling	help
137112e3280bSYang Ling	  The Loongson 1C is a 32-bit SoC, which implements the MIPS32
1372968dc5a0S谢致邦 (XIE Zhibang)	  Release 1 instruction set and part of the MIPS32 Release 2
1373968dc5a0S谢致邦 (XIE Zhibang)	  instruction set.
137412e3280bSYang Ling
13756e760c8dSRalf Baechleconfig CPU_MIPS32_R1
13766e760c8dSRalf Baechle	bool "MIPS32 Release 1"
13777cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R1
13786e760c8dSRalf Baechle	select CPU_HAS_PREFETCH
1379797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1380ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
13816e760c8dSRalf Baechle	help
13825e83d430SRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
13831e5f1caaSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
13841e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
13851e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
13861e5f1caaSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
13871e5f1caaSRalf Baechle	  Release 2 of the MIPS32 architecture is available since several
13881e5f1caaSRalf Baechle	  years so chances are you even have a MIPS32 Release 2 processor
13891e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS32_R2 instead for better
13901e5f1caaSRalf Baechle	  performance.
13911e5f1caaSRalf Baechle
13921e5f1caaSRalf Baechleconfig CPU_MIPS32_R2
13931e5f1caaSRalf Baechle	bool "MIPS32 Release 2"
13947cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS32_R2
13951e5f1caaSRalf Baechle	select CPU_HAS_PREFETCH
1396797798c1SRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
1397ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1398a5e9a69eSPaul Burton	select CPU_SUPPORTS_MSA
13992235a54dSSanjay Lal	select HAVE_KVM
14001e5f1caaSRalf Baechle	help
14015e83d430SRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
14026e760c8dSRalf Baechle	  MIPS32 architecture.  Most modern embedded systems with a 32-bit
14036e760c8dSRalf Baechle	  MIPS processor are based on a MIPS32 processor.  If you know the
14046e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
14056e760c8dSRalf Baechle	  otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system.
14061da177e4SLinus Torvalds
1407ab7c01fdSSerge Seminconfig CPU_MIPS32_R5
1408ab7c01fdSSerge Semin	bool "MIPS32 Release 5"
1409ab7c01fdSSerge Semin	depends on SYS_HAS_CPU_MIPS32_R5
1410ab7c01fdSSerge Semin	select CPU_HAS_PREFETCH
1411ab7c01fdSSerge Semin	select CPU_SUPPORTS_32BIT_KERNEL
1412ab7c01fdSSerge Semin	select CPU_SUPPORTS_HIGHMEM
1413ab7c01fdSSerge Semin	select CPU_SUPPORTS_MSA
1414ab7c01fdSSerge Semin	select HAVE_KVM
1415ab7c01fdSSerge Semin	select MIPS_O32_FP64_SUPPORT
1416ab7c01fdSSerge Semin	help
1417ab7c01fdSSerge Semin	  Choose this option to build a kernel for release 5 or later of the
1418ab7c01fdSSerge Semin	  MIPS32 architecture.  New MIPS processors, starting with the Warrior
1419ab7c01fdSSerge Semin	  family, are based on a MIPS32r5 processor. If you own an older
1420ab7c01fdSSerge Semin	  processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
1421ab7c01fdSSerge Semin
14227fd08ca5SLeonid Yegoshinconfig CPU_MIPS32_R6
1423674d10e2SMarkos Chandras	bool "MIPS32 Release 6"
14247fd08ca5SLeonid Yegoshin	depends on SYS_HAS_CPU_MIPS32_R6
14257fd08ca5SLeonid Yegoshin	select CPU_HAS_PREFETCH
142618d84e2eSAlexander Lobakin	select CPU_NO_LOAD_STORE_LR
14277fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_32BIT_KERNEL
14287fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_HIGHMEM
14297fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_MSA
14307fd08ca5SLeonid Yegoshin	select HAVE_KVM
14317fd08ca5SLeonid Yegoshin	select MIPS_O32_FP64_SUPPORT
14327fd08ca5SLeonid Yegoshin	help
14337fd08ca5SLeonid Yegoshin	  Choose this option to build a kernel for release 6 or later of the
14347fd08ca5SLeonid Yegoshin	  MIPS32 architecture.  New MIPS processors, starting with the Warrior
14357fd08ca5SLeonid Yegoshin	  family, are based on a MIPS32r6 processor. If you own an older
14367fd08ca5SLeonid Yegoshin	  processor, you probably need to select MIPS32r1 or MIPS32r2 instead.
14377fd08ca5SLeonid Yegoshin
14386e760c8dSRalf Baechleconfig CPU_MIPS64_R1
14396e760c8dSRalf Baechle	bool "MIPS64 Release 1"
14407cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R1
1441797798c1SRalf Baechle	select CPU_HAS_PREFETCH
1442ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1443ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1444ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
14459cffd154SDavid Daney	select CPU_SUPPORTS_HUGEPAGES
14466e760c8dSRalf Baechle	help
14476e760c8dSRalf Baechle	  Choose this option to build a kernel for release 1 or later of the
14486e760c8dSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
14496e760c8dSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
14506e760c8dSRalf Baechle	  specific type of processor in your system, choose those that one
14516e760c8dSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
14521e5f1caaSRalf Baechle	  Release 2 of the MIPS64 architecture is available since several
14531e5f1caaSRalf Baechle	  years so chances are you even have a MIPS64 Release 2 processor
14541e5f1caaSRalf Baechle	  in which case you should choose CPU_MIPS64_R2 instead for better
14551e5f1caaSRalf Baechle	  performance.
14561e5f1caaSRalf Baechle
14571e5f1caaSRalf Baechleconfig CPU_MIPS64_R2
14581e5f1caaSRalf Baechle	bool "MIPS64 Release 2"
14597cf8053bSRalf Baechle	depends on SYS_HAS_CPU_MIPS64_R2
1460797798c1SRalf Baechle	select CPU_HAS_PREFETCH
14611e5f1caaSRalf Baechle	select CPU_SUPPORTS_32BIT_KERNEL
14621e5f1caaSRalf Baechle	select CPU_SUPPORTS_64BIT_KERNEL
1463ec28f306SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
14649cffd154SDavid Daney	select CPU_SUPPORTS_HUGEPAGES
1465a5e9a69eSPaul Burton	select CPU_SUPPORTS_MSA
146640a2df49SJames Hogan	select HAVE_KVM
14671e5f1caaSRalf Baechle	help
14681e5f1caaSRalf Baechle	  Choose this option to build a kernel for release 2 or later of the
14691e5f1caaSRalf Baechle	  MIPS64 architecture.  Many modern embedded systems with a 64-bit
14701e5f1caaSRalf Baechle	  MIPS processor are based on a MIPS64 processor.  If you know the
14711e5f1caaSRalf Baechle	  specific type of processor in your system, choose those that one
14721e5f1caaSRalf Baechle	  otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system.
14731da177e4SLinus Torvalds
1474ab7c01fdSSerge Seminconfig CPU_MIPS64_R5
1475ab7c01fdSSerge Semin	bool "MIPS64 Release 5"
1476ab7c01fdSSerge Semin	depends on SYS_HAS_CPU_MIPS64_R5
1477ab7c01fdSSerge Semin	select CPU_HAS_PREFETCH
1478ab7c01fdSSerge Semin	select CPU_SUPPORTS_32BIT_KERNEL
1479ab7c01fdSSerge Semin	select CPU_SUPPORTS_64BIT_KERNEL
1480ab7c01fdSSerge Semin	select CPU_SUPPORTS_HIGHMEM
1481ab7c01fdSSerge Semin	select CPU_SUPPORTS_HUGEPAGES
1482ab7c01fdSSerge Semin	select CPU_SUPPORTS_MSA
1483ab7c01fdSSerge Semin	select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
1484ab7c01fdSSerge Semin	select HAVE_KVM
1485ab7c01fdSSerge Semin	help
1486ab7c01fdSSerge Semin	  Choose this option to build a kernel for release 5 or later of the
1487ab7c01fdSSerge Semin	  MIPS64 architecture.  This is a intermediate MIPS architecture
1488ab7c01fdSSerge Semin	  release partly implementing release 6 features. Though there is no
1489ab7c01fdSSerge Semin	  any hardware known to be based on this release.
1490ab7c01fdSSerge Semin
14917fd08ca5SLeonid Yegoshinconfig CPU_MIPS64_R6
1492674d10e2SMarkos Chandras	bool "MIPS64 Release 6"
14937fd08ca5SLeonid Yegoshin	depends on SYS_HAS_CPU_MIPS64_R6
14947fd08ca5SLeonid Yegoshin	select CPU_HAS_PREFETCH
149518d84e2eSAlexander Lobakin	select CPU_NO_LOAD_STORE_LR
14967fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_32BIT_KERNEL
14977fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_64BIT_KERNEL
14987fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_HIGHMEM
1499afd375dcSPaul Burton	select CPU_SUPPORTS_HUGEPAGES
15007fd08ca5SLeonid Yegoshin	select CPU_SUPPORTS_MSA
15012e6c7747SJames Hogan	select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
150240a2df49SJames Hogan	select HAVE_KVM
15037fd08ca5SLeonid Yegoshin	help
15047fd08ca5SLeonid Yegoshin	  Choose this option to build a kernel for release 6 or later of the
15057fd08ca5SLeonid Yegoshin	  MIPS64 architecture.  New MIPS processors, starting with the Warrior
15067fd08ca5SLeonid Yegoshin	  family, are based on a MIPS64r6 processor. If you own an older
15077fd08ca5SLeonid Yegoshin	  processor, you probably need to select MIPS64r1 or MIPS64r2 instead.
15087fd08ca5SLeonid Yegoshin
1509281e3aeaSSerge Seminconfig CPU_P5600
1510281e3aeaSSerge Semin	bool "MIPS Warrior P5600"
1511281e3aeaSSerge Semin	depends on SYS_HAS_CPU_P5600
1512281e3aeaSSerge Semin	select CPU_HAS_PREFETCH
1513281e3aeaSSerge Semin	select CPU_SUPPORTS_32BIT_KERNEL
1514281e3aeaSSerge Semin	select CPU_SUPPORTS_HIGHMEM
1515281e3aeaSSerge Semin	select CPU_SUPPORTS_MSA
1516281e3aeaSSerge Semin	select CPU_SUPPORTS_CPUFREQ
1517281e3aeaSSerge Semin	select CPU_MIPSR2_IRQ_VI
1518281e3aeaSSerge Semin	select CPU_MIPSR2_IRQ_EI
1519281e3aeaSSerge Semin	select HAVE_KVM
1520281e3aeaSSerge Semin	select MIPS_O32_FP64_SUPPORT
1521281e3aeaSSerge Semin	help
1522281e3aeaSSerge Semin	  Choose this option to build a kernel for MIPS Warrior P5600 CPU.
1523281e3aeaSSerge Semin	  It's based on MIPS32r5 ISA with XPA, EVA, dual/quad issue exec pipes,
1524281e3aeaSSerge Semin	  MMU with two-levels TLB, UCA, MSA, MDU core level features and system
1525281e3aeaSSerge Semin	  level features like up to six P5600 calculation cores, CM2 with L2
1526281e3aeaSSerge Semin	  cache, IOCU/IOMMU (though might be unused depending on the system-
1527281e3aeaSSerge Semin	  specific IP core configuration), GIC, CPC, virtualisation module,
1528281e3aeaSSerge Semin	  eJTAG and PDtrace.
1529281e3aeaSSerge Semin
15301da177e4SLinus Torvaldsconfig CPU_R3000
15311da177e4SLinus Torvalds	bool "R3000"
15327cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R3000
1533f7062ddbSRalf Baechle	select CPU_HAS_WB
153454746829SPaul Burton	select CPU_R3K_TLB
1535ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1536797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
15371da177e4SLinus Torvalds	help
15381da177e4SLinus Torvalds	  Please make sure to pick the right CPU type. Linux/MIPS is not
15391da177e4SLinus Torvalds	  designed to be generic, i.e. Kernels compiled for R3000 CPUs will
15401da177e4SLinus Torvalds	  *not* work on R4000 machines and vice versa.  However, since most
15411da177e4SLinus Torvalds	  of the supported machines have an R4000 (or similar) CPU, R4x00
15421da177e4SLinus Torvalds	  might be a safe bet.  If the resulting kernel does not work,
15431da177e4SLinus Torvalds	  try to recompile with R3000.
15441da177e4SLinus Torvalds
154565ce6197SLauri Kasanenconfig CPU_R4300
154665ce6197SLauri Kasanen	bool "R4300"
154765ce6197SLauri Kasanen	depends on SYS_HAS_CPU_R4300
154865ce6197SLauri Kasanen	select CPU_SUPPORTS_32BIT_KERNEL
154965ce6197SLauri Kasanen	select CPU_SUPPORTS_64BIT_KERNEL
155065ce6197SLauri Kasanen	help
155165ce6197SLauri Kasanen	  MIPS Technologies R4300-series processors.
155265ce6197SLauri Kasanen
15531da177e4SLinus Torvaldsconfig CPU_R4X00
15541da177e4SLinus Torvalds	bool "R4x00"
15557cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R4X00
1556ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1557ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1558970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
15591da177e4SLinus Torvalds	help
15601da177e4SLinus Torvalds	  MIPS Technologies R4000-series processors other than 4300, including
15611da177e4SLinus Torvalds	  the R4000, R4400, R4600, and 4700.
15621da177e4SLinus Torvalds
15631da177e4SLinus Torvaldsconfig CPU_TX49XX
15641da177e4SLinus Torvalds	bool "R49XX"
15657cf8053bSRalf Baechle	depends on SYS_HAS_CPU_TX49XX
1566de862b48SAtsushi Nemoto	select CPU_HAS_PREFETCH
1567ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1568ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1569970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
15701da177e4SLinus Torvalds
15711da177e4SLinus Torvaldsconfig CPU_R5000
15721da177e4SLinus Torvalds	bool "R5000"
15737cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R5000
1574ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1575ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1576970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
15771da177e4SLinus Torvalds	help
15781da177e4SLinus Torvalds	  MIPS Technologies R5000-series processors other than the Nevada.
15791da177e4SLinus Torvalds
1580542c1020SShinya Kuribayashiconfig CPU_R5500
1581542c1020SShinya Kuribayashi	bool "R5500"
1582542c1020SShinya Kuribayashi	depends on SYS_HAS_CPU_R5500
1583542c1020SShinya Kuribayashi	select CPU_SUPPORTS_32BIT_KERNEL
1584542c1020SShinya Kuribayashi	select CPU_SUPPORTS_64BIT_KERNEL
15859cffd154SDavid Daney	select CPU_SUPPORTS_HUGEPAGES
1586542c1020SShinya Kuribayashi	help
1587542c1020SShinya Kuribayashi	  NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
1588542c1020SShinya Kuribayashi	  instruction set.
1589542c1020SShinya Kuribayashi
15901da177e4SLinus Torvaldsconfig CPU_NEVADA
15911da177e4SLinus Torvalds	bool "RM52xx"
15927cf8053bSRalf Baechle	depends on SYS_HAS_CPU_NEVADA
1593ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1594ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1595970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
15961da177e4SLinus Torvalds	help
15971da177e4SLinus Torvalds	  QED / PMC-Sierra RM52xx-series ("Nevada") processors.
15981da177e4SLinus Torvalds
15991da177e4SLinus Torvaldsconfig CPU_R10000
16001da177e4SLinus Torvalds	bool "R10000"
16017cf8053bSRalf Baechle	depends on SYS_HAS_CPU_R10000
16025e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1603ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1604ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1605797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1606970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
16071da177e4SLinus Torvalds	help
16081da177e4SLinus Torvalds	  MIPS Technologies R10000-series processors.
16091da177e4SLinus Torvalds
16101da177e4SLinus Torvaldsconfig CPU_RM7000
16111da177e4SLinus Torvalds	bool "RM7000"
16127cf8053bSRalf Baechle	depends on SYS_HAS_CPU_RM7000
16135e83d430SRalf Baechle	select CPU_HAS_PREFETCH
1614ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1615ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1616797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1617970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
16181da177e4SLinus Torvalds
16191da177e4SLinus Torvaldsconfig CPU_SB1
16201da177e4SLinus Torvalds	bool "SB1"
16217cf8053bSRalf Baechle	depends on SYS_HAS_CPU_SB1
1622ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_32BIT_KERNEL
1623ed5ba2fbSYoichi Yuasa	select CPU_SUPPORTS_64BIT_KERNEL
1624797798c1SRalf Baechle	select CPU_SUPPORTS_HIGHMEM
1625970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
16260004a9dfSRalf Baechle	select WEAK_ORDERING
16271da177e4SLinus Torvalds
1628a86c7f72SDavid Daneyconfig CPU_CAVIUM_OCTEON
1629a86c7f72SDavid Daney	bool "Cavium Octeon processor"
16305e683389SDavid Daney	depends on SYS_HAS_CPU_CAVIUM_OCTEON
1631a86c7f72SDavid Daney	select CPU_HAS_PREFETCH
1632a86c7f72SDavid Daney	select CPU_SUPPORTS_64BIT_KERNEL
1633a86c7f72SDavid Daney	select WEAK_ORDERING
1634a86c7f72SDavid Daney	select CPU_SUPPORTS_HIGHMEM
16359cffd154SDavid Daney	select CPU_SUPPORTS_HUGEPAGES
1636df115f3eSBen Hutchings	select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1637df115f3eSBen Hutchings	select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
1638930beb5aSFlorian Fainelli	select MIPS_L1_CACHE_SHIFT_7
16390ae3abcdSJames Hogan	select HAVE_KVM
1640a86c7f72SDavid Daney	help
1641a86c7f72SDavid Daney	  The Cavium Octeon processor is a highly integrated chip containing
1642a86c7f72SDavid Daney	  many ethernet hardware widgets for networking tasks. The processor
1643a86c7f72SDavid Daney	  can have up to 16 Mips64v2 cores and 8 integrated gigabit ethernets.
1644a86c7f72SDavid Daney	  Full details can be found at http://www.caviumnetworks.com.
1645a86c7f72SDavid Daney
1646cd746249SJonas Gorskiconfig CPU_BMIPS
1647cd746249SJonas Gorski	bool "Broadcom BMIPS"
1648cd746249SJonas Gorski	depends on SYS_HAS_CPU_BMIPS
1649cd746249SJonas Gorski	select CPU_MIPS32
1650fe7f62c0SJonas Gorski	select CPU_BMIPS32_3300 if SYS_HAS_CPU_BMIPS32_3300
1651cd746249SJonas Gorski	select CPU_BMIPS4350 if SYS_HAS_CPU_BMIPS4350
1652cd746249SJonas Gorski	select CPU_BMIPS4380 if SYS_HAS_CPU_BMIPS4380
1653cd746249SJonas Gorski	select CPU_BMIPS5000 if SYS_HAS_CPU_BMIPS5000
1654cd746249SJonas Gorski	select CPU_SUPPORTS_32BIT_KERNEL
1655cd746249SJonas Gorski	select DMA_NONCOHERENT
165667e38cf2SRalf Baechle	select IRQ_MIPS_CPU
1657cd746249SJonas Gorski	select SWAP_IO_SPACE
1658cd746249SJonas Gorski	select WEAK_ORDERING
1659c1c0c461SKevin Cernekee	select CPU_SUPPORTS_HIGHMEM
166069aaf9c8SJonas Gorski	select CPU_HAS_PREFETCH
1661a8d709b0SMarkus Mayer	select CPU_SUPPORTS_CPUFREQ
1662a8d709b0SMarkus Mayer	select MIPS_EXTERNAL_TIMER
1663bf8bde41SFlorian Fainelli	select GENERIC_IRQ_MIGRATION if HOTPLUG_CPU
1664c1c0c461SKevin Cernekee	help
1665fe7f62c0SJonas Gorski	  Support for BMIPS32/3300/4350/4380 and BMIPS5000 processors.
1666c1c0c461SKevin Cernekee
16671da177e4SLinus Torvaldsendchoice
16681da177e4SLinus Torvalds
1669a6e18781SLeonid Yegoshinconfig CPU_MIPS32_3_5_FEATURES
1670a6e18781SLeonid Yegoshin	bool "MIPS32 Release 3.5 Features"
1671a6e18781SLeonid Yegoshin	depends on SYS_HAS_CPU_MIPS32_R3_5
1672281e3aeaSSerge Semin	depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_MIPS32_R6 || \
1673281e3aeaSSerge Semin		   CPU_P5600
1674a6e18781SLeonid Yegoshin	help
1675a6e18781SLeonid Yegoshin	  Choose this option to build a kernel for release 2 or later of the
1676a6e18781SLeonid Yegoshin	  MIPS32 architecture including features from the 3.5 release such as
1677a6e18781SLeonid Yegoshin	  support for Enhanced Virtual Addressing (EVA).
1678a6e18781SLeonid Yegoshin
1679a6e18781SLeonid Yegoshinconfig CPU_MIPS32_3_5_EVA
1680a6e18781SLeonid Yegoshin	bool "Enhanced Virtual Addressing (EVA)"
1681a6e18781SLeonid Yegoshin	depends on CPU_MIPS32_3_5_FEATURES
1682a6e18781SLeonid Yegoshin	select EVA
1683a6e18781SLeonid Yegoshin	default y
1684a6e18781SLeonid Yegoshin	help
1685a6e18781SLeonid Yegoshin	  Choose this option if you want to enable the Enhanced Virtual
1686a6e18781SLeonid Yegoshin	  Addressing (EVA) on your MIPS32 core (such as proAptiv).
1687a6e18781SLeonid Yegoshin	  One of its primary benefits is an increase in the maximum size
1688a6e18781SLeonid Yegoshin	  of lowmem (up to 3GB). If unsure, say 'N' here.
1689a6e18781SLeonid Yegoshin
1690c5b36783SSteven J. Hillconfig CPU_MIPS32_R5_FEATURES
1691c5b36783SSteven J. Hill	bool "MIPS32 Release 5 Features"
1692c5b36783SSteven J. Hill	depends on SYS_HAS_CPU_MIPS32_R5
1693281e3aeaSSerge Semin	depends on CPU_MIPS32_R2 || CPU_MIPS32_R5 || CPU_P5600
1694c5b36783SSteven J. Hill	help
1695c5b36783SSteven J. Hill	  Choose this option to build a kernel for release 2 or later of the
1696c5b36783SSteven J. Hill	  MIPS32 architecture including features from release 5 such as
1697c5b36783SSteven J. Hill	  support for Extended Physical Addressing (XPA).
1698c5b36783SSteven J. Hill
1699c5b36783SSteven J. Hillconfig CPU_MIPS32_R5_XPA
1700c5b36783SSteven J. Hill	bool "Extended Physical Addressing (XPA)"
1701c5b36783SSteven J. Hill	depends on CPU_MIPS32_R5_FEATURES
1702c5b36783SSteven J. Hill	depends on !EVA
1703c5b36783SSteven J. Hill	depends on !PAGE_SIZE_4KB
1704c5b36783SSteven J. Hill	depends on SYS_SUPPORTS_HIGHMEM
1705c5b36783SSteven J. Hill	select XPA
1706c5b36783SSteven J. Hill	select HIGHMEM
1707d4a451d5SChristoph Hellwig	select PHYS_ADDR_T_64BIT
1708c5b36783SSteven J. Hill	default n
1709c5b36783SSteven J. Hill	help
1710c5b36783SSteven J. Hill	  Choose this option if you want to enable the Extended Physical
1711c5b36783SSteven J. Hill	  Addressing (XPA) on your MIPS32 core (such as P5600 series). The
1712c5b36783SSteven J. Hill	  benefit is to increase physical addressing equal to or greater
1713c5b36783SSteven J. Hill	  than 40 bits. Note that this has the side effect of turning on
1714c5b36783SSteven J. Hill	  64-bit addressing which in turn makes the PTEs 64-bit in size.
1715c5b36783SSteven J. Hill	  If unsure, say 'N' here.
1716c5b36783SSteven J. Hill
1717622844bfSWu Zhangjinif CPU_LOONGSON2F
1718622844bfSWu Zhangjinconfig CPU_NOP_WORKAROUNDS
1719622844bfSWu Zhangjin	bool
1720622844bfSWu Zhangjin
1721622844bfSWu Zhangjinconfig CPU_JUMP_WORKAROUNDS
1722622844bfSWu Zhangjin	bool
1723622844bfSWu Zhangjin
1724622844bfSWu Zhangjinconfig CPU_LOONGSON2F_WORKAROUNDS
1725622844bfSWu Zhangjin	bool "Loongson 2F Workarounds"
1726622844bfSWu Zhangjin	default y
1727622844bfSWu Zhangjin	select CPU_NOP_WORKAROUNDS
1728622844bfSWu Zhangjin	select CPU_JUMP_WORKAROUNDS
1729622844bfSWu Zhangjin	help
1730622844bfSWu Zhangjin	  Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which
1731622844bfSWu Zhangjin	  require workarounds.  Without workarounds the system may hang
1732622844bfSWu Zhangjin	  unexpectedly.  For more information please refer to the gas
1733622844bfSWu Zhangjin	  -mfix-loongson2f-nop and -mfix-loongson2f-jump options.
1734622844bfSWu Zhangjin
1735622844bfSWu Zhangjin	  Loongson 2F03 and later have fixed these issues and no workarounds
1736622844bfSWu Zhangjin	  are needed.  The workarounds have no significant side effect on them
1737622844bfSWu Zhangjin	  but may decrease the performance of the system so this option should
1738622844bfSWu Zhangjin	  be disabled unless the kernel is intended to be run on 2F01 or 2F02
1739622844bfSWu Zhangjin	  systems.
1740622844bfSWu Zhangjin
1741622844bfSWu Zhangjin	  If unsure, please say Y.
1742622844bfSWu Zhangjinendif # CPU_LOONGSON2F
1743622844bfSWu Zhangjin
17441b93b3c3SWu Zhangjinconfig SYS_SUPPORTS_ZBOOT
17451b93b3c3SWu Zhangjin	bool
17461b93b3c3SWu Zhangjin	select HAVE_KERNEL_GZIP
17471b93b3c3SWu Zhangjin	select HAVE_KERNEL_BZIP2
174831c4867dSFlorian Fainelli	select HAVE_KERNEL_LZ4
17491b93b3c3SWu Zhangjin	select HAVE_KERNEL_LZMA
1750fe1d45e0SWu Zhangjin	select HAVE_KERNEL_LZO
17514e23eb63SFlorian Fainelli	select HAVE_KERNEL_XZ
1752a510b616SPaul Cercueil	select HAVE_KERNEL_ZSTD
17531b93b3c3SWu Zhangjin
17541b93b3c3SWu Zhangjinconfig SYS_SUPPORTS_ZBOOT_UART16550
17551b93b3c3SWu Zhangjin	bool
17561b93b3c3SWu Zhangjin	select SYS_SUPPORTS_ZBOOT
17571b93b3c3SWu Zhangjin
1758dbb98314SAlban Bedelconfig SYS_SUPPORTS_ZBOOT_UART_PROM
1759dbb98314SAlban Bedel	bool
1760dbb98314SAlban Bedel	select SYS_SUPPORTS_ZBOOT
1761dbb98314SAlban Bedel
1762268a2d60SJiaxun Yangconfig CPU_LOONGSON2EF
17633702bba5SWu Zhangjin	bool
17643702bba5SWu Zhangjin	select CPU_SUPPORTS_32BIT_KERNEL
17653702bba5SWu Zhangjin	select CPU_SUPPORTS_64BIT_KERNEL
17663702bba5SWu Zhangjin	select CPU_SUPPORTS_HIGHMEM
1767970d032fSRalf Baechle	select CPU_SUPPORTS_HUGEPAGES
17683702bba5SWu Zhangjin
1769b2afb64cSHuacai Chenconfig CPU_LOONGSON32
1770ca585cf9SKelvin Cheung	bool
1771ca585cf9SKelvin Cheung	select CPU_MIPS32
17727e280f6bSJiaxun Yang	select CPU_MIPSR2
1773ca585cf9SKelvin Cheung	select CPU_HAS_PREFETCH
1774ca585cf9SKelvin Cheung	select CPU_SUPPORTS_32BIT_KERNEL
1775ca585cf9SKelvin Cheung	select CPU_SUPPORTS_HIGHMEM
1776f29ad10dSKelvin Cheung	select CPU_SUPPORTS_CPUFREQ
1777ca585cf9SKelvin Cheung
1778fe7f62c0SJonas Gorskiconfig CPU_BMIPS32_3300
177904fa8bf7SJonas Gorski	select SMP_UP if SMP
17801bbb6c1bSKevin Cernekee	bool
1781cd746249SJonas Gorski
1782cd746249SJonas Gorskiconfig CPU_BMIPS4350
1783cd746249SJonas Gorski	bool
1784cd746249SJonas Gorski	select SYS_SUPPORTS_SMP
1785cd746249SJonas Gorski	select SYS_SUPPORTS_HOTPLUG_CPU
1786cd746249SJonas Gorski
1787cd746249SJonas Gorskiconfig CPU_BMIPS4380
1788cd746249SJonas Gorski	bool
1789bbf2ba67SKevin Cernekee	select MIPS_L1_CACHE_SHIFT_6
1790cd746249SJonas Gorski	select SYS_SUPPORTS_SMP
1791cd746249SJonas Gorski	select SYS_SUPPORTS_HOTPLUG_CPU
1792b4720809SFlorian Fainelli	select CPU_HAS_RIXI
1793cd746249SJonas Gorski
1794cd746249SJonas Gorskiconfig CPU_BMIPS5000
1795cd746249SJonas Gorski	bool
1796cd746249SJonas Gorski	select MIPS_CPU_SCACHE
1797bbf2ba67SKevin Cernekee	select MIPS_L1_CACHE_SHIFT_7
1798cd746249SJonas Gorski	select SYS_SUPPORTS_SMP
1799cd746249SJonas Gorski	select SYS_SUPPORTS_HOTPLUG_CPU
1800b4720809SFlorian Fainelli	select CPU_HAS_RIXI
18011bbb6c1bSKevin Cernekee
1802268a2d60SJiaxun Yangconfig SYS_HAS_CPU_LOONGSON64
18030e476d91SHuacai Chen	bool
18040e476d91SHuacai Chen	select CPU_SUPPORTS_CPUFREQ
1805b2edcfc8SHuacai Chen	select CPU_HAS_RIXI
18060e476d91SHuacai Chen
18073702bba5SWu Zhangjinconfig SYS_HAS_CPU_LOONGSON2E
18082a21c730SFuxin Zhang	bool
18092a21c730SFuxin Zhang
18106f7a251aSWu Zhangjinconfig SYS_HAS_CPU_LOONGSON2F
18116f7a251aSWu Zhangjin	bool
181255045ff5SWu Zhangjin	select CPU_SUPPORTS_CPUFREQ
181355045ff5SWu Zhangjin	select CPU_SUPPORTS_ADDRWINCFG if 64BIT
18146f7a251aSWu Zhangjin
1815ca585cf9SKelvin Cheungconfig SYS_HAS_CPU_LOONGSON1B
1816ca585cf9SKelvin Cheung	bool
1817ca585cf9SKelvin Cheung
181812e3280bSYang Lingconfig SYS_HAS_CPU_LOONGSON1C
181912e3280bSYang Ling	bool
182012e3280bSYang Ling
18217cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R1
18227cf8053bSRalf Baechle	bool
18237cf8053bSRalf Baechle
18247cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS32_R2
18257cf8053bSRalf Baechle	bool
18267cf8053bSRalf Baechle
1827a6e18781SLeonid Yegoshinconfig SYS_HAS_CPU_MIPS32_R3_5
1828a6e18781SLeonid Yegoshin	bool
1829a6e18781SLeonid Yegoshin
1830c5b36783SSteven J. Hillconfig SYS_HAS_CPU_MIPS32_R5
1831c5b36783SSteven J. Hill	bool
1832c5b36783SSteven J. Hill
18337fd08ca5SLeonid Yegoshinconfig SYS_HAS_CPU_MIPS32_R6
18347fd08ca5SLeonid Yegoshin	bool
18357fd08ca5SLeonid Yegoshin
18367cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R1
18377cf8053bSRalf Baechle	bool
18387cf8053bSRalf Baechle
18397cf8053bSRalf Baechleconfig SYS_HAS_CPU_MIPS64_R2
18407cf8053bSRalf Baechle	bool
18417cf8053bSRalf Baechle
1842fd4eb90bSLukas Bulwahnconfig SYS_HAS_CPU_MIPS64_R5
1843fd4eb90bSLukas Bulwahn	bool
1844fd4eb90bSLukas Bulwahn
18457fd08ca5SLeonid Yegoshinconfig SYS_HAS_CPU_MIPS64_R6
18467fd08ca5SLeonid Yegoshin	bool
18477fd08ca5SLeonid Yegoshin
1848281e3aeaSSerge Seminconfig SYS_HAS_CPU_P5600
1849281e3aeaSSerge Semin	bool
1850281e3aeaSSerge Semin
18517cf8053bSRalf Baechleconfig SYS_HAS_CPU_R3000
18527cf8053bSRalf Baechle	bool
18537cf8053bSRalf Baechle
185465ce6197SLauri Kasanenconfig SYS_HAS_CPU_R4300
185565ce6197SLauri Kasanen	bool
185665ce6197SLauri Kasanen
18577cf8053bSRalf Baechleconfig SYS_HAS_CPU_R4X00
18587cf8053bSRalf Baechle	bool
18597cf8053bSRalf Baechle
18607cf8053bSRalf Baechleconfig SYS_HAS_CPU_TX49XX
18617cf8053bSRalf Baechle	bool
18627cf8053bSRalf Baechle
18637cf8053bSRalf Baechleconfig SYS_HAS_CPU_R5000
18647cf8053bSRalf Baechle	bool
18657cf8053bSRalf Baechle
1866542c1020SShinya Kuribayashiconfig SYS_HAS_CPU_R5500
1867542c1020SShinya Kuribayashi	bool
1868542c1020SShinya Kuribayashi
18697cf8053bSRalf Baechleconfig SYS_HAS_CPU_NEVADA
18707cf8053bSRalf Baechle	bool
18717cf8053bSRalf Baechle
18727cf8053bSRalf Baechleconfig SYS_HAS_CPU_R10000
18737cf8053bSRalf Baechle	bool
18747cf8053bSRalf Baechle
18757cf8053bSRalf Baechleconfig SYS_HAS_CPU_RM7000
18767cf8053bSRalf Baechle	bool
18777cf8053bSRalf Baechle
18787cf8053bSRalf Baechleconfig SYS_HAS_CPU_SB1
18797cf8053bSRalf Baechle	bool
18807cf8053bSRalf Baechle
18815e683389SDavid Daneyconfig SYS_HAS_CPU_CAVIUM_OCTEON
18825e683389SDavid Daney	bool
18835e683389SDavid Daney
1884cd746249SJonas Gorskiconfig SYS_HAS_CPU_BMIPS
1885c1c0c461SKevin Cernekee	bool
1886c1c0c461SKevin Cernekee
1887fe7f62c0SJonas Gorskiconfig SYS_HAS_CPU_BMIPS32_3300
1888c1c0c461SKevin Cernekee	bool
1889cd746249SJonas Gorski	select SYS_HAS_CPU_BMIPS
1890c1c0c461SKevin Cernekee
1891c1c0c461SKevin Cernekeeconfig SYS_HAS_CPU_BMIPS4350
1892c1c0c461SKevin Cernekee	bool
1893cd746249SJonas Gorski	select SYS_HAS_CPU_BMIPS
1894c1c0c461SKevin Cernekee
1895c1c0c461SKevin Cernekeeconfig SYS_HAS_CPU_BMIPS4380
1896c1c0c461SKevin Cernekee	bool
1897cd746249SJonas Gorski	select SYS_HAS_CPU_BMIPS
1898c1c0c461SKevin Cernekee
1899c1c0c461SKevin Cernekeeconfig SYS_HAS_CPU_BMIPS5000
1900c1c0c461SKevin Cernekee	bool
1901cd746249SJonas Gorski	select SYS_HAS_CPU_BMIPS
1902c1c0c461SKevin Cernekee
190317099b11SRalf Baechle#
190417099b11SRalf Baechle# CPU may reorder R->R, R->W, W->R, W->W
190517099b11SRalf Baechle# Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
190617099b11SRalf Baechle#
19070004a9dfSRalf Baechleconfig WEAK_ORDERING
19080004a9dfSRalf Baechle	bool
190917099b11SRalf Baechle
191017099b11SRalf Baechle#
191117099b11SRalf Baechle# CPU may reorder reads and writes beyond LL/SC
191217099b11SRalf Baechle# CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
191317099b11SRalf Baechle#
191417099b11SRalf Baechleconfig WEAK_REORDERING_BEYOND_LLSC
191517099b11SRalf Baechle	bool
19165e83d430SRalf Baechleendmenu
19175e83d430SRalf Baechle
19185e83d430SRalf Baechle#
19195e83d430SRalf Baechle# These two indicate any level of the MIPS32 and MIPS64 architecture
19205e83d430SRalf Baechle#
19215e83d430SRalf Baechleconfig CPU_MIPS32
19225e83d430SRalf Baechle	bool
1923ab7c01fdSSerge Semin	default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 || CPU_MIPS32_R5 || \
1924281e3aeaSSerge Semin		     CPU_MIPS32_R6 || CPU_P5600
19255e83d430SRalf Baechle
19265e83d430SRalf Baechleconfig CPU_MIPS64
19275e83d430SRalf Baechle	bool
1928ab7c01fdSSerge Semin	default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 || CPU_MIPS64_R5 || \
19295a4fa44fSJason A. Donenfeld		     CPU_MIPS64_R6 || CPU_LOONGSON64 || CPU_CAVIUM_OCTEON
19305e83d430SRalf Baechle
19315e83d430SRalf Baechle#
193257eeacedSPaul Burton# These indicate the revision of the architecture
19335e83d430SRalf Baechle#
19345e83d430SRalf Baechleconfig CPU_MIPSR1
19355e83d430SRalf Baechle	bool
19365e83d430SRalf Baechle	default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
19375e83d430SRalf Baechle
19385e83d430SRalf Baechleconfig CPU_MIPSR2
19395e83d430SRalf Baechle	bool
1940a86c7f72SDavid Daney	default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON
19418256b17eSFlorian Fainelli	select CPU_HAS_RIXI
1942ba9196d2SJiaxun Yang	select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
1943a7e07b1aSMarkos Chandras	select MIPS_SPRAM
19445e83d430SRalf Baechle
1945ab7c01fdSSerge Seminconfig CPU_MIPSR5
1946ab7c01fdSSerge Semin	bool
1947281e3aeaSSerge Semin	default y if CPU_MIPS32_R5 || CPU_MIPS64_R5 || CPU_P5600
1948ab7c01fdSSerge Semin	select CPU_HAS_RIXI
1949ab7c01fdSSerge Semin	select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
1950ab7c01fdSSerge Semin	select MIPS_SPRAM
1951ab7c01fdSSerge Semin
19527fd08ca5SLeonid Yegoshinconfig CPU_MIPSR6
19537fd08ca5SLeonid Yegoshin	bool
19547fd08ca5SLeonid Yegoshin	default y if CPU_MIPS32_R6 || CPU_MIPS64_R6
19558256b17eSFlorian Fainelli	select CPU_HAS_RIXI
1956ba9196d2SJiaxun Yang	select CPU_HAS_DIEI if !CPU_DIEI_BROKEN
195787321fddSPaul Burton	select HAVE_ARCH_BITREVERSE
19582db003a5SPaul Burton	select MIPS_ASID_BITS_VARIABLE
19594a5dc51eSMarcin Nowakowski	select MIPS_CRC_SUPPORT
1960a7e07b1aSMarkos Chandras	select MIPS_SPRAM
19615e83d430SRalf Baechle
196257eeacedSPaul Burtonconfig TARGET_ISA_REV
196357eeacedSPaul Burton	int
196457eeacedSPaul Burton	default 1 if CPU_MIPSR1
196557eeacedSPaul Burton	default 2 if CPU_MIPSR2
1966ab7c01fdSSerge Semin	default 5 if CPU_MIPSR5
196757eeacedSPaul Burton	default 6 if CPU_MIPSR6
196857eeacedSPaul Burton	default 0
196957eeacedSPaul Burton	help
197057eeacedSPaul Burton	  Reflects the ISA revision being targeted by the kernel build. This
197157eeacedSPaul Burton	  is effectively the Kconfig equivalent of MIPS_ISA_REV.
197257eeacedSPaul Burton
1973a6e18781SLeonid Yegoshinconfig EVA
1974a6e18781SLeonid Yegoshin	bool
1975a6e18781SLeonid Yegoshin
1976c5b36783SSteven J. Hillconfig XPA
1977c5b36783SSteven J. Hill	bool
1978c5b36783SSteven J. Hill
19795e83d430SRalf Baechleconfig SYS_SUPPORTS_32BIT_KERNEL
19805e83d430SRalf Baechle	bool
19815e83d430SRalf Baechleconfig SYS_SUPPORTS_64BIT_KERNEL
19825e83d430SRalf Baechle	bool
19835e83d430SRalf Baechleconfig CPU_SUPPORTS_32BIT_KERNEL
19845e83d430SRalf Baechle	bool
19855e83d430SRalf Baechleconfig CPU_SUPPORTS_64BIT_KERNEL
19865e83d430SRalf Baechle	bool
198755045ff5SWu Zhangjinconfig CPU_SUPPORTS_CPUFREQ
198855045ff5SWu Zhangjin	bool
198955045ff5SWu Zhangjinconfig CPU_SUPPORTS_ADDRWINCFG
199055045ff5SWu Zhangjin	bool
19919cffd154SDavid Daneyconfig CPU_SUPPORTS_HUGEPAGES
19929cffd154SDavid Daney	bool
1993a670c82dSLukas Bulwahn	depends on !(32BIT && (PHYS_ADDR_T_64BIT || EVA))
199482622284SDavid Daneyconfig MIPS_PGD_C0_CONTEXT
199582622284SDavid Daney	bool
1996c6972fb9SHuang Pei	depends on 64BIT
199795b8a5e0SThomas Bogendoerfer	default y if (CPU_MIPSR2 || CPU_MIPSR6)
19985e83d430SRalf Baechle
19998192c9eaSDavid Daney#
20008192c9eaSDavid Daney# Set to y for ptrace access to watch registers.
20018192c9eaSDavid Daney#
20028192c9eaSDavid Daneyconfig HARDWARE_WATCHPOINTS
20038192c9eaSDavid Daney	bool
2004679eb637SJames Hogan	default y if CPU_MIPSR1 || CPU_MIPSR2 || CPU_MIPSR6
20058192c9eaSDavid Daney
20065e83d430SRalf Baechlemenu "Kernel type"
20075e83d430SRalf Baechle
20085e83d430SRalf Baechlechoice
20095e83d430SRalf Baechle	prompt "Kernel code model"
20105e83d430SRalf Baechle	help
20115e83d430SRalf Baechle	  You should only select this option if you have a workload that
20125e83d430SRalf Baechle	  actually benefits from 64-bit processing or if your machine has
20135e83d430SRalf Baechle	  large memory.  You will only be presented a single option in this
20145e83d430SRalf Baechle	  menu if your system does not support both 32-bit and 64-bit kernels.
20155e83d430SRalf Baechle
20165e83d430SRalf Baechleconfig 32BIT
20175e83d430SRalf Baechle	bool "32-bit kernel"
20185e83d430SRalf Baechle	depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
20195e83d430SRalf Baechle	select TRAD_SIGNALS
20205e83d430SRalf Baechle	help
20215e83d430SRalf Baechle	  Select this option if you want to build a 32-bit kernel.
2022f17c4ca3SRalf Baechle
20235e83d430SRalf Baechleconfig 64BIT
20245e83d430SRalf Baechle	bool "64-bit kernel"
20255e83d430SRalf Baechle	depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
20265e83d430SRalf Baechle	help
20275e83d430SRalf Baechle	  Select this option if you want to build a 64-bit kernel.
20285e83d430SRalf Baechle
20295e83d430SRalf Baechleendchoice
20305e83d430SRalf Baechle
20311e321fa9SLeonid Yegoshinconfig MIPS_VA_BITS_48
20321e321fa9SLeonid Yegoshin	bool "48 bits virtual memory"
20331e321fa9SLeonid Yegoshin	depends on 64BIT
20341e321fa9SLeonid Yegoshin	help
20353377e227SAlex Belits	  Support a maximum at least 48 bits of application virtual
20363377e227SAlex Belits	  memory.  Default is 40 bits or less, depending on the CPU.
20373377e227SAlex Belits	  For page sizes 16k and above, this option results in a small
20383377e227SAlex Belits	  memory overhead for page tables.  For 4k page size, a fourth
20393377e227SAlex Belits	  level of page tables is added which imposes both a memory
20403377e227SAlex Belits	  overhead as well as slower TLB fault handling.
20413377e227SAlex Belits
20421e321fa9SLeonid Yegoshin	  If unsure, say N.
20431e321fa9SLeonid Yegoshin
204479876cc1SYunQiang Suconfig ZBOOT_LOAD_ADDRESS
204579876cc1SYunQiang Su	hex "Compressed kernel load address"
204679876cc1SYunQiang Su	default 0xffffffff80400000 if BCM47XX
204779876cc1SYunQiang Su	default 0x0
204879876cc1SYunQiang Su	depends on SYS_SUPPORTS_ZBOOT
204979876cc1SYunQiang Su	help
205079876cc1SYunQiang Su	  The address to load compressed kernel, aka vmlinuz.
205179876cc1SYunQiang Su
205279876cc1SYunQiang Su	  This is only used if non-zero.
205379876cc1SYunQiang Su
20541da177e4SLinus Torvaldschoice
20551da177e4SLinus Torvalds	prompt "Kernel page size"
20561da177e4SLinus Torvalds	default PAGE_SIZE_4KB
20571da177e4SLinus Torvalds
20581da177e4SLinus Torvaldsconfig PAGE_SIZE_4KB
20591da177e4SLinus Torvalds	bool "4kB"
2060268a2d60SJiaxun Yang	depends on !CPU_LOONGSON2EF && !CPU_LOONGSON64
20611da177e4SLinus Torvalds	help
20621da177e4SLinus Torvalds	  This option select the standard 4kB Linux page size.  On some
20631da177e4SLinus Torvalds	  R3000-family processors this is the only available page size.  Using
20641da177e4SLinus Torvalds	  4kB page size will minimize memory consumption and is therefore
20651da177e4SLinus Torvalds	  recommended for low memory systems.
20661da177e4SLinus Torvalds
20671da177e4SLinus Torvaldsconfig PAGE_SIZE_8KB
20681da177e4SLinus Torvalds	bool "8kB"
2069c2aeaaeaSPaul Burton	depends on CPU_CAVIUM_OCTEON
20701e321fa9SLeonid Yegoshin	depends on !MIPS_VA_BITS_48
20711da177e4SLinus Torvalds	help
20721da177e4SLinus Torvalds	  Using 8kB page size will result in higher performance kernel at
20731da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available
2074c2aeaaeaSPaul Burton	  only on cnMIPS processors.  Note that you will need a suitable Linux
2075c2aeaaeaSPaul Burton	  distribution to support this.
20761da177e4SLinus Torvalds
20771da177e4SLinus Torvaldsconfig PAGE_SIZE_16KB
20781da177e4SLinus Torvalds	bool "16kB"
2079455481fcSThomas Bogendoerfer	depends on !CPU_R3000
20801da177e4SLinus Torvalds	help
20811da177e4SLinus Torvalds	  Using 16kB page size will result in higher performance kernel at
20821da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
2083714bfad6SRalf Baechle	  all non-R3000 family processors.  Note that you will need a suitable
2084714bfad6SRalf Baechle	  Linux distribution to support this.
20851da177e4SLinus Torvalds
2086c52399beSRalf Baechleconfig PAGE_SIZE_32KB
2087c52399beSRalf Baechle	bool "32kB"
2088c52399beSRalf Baechle	depends on CPU_CAVIUM_OCTEON
20891e321fa9SLeonid Yegoshin	depends on !MIPS_VA_BITS_48
2090c52399beSRalf Baechle	help
2091c52399beSRalf Baechle	  Using 32kB page size will result in higher performance kernel at
2092c52399beSRalf Baechle	  the price of higher memory consumption.  This option is available
2093c52399beSRalf Baechle	  only on cnMIPS cores.  Note that you will need a suitable Linux
2094c52399beSRalf Baechle	  distribution to support this.
2095c52399beSRalf Baechle
20961da177e4SLinus Torvaldsconfig PAGE_SIZE_64KB
20971da177e4SLinus Torvalds	bool "64kB"
2098455481fcSThomas Bogendoerfer	depends on !CPU_R3000
20991da177e4SLinus Torvalds	help
21001da177e4SLinus Torvalds	  Using 64kB page size will result in higher performance kernel at
21011da177e4SLinus Torvalds	  the price of higher memory consumption.  This option is available on
21021da177e4SLinus Torvalds	  all non-R3000 family processor.  Not that at the time of this
2103714bfad6SRalf Baechle	  writing this option is still high experimental.
21041da177e4SLinus Torvalds
21051da177e4SLinus Torvaldsendchoice
21061da177e4SLinus Torvalds
21070192445cSZi Yanconfig ARCH_FORCE_MAX_ORDER
2108c9bace7cSDavid Daney	int "Maximum zone order"
210923baf831SKirill A. Shutemov	default "13" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
211023baf831SKirill A. Shutemov	default "12" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
211123baf831SKirill A. Shutemov	default "11" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
211223baf831SKirill A. Shutemov	default "10"
2113c9bace7cSDavid Daney	help
2114c9bace7cSDavid Daney	  The kernel memory allocator divides physically contiguous memory
2115c9bace7cSDavid Daney	  blocks into "zones", where each zone is a power of two number of
2116c9bace7cSDavid Daney	  pages.  This option selects the largest power of two that the kernel
2117c9bace7cSDavid Daney	  keeps in the memory allocator.  If you need to allocate very large
2118c9bace7cSDavid Daney	  blocks of physically contiguous memory, then you may need to
2119c9bace7cSDavid Daney	  increase this value.
2120c9bace7cSDavid Daney
2121c9bace7cSDavid Daney	  The page size is not necessarily 4KB.  Keep this in mind
2122c9bace7cSDavid Daney	  when choosing a value for this option.
2123c9bace7cSDavid Daney
21241da177e4SLinus Torvaldsconfig BOARD_SCACHE
21251da177e4SLinus Torvalds	bool
21261da177e4SLinus Torvalds
21271da177e4SLinus Torvaldsconfig IP22_CPU_SCACHE
21281da177e4SLinus Torvalds	bool
21291da177e4SLinus Torvalds	select BOARD_SCACHE
21301da177e4SLinus Torvalds
21319318c51aSChris Dearman#
21329318c51aSChris Dearman# Support for a MIPS32 / MIPS64 style S-caches
21339318c51aSChris Dearman#
21349318c51aSChris Dearmanconfig MIPS_CPU_SCACHE
21359318c51aSChris Dearman	bool
21369318c51aSChris Dearman	select BOARD_SCACHE
21379318c51aSChris Dearman
21381da177e4SLinus Torvaldsconfig R5000_CPU_SCACHE
21391da177e4SLinus Torvalds	bool
21401da177e4SLinus Torvalds	select BOARD_SCACHE
21411da177e4SLinus Torvalds
21421da177e4SLinus Torvaldsconfig RM7000_CPU_SCACHE
21431da177e4SLinus Torvalds	bool
21441da177e4SLinus Torvalds	select BOARD_SCACHE
21451da177e4SLinus Torvalds
21461da177e4SLinus Torvaldsconfig SIBYTE_DMA_PAGEOPS
21471da177e4SLinus Torvalds	bool "Use DMA to clear/copy pages"
21481da177e4SLinus Torvalds	depends on CPU_SB1
21491da177e4SLinus Torvalds	help
21501da177e4SLinus Torvalds	  Instead of using the CPU to zero and copy pages, use a Data Mover
21511da177e4SLinus Torvalds	  channel.  These DMA channels are otherwise unused by the standard
21521da177e4SLinus Torvalds	  SiByte Linux port.  Seems to give a small performance benefit.
21531da177e4SLinus Torvalds
21541da177e4SLinus Torvaldsconfig CPU_HAS_PREFETCH
2155c8094b53SRalf Baechle	bool
21561da177e4SLinus Torvalds
21573165c846SFlorian Fainelliconfig CPU_GENERIC_DUMP_TLB
21583165c846SFlorian Fainelli	bool
2159455481fcSThomas Bogendoerfer	default y if !CPU_R3000
21603165c846SFlorian Fainelli
2161c92e47e5SPaul Burtonconfig MIPS_FP_SUPPORT
2162183b40f9SPaul Burton	bool "Floating Point support" if EXPERT
2163183b40f9SPaul Burton	default y
2164183b40f9SPaul Burton	help
2165183b40f9SPaul Burton	  Select y to include support for floating point in the kernel
2166183b40f9SPaul Burton	  including initialization of FPU hardware, FP context save & restore
2167183b40f9SPaul Burton	  and emulation of an FPU where necessary. Without this support any
2168183b40f9SPaul Burton	  userland program attempting to use floating point instructions will
2169183b40f9SPaul Burton	  receive a SIGILL.
2170183b40f9SPaul Burton
2171183b40f9SPaul Burton	  If you know that your userland will not attempt to use floating point
2172183b40f9SPaul Burton	  instructions then you can say n here to shrink the kernel a little.
2173183b40f9SPaul Burton
2174183b40f9SPaul Burton	  If unsure, say y.
2175c92e47e5SPaul Burton
217697f7dcbfSPaul Burtonconfig CPU_R2300_FPU
217797f7dcbfSPaul Burton	bool
2178c92e47e5SPaul Burton	depends on MIPS_FP_SUPPORT
2179455481fcSThomas Bogendoerfer	default y if CPU_R3000
218097f7dcbfSPaul Burton
218154746829SPaul Burtonconfig CPU_R3K_TLB
218254746829SPaul Burton	bool
218354746829SPaul Burton
218491405eb6SFlorian Fainelliconfig CPU_R4K_FPU
218591405eb6SFlorian Fainelli	bool
2186c92e47e5SPaul Burton	depends on MIPS_FP_SUPPORT
218797f7dcbfSPaul Burton	default y if !CPU_R2300_FPU
218891405eb6SFlorian Fainelli
218962cedc4fSFlorian Fainelliconfig CPU_R4K_CACHE_TLB
219062cedc4fSFlorian Fainelli	bool
219154746829SPaul Burton	default y if !(CPU_R3K_TLB || CPU_SB1 || CPU_CAVIUM_OCTEON)
219262cedc4fSFlorian Fainelli
219359d6ab86SRalf Baechleconfig MIPS_MT_SMP
2194a92b7f87SMarkos Chandras	bool "MIPS MT SMP support (1 TC on each available VPE)"
21955cbf9688SPaul Burton	default y
2196527f1028SPaul Burton	depends on SYS_SUPPORTS_MULTITHREADING && !CPU_MIPSR6 && !CPU_MICROMIPS
219759d6ab86SRalf Baechle	select CPU_MIPSR2_IRQ_VI
2198d725cf38SChris Dearman	select CPU_MIPSR2_IRQ_EI
2199c080faa5SSteven J. Hill	select SYNC_R4K
220059d6ab86SRalf Baechle	select MIPS_MT
220159d6ab86SRalf Baechle	select SMP
220287353d8aSRalf Baechle	select SMP_UP
2203c080faa5SSteven J. Hill	select SYS_SUPPORTS_SMP
2204c080faa5SSteven J. Hill	select SYS_SUPPORTS_SCHED_SMT
2205399aaa25SAl Cooper	select MIPS_PERF_SHARED_TC_COUNTERS
220659d6ab86SRalf Baechle	help
2207c080faa5SSteven J. Hill	  This is a kernel model which is known as SMVP. This is supported
2208c080faa5SSteven J. Hill	  on cores with the MT ASE and uses the available VPEs to implement
2209c080faa5SSteven J. Hill	  virtual processors which supports SMP. This is equivalent to the
2210c080faa5SSteven J. Hill	  Intel Hyperthreading feature. For further information go to
2211c080faa5SSteven J. Hill	  <http://www.imgtec.com/mips/mips-multithreading.asp>.
221259d6ab86SRalf Baechle
2213f41ae0b2SRalf Baechleconfig MIPS_MT
2214f41ae0b2SRalf Baechle	bool
2215f41ae0b2SRalf Baechle
22160ab7aefcSRalf Baechleconfig SCHED_SMT
22170ab7aefcSRalf Baechle	bool "SMT (multithreading) scheduler support"
22180ab7aefcSRalf Baechle	depends on SYS_SUPPORTS_SCHED_SMT
22190ab7aefcSRalf Baechle	default n
22200ab7aefcSRalf Baechle	help
22210ab7aefcSRalf Baechle	  SMT scheduler support improves the CPU scheduler's decision making
22220ab7aefcSRalf Baechle	  when dealing with MIPS MT enabled cores at a cost of slightly
22230ab7aefcSRalf Baechle	  increased overhead in some places. If unsure say N here.
22240ab7aefcSRalf Baechle
22250ab7aefcSRalf Baechleconfig SYS_SUPPORTS_SCHED_SMT
22260ab7aefcSRalf Baechle	bool
22270ab7aefcSRalf Baechle
2228f41ae0b2SRalf Baechleconfig SYS_SUPPORTS_MULTITHREADING
2229f41ae0b2SRalf Baechle	bool
2230f41ae0b2SRalf Baechle
2231f088fc84SRalf Baechleconfig MIPS_MT_FPAFF
2232f088fc84SRalf Baechle	bool "Dynamic FPU affinity for FP-intensive threads"
2233f088fc84SRalf Baechle	default y
2234b633648cSRalf Baechle	depends on MIPS_MT_SMP
223507cc0c9eSRalf Baechle
2236b0a668fbSLeonid Yegoshinconfig MIPSR2_TO_R6_EMULATOR
2237b0a668fbSLeonid Yegoshin	bool "MIPS R2-to-R6 emulator"
22389eaa9a82SPaul Burton	depends on CPU_MIPSR6
2239c92e47e5SPaul Burton	depends on MIPS_FP_SUPPORT
2240b0a668fbSLeonid Yegoshin	default y
2241b0a668fbSLeonid Yegoshin	help
2242b0a668fbSLeonid Yegoshin	  Choose this option if you want to run non-R6 MIPS userland code.
2243b0a668fbSLeonid Yegoshin	  Even if you say 'Y' here, the emulator will still be disabled by
224407edf0d4SMarkos Chandras	  default. You can enable it using the 'mipsr2emu' kernel option.
2245b0a668fbSLeonid Yegoshin	  The only reason this is a build-time option is to save ~14K from the
2246b0a668fbSLeonid Yegoshin	  final kernel image.
2247b0a668fbSLeonid Yegoshin
2248f35764e7SJames Hoganconfig SYS_SUPPORTS_VPE_LOADER
2249f35764e7SJames Hogan	bool
2250f35764e7SJames Hogan	depends on SYS_SUPPORTS_MULTITHREADING
2251f35764e7SJames Hogan	help
2252f35764e7SJames Hogan	  Indicates that the platform supports the VPE loader, and provides
2253f35764e7SJames Hogan	  physical_memsize.
2254f35764e7SJames Hogan
225507cc0c9eSRalf Baechleconfig MIPS_VPE_LOADER
225607cc0c9eSRalf Baechle	bool "VPE loader support."
2257f35764e7SJames Hogan	depends on SYS_SUPPORTS_VPE_LOADER && MODULES
225807cc0c9eSRalf Baechle	select CPU_MIPSR2_IRQ_VI
225907cc0c9eSRalf Baechle	select CPU_MIPSR2_IRQ_EI
226007cc0c9eSRalf Baechle	select MIPS_MT
226107cc0c9eSRalf Baechle	help
226207cc0c9eSRalf Baechle	  Includes a loader for loading an elf relocatable object
226307cc0c9eSRalf Baechle	  onto another VPE and running it.
2264f088fc84SRalf Baechle
22651a2a6d7eSDeng-Cheng Zhuconfig MIPS_VPE_LOADER_MT
22661a2a6d7eSDeng-Cheng Zhu	bool
22671a2a6d7eSDeng-Cheng Zhu	default "y"
22687fb6f7b0SThomas Bogendoerfer	depends on MIPS_VPE_LOADER
22691a2a6d7eSDeng-Cheng Zhu
2270e01402b1SRalf Baechleconfig MIPS_VPE_LOADER_TOM
2271e01402b1SRalf Baechle	bool "Load VPE program into memory hidden from linux"
2272e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
2273e01402b1SRalf Baechle	default y
2274e01402b1SRalf Baechle	help
2275e01402b1SRalf Baechle	  The loader can use memory that is present but has been hidden from
2276e01402b1SRalf Baechle	  Linux using the kernel command line option "mem=xxMB". It's up to
2277e01402b1SRalf Baechle	  you to ensure the amount you put in the option and the space your
2278e01402b1SRalf Baechle	  program requires is less or equal to the amount physically present.
2279e01402b1SRalf Baechle
2280e01402b1SRalf Baechleconfig MIPS_VPE_APSP_API
2281e01402b1SRalf Baechle	bool "Enable support for AP/SP API (RTLX)"
2282e01402b1SRalf Baechle	depends on MIPS_VPE_LOADER
2283e01402b1SRalf Baechle
22842c973ef0SDeng-Cheng Zhuconfig MIPS_VPE_APSP_API_MT
22852c973ef0SDeng-Cheng Zhu	bool
22862c973ef0SDeng-Cheng Zhu	default "y"
22877fb6f7b0SThomas Bogendoerfer	depends on MIPS_VPE_APSP_API
22885cac93b3SPaul Burton
22890ee958e1SPaul Burtonconfig MIPS_CPS
22900ee958e1SPaul Burton	bool "MIPS Coherent Processing System support"
22915a3e7c02SPaul Burton	depends on SYS_SUPPORTS_MIPS_CPS
22920ee958e1SPaul Burton	select MIPS_CM
22931d8f1f5aSPaul Burton	select MIPS_CPS_PM if HOTPLUG_CPU
22940ee958e1SPaul Burton	select SMP
2295c8d2bcc4SThomas Gleixner	select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
22960ee958e1SPaul Burton	select SYNC_R4K if (CEVT_R4K || CSRC_R4K)
22971d8f1f5aSPaul Burton	select SYS_SUPPORTS_HOTPLUG_CPU
2298c8b7712cSPaul Burton	select SYS_SUPPORTS_SCHED_SMT if CPU_MIPSR6
22990ee958e1SPaul Burton	select SYS_SUPPORTS_SMP
23000ee958e1SPaul Burton	select WEAK_ORDERING
2301d8d3276bSWei Li	select GENERIC_IRQ_MIGRATION if HOTPLUG_CPU
23020ee958e1SPaul Burton	help
23030ee958e1SPaul Burton	  Select this if you wish to run an SMP kernel across multiple cores
23040ee958e1SPaul Burton	  within a MIPS Coherent Processing System. When this option is
23050ee958e1SPaul Burton	  enabled the kernel will probe for other cores and boot them with
23060ee958e1SPaul Burton	  no external assistance. It is safe to enable this when hardware
23070ee958e1SPaul Burton	  support is unavailable.
23080ee958e1SPaul Burton
23093179d37eSPaul Burtonconfig MIPS_CPS_PM
231039a59593SMarkos Chandras	depends on MIPS_CPS
23113179d37eSPaul Burton	bool
23123179d37eSPaul Burton
23139f98f3ddSPaul Burtonconfig MIPS_CM
23149f98f3ddSPaul Burton	bool
23153c9b4166SPaul Burton	select MIPS_CPC
23169f98f3ddSPaul Burton
23179c38cf44SPaul Burtonconfig MIPS_CPC
23189c38cf44SPaul Burton	bool
23194a16ff4cSRalf Baechle
23201da177e4SLinus Torvaldsconfig SB1_PASS_2_WORKAROUNDS
23211da177e4SLinus Torvalds	bool
23221da177e4SLinus Torvalds	depends on CPU_SB1 && (CPU_SB1_PASS_2_2 || CPU_SB1_PASS_2)
23231da177e4SLinus Torvalds	default y
23241da177e4SLinus Torvalds
23251da177e4SLinus Torvaldsconfig SB1_PASS_2_1_WORKAROUNDS
23261da177e4SLinus Torvalds	bool
23271da177e4SLinus Torvalds	depends on CPU_SB1 && CPU_SB1_PASS_2
23281da177e4SLinus Torvalds	default y
23291da177e4SLinus Torvalds
23309e2b5372SMarkos Chandraschoice
23319e2b5372SMarkos Chandras	prompt "SmartMIPS or microMIPS ASE support"
23329e2b5372SMarkos Chandras
23339e2b5372SMarkos Chandrasconfig CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS
23349e2b5372SMarkos Chandras	bool "None"
23359e2b5372SMarkos Chandras	help
23369e2b5372SMarkos Chandras	  Select this if you want neither microMIPS nor SmartMIPS support
23379e2b5372SMarkos Chandras
23389693a853SFranck Bui-Huuconfig CPU_HAS_SMARTMIPS
23399693a853SFranck Bui-Huu	depends on SYS_SUPPORTS_SMARTMIPS
23409e2b5372SMarkos Chandras	bool "SmartMIPS"
23419693a853SFranck Bui-Huu	help
23429693a853SFranck Bui-Huu	  SmartMIPS is a extension of the MIPS32 architecture aimed at
23439693a853SFranck Bui-Huu	  increased security at both hardware and software level for
23449693a853SFranck Bui-Huu	  smartcards.  Enabling this option will allow proper use of the
23459693a853SFranck Bui-Huu	  SmartMIPS instructions by Linux applications.  However a kernel with
23469693a853SFranck Bui-Huu	  this option will not work on a MIPS core without SmartMIPS core.  If
23479693a853SFranck Bui-Huu	  you don't know you probably don't have SmartMIPS and should say N
23489693a853SFranck Bui-Huu	  here.
23499693a853SFranck Bui-Huu
2350bce86083SSteven J. Hillconfig CPU_MICROMIPS
23517fd08ca5SLeonid Yegoshin	depends on 32BIT && SYS_SUPPORTS_MICROMIPS && !CPU_MIPSR6
23529e2b5372SMarkos Chandras	bool "microMIPS"
2353bce86083SSteven J. Hill	help
2354bce86083SSteven J. Hill	  When this option is enabled the kernel will be built using the
2355bce86083SSteven J. Hill	  microMIPS ISA
2356bce86083SSteven J. Hill
23579e2b5372SMarkos Chandrasendchoice
23589e2b5372SMarkos Chandras
2359a5e9a69eSPaul Burtonconfig CPU_HAS_MSA
23600ce3417eSPaul Burton	bool "Support for the MIPS SIMD Architecture"
2361a5e9a69eSPaul Burton	depends on CPU_SUPPORTS_MSA
2362c92e47e5SPaul Burton	depends on MIPS_FP_SUPPORT
23632a6cb669SPaul Burton	depends on 64BIT || MIPS_O32_FP64_SUPPORT
2364a5e9a69eSPaul Burton	help
2365a5e9a69eSPaul Burton	  MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers
2366a5e9a69eSPaul Burton	  and a set of SIMD instructions to operate on them. When this option
23671db1af84SPaul Burton	  is enabled the kernel will support allocating & switching MSA
23681db1af84SPaul Burton	  vector register contexts. If you know that your kernel will only be
23691db1af84SPaul Burton	  running on CPUs which do not support MSA or that your userland will
23701db1af84SPaul Burton	  not be making use of it then you may wish to say N here to reduce
23711db1af84SPaul Burton	  the size & complexity of your kernel.
2372a5e9a69eSPaul Burton
2373a5e9a69eSPaul Burton	  If unsure, say Y.
2374a5e9a69eSPaul Burton
23751da177e4SLinus Torvaldsconfig CPU_HAS_WB
2376f7062ddbSRalf Baechle	bool
2377e01402b1SRalf Baechle
2378df0ac8a4SKevin Cernekeeconfig XKS01
2379df0ac8a4SKevin Cernekee	bool
2380df0ac8a4SKevin Cernekee
2381ba9196d2SJiaxun Yangconfig CPU_HAS_DIEI
2382ba9196d2SJiaxun Yang	depends on !CPU_DIEI_BROKEN
2383ba9196d2SJiaxun Yang	bool
2384ba9196d2SJiaxun Yang
2385ba9196d2SJiaxun Yangconfig CPU_DIEI_BROKEN
2386ba9196d2SJiaxun Yang	bool
2387ba9196d2SJiaxun Yang
23888256b17eSFlorian Fainelliconfig CPU_HAS_RIXI
23898256b17eSFlorian Fainelli	bool
23908256b17eSFlorian Fainelli
239118d84e2eSAlexander Lobakinconfig CPU_NO_LOAD_STORE_LR
2392932afdeeSYasha Cherikovsky	bool
2393932afdeeSYasha Cherikovsky	help
239418d84e2eSAlexander Lobakin	  CPU lacks support for unaligned load and store instructions:
2395932afdeeSYasha Cherikovsky	  LWL, LWR, SWL, SWR (Load/store word left/right).
239618d84e2eSAlexander Lobakin	  LDL, LDR, SDL, SDR (Load/store doubleword left/right, for 64bit
239718d84e2eSAlexander Lobakin	  systems).
2398932afdeeSYasha Cherikovsky
2399f41ae0b2SRalf Baechle#
2400f41ae0b2SRalf Baechle# Vectored interrupt mode is an R2 feature
2401f41ae0b2SRalf Baechle#
2402e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_VI
2403f41ae0b2SRalf Baechle	bool
2404e01402b1SRalf Baechle
2405f41ae0b2SRalf Baechle#
2406f41ae0b2SRalf Baechle# Extended interrupt mode is an R2 feature
2407f41ae0b2SRalf Baechle#
2408e01402b1SRalf Baechleconfig CPU_MIPSR2_IRQ_EI
2409f41ae0b2SRalf Baechle	bool
2410e01402b1SRalf Baechle
24111da177e4SLinus Torvaldsconfig CPU_HAS_SYNC
24121da177e4SLinus Torvalds	bool
24131da177e4SLinus Torvalds	depends on !CPU_R3000
24141da177e4SLinus Torvalds	default y
24151da177e4SLinus Torvalds
24161da177e4SLinus Torvalds#
241720d60d99SMaciej W. Rozycki# CPU non-features
241820d60d99SMaciej W. Rozycki#
2419b56d1cafSThomas Bogendoerfer
2420b56d1cafSThomas Bogendoerfer# Work around the "daddi" and "daddiu" CPU errata:
2421b56d1cafSThomas Bogendoerfer#
2422b56d1cafSThomas Bogendoerfer# - The `daddi' instruction fails to trap on overflow.
2423b56d1cafSThomas Bogendoerfer#   "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2424b56d1cafSThomas Bogendoerfer#   erratum #23
2425b56d1cafSThomas Bogendoerfer#
2426b56d1cafSThomas Bogendoerfer# - The `daddiu' instruction can produce an incorrect result.
2427b56d1cafSThomas Bogendoerfer#   "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2428b56d1cafSThomas Bogendoerfer#   erratum #41
2429b56d1cafSThomas Bogendoerfer#   "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
2430b56d1cafSThomas Bogendoerfer#   #15
2431b56d1cafSThomas Bogendoerfer#   "MIPS R4400PC/SC Errata, Processor Revision 1.0", erratum #7
2432b56d1cafSThomas Bogendoerfer#   "MIPS R4400MC Errata, Processor Revision 1.0", erratum #5
243320d60d99SMaciej W. Rozyckiconfig CPU_DADDI_WORKAROUNDS
243420d60d99SMaciej W. Rozycki	bool
243520d60d99SMaciej W. Rozycki
2436b56d1cafSThomas Bogendoerfer# Work around certain R4000 CPU errata (as implemented by GCC):
2437b56d1cafSThomas Bogendoerfer#
2438b56d1cafSThomas Bogendoerfer# - A double-word or a variable shift may give an incorrect result
2439b56d1cafSThomas Bogendoerfer#   if executed immediately after starting an integer division:
2440b56d1cafSThomas Bogendoerfer#   "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2441b56d1cafSThomas Bogendoerfer#   erratum #28
2442b56d1cafSThomas Bogendoerfer#   "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
2443b56d1cafSThomas Bogendoerfer#   #19
2444b56d1cafSThomas Bogendoerfer#
2445b56d1cafSThomas Bogendoerfer# - A double-word or a variable shift may give an incorrect result
2446b56d1cafSThomas Bogendoerfer#   if executed while an integer multiplication is in progress:
2447b56d1cafSThomas Bogendoerfer#   "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2448b56d1cafSThomas Bogendoerfer#   errata #16 & #28
2449b56d1cafSThomas Bogendoerfer#
2450b56d1cafSThomas Bogendoerfer# - An integer division may give an incorrect result if started in
2451b56d1cafSThomas Bogendoerfer#   a delay slot of a taken branch or a jump:
2452b56d1cafSThomas Bogendoerfer#   "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
2453b56d1cafSThomas Bogendoerfer#   erratum #52
245420d60d99SMaciej W. Rozyckiconfig CPU_R4000_WORKAROUNDS
245520d60d99SMaciej W. Rozycki	bool
245620d60d99SMaciej W. Rozycki	select CPU_R4400_WORKAROUNDS
245720d60d99SMaciej W. Rozycki
2458b56d1cafSThomas Bogendoerfer# Work around certain R4400 CPU errata (as implemented by GCC):
2459b56d1cafSThomas Bogendoerfer#
2460b56d1cafSThomas Bogendoerfer# - A double-word or a variable shift may give an incorrect result
2461b56d1cafSThomas Bogendoerfer#   if executed immediately after starting an integer division:
2462b56d1cafSThomas Bogendoerfer#   "MIPS R4400MC Errata, Processor Revision 1.0", erratum #10
2463b56d1cafSThomas Bogendoerfer#   "MIPS R4400MC Errata, Processor Revision 2.0 & 3.0", erratum #4
246420d60d99SMaciej W. Rozyckiconfig CPU_R4400_WORKAROUNDS
246520d60d99SMaciej W. Rozycki	bool
246620d60d99SMaciej W. Rozycki
2467071d2f0bSPaul Burtonconfig CPU_R4X00_BUGS64
2468071d2f0bSPaul Burton	bool
2469071d2f0bSPaul Burton	default y if SYS_HAS_CPU_R4X00 && 64BIT && (TARGET_ISA_REV < 1)
2470071d2f0bSPaul Burton
24714edf00a4SPaul Burtonconfig MIPS_ASID_SHIFT
24724edf00a4SPaul Burton	int
2473455481fcSThomas Bogendoerfer	default 6 if CPU_R3000
24744edf00a4SPaul Burton	default 0
24754edf00a4SPaul Burton
24764edf00a4SPaul Burtonconfig MIPS_ASID_BITS
24774edf00a4SPaul Burton	int
24782db003a5SPaul Burton	default 0 if MIPS_ASID_BITS_VARIABLE
2479455481fcSThomas Bogendoerfer	default 6 if CPU_R3000
24804edf00a4SPaul Burton	default 8
24814edf00a4SPaul Burton
24822db003a5SPaul Burtonconfig MIPS_ASID_BITS_VARIABLE
24832db003a5SPaul Burton	bool
24842db003a5SPaul Burton
24854a5dc51eSMarcin Nowakowskiconfig MIPS_CRC_SUPPORT
24864a5dc51eSMarcin Nowakowski	bool
24874a5dc51eSMarcin Nowakowski
2488802b8362SThomas Bogendoerfer# R4600 erratum.  Due to the lack of errata information the exact
2489802b8362SThomas Bogendoerfer# technical details aren't known.  I've experimentally found that disabling
2490802b8362SThomas Bogendoerfer# interrupts during indexed I-cache flushes seems to be sufficient to deal
2491802b8362SThomas Bogendoerfer# with the issue.
2492802b8362SThomas Bogendoerferconfig WAR_R4600_V1_INDEX_ICACHEOP
2493802b8362SThomas Bogendoerfer	bool
2494802b8362SThomas Bogendoerfer
24955e5b6527SThomas Bogendoerfer# Pleasures of the R4600 V1.x.  Cite from the IDT R4600 V1.7 errata:
24965e5b6527SThomas Bogendoerfer#
24975e5b6527SThomas Bogendoerfer#  18. The CACHE instructions Hit_Writeback_Invalidate_D, Hit_Writeback_D,
24985e5b6527SThomas Bogendoerfer#      Hit_Invalidate_D and Create_Dirty_Excl_D should only be
24995e5b6527SThomas Bogendoerfer#      executed if there is no other dcache activity. If the dcache is
250018ff14c8SColin Ian King#      accessed for another instruction immediately preceding when these
25015e5b6527SThomas Bogendoerfer#      cache instructions are executing, it is possible that the dcache
25025e5b6527SThomas Bogendoerfer#      tag match outputs used by these cache instructions will be
25035e5b6527SThomas Bogendoerfer#      incorrect. These cache instructions should be preceded by at least
25045e5b6527SThomas Bogendoerfer#      four instructions that are not any kind of load or store
25055e5b6527SThomas Bogendoerfer#      instruction.
25065e5b6527SThomas Bogendoerfer#
25075e5b6527SThomas Bogendoerfer#      This is not allowed:    lw
25085e5b6527SThomas Bogendoerfer#                              nop
25095e5b6527SThomas Bogendoerfer#                              nop
25105e5b6527SThomas Bogendoerfer#                              nop
25115e5b6527SThomas Bogendoerfer#                              cache       Hit_Writeback_Invalidate_D
25125e5b6527SThomas Bogendoerfer#
25135e5b6527SThomas Bogendoerfer#      This is allowed:        lw
25145e5b6527SThomas Bogendoerfer#                              nop
25155e5b6527SThomas Bogendoerfer#                              nop
25165e5b6527SThomas Bogendoerfer#                              nop
25175e5b6527SThomas Bogendoerfer#                              nop
25185e5b6527SThomas Bogendoerfer#                              cache       Hit_Writeback_Invalidate_D
25195e5b6527SThomas Bogendoerferconfig WAR_R4600_V1_HIT_CACHEOP
25205e5b6527SThomas Bogendoerfer	bool
25215e5b6527SThomas Bogendoerfer
252244def342SThomas Bogendoerfer# Writeback and invalidate the primary cache dcache before DMA.
252344def342SThomas Bogendoerfer#
252444def342SThomas Bogendoerfer# R4600 v2.0 bug: "The CACHE instructions Hit_Writeback_Inv_D,
252544def342SThomas Bogendoerfer# Hit_Writeback_D, Hit_Invalidate_D and Create_Dirty_Exclusive_D will only
252644def342SThomas Bogendoerfer# operate correctly if the internal data cache refill buffer is empty.  These
252744def342SThomas Bogendoerfer# CACHE instructions should be separated from any potential data cache miss
252844def342SThomas Bogendoerfer# by a load instruction to an uncached address to empty the response buffer."
252944def342SThomas Bogendoerfer# (Revision 2.0 device errata from IDT available on https://www.idt.com/
253044def342SThomas Bogendoerfer# in .pdf format.)
253144def342SThomas Bogendoerferconfig WAR_R4600_V2_HIT_CACHEOP
253244def342SThomas Bogendoerfer	bool
253344def342SThomas Bogendoerfer
253424a1c023SThomas Bogendoerfer# From TX49/H2 manual: "If the instruction (i.e. CACHE) is issued for
253524a1c023SThomas Bogendoerfer# the line which this instruction itself exists, the following
253624a1c023SThomas Bogendoerfer# operation is not guaranteed."
253724a1c023SThomas Bogendoerfer#
253824a1c023SThomas Bogendoerfer# Workaround: do two phase flushing for Index_Invalidate_I
253924a1c023SThomas Bogendoerferconfig WAR_TX49XX_ICACHE_INDEX_INV
254024a1c023SThomas Bogendoerfer	bool
254124a1c023SThomas Bogendoerfer
2542886ee136SThomas Bogendoerfer# The RM7000 processors and the E9000 cores have a bug (though PMC-Sierra
2543886ee136SThomas Bogendoerfer# opposes it being called that) where invalid instructions in the same
2544886ee136SThomas Bogendoerfer# I-cache line worth of instructions being fetched may case spurious
2545886ee136SThomas Bogendoerfer# exceptions.
2546886ee136SThomas Bogendoerferconfig WAR_ICACHE_REFILLS
2547886ee136SThomas Bogendoerfer	bool
2548886ee136SThomas Bogendoerfer
2549256ec489SThomas Bogendoerfer# On the R10000 up to version 2.6 (not sure about 2.7) there is a bug that
2550256ec489SThomas Bogendoerfer# may cause ll / sc and lld / scd sequences to execute non-atomically.
2551256ec489SThomas Bogendoerferconfig WAR_R10000_LLSC
2552256ec489SThomas Bogendoerfer	bool
2553256ec489SThomas Bogendoerfer
2554a7fbed98SThomas Bogendoerfer# 34K core erratum: "Problems Executing the TLBR Instruction"
2555a7fbed98SThomas Bogendoerferconfig WAR_MIPS34K_MISSED_ITLB
2556a7fbed98SThomas Bogendoerfer	bool
2557a7fbed98SThomas Bogendoerfer
255820d60d99SMaciej W. Rozycki#
25591da177e4SLinus Torvalds# - Highmem only makes sense for the 32-bit kernel.
25601da177e4SLinus Torvalds# - The current highmem code will only work properly on physically indexed
25611da177e4SLinus Torvalds#   caches such as R3000, SB1, R7000 or those that look like they're virtually
25621da177e4SLinus Torvalds#   indexed such as R4000/R4400 SC and MC versions or R10000.  So for the
25631da177e4SLinus Torvalds#   moment we protect the user and offer the highmem option only on machines
25641da177e4SLinus Torvalds#   where it's known to be safe.  This will not offer highmem on a few systems
25651da177e4SLinus Torvalds#   such as MIPS32 and MIPS64 CPUs which may have virtual and physically
25661da177e4SLinus Torvalds#   indexed CPUs but we're playing safe.
2567797798c1SRalf Baechle# - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
2568797798c1SRalf Baechle#   know they might have memory configurations that could make use of highmem
2569797798c1SRalf Baechle#   support.
25701da177e4SLinus Torvalds#
25711da177e4SLinus Torvaldsconfig HIGHMEM
25721da177e4SLinus Torvalds	bool "High Memory Support"
2573a6e18781SLeonid Yegoshin	depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM && !CPU_MIPS32_3_5_EVA
2574a4c33e83SThomas Gleixner	select KMAP_LOCAL
2575797798c1SRalf Baechle
2576797798c1SRalf Baechleconfig CPU_SUPPORTS_HIGHMEM
2577797798c1SRalf Baechle	bool
2578797798c1SRalf Baechle
2579797798c1SRalf Baechleconfig SYS_SUPPORTS_HIGHMEM
2580797798c1SRalf Baechle	bool
25811da177e4SLinus Torvalds
25829693a853SFranck Bui-Huuconfig SYS_SUPPORTS_SMARTMIPS
25839693a853SFranck Bui-Huu	bool
25849693a853SFranck Bui-Huu
2585a6a4834cSSteven J. Hillconfig SYS_SUPPORTS_MICROMIPS
2586a6a4834cSSteven J. Hill	bool
2587a6a4834cSSteven J. Hill
2588377cb1b6SRalf Baechleconfig SYS_SUPPORTS_MIPS16
2589377cb1b6SRalf Baechle	bool
2590377cb1b6SRalf Baechle	help
2591377cb1b6SRalf Baechle	  This option must be set if a kernel might be executed on a MIPS16-
2592377cb1b6SRalf Baechle	  enabled CPU even if MIPS16 is not actually being used.  In other
2593377cb1b6SRalf Baechle	  words, it makes the kernel MIPS16-tolerant.
2594377cb1b6SRalf Baechle
2595a5e9a69eSPaul Burtonconfig CPU_SUPPORTS_MSA
2596a5e9a69eSPaul Burton	bool
2597a5e9a69eSPaul Burton
2598b4819b59SYoichi Yuasaconfig ARCH_FLATMEM_ENABLE
2599b4819b59SYoichi Yuasa	def_bool y
2600268a2d60SJiaxun Yang	depends on !NUMA && !CPU_LOONGSON2EF
2601b4819b59SYoichi Yuasa
2602b1c6cd42SAtsushi Nemotoconfig ARCH_SPARSEMEM_ENABLE
2603b1c6cd42SAtsushi Nemoto	bool
260431473747SAtsushi Nemoto
2605d8cb4e11SRalf Baechleconfig NUMA
2606d8cb4e11SRalf Baechle	bool "NUMA Support"
2607d8cb4e11SRalf Baechle	depends on SYS_SUPPORTS_NUMA
2608cf8194e4STiezhu Yang	select SMP
26097ecd19cfSKefeng Wang	select HAVE_SETUP_PER_CPU_AREA
26107ecd19cfSKefeng Wang	select NEED_PER_CPU_EMBED_FIRST_CHUNK
2611d8cb4e11SRalf Baechle	help
2612d8cb4e11SRalf Baechle	  Say Y to compile the kernel to support NUMA (Non-Uniform Memory
2613d8cb4e11SRalf Baechle	  Access).  This option improves performance on systems with more
2614d8cb4e11SRalf Baechle	  than two nodes; on two node systems it is generally better to
2615172a37e9SRandy Dunlap	  leave it disabled; on single node systems leave this option
2616d8cb4e11SRalf Baechle	  disabled.
2617d8cb4e11SRalf Baechle
2618d8cb4e11SRalf Baechleconfig SYS_SUPPORTS_NUMA
2619d8cb4e11SRalf Baechle	bool
2620d8cb4e11SRalf Baechle
2621f8f9f21cSFeiyang Chenconfig HAVE_ARCH_NODEDATA_EXTENSION
2622f8f9f21cSFeiyang Chen	bool
2623f8f9f21cSFeiyang Chen
26248c530ea3SMatt Redfearnconfig RELOCATABLE
26258c530ea3SMatt Redfearn	bool "Relocatable kernel"
2626ab7c01fdSSerge Semin	depends on SYS_SUPPORTS_RELOCATABLE
2627ab7c01fdSSerge Semin	depends on CPU_MIPS32_R2 || CPU_MIPS64_R2 || \
2628ab7c01fdSSerge Semin		   CPU_MIPS32_R5 || CPU_MIPS64_R5 || \
2629ab7c01fdSSerge Semin		   CPU_MIPS32_R6 || CPU_MIPS64_R6 || \
2630a307a4ceSJinyang He		   CPU_P5600 || CAVIUM_OCTEON_SOC || \
2631a307a4ceSJinyang He		   CPU_LOONGSON64
26328c530ea3SMatt Redfearn	help
26338c530ea3SMatt Redfearn	  This builds a kernel image that retains relocation information
26348c530ea3SMatt Redfearn	  so it can be loaded someplace besides the default 1MB.
26358c530ea3SMatt Redfearn	  The relocations make the kernel binary about 15% larger,
26368c530ea3SMatt Redfearn	  but are discarded at runtime
26378c530ea3SMatt Redfearn
2638069fd766SMatt Redfearnconfig RELOCATION_TABLE_SIZE
2639069fd766SMatt Redfearn	hex "Relocation table size"
2640069fd766SMatt Redfearn	depends on RELOCATABLE
2641069fd766SMatt Redfearn	range 0x0 0x01000000
2642a307a4ceSJinyang He	default "0x00200000" if CPU_LOONGSON64
2643069fd766SMatt Redfearn	default "0x00100000"
2644a7f7f624SMasahiro Yamada	help
2645069fd766SMatt Redfearn	  A table of relocation data will be appended to the kernel binary
2646069fd766SMatt Redfearn	  and parsed at boot to fix up the relocated kernel.
2647069fd766SMatt Redfearn
2648069fd766SMatt Redfearn	  This option allows the amount of space reserved for the table to be
2649069fd766SMatt Redfearn	  adjusted, although the default of 1Mb should be ok in most cases.
2650069fd766SMatt Redfearn
2651069fd766SMatt Redfearn	  The build will fail and a valid size suggested if this is too small.
2652069fd766SMatt Redfearn
2653069fd766SMatt Redfearn	  If unsure, leave at the default value.
2654069fd766SMatt Redfearn
2655405bc8fdSMatt Redfearnconfig RANDOMIZE_BASE
2656405bc8fdSMatt Redfearn	bool "Randomize the address of the kernel image"
2657405bc8fdSMatt Redfearn	depends on RELOCATABLE
2658a7f7f624SMasahiro Yamada	help
2659405bc8fdSMatt Redfearn	  Randomizes the physical and virtual address at which the
2660405bc8fdSMatt Redfearn	  kernel image is loaded, as a security feature that
2661405bc8fdSMatt Redfearn	  deters exploit attempts relying on knowledge of the location
2662405bc8fdSMatt Redfearn	  of kernel internals.
2663405bc8fdSMatt Redfearn
2664405bc8fdSMatt Redfearn	  Entropy is generated using any coprocessor 0 registers available.
2665405bc8fdSMatt Redfearn
2666405bc8fdSMatt Redfearn	  The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET.
2667405bc8fdSMatt Redfearn
2668405bc8fdSMatt Redfearn	  If unsure, say N.
2669405bc8fdSMatt Redfearn
2670405bc8fdSMatt Redfearnconfig RANDOMIZE_BASE_MAX_OFFSET
2671405bc8fdSMatt Redfearn	hex "Maximum kASLR offset" if EXPERT
2672405bc8fdSMatt Redfearn	depends on RANDOMIZE_BASE
2673405bc8fdSMatt Redfearn	range 0x0 0x40000000 if EVA || 64BIT
2674405bc8fdSMatt Redfearn	range 0x0 0x08000000
2675405bc8fdSMatt Redfearn	default "0x01000000"
2676a7f7f624SMasahiro Yamada	help
2677405bc8fdSMatt Redfearn	  When kASLR is active, this provides the maximum offset that will
2678405bc8fdSMatt Redfearn	  be applied to the kernel image. It should be set according to the
2679405bc8fdSMatt Redfearn	  amount of physical RAM available in the target system minus
2680405bc8fdSMatt Redfearn	  PHYSICAL_START and must be a power of 2.
2681405bc8fdSMatt Redfearn
2682405bc8fdSMatt Redfearn	  This is limited by the size of KSEG0, 256Mb on 32-bit or 1Gb with
2683405bc8fdSMatt Redfearn	  EVA or 64-bit. The default is 16Mb.
2684405bc8fdSMatt Redfearn
2685c80d79d7SYasunori Gotoconfig NODES_SHIFT
2686c80d79d7SYasunori Goto	int
2687c80d79d7SYasunori Goto	default "6"
2688a9ee6cf5SMike Rapoport	depends on NUMA
2689c80d79d7SYasunori Goto
269014f70012SDeng-Cheng Zhuconfig HW_PERF_EVENTS
269114f70012SDeng-Cheng Zhu	bool "Enable hardware performance counter support for perf events"
269295b8a5e0SThomas Bogendoerfer	depends on PERF_EVENTS && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_LOONGSON64)
269314f70012SDeng-Cheng Zhu	default y
269414f70012SDeng-Cheng Zhu	help
269514f70012SDeng-Cheng Zhu	  Enable hardware performance counter support for perf events. If
269614f70012SDeng-Cheng Zhu	  disabled, perf events will use software events only.
269714f70012SDeng-Cheng Zhu
2698be8fa1cbSTiezhu Yangconfig DMI
2699be8fa1cbSTiezhu Yang	bool "Enable DMI scanning"
2700be8fa1cbSTiezhu Yang	depends on MACH_LOONGSON64
2701be8fa1cbSTiezhu Yang	select DMI_SCAN_MACHINE_NON_EFI_FALLBACK
2702be8fa1cbSTiezhu Yang	default y
2703be8fa1cbSTiezhu Yang	help
2704be8fa1cbSTiezhu Yang	  Enabled scanning of DMI to identify machine quirks. Say Y
2705be8fa1cbSTiezhu Yang	  here unless you have verified that your setup is not
2706be8fa1cbSTiezhu Yang	  affected by entries in the DMI blacklist. Required by PNP
2707be8fa1cbSTiezhu Yang	  BIOS code.
2708be8fa1cbSTiezhu Yang
27091da177e4SLinus Torvaldsconfig SMP
27101da177e4SLinus Torvalds	bool "Multi-Processing support"
2711e73ea273SRalf Baechle	depends on SYS_SUPPORTS_SMP
2712e73ea273SRalf Baechle	help
27131da177e4SLinus Torvalds	  This enables support for systems with more than one CPU. If you have
27144a474157SRobert Graffham	  a system with only one CPU, say N. If you have a system with more
27154a474157SRobert Graffham	  than one CPU, say Y.
27161da177e4SLinus Torvalds
27174a474157SRobert Graffham	  If you say N here, the kernel will run on uni- and multiprocessor
27181da177e4SLinus Torvalds	  machines, but will use only one CPU of a multiprocessor machine. If
27191da177e4SLinus Torvalds	  you say Y here, the kernel will run on many, but not all,
27204a474157SRobert Graffham	  uniprocessor machines. On a uniprocessor machine, the kernel
27211da177e4SLinus Torvalds	  will run faster if you say N here.
27221da177e4SLinus Torvalds
27231da177e4SLinus Torvalds	  People using multiprocessor machines who say Y here should also say
27241da177e4SLinus Torvalds	  Y to "Enhanced Real Time Clock Support", below.
27251da177e4SLinus Torvalds
272603502faaSAdrian Bunk	  See also the SMP-HOWTO available at
2727ef054ad3SAlexander A. Klimov	  <https://www.tldp.org/docs.html#howto>.
27281da177e4SLinus Torvalds
27291da177e4SLinus Torvalds	  If you don't know what to do here, say N.
27301da177e4SLinus Torvalds
27317840d618SMatt Redfearnconfig HOTPLUG_CPU
27327840d618SMatt Redfearn	bool "Support for hot-pluggable CPUs"
27337840d618SMatt Redfearn	depends on SMP && SYS_SUPPORTS_HOTPLUG_CPU
27347840d618SMatt Redfearn	help
27357840d618SMatt Redfearn	  Say Y here to allow turning CPUs off and on. CPUs can be
27367840d618SMatt Redfearn	  controlled through /sys/devices/system/cpu.
27377840d618SMatt Redfearn	  (Note: power management support will enable this option
27387840d618SMatt Redfearn	    automatically on SMP systems. )
27397840d618SMatt Redfearn	  Say N if you want to disable CPU hotplug.
27407840d618SMatt Redfearn
274187353d8aSRalf Baechleconfig SMP_UP
274287353d8aSRalf Baechle	bool
274387353d8aSRalf Baechle
27440ee958e1SPaul Burtonconfig SYS_SUPPORTS_MIPS_CPS
27450ee958e1SPaul Burton	bool
27460ee958e1SPaul Burton
2747e73ea273SRalf Baechleconfig SYS_SUPPORTS_SMP
2748e73ea273SRalf Baechle	bool
2749e73ea273SRalf Baechle
2750130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_4
2751130e2fb7SRalf Baechle	bool
2752130e2fb7SRalf Baechle
2753130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_8
2754130e2fb7SRalf Baechle	bool
2755130e2fb7SRalf Baechle
2756130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_16
2757130e2fb7SRalf Baechle	bool
2758130e2fb7SRalf Baechle
2759130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_32
2760130e2fb7SRalf Baechle	bool
2761130e2fb7SRalf Baechle
2762130e2fb7SRalf Baechleconfig NR_CPUS_DEFAULT_64
2763130e2fb7SRalf Baechle	bool
2764130e2fb7SRalf Baechle
27651da177e4SLinus Torvaldsconfig NR_CPUS
2766a91796a9SJayachandran C	int "Maximum number of CPUs (2-256)"
2767a91796a9SJayachandran C	range 2 256
27681da177e4SLinus Torvalds	depends on SMP
2769130e2fb7SRalf Baechle	default "4" if NR_CPUS_DEFAULT_4
2770130e2fb7SRalf Baechle	default "8" if NR_CPUS_DEFAULT_8
2771130e2fb7SRalf Baechle	default "16" if NR_CPUS_DEFAULT_16
2772130e2fb7SRalf Baechle	default "32" if NR_CPUS_DEFAULT_32
2773130e2fb7SRalf Baechle	default "64" if NR_CPUS_DEFAULT_64
27741da177e4SLinus Torvalds	help
27751da177e4SLinus Torvalds	  This allows you to specify the maximum number of CPUs which this
27761da177e4SLinus Torvalds	  kernel will support.  The maximum supported value is 32 for 32-bit
27771da177e4SLinus Torvalds	  kernel and 64 for 64-bit kernels; the minimum value which makes
277872ede9b1SAtsushi Nemoto	  sense is 1 for Qemu (useful only for kernel debugging purposes)
277972ede9b1SAtsushi Nemoto	  and 2 for all others.
27801da177e4SLinus Torvalds
27811da177e4SLinus Torvalds	  This is purely to save memory - each supported CPU adds
278272ede9b1SAtsushi Nemoto	  approximately eight kilobytes to the kernel image.  For best
278372ede9b1SAtsushi Nemoto	  performance should round up your number of processors to the next
278472ede9b1SAtsushi Nemoto	  power of two.
27851da177e4SLinus Torvalds
2786399aaa25SAl Cooperconfig MIPS_PERF_SHARED_TC_COUNTERS
2787399aaa25SAl Cooper	bool
2788399aaa25SAl Cooper
27897820b84bSDavid Daneyconfig MIPS_NR_CPU_NR_MAP_1024
27907820b84bSDavid Daney	bool
27917820b84bSDavid Daney
27927820b84bSDavid Daneyconfig MIPS_NR_CPU_NR_MAP
27937820b84bSDavid Daney	int
27947820b84bSDavid Daney	depends on SMP
27957820b84bSDavid Daney	default 1024 if MIPS_NR_CPU_NR_MAP_1024
27967820b84bSDavid Daney	default NR_CPUS if !MIPS_NR_CPU_NR_MAP_1024
27977820b84bSDavid Daney
27981723b4a3SAtsushi Nemoto#
27991723b4a3SAtsushi Nemoto# Timer Interrupt Frequency Configuration
28001723b4a3SAtsushi Nemoto#
28011723b4a3SAtsushi Nemoto
28021723b4a3SAtsushi Nemotochoice
28031723b4a3SAtsushi Nemoto	prompt "Timer frequency"
28041723b4a3SAtsushi Nemoto	default HZ_250
28051723b4a3SAtsushi Nemoto	help
28061723b4a3SAtsushi Nemoto	  Allows the configuration of the timer frequency.
28071723b4a3SAtsushi Nemoto
280867596573SPaul Burton	config HZ_24
280967596573SPaul Burton		bool "24 HZ" if SYS_SUPPORTS_24HZ || SYS_SUPPORTS_ARBIT_HZ
281067596573SPaul Burton
28111723b4a3SAtsushi Nemoto	config HZ_48
28120f873585SRalf Baechle		bool "48 HZ" if SYS_SUPPORTS_48HZ || SYS_SUPPORTS_ARBIT_HZ
28131723b4a3SAtsushi Nemoto
28141723b4a3SAtsushi Nemoto	config HZ_100
28151723b4a3SAtsushi Nemoto		bool "100 HZ" if SYS_SUPPORTS_100HZ || SYS_SUPPORTS_ARBIT_HZ
28161723b4a3SAtsushi Nemoto
28171723b4a3SAtsushi Nemoto	config HZ_128
28181723b4a3SAtsushi Nemoto		bool "128 HZ" if SYS_SUPPORTS_128HZ || SYS_SUPPORTS_ARBIT_HZ
28191723b4a3SAtsushi Nemoto
28201723b4a3SAtsushi Nemoto	config HZ_250
28211723b4a3SAtsushi Nemoto		bool "250 HZ" if SYS_SUPPORTS_250HZ || SYS_SUPPORTS_ARBIT_HZ
28221723b4a3SAtsushi Nemoto
28231723b4a3SAtsushi Nemoto	config HZ_256
28241723b4a3SAtsushi Nemoto		bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
28251723b4a3SAtsushi Nemoto
28261723b4a3SAtsushi Nemoto	config HZ_1000
28271723b4a3SAtsushi Nemoto		bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
28281723b4a3SAtsushi Nemoto
28291723b4a3SAtsushi Nemoto	config HZ_1024
28301723b4a3SAtsushi Nemoto		bool "1024 HZ" if SYS_SUPPORTS_1024HZ || SYS_SUPPORTS_ARBIT_HZ
28311723b4a3SAtsushi Nemoto
28321723b4a3SAtsushi Nemotoendchoice
28331723b4a3SAtsushi Nemoto
283467596573SPaul Burtonconfig SYS_SUPPORTS_24HZ
283567596573SPaul Burton	bool
283667596573SPaul Burton
28371723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_48HZ
28381723b4a3SAtsushi Nemoto	bool
28391723b4a3SAtsushi Nemoto
28401723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_100HZ
28411723b4a3SAtsushi Nemoto	bool
28421723b4a3SAtsushi Nemoto
28431723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_128HZ
28441723b4a3SAtsushi Nemoto	bool
28451723b4a3SAtsushi Nemoto
28461723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_250HZ
28471723b4a3SAtsushi Nemoto	bool
28481723b4a3SAtsushi Nemoto
28491723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_256HZ
28501723b4a3SAtsushi Nemoto	bool
28511723b4a3SAtsushi Nemoto
28521723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1000HZ
28531723b4a3SAtsushi Nemoto	bool
28541723b4a3SAtsushi Nemoto
28551723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_1024HZ
28561723b4a3SAtsushi Nemoto	bool
28571723b4a3SAtsushi Nemoto
28581723b4a3SAtsushi Nemotoconfig SYS_SUPPORTS_ARBIT_HZ
28591723b4a3SAtsushi Nemoto	bool
286067596573SPaul Burton	default y if !SYS_SUPPORTS_24HZ && \
286167596573SPaul Burton		     !SYS_SUPPORTS_48HZ && \
286267596573SPaul Burton		     !SYS_SUPPORTS_100HZ && \
286367596573SPaul Burton		     !SYS_SUPPORTS_128HZ && \
286467596573SPaul Burton		     !SYS_SUPPORTS_250HZ && \
286567596573SPaul Burton		     !SYS_SUPPORTS_256HZ && \
286667596573SPaul Burton		     !SYS_SUPPORTS_1000HZ && \
28671723b4a3SAtsushi Nemoto		     !SYS_SUPPORTS_1024HZ
28681723b4a3SAtsushi Nemoto
28691723b4a3SAtsushi Nemotoconfig HZ
28701723b4a3SAtsushi Nemoto	int
287167596573SPaul Burton	default 24 if HZ_24
28721723b4a3SAtsushi Nemoto	default 48 if HZ_48
28731723b4a3SAtsushi Nemoto	default 100 if HZ_100
28741723b4a3SAtsushi Nemoto	default 128 if HZ_128
28751723b4a3SAtsushi Nemoto	default 250 if HZ_250
28761723b4a3SAtsushi Nemoto	default 256 if HZ_256
28771723b4a3SAtsushi Nemoto	default 1000 if HZ_1000
28781723b4a3SAtsushi Nemoto	default 1024 if HZ_1024
28791723b4a3SAtsushi Nemoto
288096685b17SDeng-Cheng Zhuconfig SCHED_HRTICK
288196685b17SDeng-Cheng Zhu	def_bool HIGH_RES_TIMERS
288296685b17SDeng-Cheng Zhu
2883571feed5SEric DeVolderconfig ARCH_SUPPORTS_KEXEC
2884571feed5SEric DeVolder	def_bool y
2885ea6e942bSAtsushi Nemoto
2886571feed5SEric DeVolderconfig ARCH_SUPPORTS_CRASH_DUMP
2887571feed5SEric DeVolder	def_bool y
28887aa1c8f4SRalf Baechle
28897aa1c8f4SRalf Baechleconfig PHYSICAL_START
28907aa1c8f4SRalf Baechle	hex "Physical address where the kernel is loaded"
28918bda3e26SMaciej W. Rozycki	default "0xffffffff84000000"
28927aa1c8f4SRalf Baechle	depends on CRASH_DUMP
28937aa1c8f4SRalf Baechle	help
28947aa1c8f4SRalf Baechle	  This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
28957aa1c8f4SRalf Baechle	  If you plan to use kernel for capturing the crash dump change
28967aa1c8f4SRalf Baechle	  this value to start of the reserved region (the "X" value as
28977aa1c8f4SRalf Baechle	  specified in the "crashkernel=YM@XM" command line boot parameter
28987aa1c8f4SRalf Baechle	  passed to the panic-ed kernel).
28997aa1c8f4SRalf Baechle
2900597ce172SPaul Burtonconfig MIPS_O32_FP64_SUPPORT
2901b7f1e273SPaul Burton	bool "Support for O32 binaries using 64-bit FP" if !CPU_MIPSR6
2902597ce172SPaul Burton	depends on 32BIT || MIPS32_O32
2903597ce172SPaul Burton	help
2904597ce172SPaul Burton	  When this is enabled, the kernel will support use of 64-bit floating
2905597ce172SPaul Burton	  point registers with binaries using the O32 ABI along with the
2906597ce172SPaul Burton	  EF_MIPS_FP64 ELF header flag (typically built with -mfp64). On
2907597ce172SPaul Burton	  32-bit MIPS systems this support is at the cost of increasing the
2908597ce172SPaul Burton	  size and complexity of the compiled FPU emulator. Thus if you are
2909597ce172SPaul Burton	  running a MIPS32 system and know that none of your userland binaries
2910597ce172SPaul Burton	  will require 64-bit floating point, you may wish to reduce the size
2911597ce172SPaul Burton	  of your kernel & potentially improve FP emulation performance by
2912597ce172SPaul Burton	  saying N here.
2913597ce172SPaul Burton
291406e2e882SPaul Burton	  Although binutils currently supports use of this flag the details
291506e2e882SPaul Burton	  concerning its effect upon the O32 ABI in userland are still being
291618ff14c8SColin Ian King	  worked on. In order to avoid userland becoming dependent upon current
291706e2e882SPaul Burton	  behaviour before the details have been finalised, this option should
291806e2e882SPaul Burton	  be considered experimental and only enabled by those working upon
291906e2e882SPaul Burton	  said details.
292006e2e882SPaul Burton
292106e2e882SPaul Burton	  If unsure, say N.
2922597ce172SPaul Burton
2923f2ffa5abSDezhong Diaoconfig USE_OF
29240b3e06fdSJonas Gorski	bool
2925f2ffa5abSDezhong Diao	select OF
2926e6ce1324SStephen Neuendorffer	select OF_EARLY_FLATTREE
2927abd2363fSGrant Likely	select IRQ_DOMAIN
2928f2ffa5abSDezhong Diao
29292fe8ea39SDengcheng Zhuconfig UHI_BOOT
29302fe8ea39SDengcheng Zhu	bool
29312fe8ea39SDengcheng Zhu
29327fafb068SAndrew Brestickerconfig BUILTIN_DTB
29337fafb068SAndrew Bresticker	bool
29347fafb068SAndrew Bresticker
29351da8f179SJonas Gorskichoice
29365b24d52cSJonas Gorski	prompt "Kernel appended dtb support" if USE_OF
29371da8f179SJonas Gorski	default MIPS_NO_APPENDED_DTB
29381da8f179SJonas Gorski
29391da8f179SJonas Gorski	config MIPS_NO_APPENDED_DTB
29401da8f179SJonas Gorski		bool "None"
29411da8f179SJonas Gorski		help
29421da8f179SJonas Gorski		  Do not enable appended dtb support.
29431da8f179SJonas Gorski
294487db537dSAaro Koskinen	config MIPS_ELF_APPENDED_DTB
294587db537dSAaro Koskinen		bool "vmlinux"
294687db537dSAaro Koskinen		help
294787db537dSAaro Koskinen		  With this option, the boot code will look for a device tree binary
294887db537dSAaro Koskinen		  DTB) included in the vmlinux ELF section .appended_dtb. By default
294987db537dSAaro Koskinen		  it is empty and the DTB can be appended using binutils command
295087db537dSAaro Koskinen		  objcopy:
295187db537dSAaro Koskinen
295287db537dSAaro Koskinen		    objcopy --update-section .appended_dtb=<filename>.dtb vmlinux
295387db537dSAaro Koskinen
295418ff14c8SColin Ian King		  This is meant as a backward compatibility convenience for those
295587db537dSAaro Koskinen		  systems with a bootloader that can't be upgraded to accommodate
295687db537dSAaro Koskinen		  the documented boot protocol using a device tree.
295787db537dSAaro Koskinen
29581da8f179SJonas Gorski	config MIPS_RAW_APPENDED_DTB
2959b8f54f2cSJonas Gorski		bool "vmlinux.bin or vmlinuz.bin"
29601da8f179SJonas Gorski		help
29611da8f179SJonas Gorski		  With this option, the boot code will look for a device tree binary
2962b8f54f2cSJonas Gorski		  DTB) appended to raw vmlinux.bin or vmlinuz.bin.
29631da8f179SJonas Gorski		  (e.g. cat vmlinux.bin <filename>.dtb > vmlinux_w_dtb).
29641da8f179SJonas Gorski
29651da8f179SJonas Gorski		  This is meant as a backward compatibility convenience for those
29661da8f179SJonas Gorski		  systems with a bootloader that can't be upgraded to accommodate
29671da8f179SJonas Gorski		  the documented boot protocol using a device tree.
29681da8f179SJonas Gorski
29691da8f179SJonas Gorski		  Beware that there is very little in terms of protection against
29701da8f179SJonas Gorski		  this option being confused by leftover garbage in memory that might
29711da8f179SJonas Gorski		  look like a DTB header after a reboot if no actual DTB is appended
29721da8f179SJonas Gorski		  to vmlinux.bin.  Do not leave this option active in a production kernel
29731da8f179SJonas Gorski		  if you don't intend to always append a DTB.
29741da8f179SJonas Gorskiendchoice
29751da8f179SJonas Gorski
29762024972eSJonas Gorskichoice
29772024972eSJonas Gorski	prompt "Kernel command line type" if !CMDLINE_OVERRIDE
29782bcef9b4SJonas Gorski	default MIPS_CMDLINE_FROM_DTB if USE_OF && !ATH79 && !MACH_INGENIC && \
297987fcfa7bSJiaxun Yang					 !MACH_LOONGSON64 && !MIPS_MALTA && \
29802bcef9b4SJonas Gorski					 !CAVIUM_OCTEON_SOC
29812024972eSJonas Gorski	default MIPS_CMDLINE_FROM_BOOTLOADER
29822024972eSJonas Gorski
29832024972eSJonas Gorski	config MIPS_CMDLINE_FROM_DTB
29842024972eSJonas Gorski		depends on USE_OF
29852024972eSJonas Gorski		bool "Dtb kernel arguments if available"
29862024972eSJonas Gorski
29872024972eSJonas Gorski	config MIPS_CMDLINE_DTB_EXTEND
29882024972eSJonas Gorski		depends on USE_OF
29892024972eSJonas Gorski		bool "Extend dtb kernel arguments with bootloader arguments"
29902024972eSJonas Gorski
29912024972eSJonas Gorski	config MIPS_CMDLINE_FROM_BOOTLOADER
29922024972eSJonas Gorski		bool "Bootloader kernel arguments if available"
2993ed47e153SRabin Vincent
2994ed47e153SRabin Vincent	config MIPS_CMDLINE_BUILTIN_EXTEND
2995ed47e153SRabin Vincent		depends on CMDLINE_BOOL
2996ed47e153SRabin Vincent		bool "Extend builtin kernel arguments with bootloader arguments"
29972024972eSJonas Gorskiendchoice
29982024972eSJonas Gorski
29995e83d430SRalf Baechleendmenu
30005e83d430SRalf Baechle
30011df0f0ffSAtsushi Nemotoconfig LOCKDEP_SUPPORT
30021df0f0ffSAtsushi Nemoto	bool
30031df0f0ffSAtsushi Nemoto	default y
30041df0f0ffSAtsushi Nemoto
30051df0f0ffSAtsushi Nemotoconfig STACKTRACE_SUPPORT
30061df0f0ffSAtsushi Nemoto	bool
30071df0f0ffSAtsushi Nemoto	default y
30081df0f0ffSAtsushi Nemoto
3009a728ab52SKirill A. Shutemovconfig PGTABLE_LEVELS
3010a728ab52SKirill A. Shutemov	int
30113377e227SAlex Belits	default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
301241ce097fSHuang Pei	default 3 if 64BIT && (!PAGE_SIZE_64KB || MIPS_VA_BITS_48)
3013a728ab52SKirill A. Shutemov	default 2
3014a728ab52SKirill A. Shutemov
30156c359eb1SPaul Burtonconfig MIPS_AUTO_PFN_OFFSET
30166c359eb1SPaul Burton	bool
30176c359eb1SPaul Burton
30181da177e4SLinus Torvaldsmenu "Bus options (PCI, PCMCIA, EISA, ISA, TC)"
30191da177e4SLinus Torvalds
3020c5611df9SPaul Burtonconfig PCI_DRIVERS_GENERIC
30212eac9c2dSChristoph Hellwig	select PCI_DOMAINS_GENERIC if PCI
3022c5611df9SPaul Burton	bool
3023c5611df9SPaul Burton
3024c5611df9SPaul Burtonconfig PCI_DRIVERS_LEGACY
3025c5611df9SPaul Burton	def_bool !PCI_DRIVERS_GENERIC
3026c5611df9SPaul Burton	select NO_GENERIC_PCI_IOPORT_MAP
30272eac9c2dSChristoph Hellwig	select PCI_DOMAINS if PCI
30281da177e4SLinus Torvalds
30291da177e4SLinus Torvalds#
30301da177e4SLinus Torvalds# ISA support is now enabled via select.  Too many systems still have the one
30311da177e4SLinus Torvalds# or other ISA chip on the board that users don't know about so don't expect
30321da177e4SLinus Torvalds# users to choose the right thing ...
30331da177e4SLinus Torvalds#
30341da177e4SLinus Torvaldsconfig ISA
30351da177e4SLinus Torvalds	bool
30361da177e4SLinus Torvalds
30371da177e4SLinus Torvaldsconfig TC
30381da177e4SLinus Torvalds	bool "TURBOchannel support"
30391da177e4SLinus Torvalds	depends on MACH_DECSTATION
30401da177e4SLinus Torvalds	help
304150a23e6eSJustin P. Mattock	  TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
304250a23e6eSJustin P. Mattock	  processors.  TURBOchannel programming specifications are available
304350a23e6eSJustin P. Mattock	  at:
304450a23e6eSJustin P. Mattock	  <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
304550a23e6eSJustin P. Mattock	  and:
304650a23e6eSJustin P. Mattock	  <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
304750a23e6eSJustin P. Mattock	  Linux driver support status is documented at:
304850a23e6eSJustin P. Mattock	  <http://www.linux-mips.org/wiki/DECstation>
30491da177e4SLinus Torvalds
30501da177e4SLinus Torvaldsconfig MMU
30511da177e4SLinus Torvalds	bool
30521da177e4SLinus Torvalds	default y
30531da177e4SLinus Torvalds
3054109c32ffSMatt Redfearnconfig ARCH_MMAP_RND_BITS_MIN
3055109c32ffSMatt Redfearn	default 12 if 64BIT
3056109c32ffSMatt Redfearn	default 8
3057109c32ffSMatt Redfearn
3058109c32ffSMatt Redfearnconfig ARCH_MMAP_RND_BITS_MAX
3059109c32ffSMatt Redfearn	default 18 if 64BIT
3060109c32ffSMatt Redfearn	default 15
3061109c32ffSMatt Redfearn
3062109c32ffSMatt Redfearnconfig ARCH_MMAP_RND_COMPAT_BITS_MIN
3063109c32ffSMatt Redfearn	default 8
3064109c32ffSMatt Redfearn
3065109c32ffSMatt Redfearnconfig ARCH_MMAP_RND_COMPAT_BITS_MAX
3066109c32ffSMatt Redfearn	default 15
3067109c32ffSMatt Redfearn
3068d865bea4SRalf Baechleconfig I8253
3069d865bea4SRalf Baechle	bool
3070798778b8SRussell King	select CLKSRC_I8253
30712d02612fSThomas Gleixner	select CLKEVT_I8253
30729726b43aSWu Zhangjin	select MIPS_EXTERNAL_TIMER
30731da177e4SLinus Torvaldsendmenu
30741da177e4SLinus Torvalds
30751da177e4SLinus Torvaldsconfig TRAD_SIGNALS
30761da177e4SLinus Torvalds	bool
30771da177e4SLinus Torvalds
30781da177e4SLinus Torvaldsconfig MIPS32_COMPAT
307978aaf956SRalf Baechle	bool
30801da177e4SLinus Torvalds
30811da177e4SLinus Torvaldsconfig COMPAT
30821da177e4SLinus Torvalds	bool
30831da177e4SLinus Torvalds
30841da177e4SLinus Torvaldsconfig MIPS32_O32
30851da177e4SLinus Torvalds	bool "Kernel support for o32 binaries"
308678aaf956SRalf Baechle	depends on 64BIT
308778aaf956SRalf Baechle	select ARCH_WANT_OLD_COMPAT_IPC
308878aaf956SRalf Baechle	select COMPAT
308978aaf956SRalf Baechle	select MIPS32_COMPAT
30901da177e4SLinus Torvalds	help
30911da177e4SLinus Torvalds	  Select this option if you want to run o32 binaries.  These are pure
30921da177e4SLinus Torvalds	  32-bit binaries as used by the 32-bit Linux/MIPS port.  Most of
30931da177e4SLinus Torvalds	  existing binaries are in this format.
30941da177e4SLinus Torvalds
30951da177e4SLinus Torvalds	  If unsure, say Y.
30961da177e4SLinus Torvalds
30971da177e4SLinus Torvaldsconfig MIPS32_N32
30981da177e4SLinus Torvalds	bool "Kernel support for n32 binaries"
3099c22eacfeSRalf Baechle	depends on 64BIT
31005a9372f7SArnd Bergmann	select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
310178aaf956SRalf Baechle	select COMPAT
310278aaf956SRalf Baechle	select MIPS32_COMPAT
31031da177e4SLinus Torvalds	help
31041da177e4SLinus Torvalds	  Select this option if you want to run n32 binaries.  These are
31051da177e4SLinus Torvalds	  64-bit binaries using 32-bit quantities for addressing and certain
31061da177e4SLinus Torvalds	  data that would normally be 64-bit.  They are used in special
31071da177e4SLinus Torvalds	  cases.
31081da177e4SLinus Torvalds
31091da177e4SLinus Torvalds	  If unsure, say N.
31101da177e4SLinus Torvalds
3111d49fc692SNathan Chancellorconfig CC_HAS_MNO_BRANCH_LIKELY
3112d49fc692SNathan Chancellor	def_bool y
3113d49fc692SNathan Chancellor	depends on $(cc-option,-mno-branch-likely)
3114d49fc692SNathan Chancellor
31151a2c73f4SJiaxun Yang# https://github.com/llvm/llvm-project/issues/61045
31161a2c73f4SJiaxun Yangconfig CC_HAS_BROKEN_INLINE_COMPAT_BRANCH
31171a2c73f4SJiaxun Yang	def_bool y if CC_IS_CLANG
31181a2c73f4SJiaxun Yang
31192116245eSRalf Baechlemenu "Power management options"
3120952fa954SRodolfo Giometti
3121363c55caSWu Zhangjinconfig ARCH_HIBERNATION_POSSIBLE
3122363c55caSWu Zhangjin	def_bool y
31233f5b3e17SRalf Baechle	depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
3124363c55caSWu Zhangjin
3125f4cb5700SJohannes Bergconfig ARCH_SUSPEND_POSSIBLE
3126f4cb5700SJohannes Berg	def_bool y
31273f5b3e17SRalf Baechle	depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP
3128f4cb5700SJohannes Berg
31292116245eSRalf Baechlesource "kernel/power/Kconfig"
3130952fa954SRodolfo Giometti
31311da177e4SLinus Torvaldsendmenu
31321da177e4SLinus Torvalds
31337a998935SViresh Kumarconfig MIPS_EXTERNAL_TIMER
31347a998935SViresh Kumar	bool
31357a998935SViresh Kumar
31367a998935SViresh Kumarmenu "CPU Power Management"
3137c095ebafSPaul Burton
3138c095ebafSPaul Burtonif CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
31397a998935SViresh Kumarsource "drivers/cpufreq/Kconfig"
314031f12fdcSJuerg Haefligerendif # CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
31419726b43aSWu Zhangjin
3142c095ebafSPaul Burtonsource "drivers/cpuidle/Kconfig"
3143c095ebafSPaul Burton
3144c095ebafSPaul Burtonendmenu
3145c095ebafSPaul Burton
31462235a54dSSanjay Lalsource "arch/mips/kvm/Kconfig"
3147e91946d6SNathan Chancellor
3148e91946d6SNathan Chancellorsource "arch/mips/vdso/Kconfig"
3149