Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # SPDX-License-Identifier: GPL-2.0
  2. if ARCH_IOP32X
  3. menu "IOP32x Implementation Options"
  4. comment "IOP32x Platform Types"
  5. config MACH_EP80219
  6. bool
  7. config MACH_GLANTANK
  8. bool "Enable support for the IO-Data GLAN Tank"
  9. help
  10. Say Y here if you want to run your kernel on the GLAN Tank
  11. NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx
  12. and HDL-GZxxx series.
  13. config ARCH_IQ80321
  14. bool "Enable support for IQ80321"
  15. help
  16. Say Y here if you want to run your kernel on the Intel IQ80321
  17. evaluation kit for the IOP321 processor.
  18. config ARCH_IQ31244
  19. bool "Enable support for EP80219/IQ31244"
  20. select MACH_EP80219
  21. help
  22. Say Y here if you want to run your kernel on the Intel EP80219
  23. evaluation kit for the Intel 80219 processor (a IOP321 variant)
  24. or the IQ31244 evaluation kit for the IOP321 processor.
  25. config MACH_N2100
  26. bool "Enable support for the Thecus n2100"
  27. help
  28. Say Y here if you want to run your kernel on the Thecus n2100
  29. NAS appliance.
  30. config MACH_EM7210
  31. bool "Enable support for the Lanner EM7210"
  32. help
  33. Say Y here if you want to run your kernel on the Lanner EM7210
  34. board. Say also Y here if you have a SS4000e Baxter Creek NAS
  35. appliance."
  36. endmenu
  37. endif