Skip to content

Commit ef11291

Browse files
Florian FainelliJeff Garzik
Florian Fainelli
authored and
Jeff Garzik
committed
Add support the Korina (IDT RC32434) Ethernet MAC
This patch adds support for the IDT rc32434 Ethernet MAC we can find in the IDT boards and the Mikrotik RB500. Driver references some code from the linux-mips RB500 support. Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: Felix Fietkau <[email protected]> Signed-off-by: Philip Rischel <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent bfebbb8 commit ef11291

File tree

3 files changed

+1241
-0
lines changed

3 files changed

+1241
-0
lines changed

drivers/net/Kconfig

+7
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,13 @@ config SNI_82596
467467
Say Y here to support the on-board Intel 82596 ethernet controller
468468
built into SNI RM machines.
469469

470+
config KORINA
471+
tristate "Korina (IDT RC32434) Ethernet support"
472+
depends on NET_ETHERNET && MIKROTIK_RB500
473+
help
474+
If you have a Mikrotik RouterBoard 500 or IDT RC32434
475+
based system say Y. Otherwise say N.
476+
470477
config MIPS_JAZZ_SONIC
471478
tristate "MIPS JAZZ onboard SONIC Ethernet support"
472479
depends on MACH_JAZZ

drivers/net/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ obj-$(CONFIG_ZORRO8390) += zorro8390.o
190190
obj-$(CONFIG_HPLANCE) += hplance.o 7990.o
191191
obj-$(CONFIG_MVME147_NET) += mvme147.o 7990.o
192192
obj-$(CONFIG_EQUALIZER) += eql.o
193+
obj-$(CONFIG_KORINA) += korina.o
193194
obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
194195
obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
195196
obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o

0 commit comments

Comments
 (0)