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