xref: /linux/drivers/net/ethernet/sgi/Kconfig (revision 8862bf1ed60de49550109b7023a0a33eb7db8b3c)
1*8862bf1eSJeff Kirsher#
2*8862bf1eSJeff Kirsher# SGI device configuration
3*8862bf1eSJeff Kirsher#
4*8862bf1eSJeff Kirsher
5*8862bf1eSJeff Kirsherconfig NET_VENDOR_SGI
6*8862bf1eSJeff Kirsher	bool "SGI devices"
7*8862bf1eSJeff Kirsher	depends on (PCI && SGI_IP27) || SGI_IP32
8*8862bf1eSJeff Kirsher	---help---
9*8862bf1eSJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
10*8862bf1eSJeff Kirsher	  and read the Ethernet-HOWTO, available from
11*8862bf1eSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12*8862bf1eSJeff Kirsher
13*8862bf1eSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14*8862bf1eSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15*8862bf1eSJeff Kirsher	  the questions about SGI devices. If you say Y, you will be asked for
16*8862bf1eSJeff Kirsher	  your specific card in the following questions.
17*8862bf1eSJeff Kirsher
18*8862bf1eSJeff Kirsherif NET_VENDOR_SGI
19*8862bf1eSJeff Kirsher
20*8862bf1eSJeff Kirsherconfig SGI_IOC3_ETH
21*8862bf1eSJeff Kirsher	bool "SGI IOC3 Ethernet"
22*8862bf1eSJeff Kirsher	depends on PCI && SGI_IP27
23*8862bf1eSJeff Kirsher	select CRC32
24*8862bf1eSJeff Kirsher	select MII
25*8862bf1eSJeff Kirsher	---help---
26*8862bf1eSJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
27*8862bf1eSJeff Kirsher	  the Ethernet-HOWTO, available from
28*8862bf1eSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
29*8862bf1eSJeff Kirsher
30*8862bf1eSJeff Kirsherconfig SGI_O2MACE_ETH
31*8862bf1eSJeff Kirsher	tristate "SGI O2 MACE Fast Ethernet support"
32*8862bf1eSJeff Kirsher	depends on SGI_IP32=y
33*8862bf1eSJeff Kirsher
34*8862bf1eSJeff Kirsherendif # NET_VENDOR_SGI
35