diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-04 20:57:17 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-07 09:13:33 +0400 |
commit | 483f777266f5da205459c290994bd3cda5f1f6bc (patch) | |
tree | b3b1980cbf82f0d4a3c30387e6780e005b110439 /drivers/net/ethernet/i825xx | |
parent | 3066af582fd8084d9767ee8a71b8778360813106 (diff) | |
download | linux-483f777266f5da205459c290994bd3cda5f1f6bc.tar.xz |
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/i825xx')
-rw-r--r-- | drivers/net/ethernet/i825xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/i825xx/Kconfig b/drivers/net/ethernet/i825xx/Kconfig index 959faf7388e2..70f8c2d221b6 100644 --- a/drivers/net/ethernet/i825xx/Kconfig +++ b/drivers/net/ethernet/i825xx/Kconfig @@ -6,7 +6,7 @@ config NET_VENDOR_I825XX bool "Intel (82586/82593/82596) devices" default y depends on NET_VENDOR_INTEL && (ISA || ISA_DMA_API || ARM || \ - ARCH_ACORN || MCA || MCA_LEGACY || SNI_RM || SUN3 || \ + ARCH_ACORN || SNI_RM || SUN3 || \ GSC || BVME6000 || MVME16x || EXPERIMENTAL) ---help--- If you have a network (Ethernet) card belonging to this class, say Y |