Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. config BE2NET
  2. tristate "ServerEngines' 10Gbps NIC - BladeEngine"
  3. depends on PCI
  4. help
  5. This driver implements the NIC functionality for ServerEngines'
  6. 10Gbps network adapter - BladeEngine.
  7. config BE2NET_HWMON
  8. bool "HWMON support for be2net driver"
  9. depends on BE2NET && HWMON
  10. depends on !(BE2NET=y && HWMON=m)
  11. default y
  12. help
  13. Say Y here if you want to expose thermal sensor data on
  14. be2net network adapter.
  15. config BE2NET_BE2
  16. bool "Support for BE2 chipsets"
  17. depends on BE2NET
  18. default y
  19. help
  20. Say Y here if you want to use devices based on BE2
  21. chipsets. (e.g. OneConnect OCe10xxx)
  22. config BE2NET_BE3
  23. bool "Support for BE3 chipsets"
  24. depends on BE2NET
  25. default y
  26. help
  27. Say Y here if you want to use devices based on BE3
  28. chipsets. (e.g. OneConnect OCe11xxx)
  29. config BE2NET_LANCER
  30. bool "Support for Lancer chipsets"
  31. depends on BE2NET
  32. default y
  33. help
  34. Say Y here if you want to use devices based on Lancer
  35. chipsets. (e.g LightPulse LPe12xxx)
  36. config BE2NET_SKYHAWK
  37. bool "Support for Skyhawk chipsets"
  38. depends on BE2NET
  39. default y
  40. help
  41. Say Y here if you want to use devices based on Skyhawk
  42. chipsets. (e.g. OneConnect OCe14xxx)
  43. comment "WARNING: be2net is useless without any enabled chip"
  44. depends on BE2NET_BE2=n && BE2NET_BE3=n && BE2NET_LANCER=n && \
  45. BE2NET_SKYHAWK=n && BE2NET