[PATCH] ioc4: Remove SN2 feature and config dependencies
[pandora-kernel.git] / drivers / sn / Kconfig
1 #
2 # Miscellaneous SN-specific devices
3 #
4
5 menu "SN Devices"
6         depends on SGI_SN
7
8 config SGI_IOC4
9         tristate "SGI IOC4 Base IO support"
10         default m
11         ---help---
12         This option enables basic support for the IOC4 chip on certain
13         SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
14         does not enable any specific functions on such a card, but provides
15         necessary infrastructure for other drivers to utilize.
16
17         If you have an SGI Altix with an IOC4-based card say Y.
18         Otherwise say N.
19
20 config SGI_IOC3
21         tristate "SGI IOC3 Base IO support"
22         default m
23         ---help---
24         This option enables basic support for the SGI IOC3-based Base IO
25         controller card.  This option does not enable any specific
26         functions on such a card, but provides necessary infrastructure
27         for other drivers to utilize.
28
29         If you have an SGI Altix with an IOC3-based
30         I/O controller or a PCI IOC3 serial card say Y.
31         Otherwise say N.
32
33 endmenu