Kconfig 435 B

12345678910111213141516
  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.