diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-16 19:48:42 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-17 16:37:41 -0400 |
commit | a5e371f61ad33c07b28e7c9b60c78d71fdd34e2a (patch) | |
tree | 8306d4f347a91d39f01a87d5c44d8c3b1c10bc69 /drivers/net/ethernet/natsemi | |
parent | bc6a4744b827c5a78ca591acca81809bddb8b2db (diff) |
drivers/net: delete all code/drivers depending on CONFIG_MCA
The support for CONFIG_MCA is being removed, since the 20
year old hardware simply isn't capable of meeting today's
software demands on CPU and memory resources.
This commit removes any MCA specific net drivers, and removes
any MCA specific probe/support code from drivers that were
doing a dual ISA/MCA role.
Cc: "David S. Miller" <davem@davemloft.net>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/ethernet/natsemi')
-rw-r--r-- | drivers/net/ethernet/natsemi/Kconfig | 20 | ||||
-rw-r--r-- | drivers/net/ethernet/natsemi/Makefile | 1 |
2 files changed, 2 insertions, 19 deletions
diff --git a/drivers/net/ethernet/natsemi/Kconfig b/drivers/net/ethernet/natsemi/Kconfig index eb836f770f50..f157334579fd 100644 --- a/drivers/net/ethernet/natsemi/Kconfig +++ b/drivers/net/ethernet/natsemi/Kconfig | |||
@@ -6,9 +6,8 @@ config NET_VENDOR_NATSEMI | |||
6 | bool "National Semi-conductor devices" | 6 | bool "National Semi-conductor devices" |
7 | default y | 7 | default y |
8 | depends on AMIGA_PCMCIA || ARM || EISA || EXPERIMENTAL || H8300 || \ | 8 | depends on AMIGA_PCMCIA || ARM || EISA || EXPERIMENTAL || H8300 || \ |
9 | ISA || M32R || MAC || MACH_JAZZ || MACH_TX49XX || MCA || \ | 9 | ISA || M32R || MAC || MACH_JAZZ || MACH_TX49XX || MIPS || \ |
10 | MCA_LEGACY || MIPS || PCI || PCMCIA || SUPERH || \ | 10 | PCI || PCMCIA || SUPERH || XTENSA_PLATFORM_XT2000 || ZORRO |
11 | XTENSA_PLATFORM_XT2000 || ZORRO | ||
12 | ---help--- | 11 | ---help--- |
13 | If you have a network (Ethernet) card belonging to this class, say Y | 12 | If you have a network (Ethernet) card belonging to this class, say Y |
14 | and read the Ethernet-HOWTO, available from | 13 | and read the Ethernet-HOWTO, available from |
@@ -21,21 +20,6 @@ config NET_VENDOR_NATSEMI | |||
21 | 20 | ||
22 | if NET_VENDOR_NATSEMI | 21 | if NET_VENDOR_NATSEMI |
23 | 22 | ||
24 | config IBMLANA | ||
25 | tristate "IBM LAN Adapter/A support" | ||
26 | depends on MCA | ||
27 | ---help--- | ||
28 | This is a Micro Channel Ethernet adapter. You need to set | ||
29 | CONFIG_MCA to use this driver. It is both available as an in-kernel | ||
30 | driver and as a module. | ||
31 | |||
32 | To compile this driver as a module, choose M here. The only | ||
33 | currently supported card is the IBM LAN Adapter/A for Ethernet. It | ||
34 | will both support 16K and 32K memory windows, however a 32K window | ||
35 | gives a better security against packet losses. Usage of multiple | ||
36 | boards with this driver should be possible, but has not been tested | ||
37 | up to now due to lack of hardware. | ||
38 | |||
39 | config MACSONIC | 23 | config MACSONIC |
40 | tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" | 24 | tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" |
41 | depends on MAC | 25 | depends on MAC |
diff --git a/drivers/net/ethernet/natsemi/Makefile b/drivers/net/ethernet/natsemi/Makefile index 9aa5dea52b3e..764c532a96d1 100644 --- a/drivers/net/ethernet/natsemi/Makefile +++ b/drivers/net/ethernet/natsemi/Makefile | |||
@@ -2,7 +2,6 @@ | |||
2 | # Makefile for the National Semi-conductor Sonic devices. | 2 | # Makefile for the National Semi-conductor Sonic devices. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_IBMLANA) += ibmlana.o | ||
6 | obj-$(CONFIG_MACSONIC) += macsonic.o | 5 | obj-$(CONFIG_MACSONIC) += macsonic.o |
7 | obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o | 6 | obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o |
8 | obj-$(CONFIG_NATSEMI) += natsemi.o | 7 | obj-$(CONFIG_NATSEMI) += natsemi.o |