Commit d02c891f authored by Hirokazu Takata's avatar Hirokazu Takata Committed by Linus Torvalds

[PATCH] m32r: remove network drivers

Signed-off-by: default avatarHayato Fujiwara <fujiwara@linux-m32r.org>
Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2aad33d7
#include "../../../drivers/net/8390.c"
#include "../../../drivers/net/8390.h"
...@@ -9,10 +9,6 @@ config M32RPCC ...@@ -9,10 +9,6 @@ config M32RPCC
bool "M32R PCMCIA I/F" bool "M32R PCMCIA I/F"
depends on CHIP_M32700 depends on CHIP_M32700
config M32R_NE2000
bool "On board NE2000 Network Interface Chip"
depends on PLAT_MAPPI || PLAT_OAKS32R
config M32R_CFC config M32R_CFC
bool "CF I/F Controller" bool "CF I/F Controller"
depends on PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_OPSPUT depends on PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_OPSPUT
...@@ -31,10 +27,6 @@ config MTD_M32R ...@@ -31,10 +27,6 @@ config MTD_M32R
bool "Flash device mapped on M32R" bool "Flash device mapped on M32R"
depends on PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 depends on PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2
config M32R_SMC91111
bool "On board SMC91111 Network Interface Chip"
depends on PLAT_M32700UT || PLAT_MAPPI2 || PLAT_OPSPUT
config M32700UT_DS1302 config M32700UT_DS1302
bool "DS1302 Real Time Clock support" bool "DS1302 Real Time Clock support"
depends on PLAT_M32700UT || PLAT_OPSPUT depends on PLAT_M32700UT || PLAT_OPSPUT
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
# Makefile for the Linux/M32R driver # Makefile for the Linux/M32R driver
# #
obj-$(CONFIG_M32R_SMC91111) += smc91111.o
obj-$(CONFIG_M32R_NE2000) += mappi_ne.o 8390.o
obj-$(CONFIG_M32RPCC) += m32r_pcc.o obj-$(CONFIG_M32RPCC) += m32r_pcc.o
obj-$(CONFIG_M32R_CFC) += m32r_cfc.o obj-$(CONFIG_M32R_CFC) += m32r_cfc.o
obj-$(CONFIG_M32700UT_DS1302) += ds1302.o obj-$(CONFIG_M32700UT_DS1302) += ds1302.o
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
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