Commit dd9589c7 authored by Guenter Roeck's avatar Guenter Roeck

net/ethernet: Drop H8/300 Ethernet driver

Architecture is gone, so this driver is no longer needed.

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent d95353e4
...@@ -102,8 +102,7 @@ static struct devprobe2 isa_probes[] __initdata = { ...@@ -102,8 +102,7 @@ static struct devprobe2 isa_probes[] __initdata = {
#ifdef CONFIG_WD80x3 #ifdef CONFIG_WD80x3
{wd_probe, 0}, {wd_probe, 0},
#endif #endif
#if defined(CONFIG_NE2000) || \ #if defined(CONFIG_NE2000) /* ISA (use ne2k-pci for PCI cards) */
defined(CONFIG_NE_H8300) /* ISA (use ne2k-pci for PCI cards) */
{ne_probe, 0}, {ne_probe, 0},
#endif #endif
#ifdef CONFIG_LANCE /* ISA/VLB (use pcnet32 for PCI cards) */ #ifdef CONFIG_LANCE /* ISA/VLB (use pcnet32 for PCI cards) */
......
...@@ -146,13 +146,6 @@ config PCMCIA_PCNET ...@@ -146,13 +146,6 @@ config PCMCIA_PCNET
To compile this driver as a module, choose M here: the module will be To compile this driver as a module, choose M here: the module will be
called pcnet_cs. If unsure, say N. called pcnet_cs. If unsure, say N.
config NE_H8300
tristate "NE2000 compatible support for H8/300"
depends on H8300H_AKI3068NET || H8300H_H8MAX
---help---
Say Y here if you want to use the NE2000 compatible
controller on the Renesas H8/300 processor.
config STNIC config STNIC
tristate "National DP83902AV support" tristate "National DP83902AV support"
depends on SUPERH depends on SUPERH
......
...@@ -10,7 +10,6 @@ obj-$(CONFIG_HYDRA) += hydra.o 8390.o ...@@ -10,7 +10,6 @@ obj-$(CONFIG_HYDRA) += hydra.o 8390.o
obj-$(CONFIG_MCF8390) += mcf8390.o 8390.o obj-$(CONFIG_MCF8390) += mcf8390.o 8390.o
obj-$(CONFIG_NE2000) += ne.o 8390p.o obj-$(CONFIG_NE2000) += ne.o 8390p.o
obj-$(CONFIG_NE2K_PCI) += ne2k-pci.o 8390.o obj-$(CONFIG_NE2K_PCI) += ne2k-pci.o 8390.o
obj-$(CONFIG_NE_H8300) += ne-h8300.o 8390.o
obj-$(CONFIG_PCMCIA_AXNET) += axnet_cs.o 8390.o obj-$(CONFIG_PCMCIA_AXNET) += axnet_cs.o 8390.o
obj-$(CONFIG_PCMCIA_PCNET) += pcnet_cs.o 8390.o obj-$(CONFIG_PCMCIA_PCNET) += pcnet_cs.o 8390.o
obj-$(CONFIG_STNIC) += stnic.o 8390.o obj-$(CONFIG_STNIC) += stnic.o 8390.o
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment