Kconfig (695e00789a2703e79da9adf3cd868fe54142885e) Kconfig (3ca8bc6de2b336d483bb9d83e0dfe16cde535fa6)
1#
2# Intel network device configuration
3#
4
5config NET_VENDOR_INTEL
6 bool "Intel devices"
7 default y
8 depends on PCI || PCI_MSI || ISA || ISA_DMA_API || ARM || \

--- 179 unchanged lines hidden (view full) ---

188 For general information and support, go to the Intel support
189 website at:
190
191 <http://support.intel.com>
192
193 To compile this driver as a module, choose M here. The module
194 will be called ixgbe.
195
1#
2# Intel network device configuration
3#
4
5config NET_VENDOR_INTEL
6 bool "Intel devices"
7 default y
8 depends on PCI || PCI_MSI || ISA || ISA_DMA_API || ARM || \

--- 179 unchanged lines hidden (view full) ---

188 For general information and support, go to the Intel support
189 website at:
190
191 <http://support.intel.com>
192
193 To compile this driver as a module, choose M here. The module
194 will be called ixgbe.
195
196config 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
196config IXGBE_DCA
197 bool "Direct Cache Access (DCA) Support"
198 default y
199 depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
200 ---help---
201 Say Y here if you want to use Direct Cache Access (DCA) in the
202 driver. DCA is a method for warming the CPU cache before data
203 is used, with the intent of lessening the impact of cache misses.

--- 34 unchanged lines hidden ---
204config IXGBE_DCA
205 bool "Direct Cache Access (DCA) Support"
206 default y
207 depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
208 ---help---
209 Say Y here if you want to use Direct Cache Access (DCA) in the
210 driver. DCA is a method for warming the CPU cache before data
211 is used, with the intent of lessening the impact of cache misses.

--- 34 unchanged lines hidden ---