diff options
author | Harish Patil <harish.patil@qlogic.com> | 2014-04-25 17:43:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-04-27 23:20:53 -0400 |
commit | 1f0f467b670eec101419a2a1235e315e4324ea07 (patch) | |
tree | 12ccb0e57d3b3f11f6e2920aeaeb7dfa3f919254 /drivers/net/ethernet/qlogic/Kconfig | |
parent | ddfbac07c0e87e221596a439e8fb3937b95db228 (diff) |
qlcnic: Add hwmon interface to export board temperature.
Signed-off-by: Harish Patil <harish.patil@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/Kconfig')
-rw-r--r-- | drivers/net/ethernet/qlogic/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/Kconfig b/drivers/net/ethernet/qlogic/Kconfig index c14bd3116e45..b8184323faae 100644 --- a/drivers/net/ethernet/qlogic/Kconfig +++ b/drivers/net/ethernet/qlogic/Kconfig | |||
@@ -66,6 +66,17 @@ config QLCNIC_VXLAN | |||
66 | Say Y here if you want to enable hardware offload support for | 66 | Say Y here if you want to enable hardware offload support for |
67 | Virtual eXtensible Local Area Network (VXLAN) in the driver. | 67 | Virtual eXtensible Local Area Network (VXLAN) in the driver. |
68 | 68 | ||
69 | config QLCNIC_HWMON | ||
70 | bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support" | ||
71 | depends on QLCNIC && HWMON | ||
72 | default y | ||
73 | ---help--- | ||
74 | This configuration parameter can be used to read the | ||
75 | board temperature in Converged Ethernet devices | ||
76 | supported by qlcnic. | ||
77 | |||
78 | This data is available via the hwmon sysfs interface. | ||
79 | |||
69 | config QLGE | 80 | config QLGE |
70 | tristate "QLogic QLGE 10Gb Ethernet Driver Support" | 81 | tristate "QLogic QLGE 10Gb Ethernet Driver Support" |
71 | depends on PCI | 82 | depends on PCI |