Kconfig 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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
  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