diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-03-19 12:14:51 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-26 00:19:34 -0400 |
commit | ef11291bcd5f963c72e7ba5952be3e3c97463d2c (patch) | |
tree | 46f7320e9406f8bf35b73065898d96ceb7e38dc4 /drivers/net/Kconfig | |
parent | bfebbb88eca12a01fff1fbee2b8e1a4e932b799b (diff) |
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 <florian.fainelli@telecomint.eu>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Philip Rischel <rischelp@idt.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 978e72ab39c2..95d1b61342ec 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -467,6 +467,13 @@ config SNI_82596 | |||
467 | Say Y here to support the on-board Intel 82596 ethernet controller | 467 | Say Y here to support the on-board Intel 82596 ethernet controller |
468 | built into SNI RM machines. | 468 | built into SNI RM machines. |
469 | 469 | ||
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 | |||
470 | config MIPS_JAZZ_SONIC | 477 | config MIPS_JAZZ_SONIC |
471 | tristate "MIPS JAZZ onboard SONIC Ethernet support" | 478 | tristate "MIPS JAZZ onboard SONIC Ethernet support" |
472 | depends on MACH_JAZZ | 479 | depends on MACH_JAZZ |