Kconfig 442 B

123456789101112131415161718192021
  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. endmenu
  15. endif