Kconfig 2.6 KB

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