ifxmips: move header files, split up patches, rename some files
[openwrt-10.03/.git] / target / linux / ifxmips / patches-2.6.30 / 130-ethernet.patch
1 Index: linux-2.6.30.5/drivers/net/Kconfig
2 ===================================================================
3 --- linux-2.6.30.5.orig/drivers/net/Kconfig     2009-09-02 18:22:49.000000000 +0200
4 +++ linux-2.6.30.5/drivers/net/Kconfig  2009-09-02 18:29:51.000000000 +0200
5 @@ -353,6 +353,12 @@
6  
7  source "drivers/net/arm/Kconfig"
8  
9 +config IFXMIPS_MII0
10 +       tristate "Infineon IFXMips eth0 driver"
11 +       depends on IFXMIPS
12 +       help
13 +         Support for the MII0 inside the IFXMips SOC
14 +
15  config AX88796
16         tristate "ASIX AX88796 NE2000 clone support"
17         depends on ARM || MIPS || SUPERH
18 Index: linux-2.6.30.5/drivers/net/Makefile
19 ===================================================================
20 --- linux-2.6.30.5.orig/drivers/net/Makefile    2009-09-02 18:22:49.000000000 +0200
21 +++ linux-2.6.30.5/drivers/net/Makefile 2009-09-02 18:30:37.000000000 +0200
22 @@ -234,6 +234,7 @@
23  obj-$(CONFIG_MLX4_CORE) += mlx4/
24  obj-$(CONFIG_ENC28J60) += enc28j60.o
25  obj-$(CONFIG_ETHOC) += ethoc.o
26 +obj-$(CONFIG_IFXMIPS_MII0) += ifxmips_mii0.o
27  
28  obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o
29