Kconfig 963 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Miscellaneous SN-specific devices
  3. #
  4. menu "SN Devices"
  5. config SGI_IOC4
  6. tristate "SGI IOC4 Base IO support"
  7. depends on (IA64_GENERIC || IA64_SGI_SN2) && MMTIMER
  8. default m
  9. ---help---
  10. This option enables basic support for the SGI IOC4-based Base IO
  11. controller card. This option does not enable any specific
  12. functions on such a card, but provides necessary infrastructure
  13. for other drivers to utilize.
  14. If you have an SGI Altix with an IOC4-based
  15. I/O controller say Y. Otherwise say N.
  16. config SGI_IOC3
  17. tristate "SGI IOC3 Base IO support"
  18. depends on (IA64_GENERIC || IA64_SGI_SN2)
  19. default m
  20. ---help---
  21. This option enables basic support for the SGI IOC3-based Base IO
  22. controller card. This option does not enable any specific
  23. functions on such a card, but provides necessary infrastructure
  24. for other drivers to utilize.
  25. If you have an SGI Altix with an IOC3-based
  26. I/O controller or a PCI IOC3 serial card say Y.
  27. Otherwise say N.
  28. endmenu