Kconfig 657 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 chipset.
  9. config ARCH_IQ31244
  10. bool "Enable support for IQ31244"
  11. help
  12. Say Y here if you want to run your kernel on the Intel IQ31244
  13. evaluation kit for the IOP321 chipset.
  14. config ARCH_EP80219
  15. bool "Enable support for EP80219"
  16. select ARCH_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 chipset (a IOP321 variant).
  20. endmenu
  21. endif