1 --- a/drivers/net/Kconfig
2 +++ b/drivers/net/Kconfig
4 If you have an Alchemy Semi AU1X00 based system
5 say Y. Otherwise, say N.
7 +config MIPS_ADM5120_ENET
8 + tristate "MIPS ADM5120 Ethernet switch support"
9 + depends on MIPS_ADM5120
12 bool "SGI IOC3 Ethernet"
13 depends on PCI && SGI_IP27
14 --- a/drivers/net/Makefile
15 +++ b/drivers/net/Makefile
17 # This is also a 82596 and should probably be merged
18 obj-$(CONFIG_LP486E) += lp486e.o
20 +obj-$(CONFIG_MIPS_ADM5120_ENET) += adm5120sw.o
21 obj-$(CONFIG_ETH16I) += eth16i.o
22 obj-$(CONFIG_ZORRO8390) += zorro8390.o
23 obj-$(CONFIG_HPLANCE) += hplance.o 7990.o