xref: /openbmc/linux/drivers/net/ethernet/sgi/Kconfig (revision 8862bf1e)
18862bf1eSJeff Kirsher#
28862bf1eSJeff Kirsher# SGI device configuration
38862bf1eSJeff Kirsher#
48862bf1eSJeff Kirsher
58862bf1eSJeff Kirsherconfig NET_VENDOR_SGI
68862bf1eSJeff Kirsher	bool "SGI devices"
78862bf1eSJeff Kirsher	depends on (PCI && SGI_IP27) || SGI_IP32
88862bf1eSJeff Kirsher	---help---
98862bf1eSJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
108862bf1eSJeff Kirsher	  and read the Ethernet-HOWTO, available from
118862bf1eSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
128862bf1eSJeff Kirsher
138862bf1eSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
148862bf1eSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
158862bf1eSJeff Kirsher	  the questions about SGI devices. If you say Y, you will be asked for
168862bf1eSJeff Kirsher	  your specific card in the following questions.
178862bf1eSJeff Kirsher
188862bf1eSJeff Kirsherif NET_VENDOR_SGI
198862bf1eSJeff Kirsher
208862bf1eSJeff Kirsherconfig SGI_IOC3_ETH
218862bf1eSJeff Kirsher	bool "SGI IOC3 Ethernet"
228862bf1eSJeff Kirsher	depends on PCI && SGI_IP27
238862bf1eSJeff Kirsher	select CRC32
248862bf1eSJeff Kirsher	select MII
258862bf1eSJeff Kirsher	---help---
268862bf1eSJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
278862bf1eSJeff Kirsher	  the Ethernet-HOWTO, available from
288862bf1eSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
298862bf1eSJeff Kirsher
308862bf1eSJeff Kirsherconfig SGI_O2MACE_ETH
318862bf1eSJeff Kirsher	tristate "SGI O2 MACE Fast Ethernet support"
328862bf1eSJeff Kirsher	depends on SGI_IP32=y
338862bf1eSJeff Kirsher
348862bf1eSJeff Kirsherendif # NET_VENDOR_SGI
35