Kconfig 916 B

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