Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. #
  2. # Sun network device configuration
  3. #
  4. config NET_VENDOR_SUN
  5. bool "Sun devices"
  6. default y
  7. depends on SUN3 || SBUS || PCI || SUN_LDOMS
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y.
  10. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about Sun network interfaces. If you say Y, you will be
  13. asked for your specific card in the following questions.
  14. if NET_VENDOR_SUN
  15. config HAPPYMEAL
  16. tristate "Sun Happy Meal 10/100baseT support"
  17. depends on (SBUS || PCI)
  18. select CRC32
  19. ---help---
  20. This driver supports the "hme" interface present on most Ultra
  21. systems and as an option on older Sbus systems. This driver supports
  22. both PCI and Sbus devices. This driver also supports the "qfe" quad
  23. 100baseT device available in both PCI and Sbus configurations.
  24. To compile this driver as a module, choose M here: the module
  25. will be called sunhme.
  26. config SUNBMAC
  27. tristate "Sun BigMAC 10/100baseT support"
  28. depends on SBUS
  29. select CRC32
  30. ---help---
  31. This driver supports the "be" interface available as an Sbus option.
  32. This is Sun's older 100baseT Ethernet device.
  33. To compile this driver as a module, choose M here: the module
  34. will be called sunbmac.
  35. config SUNQE
  36. tristate "Sun QuadEthernet support"
  37. depends on SBUS
  38. select CRC32
  39. ---help---
  40. This driver supports the "qe" 10baseT Ethernet device, available as
  41. an Sbus option. Note that this is not the same as Quad FastEthernet
  42. "qfe" which is supported by the Happy Meal driver instead.
  43. To compile this driver as a module, choose M here: the module
  44. will be called sunqe.
  45. config SUNGEM
  46. tristate "Sun GEM support"
  47. depends on PCI
  48. select CRC32
  49. select SUNGEM_PHY
  50. ---help---
  51. Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
  52. <http://docs.oracle.com/cd/E19455-01/806-3985-10/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://docs.oracle.com/cd/E19113-01/giga.ether.pci/817-4341-10/817-4341-10.pdf>.
  60. config SUNVNET_COMMON
  61. bool
  62. depends on SUN_LDOMS
  63. default y if SUN_LDOMS
  64. config SUNVNET
  65. tristate "Sun Virtual Network support"
  66. depends on SUN_LDOMS
  67. ---help---
  68. Support for virtual network devices under Sun Logical Domains.
  69. config LDMVSW
  70. tristate "Sun4v LDoms Virtual Switch support"
  71. depends on SUN_LDOMS
  72. ---help---
  73. Support for virtual switch devices under Sun4v Logical Domains.
  74. This driver adds a network interface for every vsw-port node
  75. found in the machine description of a service domain.
  76. Linux bridge/switch software can use these interfaces for
  77. guest domain network interconnectivity or guest domain
  78. connection to a physical network on a service domain.
  79. config NIU
  80. tristate "Sun Neptune 10Gbit Ethernet support"
  81. depends on PCI
  82. select CRC32
  83. ---help---
  84. This enables support for cards based upon Sun's
  85. Neptune chipset.
  86. endif # NET_VENDOR_SUN