xref: /OK3568_Linux_fs/kernel/arch/mips/jazz/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyunconfig ACER_PICA_61
3*4882a593Smuzhiyun	bool "Support for Acer PICA 1 chipset"
4*4882a593Smuzhiyun	depends on MACH_JAZZ
5*4882a593Smuzhiyun	select DMA_NONCOHERENT
6*4882a593Smuzhiyun	select SYS_SUPPORTS_LITTLE_ENDIAN
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  This is a machine with a R4400 133/150 MHz CPU. To compile a Linux
9*4882a593Smuzhiyun	  kernel that runs on these, say Y here. For details about Linux on
10*4882a593Smuzhiyun	  the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
11*4882a593Smuzhiyun	  <http://www.linux-mips.org/>.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunconfig MIPS_MAGNUM_4000
14*4882a593Smuzhiyun	bool "Support for MIPS Magnum 4000"
15*4882a593Smuzhiyun	depends on MACH_JAZZ
16*4882a593Smuzhiyun	select DMA_NONCOHERENT
17*4882a593Smuzhiyun	select SYS_SUPPORTS_BIG_ENDIAN
18*4882a593Smuzhiyun	select SYS_SUPPORTS_LITTLE_ENDIAN
19*4882a593Smuzhiyun	help
20*4882a593Smuzhiyun	  This is a machine with a R4000 100 MHz CPU. To compile a Linux
21*4882a593Smuzhiyun	  kernel that runs on these, say Y here. For details about Linux on
22*4882a593Smuzhiyun	  the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
23*4882a593Smuzhiyun	  <http://www.linux-mips.org/>.
24*4882a593Smuzhiyun
25*4882a593Smuzhiyunconfig OLIVETTI_M700
26*4882a593Smuzhiyun	bool "Support for Olivetti M700-10"
27*4882a593Smuzhiyun	depends on MACH_JAZZ
28*4882a593Smuzhiyun	select DMA_NONCOHERENT
29*4882a593Smuzhiyun	select SYS_SUPPORTS_LITTLE_ENDIAN
30*4882a593Smuzhiyun	help
31*4882a593Smuzhiyun	  This is a machine with a R4000 100 MHz CPU. To compile a Linux
32*4882a593Smuzhiyun	  kernel that runs on these, say Y here. For details about Linux on
33*4882a593Smuzhiyun	  the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
34*4882a593Smuzhiyun	  <http://www.linux-mips.org/>.
35