Skip to content

Commit a49f37e

Browse files
Sachin Sanapdavem330
authored andcommitted
net: add Fast Ethernet driver for PXA168.
Signed-off-by: Sachin Sanap <ssanap@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e5093ae commit a49f37e

File tree

4 files changed

+1707
-0
lines changed

4 files changed

+1707
-0
lines changed

drivers/net/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,16 @@ config SMC91X
928928
The module will be called smc91x. If you want to compile it as a
929929
module, say M here and read <file:Documentation/kbuild/modules.txt>.
930930

931+
config PXA168_ETH
932+
tristate "Marvell pxa168 ethernet support"
933+
depends on CPU_PXA168
934+
select PHYLIB
935+
help
936+
This driver supports the pxa168 Ethernet ports.
937+
938+
To compile this driver as a module, choose M here. The module
939+
will be called pxa168_eth.
940+
931941
config NET_NETX
932942
tristate "NetX Ethernet support"
933943
select MII

drivers/net/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ obj-$(CONFIG_MYRI10GE) += myri10ge/
244244
obj-$(CONFIG_SMC91X) += smc91x.o
245245
obj-$(CONFIG_SMC911X) += smc911x.o
246246
obj-$(CONFIG_SMSC911X) += smsc911x.o
247+
obj-$(CONFIG_PXA168_ETH) += pxa168_eth.o
247248
obj-$(CONFIG_BFIN_MAC) += bfin_mac.o
248249
obj-$(CONFIG_DM9000) += dm9000.o
249250
obj-$(CONFIG_PASEMI_MAC) += pasemi_mac_driver.o

0 commit comments

Comments
 (0)