summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristram Ha2010-02-08 12:38:28 +0100
committerDavid S. Miller2010-02-12 21:15:22 +0100
commit1eb1cc7a209f9593312ba014f1b1f02c31eda4fb (patch)
treea3e36fab070472bd417d594bfa55751df176b0ef
parentnet: Micrel KSZ8841/2 PCI Ethernet driver (diff)
downloadkernel-qcow2-linux-1eb1cc7a209f9593312ba014f1b1f02c31eda4fb.tar.gz
kernel-qcow2-linux-1eb1cc7a209f9593312ba014f1b1f02c31eda4fb.tar.xz
kernel-qcow2-linux-1eb1cc7a209f9593312ba014f1b1f02c31eda4fb.zip
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>
-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
To compile this driver as a module, choose M here. The module
will be called ac3200.
+config KSZ884X_PCI
+ tristate "Micrel KSZ8841/2 PCI"
+ depends on NET_PCI && PCI
+ select MII
+ select CRC32
+ help
+ This PCI driver is for Micrel KSZ8841/KSZ8842 PCI Ethernet chip.
+
+ To compile this driver as a module, choose M here. The module
+ will be called ksz884x.
+
config APRICOT
tristate "Apricot Xen-II on board Ethernet"
depends on NET_PCI && ISA