Skip to content

Commit

Permalink
net: tile: remove ethernet drivers
Browse files Browse the repository at this point in the history
The tile architecture is obsolete and getting removed. From all
I can tell, later ARM based products use a different ethernet driver,
so we should remove this one as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Mar 26, 2018
1 parent 0833f76 commit 32a675e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 4,707 deletions.
1 change: 0 additions & 1 deletion drivers/net/ethernet/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ source "drivers/net/ethernet/stmicro/Kconfig"
source "drivers/net/ethernet/sun/Kconfig"
source "drivers/net/ethernet/tehuti/Kconfig"
source "drivers/net/ethernet/ti/Kconfig"
source "drivers/net/ethernet/tile/Kconfig"
source "drivers/net/ethernet/toshiba/Kconfig"
source "drivers/net/ethernet/tundra/Kconfig"
source "drivers/net/ethernet/via/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion drivers/net/ethernet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ obj-$(CONFIG_NET_VENDOR_STMICRO) += stmicro/
obj-$(CONFIG_NET_VENDOR_SUN) += sun/
obj-$(CONFIG_NET_VENDOR_TEHUTI) += tehuti/
obj-$(CONFIG_NET_VENDOR_TI) += ti/
obj-$(CONFIG_TILE_NET) += tile/
obj-$(CONFIG_NET_VENDOR_TOSHIBA) += toshiba/
obj-$(CONFIG_NET_VENDOR_TUNDRA) += tundra/
obj-$(CONFIG_NET_VENDOR_VIA) += via/
Expand Down
18 changes: 0 additions & 18 deletions drivers/net/ethernet/tile/Kconfig

This file was deleted.

11 changes: 0 additions & 11 deletions drivers/net/ethernet/tile/Makefile

This file was deleted.

Loading

0 comments on commit 32a675e

Please sign in to comment.