Kconfig 688 B

12345678910111213141516171819202122232425262728
  1. if ARCH_IOP32X
  2. menu "IOP32x Implementation Options"
  3. comment "IOP32x Platform Types"
  4. config ARCH_IQ80321
  5. bool "Enable support for IQ80321"
  6. help
  7. Say Y here if you want to run your kernel on the Intel IQ80321
  8. evaluation kit for the IOP321 processor.
  9. config ARCH_IQ31244
  10. bool "Enable support for EP80219/IQ31244"
  11. help
  12. Say Y here if you want to run your kernel on the Intel EP80219
  13. evaluation kit for the Intel 80219 processor (a IOP321 variant)
  14. or the IQ31244 evaluation kit for the IOP321 processor.
  15. config MACH_N2100
  16. bool "Enable support for the Thecus n2100"
  17. help
  18. Say Y here if you want to run your kernel on the Thecus n2100
  19. NAS appliance.
  20. endmenu
  21. endif