diff options
Diffstat (limited to 'drivers/net/ethernet/intel/Kconfig')
-rw-r--r-- | drivers/net/ethernet/intel/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig index 74215c05d799..546efe30c9b8 100644 --- a/drivers/net/ethernet/intel/Kconfig +++ b/drivers/net/ethernet/intel/Kconfig | |||
@@ -193,6 +193,14 @@ config IXGBE | |||
193 | To compile this driver as a module, choose M here. The module | 193 | To compile this driver as a module, choose M here. The module |
194 | will be called ixgbe. | 194 | will be called ixgbe. |
195 | 195 | ||
196 | config IXGBE_HWMON | ||
197 | bool "Intel(R) 10GbE PCI Express adapters HWMON support" | ||
198 | default y | ||
199 | depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m) | ||
200 | ---help--- | ||
201 | Say Y if you want to expose the thermal sensor data on some of | ||
202 | our cards, via a hwmon sysfs interface. | ||
203 | |||
196 | config IXGBE_DCA | 204 | config IXGBE_DCA |
197 | bool "Direct Cache Access (DCA) Support" | 205 | bool "Direct Cache Access (DCA) Support" |
198 | default y | 206 | default y |