Kconfig 1.2 KB

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