blob: a4b40e3015e57648b47740ecae7ecba1e885c4ba [file] [log] [blame]
Jeff Kirshere689cf42011-05-12 23:04:46 -07001#
2# Sun network device configuration
3#
4
5config NET_VENDOR_SUN
6 bool "Sun devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirshere689cf42011-05-12 23:04:46 -07008 depends on SUN3 || SBUS || PCI || SUN_LDOMS
9 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirshere689cf42011-05-12 23:04:46 -070011
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Sun network interfaces. If you say Y, you will be
15 asked for your specific card in the following questions.
16
17if NET_VENDOR_SUN
18
19config HAPPYMEAL
20 tristate "Sun Happy Meal 10/100baseT support"
21 depends on (SBUS || PCI)
22 select CRC32
23 ---help---
24 This driver supports the "hme" interface present on most Ultra
25 systems and as an option on older Sbus systems. This driver supports
26 both PCI and Sbus devices. This driver also supports the "qfe" quad
27 100baseT device available in both PCI and Sbus configurations.
28
29 To compile this driver as a module, choose M here: the module
30 will be called sunhme.
31
32config SUNBMAC
Kees Cook581d3f22013-01-22 10:30:31 -080033 tristate "Sun BigMAC 10/100baseT support"
34 depends on SBUS
Jeff Kirshere689cf42011-05-12 23:04:46 -070035 select CRC32
36 ---help---
37 This driver supports the "be" interface available as an Sbus option.
38 This is Sun's older 100baseT Ethernet device.
39
40 To compile this driver as a module, choose M here: the module
41 will be called sunbmac.
42
43config SUNQE
44 tristate "Sun QuadEthernet support"
45 depends on SBUS
46 select CRC32
47 ---help---
48 This driver supports the "qe" 10baseT Ethernet device, available as
49 an Sbus option. Note that this is not the same as Quad FastEthernet
50 "qfe" which is supported by the Happy Meal driver instead.
51
52 To compile this driver as a module, choose M here: the module
53 will be called sunqe.
54
55config SUNGEM
56 tristate "Sun GEM support"
57 depends on PCI
58 select CRC32
Jeff Kirsher5ff22412011-08-11 23:06:28 -070059 select SUNGEM_PHY
Jeff Kirshere689cf42011-05-12 23:04:46 -070060 ---help---
61 Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
Christian Kujau242260f2013-02-21 16:43:05 -080062 <http://docs.oracle.com/cd/E19455-01/806-3985-10/806-3985-10.pdf>.
Jeff Kirshere689cf42011-05-12 23:04:46 -070063
64config CASSINI
65 tristate "Sun Cassini support"
66 depends on PCI
67 select CRC32
68 ---help---
69 Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also
Christian Kujau242260f2013-02-21 16:43:05 -080070 <http://docs.oracle.com/cd/E19113-01/giga.ether.pci/817-4341-10/817-4341-10.pdf>.
Jeff Kirshere689cf42011-05-12 23:04:46 -070071
Aaron Young31762ea2016-03-15 11:35:37 -070072config SUNVNET_COMMON
73 bool
74 depends on SUN_LDOMS
75 default y if SUN_LDOMS
76
Jeff Kirshere689cf42011-05-12 23:04:46 -070077config SUNVNET
78 tristate "Sun Virtual Network support"
79 depends on SUN_LDOMS
80 ---help---
81 Support for virtual network devices under Sun Logical Domains.
82
Aaron Young5d01fa02016-03-15 11:35:39 -070083config LDMVSW
84 tristate "Sun4v LDoms Virtual Switch support"
85 depends on SUN_LDOMS
86 ---help---
87 Support for virtual switch devices under Sun4v Logical Domains.
88 This driver adds a network interface for every vsw-port node
89 found in the machine description of a service domain.
90 Linux bridge/switch software can use these interfaces for
91 guest domain network interconnectivity or guest domain
92 connection to a physical network on a service domain.
93
Jeff Kirshere689cf42011-05-12 23:04:46 -070094config NIU
95 tristate "Sun Neptune 10Gbit Ethernet support"
96 depends on PCI
97 select CRC32
98 ---help---
99 This enables support for cards based upon Sun's
100 Neptune chipset.
101
102endif # NET_VENDOR_SUN