aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/fujitsu
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2013-01-04 11:57:17 -0500
committerDavid S. Miller <davem@davemloft.net>2013-01-07 00:13:33 -0500
commit483f777266f5da205459c290994bd3cda5f1f6bc (patch)
treeb3b1980cbf82f0d4a3c30387e6780e005b110439 /drivers/net/ethernet/fujitsu
parent3066af582fd8084d9767ee8a71b8778360813106 (diff)
drivers/net: remove orphaned references to micro channel
We threw away the microchannel support, but the removal wasn't completely trivial since there was namespace overlap with the machine check support, and hence some orphaned dependencies survived the deletion. This attempts to sweep those up and send them to the bit-bucket. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/fujitsu')
-rw-r--r--drivers/net/ethernet/fujitsu/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/fujitsu/Kconfig b/drivers/net/ethernet/fujitsu/Kconfig
index dffee9d44fd5..aca156888fd8 100644
--- a/drivers/net/ethernet/fujitsu/Kconfig
+++ b/drivers/net/ethernet/fujitsu/Kconfig
@@ -5,7 +5,7 @@
5config NET_VENDOR_FUJITSU 5config NET_VENDOR_FUJITSU
6 bool "Fujitsu devices" 6 bool "Fujitsu devices"
7 default y 7 default y
8 depends on ISA || PCMCIA || ((ISA || MCA_LEGACY) && EXPERIMENTAL) 8 depends on ISA || PCMCIA || (ISA && EXPERIMENTAL)
9 ---help--- 9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y 10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from 11 and read the Ethernet-HOWTO, available from
@@ -19,7 +19,7 @@ if NET_VENDOR_FUJITSU
19 19
20config AT1700 20config AT1700
21 tristate "AT1700/1720 support (EXPERIMENTAL)" 21 tristate "AT1700/1720 support (EXPERIMENTAL)"
22 depends on (ISA || MCA_LEGACY) && EXPERIMENTAL 22 depends on ISA && EXPERIMENTAL
23 select CRC32 23 select CRC32
24 ---help--- 24 ---help---
25 If you have a network (Ethernet) card of this type, say Y and read 25 If you have a network (Ethernet) card of this type, say Y and read