Kconfig 905 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Miscellaneous SN-specific devices
  3. #
  4. menu "SN Devices"
  5. depends on SGI_SN
  6. config SGI_IOC4
  7. tristate "SGI IOC4 Base IO support"
  8. depends on MMTIMER
  9. default m
  10. ---help---
  11. This option enables basic support for the SGI IOC4-based Base IO
  12. controller card. This option does not enable any specific
  13. functions on such a card, but provides necessary infrastructure
  14. for other drivers to utilize.
  15. If you have an SGI Altix with an IOC4-based
  16. I/O controller say Y. Otherwise say N.
  17. config SGI_IOC3
  18. tristate "SGI IOC3 Base IO support"
  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