Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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 IOP3XX_ATU
  30. bool "Enable the PCI Controller"
  31. default y
  32. help
  33. Say Y here if you want the IOP to initialize its PCI Controller.
  34. Say N if the IOP is an add in card, the host system owns the PCI
  35. bus in this case.
  36. config MACH_EM7210
  37. bool "Enable support for the Lanner EM7210"
  38. help
  39. Say Y here if you want to run your kernel on the Lanner EM7210
  40. board. Say also Y here if you have a SS4000e Baxter Creek NAS
  41. appliance."
  42. endmenu
  43. endif