Kconfig (441fc6fdb47ae739eeda625dce5b069941a54db3) | Kconfig (e428893b7d0aecd0ca627c439e7420334824f764) |
---|---|
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 || \ --- 100 unchanged lines hidden (view full) --- 109 <http://support.intel.com> 110 111 More specific information on configuring the driver is in 112 <file:Documentation/networking/e1000.txt>. 113 114 To compile this driver as a module, choose M here. The module 115 will be called igb. 116 | 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 || \ --- 100 unchanged lines hidden (view full) --- 109 <http://support.intel.com> 110 111 More specific information on configuring the driver is in 112 <file:Documentation/networking/e1000.txt>. 113 114 To compile this driver as a module, choose M here. The module 115 will be called igb. 116 |
117config IGB_HWMON 118 bool "Intel(R) PCI-Express Gigabit adapters HWMON support" 119 default y 120 depends on IGB && HWMON && !(IGB=y && HWMON=m) 121 ---help--- 122 Say Y if you want to expose thermal sensor data on Intel devices. 123 124 Some of our devices contain thermal sensors, both external and internal. 125 This data is available via the hwmon sysfs interface and exposes 126 the onboard sensors. 127 |
|
117config IGB_DCA 118 bool "Direct Cache Access (DCA) Support" 119 default y 120 depends on IGB && DCA && !(IGB=y && DCA=m) 121 ---help--- 122 Say Y here if you want to use Direct Cache Access (DCA) in the 123 driver. DCA is a method for warming the CPU cache before data 124 is used, with the intent of lessening the impact of cache misses. --- 114 unchanged lines hidden --- | 128config IGB_DCA 129 bool "Direct Cache Access (DCA) Support" 130 default y 131 depends on IGB && DCA && !(IGB=y && DCA=m) 132 ---help--- 133 Say Y here if you want to use Direct Cache Access (DCA) in the 134 driver. DCA is a method for warming the CPU cache before data 135 is used, with the intent of lessening the impact of cache misses. --- 114 unchanged lines hidden --- |