xref: /linux/drivers/net/ethernet/sun/Kconfig (revision e689cf4a042772f727450035b102579b0c01bdc7)
1*e689cf4aSJeff Kirsher#
2*e689cf4aSJeff Kirsher# Sun network device configuration
3*e689cf4aSJeff Kirsher#
4*e689cf4aSJeff Kirsher
5*e689cf4aSJeff Kirsherconfig NET_VENDOR_SUN
6*e689cf4aSJeff Kirsher	bool "Sun devices"
7*e689cf4aSJeff Kirsher	depends on SUN3 || SBUS || PCI || SUN_LDOMS
8*e689cf4aSJeff Kirsher	---help---
9*e689cf4aSJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say
10*e689cf4aSJeff Kirsher	  Y and read the Ethernet-HOWTO, available from
11*e689cf4aSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12*e689cf4aSJeff Kirsher
13*e689cf4aSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14*e689cf4aSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15*e689cf4aSJeff Kirsher	  the questions about Sun network interfaces. If you say Y, you will be
16*e689cf4aSJeff Kirsher	  asked for your specific card in the following questions.
17*e689cf4aSJeff Kirsher
18*e689cf4aSJeff Kirsherif NET_VENDOR_SUN
19*e689cf4aSJeff Kirsher
20*e689cf4aSJeff Kirsherconfig HAPPYMEAL
21*e689cf4aSJeff Kirsher	tristate "Sun Happy Meal 10/100baseT support"
22*e689cf4aSJeff Kirsher	depends on (SBUS || PCI)
23*e689cf4aSJeff Kirsher	select CRC32
24*e689cf4aSJeff Kirsher	---help---
25*e689cf4aSJeff Kirsher	  This driver supports the "hme" interface present on most Ultra
26*e689cf4aSJeff Kirsher	  systems and as an option on older Sbus systems. This driver supports
27*e689cf4aSJeff Kirsher	  both PCI and Sbus devices. This driver also supports the "qfe" quad
28*e689cf4aSJeff Kirsher	  100baseT device available in both PCI and Sbus configurations.
29*e689cf4aSJeff Kirsher
30*e689cf4aSJeff Kirsher	  To compile this driver as a module, choose M here: the module
31*e689cf4aSJeff Kirsher	  will be called sunhme.
32*e689cf4aSJeff Kirsher
33*e689cf4aSJeff Kirsherconfig SUNBMAC
34*e689cf4aSJeff Kirsher	tristate "Sun BigMAC 10/100baseT support (EXPERIMENTAL)"
35*e689cf4aSJeff Kirsher	depends on SBUS && EXPERIMENTAL
36*e689cf4aSJeff Kirsher	select CRC32
37*e689cf4aSJeff Kirsher	---help---
38*e689cf4aSJeff Kirsher	  This driver supports the "be" interface available as an Sbus option.
39*e689cf4aSJeff Kirsher	  This is Sun's older 100baseT Ethernet device.
40*e689cf4aSJeff Kirsher
41*e689cf4aSJeff Kirsher	  To compile this driver as a module, choose M here: the module
42*e689cf4aSJeff Kirsher	  will be called sunbmac.
43*e689cf4aSJeff Kirsher
44*e689cf4aSJeff Kirsherconfig SUNQE
45*e689cf4aSJeff Kirsher	tristate "Sun QuadEthernet support"
46*e689cf4aSJeff Kirsher	depends on SBUS
47*e689cf4aSJeff Kirsher	select CRC32
48*e689cf4aSJeff Kirsher	---help---
49*e689cf4aSJeff Kirsher	  This driver supports the "qe" 10baseT Ethernet device, available as
50*e689cf4aSJeff Kirsher	  an Sbus option. Note that this is not the same as Quad FastEthernet
51*e689cf4aSJeff Kirsher	  "qfe" which is supported by the Happy Meal driver instead.
52*e689cf4aSJeff Kirsher
53*e689cf4aSJeff Kirsher	  To compile this driver as a module, choose M here: the module
54*e689cf4aSJeff Kirsher	  will be called sunqe.
55*e689cf4aSJeff Kirsher
56*e689cf4aSJeff Kirsherconfig SUNGEM
57*e689cf4aSJeff Kirsher	tristate "Sun GEM support"
58*e689cf4aSJeff Kirsher	depends on PCI
59*e689cf4aSJeff Kirsher	select CRC32
60*e689cf4aSJeff Kirsher	---help---
61*e689cf4aSJeff Kirsher	  Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0.  See also
62*e689cf4aSJeff Kirsher	  <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.
63*e689cf4aSJeff Kirsher
64*e689cf4aSJeff Kirsherconfig CASSINI
65*e689cf4aSJeff Kirsher	tristate "Sun Cassini support"
66*e689cf4aSJeff Kirsher	depends on PCI
67*e689cf4aSJeff Kirsher	select CRC32
68*e689cf4aSJeff Kirsher	---help---
69*e689cf4aSJeff Kirsher	  Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also
70*e689cf4aSJeff Kirsher	  <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf>
71*e689cf4aSJeff Kirsher
72*e689cf4aSJeff Kirsherconfig SUNVNET
73*e689cf4aSJeff Kirsher	tristate "Sun Virtual Network support"
74*e689cf4aSJeff Kirsher	depends on SUN_LDOMS
75*e689cf4aSJeff Kirsher	---help---
76*e689cf4aSJeff Kirsher	  Support for virtual network devices under Sun Logical Domains.
77*e689cf4aSJeff Kirsher
78*e689cf4aSJeff Kirsherconfig NIU
79*e689cf4aSJeff Kirsher	tristate "Sun Neptune 10Gbit Ethernet support"
80*e689cf4aSJeff Kirsher	depends on PCI
81*e689cf4aSJeff Kirsher	select CRC32
82*e689cf4aSJeff Kirsher	---help---
83*e689cf4aSJeff Kirsher	  This enables support for cards based upon Sun's
84*e689cf4aSJeff Kirsher	  Neptune chipset.
85*e689cf4aSJeff Kirsher
86*e689cf4aSJeff Kirsherendif # NET_VENDOR_SUN
87