net: powerpc: remove the legacy iSeries ethernet driver
This driver is specific to the PowerPC legcay iSeries platform which is being removed. Cc: David Miller <davem@davemloft.net> Cc: <netdev@vger.kernel.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
d503859678
commit
a320757ab8
|
@ -29,10 +29,6 @@ config IBMVETH
|
|||
To compile this driver as a module, choose M here. The module will
|
||||
be called ibmveth.
|
||||
|
||||
config ISERIES_VETH
|
||||
tristate "iSeries Virtual Ethernet driver support"
|
||||
depends on PPC_ISERIES
|
||||
|
||||
source "drivers/net/ethernet/ibm/emac/Kconfig"
|
||||
|
||||
config EHEA
|
||||
|
|
|
@ -3,6 +3,5 @@
|
|||
#
|
||||
|
||||
obj-$(CONFIG_IBMVETH) += ibmveth.o
|
||||
obj-$(CONFIG_ISERIES_VETH) += iseries_veth.o
|
||||
obj-$(CONFIG_IBM_EMAC) += emac/
|
||||
obj-$(CONFIG_EHEA) += ehea/
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue