Linux Audio

Check our new training course

Loading...
v6.8
  1# SPDX-License-Identifier: GPL-2.0
  2#
  3# Sun network device configuration
  4#
  5
  6config NET_VENDOR_SUN
  7	bool "Sun devices"
  8	default y
  9	depends on SUN3 || SBUS || PCI || SUN_LDOMS
 10	help
 11	  If you have a network (Ethernet) card belonging to this class, say Y.
 
 
 12
 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.
 17
 18if NET_VENDOR_SUN
 19
 20config HAPPYMEAL
 21	tristate "Sun Happy Meal 10/100baseT support"
 22	depends on (SBUS || PCI)
 23	select CRC32
 24	help
 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.
 29
 30	  To compile this driver as a module, choose M here: the module
 31	  will be called sunhme.
 32
 33config SUNBMAC
 34	tristate "Sun BigMAC 10/100baseT support"
 35	depends on SBUS
 36	select CRC32
 37	help
 38	  This driver supports the "be" interface available as an Sbus option.
 39	  This is Sun's older 100baseT Ethernet device.
 40
 41	  To compile this driver as a module, choose M here: the module
 42	  will be called sunbmac.
 43
 44config SUNQE
 45	tristate "Sun QuadEthernet support"
 46	depends on SBUS
 47	select CRC32
 48	help
 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.
 52
 53	  To compile this driver as a module, choose M here: the module
 54	  will be called sunqe.
 55
 56config SUNGEM
 57	tristate "Sun GEM support"
 58	depends on PCI
 59	select CRC32
 60	select SUNGEM_PHY
 61	help
 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>.
 64
 65config CASSINI
 66	tristate "Sun Cassini support"
 67	depends on PCI
 68	select CRC32
 69	help
 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>.
 72
 73config SUNVNET_COMMON
 74	tristate "Common routines to support Sun Virtual Networking"
 75	depends on SUN_LDOMS
 76	depends on INET
 77	default m
 78
 79config SUNVNET
 80	tristate "Sun Virtual Network support"
 81	default m
 82	depends on SUN_LDOMS
 83	depends on SUNVNET_COMMON
 84	help
 85	  Support for virtual network devices under Sun Logical Domains.
 86
 87config LDMVSW
 88	tristate "Sun4v LDoms Virtual Switch support"
 89	default m
 90	depends on SUN_LDOMS
 91	depends on SUNVNET_COMMON
 92	help
 93	  Support for virtual switch devices under Sun4v Logical Domains.
 94	  This driver adds a network interface for every vsw-port node
 95	  found in the machine description of a service domain.
 96	  Linux bridge/switch software can use these interfaces for
 97	  guest domain network interconnectivity or guest domain
 98	  connection to a physical network on a service domain.
 99
100config NIU
101	tristate "Sun Neptune 10Gbit Ethernet support"
102	depends on PCI
103	select CRC32
104	help
105	  This enables support for cards based upon Sun's
106	  Neptune chipset.
107
108endif # NET_VENDOR_SUN
v3.5.6
 
 1#
 2# Sun network device configuration
 3#
 4
 5config NET_VENDOR_SUN
 6	bool "Sun devices"
 7	default y
 8	depends on SUN3 || SBUS || PCI || SUN_LDOMS
 9	---help---
10	  If you have a network (Ethernet) card belonging to this class, say
11	  Y and read the Ethernet-HOWTO, available from
12	  <http://www.tldp.org/docs.html#howto>.
13
14	  Note that the answer to this question doesn't directly affect the
15	  kernel: saying N will just cause the configurator to skip all
16	  the questions about Sun network interfaces. If you say Y, you will be
17	  asked for your specific card in the following questions.
18
19if NET_VENDOR_SUN
20
21config HAPPYMEAL
22	tristate "Sun Happy Meal 10/100baseT support"
23	depends on (SBUS || PCI)
24	select CRC32
25	---help---
26	  This driver supports the "hme" interface present on most Ultra
27	  systems and as an option on older Sbus systems. This driver supports
28	  both PCI and Sbus devices. This driver also supports the "qfe" quad
29	  100baseT device available in both PCI and Sbus configurations.
30
31	  To compile this driver as a module, choose M here: the module
32	  will be called sunhme.
33
34config SUNBMAC
35	tristate "Sun BigMAC 10/100baseT support (EXPERIMENTAL)"
36	depends on SBUS && EXPERIMENTAL
37	select CRC32
38	---help---
39	  This driver supports the "be" interface available as an Sbus option.
40	  This is Sun's older 100baseT Ethernet device.
41
42	  To compile this driver as a module, choose M here: the module
43	  will be called sunbmac.
44
45config SUNQE
46	tristate "Sun QuadEthernet support"
47	depends on SBUS
48	select CRC32
49	---help---
50	  This driver supports the "qe" 10baseT Ethernet device, available as
51	  an Sbus option. Note that this is not the same as Quad FastEthernet
52	  "qfe" which is supported by the Happy Meal driver instead.
53
54	  To compile this driver as a module, choose M here: the module
55	  will be called sunqe.
56
57config SUNGEM
58	tristate "Sun GEM support"
59	depends on PCI
60	select CRC32
61	select SUNGEM_PHY
62	---help---
63	  Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0.  See also
64	  <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.
65
66config CASSINI
67	tristate "Sun Cassini support"
68	depends on PCI
69	select CRC32
70	---help---
71	  Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also
72	  <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf>
 
 
 
 
 
 
73
74config SUNVNET
75	tristate "Sun Virtual Network support"
 
76	depends on SUN_LDOMS
77	---help---
 
78	  Support for virtual network devices under Sun Logical Domains.
79
 
 
 
 
 
 
 
 
 
 
 
 
 
80config NIU
81	tristate "Sun Neptune 10Gbit Ethernet support"
82	depends on PCI
83	select CRC32
84	---help---
85	  This enables support for cards based upon Sun's
86	  Neptune chipset.
87
88endif # NET_VENDOR_SUN