1 --- a/drivers/net/Kconfig
2 +++ b/drivers/net/Kconfig
3 @@ -362,6 +362,13 @@ config AX88796_93CX6
5 Select this if your platform comes with an external 93CX6 eeprom.
8 + tristate "Korina Local Ethernet support"
9 + depends on NET_ETHERNET && ( IDT_EB434 || MIKROTIK_RB500)
11 + IDT RC32434 has one local ethernet port. Say Y here to enable it.
12 + To compile this driver as a module, choose M here.
15 tristate "MACE (Power Mac ethernet) support"
16 depends on PPC_PMAC && PPC32
17 --- a/drivers/net/Makefile
18 +++ b/drivers/net/Makefile
19 @@ -30,6 +30,8 @@ ucc_geth_driver-objs := ucc_geth.o ucc_g
21 obj-$(CONFIG_PLIP) += plip.o
23 +obj-$(CONFIG_KORINA) += korina.o
25 obj-$(CONFIG_ROADRUNNER) += rrunner.o
27 obj-$(CONFIG_HAPPYMEAL) += sunhme.o