Kconfig 499 B

123456789101112131415161718192021
  1. #
  2. # Miscellaneous SN-specific devices
  3. #
  4. menu "SN Devices"
  5. depends on SGI_SN
  6. config SGI_IOC3
  7. tristate "SGI IOC3 Base IO support"
  8. default m
  9. ---help---
  10. This option enables basic support for the SGI IOC3-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 IOC3-based
  15. I/O controller or a PCI IOC3 serial card say Y.
  16. Otherwise say N.
  17. endmenu