Kconfig 1.1 KB

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