Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Ralf Baechle | 5e83d43 | 2005-10-29 19:32:41 +0100 | [diff] [blame] | 2 | config ACER_PICA_61 |
Kees Cook | 8d2f5f0 | 2013-01-16 18:53:18 -0800 | [diff] [blame] | 3 | bool "Support for Acer PICA 1 chipset" |
| 4 | depends on MACH_JAZZ |
Ralf Baechle | 5e83d43 | 2005-10-29 19:32:41 +0100 | [diff] [blame] | 5 | select DMA_NONCOHERENT |
| 6 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 7 | help |
| 8 | This is a machine with a R4400 133/150 MHz CPU. To compile a Linux |
| 9 | kernel that runs on these, say Y here. For details about Linux on |
| 10 | the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at |
| 11 | <http://www.linux-mips.org/>. |
| 12 | |
| 13 | config MIPS_MAGNUM_4000 |
| 14 | bool "Support for MIPS Magnum 4000" |
| 15 | depends on MACH_JAZZ |
| 16 | select DMA_NONCOHERENT |
Kees Cook | 8d2f5f0 | 2013-01-16 18:53:18 -0800 | [diff] [blame] | 17 | select SYS_SUPPORTS_BIG_ENDIAN |
Ralf Baechle | 5e83d43 | 2005-10-29 19:32:41 +0100 | [diff] [blame] | 18 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 19 | help |
| 20 | This is a machine with a R4000 100 MHz CPU. To compile a Linux |
| 21 | kernel that runs on these, say Y here. For details about Linux on |
| 22 | the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at |
| 23 | <http://www.linux-mips.org/>. |
| 24 | |
| 25 | config OLIVETTI_M700 |
| 26 | bool "Support for Olivetti M700-10" |
| 27 | depends on MACH_JAZZ |
| 28 | select DMA_NONCOHERENT |
| 29 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 30 | help |
| 31 | This is a machine with a R4000 100 MHz CPU. To compile a Linux |
| 32 | kernel that runs on these, say Y here. For details about Linux on |
| 33 | the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at |
| 34 | <http://www.linux-mips.org/>. |