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
10 + tristate "Korina Local Ethernet support"
11 + depends on NET_ETHERNET && ( IDT_EB434 || MIKROTIK_RB500)
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.
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
25 obj-$(CONFIG_PLIP) += plip.o
27 +obj-$(CONFIG_KORINA) += korina.o
29 obj-$(CONFIG_ROADRUNNER) += rrunner.o
31 obj-$(CONFIG_HAPPYMEAL) += sunhme.o