diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-17 21:45:53 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 12:37:45 -0700 |
commit | 19c72cacce0ed8def4a37a5b4c4408cc83cf949c (patch) | |
tree | 91c87ef23a6d8f3555db3a58023c6e8cff84e71e /drivers/net/Kconfig | |
parent | 7443713a31f284365454493a9adbaea02bcc4344 (diff) | |
download | linux-next-19c72cacce0ed8def4a37a5b4c4408cc83cf949c.tar.gz |
korina: Move the IDT driver
Move the IDT driver into drivers/net/ethernet/ and make the
necessary Kconfig and Makefile changes
CC: "IDT Inc." <rischelp@idt.com>
CC: Felix Fietkau <nbd@openwrt.org>
CC: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bcf7368decd9..d9b3cb5aad33 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -237,13 +237,6 @@ config MACB source "drivers/net/arm/Kconfig" -config KORINA - tristate "Korina (IDT RC32434) Ethernet support" - depends on NET_ETHERNET && MIKROTIK_RB532 - help - If you have a Mikrotik RouterBoard 500 or IDT RC32434 - based system say Y. Otherwise say N. - config MIPS_SIM_NET tristate "MIPS simulator Network device" depends on MIPS_SIM |