Kconfig 669 B

1234567891011121314151617181920212223242526272829
  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. config IOP3XX_ATU
  15. bool "Enable the PCI Controller"
  16. default y
  17. help
  18. Say Y here if you want the IOP to initialize its PCI Controller.
  19. Say N if the IOP is an add in card, the host system owns the PCI
  20. bus in this case.
  21. endmenu
  22. endif