Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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. 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. config MIPS_MAGNUM_4000
  13. bool "Support for MIPS Magnum 4000"
  14. depends on MACH_JAZZ
  15. select DMA_NONCOHERENT
  16. select SYS_SUPPORTS_BIG_ENDIAN
  17. select SYS_SUPPORTS_LITTLE_ENDIAN
  18. help
  19. This is a machine with a R4000 100 MHz CPU. To compile a Linux
  20. kernel that runs on these, say Y here. For details about Linux on
  21. the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  22. <http://www.linux-mips.org/>.
  23. config OLIVETTI_M700
  24. bool "Support for Olivetti M700-10"
  25. depends on MACH_JAZZ
  26. select DMA_NONCOHERENT
  27. select SYS_SUPPORTS_LITTLE_ENDIAN
  28. help
  29. This is a machine with a R4000 100 MHz CPU. To compile a Linux
  30. kernel that runs on these, say Y here. For details about Linux on
  31. the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
  32. <http://www.linux-mips.org/>.