1 Index: linux-2.6.23/drivers/net/Kconfig
2 ===================================================================
3 --- linux-2.6.23.orig/drivers/net/Kconfig 2007-10-14 00:55:22.000000000 +0200
4 +++ linux-2.6.23/drivers/net/Kconfig 2007-10-14 00:56:32.000000000 +0200
6 AX88796 driver, using platform bus to provide
7 chip detection and resources
10 + tristate "AR2313 Ethernet support"
11 + depends on NET_ETHERNET && ATHEROS
13 + Support for the AR231x/531x ethernet controller
16 tristate "MACE (Power Mac ethernet) support"
17 depends on PPC_PMAC && PPC32
18 Index: linux-2.6.23/drivers/net/Makefile
19 ===================================================================
20 --- linux-2.6.23.orig/drivers/net/Makefile 2007-10-14 00:55:22.000000000 +0200
21 +++ linux-2.6.23/drivers/net/Makefile 2007-10-14 00:56:55.000000000 +0200
23 obj-$(CONFIG_LGUEST_NET) += lguest_net.o
24 obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
25 obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
26 +obj-$(CONFIG_AR2313) += ar2313/
27 obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o
28 obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o
29 obj-$(CONFIG_DECLANCE) += declance.o