acfba6c00aa08a3537e6c71682d889d2b53c07da
[openwrt.git] / target / linux / rb532 / patches / 110-korina_ethernet.patch
1 Index: linux-2.6.23.17/drivers/net/Kconfig
2 ===================================================================
3 --- linux-2.6.23.17.orig/drivers/net/Kconfig
4 +++ linux-2.6.23.17/drivers/net/Kconfig
5 @@ -348,6 +348,13 @@ config AX88796
6           AX88796 driver, using platform bus to provide
7           chip detection and resources
8  
9 +config KORINA
10 +       tristate "Korina Local Ethernet support"
11 +       depends on NET_ETHERNET && ( IDT_EB434 || MIKROTIK_RB500)
12 +       help
13 +       IDT RC32434 has one local ethernet port. Say Y here to enable it.
14 +       To compile this driver as a module, choose M here.
15 +
16  config MACE
17         tristate "MACE (Power Mac ethernet) support"
18         depends on PPC_PMAC && PPC32
19 Index: linux-2.6.23.17/drivers/net/Makefile
20 ===================================================================
21 --- linux-2.6.23.17.orig/drivers/net/Makefile
22 +++ linux-2.6.23.17/drivers/net/Makefile
23 @@ -25,6 +25,8 @@ ucc_geth_driver-objs := ucc_geth.o ucc_g
24  #
25  obj-$(CONFIG_PLIP) += plip.o
26  
27 +obj-$(CONFIG_KORINA) += korina.o
28 +
29  obj-$(CONFIG_ROADRUNNER) += rrunner.o
30  
31  obj-$(CONFIG_HAPPYMEAL) += sunhme.o