Kconfig 687 B

123456789101112131415161718192021222324
  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_VXLAN
  16. bool "VXLAN offload support on be2net driver"
  17. default y
  18. depends on BE2NET && VXLAN && !(BE2NET=y && VXLAN=m)
  19. ---help---
  20. Say Y here if you want to enable VXLAN offload support on
  21. be2net driver.