Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # SPDX-License-Identifier: GPL-2.0
  2. menuconfig ARCH_IOP32X
  3. bool "IOP32x-based platforms"
  4. depends on ARCH_MULTI_V5
  5. depends on CPU_LITTLE_ENDIAN
  6. depends on ATAGS && UNUSED_BOARD_FILES
  7. select CPU_XSCALE
  8. select GPIO_IOP
  9. select GPIOLIB
  10. select FORCE_PCI
  11. help
  12. Support for Intel's 80219 and IOP32X (XScale) family of
  13. processors.
  14. if ARCH_IOP32X
  15. config MACH_EP80219
  16. bool
  17. config MACH_GLANTANK
  18. bool "Enable support for the IO-Data GLAN Tank"
  19. help
  20. Say Y here if you want to run your kernel on the GLAN Tank
  21. NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx
  22. and HDL-GZxxx series.
  23. config ARCH_IQ80321
  24. bool "Enable support for IQ80321"
  25. help
  26. Say Y here if you want to run your kernel on the Intel IQ80321
  27. evaluation kit for the IOP321 processor.
  28. config ARCH_IQ31244
  29. bool "Enable support for EP80219/IQ31244"
  30. select MACH_EP80219
  31. help
  32. Say Y here if you want to run your kernel on the Intel EP80219
  33. evaluation kit for the Intel 80219 processor (a IOP321 variant)
  34. or the IQ31244 evaluation kit for the IOP321 processor.
  35. config MACH_N2100
  36. bool "Enable support for the Thecus n2100"
  37. help
  38. Say Y here if you want to run your kernel on the Thecus n2100
  39. NAS appliance.
  40. config MACH_EM7210
  41. bool "Enable support for the Lanner EM7210"
  42. help
  43. Say Y here if you want to run your kernel on the Lanner EM7210
  44. board. Say also Y here if you have a SS4000e Baxter Creek NAS
  45. appliance."
  46. endif