diff options
| author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-04 11:57:17 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-01-07 00:13:33 -0500 |
| commit | 483f777266f5da205459c290994bd3cda5f1f6bc (patch) | |
| tree | b3b1980cbf82f0d4a3c30387e6780e005b110439 /drivers/net/ethernet/amd/Kconfig | |
| parent | 3066af582fd8084d9767ee8a71b8778360813106 (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/amd/Kconfig')
| -rw-r--r-- | drivers/net/ethernet/amd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/amd/Kconfig b/drivers/net/ethernet/amd/Kconfig index 8350f4b37a8a..304613302f01 100644 --- a/drivers/net/ethernet/amd/Kconfig +++ b/drivers/net/ethernet/amd/Kconfig | |||
| @@ -7,7 +7,7 @@ config NET_VENDOR_AMD | |||
| 7 | default y | 7 | default y |
| 8 | depends on DIO || MACH_DECSTATION || MVME147 || ATARI || SUN3 || \ | 8 | depends on DIO || MACH_DECSTATION || MVME147 || ATARI || SUN3 || \ |
| 9 | SUN3X || SBUS || PCI || ZORRO || (ISA && ISA_DMA_API) || \ | 9 | SUN3X || SBUS || PCI || ZORRO || (ISA && ISA_DMA_API) || \ |
| 10 | (ARM && ARCH_EBSA110) || ISA || EISA || MCA || PCMCIA | 10 | (ARM && ARCH_EBSA110) || ISA || EISA || PCMCIA |
| 11 | ---help--- | 11 | ---help--- |
| 12 | If you have a network (Ethernet) chipset belonging to this class, | 12 | If you have a network (Ethernet) chipset belonging to this class, |
| 13 | say Y. | 13 | say Y. |
| @@ -107,7 +107,7 @@ config DECLANCE | |||
| 107 | 107 | ||
| 108 | config DEPCA | 108 | config DEPCA |
| 109 | tristate "DEPCA, DE10x, DE200, DE201, DE202, DE422 support" | 109 | tristate "DEPCA, DE10x, DE200, DE201, DE202, DE422 support" |
| 110 | depends on (ISA || EISA || MCA) | 110 | depends on (ISA || EISA) |
| 111 | select CRC32 | 111 | select CRC32 |
| 112 | ---help--- | 112 | ---help--- |
| 113 | If you have a network (Ethernet) card of this type, say Y and read | 113 | If you have a network (Ethernet) card of this type, say Y and read |
