summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-10-04 19:40:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-10-08 08:39:02 +0200
commitb64b24db752d450173bd0b0bc4a45d6fb7222847 (patch)
tree57ab1ca53646c15dc8018b2c31717b3bd41e0c23 /drivers/net/Kconfig
parent7f5a86db039a27b09d4bef779134972efde0cb08 (diff)
downloadbarebox-b64b24db752d450173bd0b0bc4a45d6fb7222847.tar.gz
barebox-b64b24db752d450173bd0b0bc4a45d6fb7222847.tar.xz
net: add rtl8169 driver
This adds the driver for RealTek 8169 and compatible pci attached network chips. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index c99fcc8316..24b984462d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -156,6 +156,14 @@ config DRIVER_NET_RTL8139
This is a driver for the Fast Ethernet PCI network cards based on
the RTL 8139 chips.
+config DRIVER_NET_RTL8169
+ bool "RealTek RTL-8169 PCI Ethernet driver"
+ depends on PCI
+ select PHYLIB
+ help
+ This is a driver for the Fast Ethernet PCI network cards based on
+ the RTL 8169 chips.
+
config DRIVER_NET_SMC911X
bool "smc911x ethernet driver"
select PHYLIB