1 # SPDX-License-Identifier: GPL-2.0
3 # Sun network device configuration
9 depends on SUN3 || SBUS || PCI || SUN_LDOMS
11 If you have a network (Ethernet) card belonging to this class, say Y.
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about Sun network interfaces. If you say Y, you will be
16 asked for your specific card in the following questions.
21 tristate "Sun Happy Meal 10/100baseT support"
22 depends on (SBUS || PCI)
25 This driver supports the "hme" interface present on most Ultra
26 systems and as an option on older Sbus systems. This driver supports
27 both PCI and Sbus devices. This driver also supports the "qfe" quad
28 100baseT device available in both PCI and Sbus configurations.
30 To compile this driver as a module, choose M here: the module
31 will be called sunhme.
34 tristate "Sun BigMAC 10/100baseT support"
38 This driver supports the "be" interface available as an Sbus option.
39 This is Sun's older 100baseT Ethernet device.
41 To compile this driver as a module, choose M here: the module
42 will be called sunbmac.
45 tristate "Sun QuadEthernet support"
49 This driver supports the "qe" 10baseT Ethernet device, available as
50 an Sbus option. Note that this is not the same as Quad FastEthernet
51 "qfe" which is supported by the Happy Meal driver instead.
53 To compile this driver as a module, choose M here: the module
57 tristate "Sun GEM support"
62 Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
63 <http://docs.oracle.com/cd/E19455-01/806-3985-10/806-3985-10.pdf>.
66 tristate "Sun Cassini support"
70 Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also
71 <http://docs.oracle.com/cd/E19113-01/giga.ether.pci/817-4341-10/817-4341-10.pdf>.
74 tristate "Common routines to support Sun Virtual Networking"
79 tristate "Sun Virtual Network support"
82 depends on SUNVNET_COMMON
84 Support for virtual network devices under Sun Logical Domains.
87 tristate "Sun4v LDoms Virtual Switch support"
90 depends on SUNVNET_COMMON
92 Support for virtual switch devices under Sun4v Logical Domains.
93 This driver adds a network interface for every vsw-port node
94 found in the machine description of a service domain.
95 Linux bridge/switch software can use these interfaces for
96 guest domain network interconnectivity or guest domain
97 connection to a physical network on a service domain.
100 tristate "Sun Neptune 10Gbit Ethernet support"
104 This enables support for cards based upon Sun's
107 endif # NET_VENDOR_SUN