Skip to content

Commit

Permalink
net: Kconfig change for KSZ884X driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tristram Ha authored and David S. Miller committed Feb 12, 2010
1 parent 8ca86fd commit 1eb1cc7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eb1cc7

Please sign in to comment.