aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTristram Ha <Tristram.Ha@micrel.com>2010-02-08 06:38:28 -0500
committerDavid S. Miller <davem@davemloft.net>2010-02-12 15:15:22 -0500
commit1eb1cc7a209f9593312ba014f1b1f02c31eda4fb (patch)
treea3e36fab070472bd417d594bfa55751df176b0ef /drivers
parent8ca86fd83eae6c73db5f6b23ee3a63b77d52c8ee (diff)
net: Kconfig change for KSZ884X driver
Add Micrel KSZ8841/KSZ8842 PCI Ethernet chip support. Signed-off-by: Tristram Ha <Tristram.Ha@micrel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 1bf1987571ff..5f646523c5ae 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1380,6 +1380,17 @@ config AC3200
1380 To compile this driver as a module, choose M here. The module 1380 To compile this driver as a module, choose M here. The module
1381 will be called ac3200. 1381 will be called ac3200.
1382 1382
1383config KSZ884X_PCI
1384 tristate "Micrel KSZ8841/2 PCI"
1385 depends on NET_PCI && PCI
1386 select MII
1387 select CRC32
1388 help
1389 This PCI driver is for Micrel KSZ8841/KSZ8842 PCI Ethernet chip.
1390
1391 To compile this driver as a module, choose M here. The module
1392 will be called ksz884x.
1393
1383config APRICOT 1394config APRICOT
1384 tristate "Apricot Xen-II on board Ethernet" 1395 tristate "Apricot Xen-II on board Ethernet"
1385 depends on NET_PCI && ISA 1396 depends on NET_PCI && ISA