File tree Expand file tree Collapse file tree 4 files changed +1707
-0
lines changed Expand file tree Collapse file tree 4 files changed +1707
-0
lines changed Original file line number Diff line number Diff 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+
931941config NET_NETX
932942 tristate "NetX Ethernet support"
933943 select MII
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ obj-$(CONFIG_MYRI10GE) += myri10ge/
244244obj-$(CONFIG_SMC91X) += smc91x.o
245245obj-$(CONFIG_SMC911X) += smc911x.o
246246obj-$(CONFIG_SMSC911X) += smsc911x.o
247+ obj-$(CONFIG_PXA168_ETH) += pxa168_eth.o
247248obj-$(CONFIG_BFIN_MAC) += bfin_mac.o
248249obj-$(CONFIG_DM9000) += dm9000.o
249250obj-$(CONFIG_PASEMI_MAC) += pasemi_mac_driver.o
You can’t perform that action at this time.
0 commit comments