Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ba81f3e authored by Ben Dooks's avatar Ben Dooks Committed by David S. Miller
Browse files

net: Micrel KS8851 SPI network driver



Network driver for the SPI version of the Micrel KS8851
network chip.

Signed-off-by: default avatarBen Dooks <ben@simtec.co.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e547bc1e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1729,6 +1729,12 @@ config KS8842
	help
	  This platform driver is for Micrel KSZ8842 chip.

config KS8851
       tristate "Micrel KS8851 SPI"
       depends on SPI
       help
         SPI driver for Micrel KS8851 SPI attached network chip.

config VIA_RHINE
	tristate "VIA Rhine support"
	depends on NET_PCI && PCI
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ obj-$(CONFIG_SKGE) += skge.o
obj-$(CONFIG_SKY2) += sky2.o
obj-$(CONFIG_SKFP) += skfp/
obj-$(CONFIG_KS8842)	+= ks8842.o
obj-$(CONFIG_KS8851)	+= ks8851.o
obj-$(CONFIG_VIA_RHINE) += via-rhine.o
obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
obj-$(CONFIG_ADAPTEC_STARFIRE) += starfire.o