Kconfig 904 B

123456789101112131415161718192021222324252627282930313233
  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. default m
  9. ---help---
  10. This option enables basic support for the IOC4 chip on certain
  11. SGI IO controller cards (IO9, IO10, and PCI-RT). This option
  12. does not enable any specific functions on such a card, but provides
  13. necessary infrastructure for other drivers to utilize.
  14. If you have an SGI Altix with an IOC4-based card say Y.
  15. Otherwise say N.
  16. config SGI_IOC3
  17. tristate "SGI IOC3 Base IO support"
  18. default m
  19. ---help---
  20. This option enables basic support for the SGI IOC3-based Base IO
  21. controller card. This option does not enable any specific
  22. functions on such a card, but provides necessary infrastructure
  23. for other drivers to utilize.
  24. If you have an SGI Altix with an IOC3-based
  25. I/O controller or a PCI IOC3 serial card say Y.
  26. Otherwise say N.
  27. endmenu