Kconfig 442 B

12345678910111213141516171819202122
  1. if ARCH_IOP33X
  2. menu "IOP33x Implementation Options"
  3. comment "IOP33x Platform Types"
  4. config ARCH_IQ80331
  5. bool "Enable support for IQ80331"
  6. help
  7. Say Y here if you want to run your kernel on the Intel IQ80331
  8. evaluation kit for the IOP331 chipset.
  9. config MACH_IQ80332
  10. bool "Enable support for IQ80332"
  11. help
  12. Say Y here if you want to run your kernel on the Intel IQ80332
  13. evaluation kit for the IOP332 chipset.
  14. endmenu
  15. endif