aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorfrançois romieu <romieu@fr.zoreil.com>2011-01-03 10:07:31 -0500
committerDavid S. Miller <davem@davemloft.net>2011-01-04 12:48:31 -0500
commitbca03d5f32c8ee9b5cfa1d32640a63fded6cb3c0 (patch)
treefc9db1b0c22b69eaab96b0d92df1f0809f782ff9 /drivers/net/Kconfig
parent42bb8d56953a06de50941d6d3df89dc3023bb92d (diff)
r8169: remove the firmware of RTL8111D.
The binary file of the firmware is moved to linux-firmware repository. The firmwares are rtl_nic/rtl8168d-1.fw and rtl_nic/rtl8168d-2.fw. The driver goes along if the firmware couldn't be found. However, it is suggested to be done with the suitable firmware. Some wrong PHY parameters are directly corrected in the driver. Simple firmware checking added per Ben Hutchings suggestion. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Cc: Ben Hutchings <benh@debian.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 89be23340ee4..3fda24a28d2f 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2233,6 +2233,7 @@ config YELLOWFIN
2233config R8169 2233config R8169
2234 tristate "Realtek 8169 gigabit ethernet support" 2234 tristate "Realtek 8169 gigabit ethernet support"
2235 depends on PCI 2235 depends on PCI
2236 select FW_LOADER
2236 select CRC32 2237 select CRC32
2237 select MII 2238 select MII
2238 ---help--- 2239 ---help---