Blame view

drivers/sn/Kconfig 499 Bytes
e5d310b34   Brent Casavant   [PATCH] ioc4: CON...
1
2
3
4
5
  #
  # Miscellaneous SN-specific devices
  #
  
  menu "SN Devices"
50e300dea   Jes Sorensen   [IA64] show "SN D...
6
  	depends on SGI_SN
e5d310b34   Brent Casavant   [PATCH] ioc4: CON...
7

2d0cfb527   Patrick Gefre   [PATCH] Altix: io...
8
9
  config SGI_IOC3
  	tristate "SGI IOC3 Base IO support"
2d0cfb527   Patrick Gefre   [PATCH] Altix: io...
10
11
12
13
14
15
16
17
18
19
  	default m
  	---help---
  	This option enables basic support for the SGI IOC3-based Base IO
  	controller card.  This option does not enable any specific
  	functions on such a card, but provides necessary infrastructure
  	for other drivers to utilize.
  
  	If you have an SGI Altix with an IOC3-based
  	I/O controller or a PCI IOC3 serial card say Y.
  	Otherwise say N.
e5d310b34   Brent Casavant   [PATCH] ioc4: CON...
20
  endmenu