diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-05-29 00:13:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-03 03:24:31 -0400 |
commit | bd118b6e9509a19bfb82925152d9ae8fa398d567 (patch) | |
tree | 8fa23fe321822e755bfcb5316af1c189fd99d95e | |
parent | 5aad1de5ea2c260b4cd2f70b70e146d55dbbc528 (diff) |
ibm-ethernet: delete stale MCA and duplicate PSERIES dependency
MCA support has been removed but this dependency escaped removal.
Also, there is a duplicate PPC_PSERIES dependency that appeared
when the ethernet drivers were separated into vendor/model
specific directories, so we remove that here as well.
Reported-by: Robert de Rooy <robert.de.rooy@gmail.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/ibm/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/ibm/Kconfig b/drivers/net/ethernet/ibm/Kconfig index 6529d31595a7..563a1ac71dbc 100644 --- a/drivers/net/ethernet/ibm/Kconfig +++ b/drivers/net/ethernet/ibm/Kconfig | |||
@@ -5,8 +5,7 @@ | |||
5 | config NET_VENDOR_IBM | 5 | config NET_VENDOR_IBM |
6 | bool "IBM devices" | 6 | bool "IBM devices" |
7 | default y | 7 | default y |
8 | depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \ | 8 | depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM) |
9 | (IBMEBUS && SPARSEMEM) | ||
10 | ---help--- | 9 | ---help--- |
11 | 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 |
12 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |