Jeff Kirsher | e689cf4 | 2011-05-12 23:04:46 -0700 | [diff] [blame] | 1 | # |
| 2 | # Sun network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_SUN |
| 6 | bool "Sun devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | e689cf4 | 2011-05-12 23:04:46 -0700 | [diff] [blame] | 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 | |
| 19 | if NET_VENDOR_SUN |
| 20 | |
| 21 | config 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 | |
| 34 | config 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 | |
| 45 | config 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 | |
| 57 | config SUNGEM |
| 58 | tristate "Sun GEM support" |
| 59 | depends on PCI |
| 60 | select CRC32 |
Jeff Kirsher | 5ff2241 | 2011-08-11 23:06:28 -0700 | [diff] [blame] | 61 | select SUNGEM_PHY |
Jeff Kirsher | e689cf4 | 2011-05-12 23:04:46 -0700 | [diff] [blame] | 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 | |
| 66 | config 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 | |
| 74 | config 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 | |
| 80 | config 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 | |
| 88 | endif # NET_VENDOR_SUN |