Kconfig 508 B

1234567891011121314151617181920
  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. endmenu