* [PATCH net-next] ibm-ethernet: delete stale MCA and duplicate PSERIES dependency
@ 2013-05-29 14:13 Paul Gortmaker
2013-06-03 7:24 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2013-05-29 14:13 UTC (permalink / raw)
To: David Miller; +Cc: netdev, Paul Gortmaker
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>
---
drivers/net/ethernet/ibm/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/ibm/Kconfig b/drivers/net/ethernet/ibm/Kconfig
index 6529d31..563a1ac 100644
--- a/drivers/net/ethernet/ibm/Kconfig
+++ b/drivers/net/ethernet/ibm/Kconfig
@@ -5,8 +5,7 @@
config NET_VENDOR_IBM
bool "IBM devices"
default y
- depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \
- (IBMEBUS && SPARSEMEM)
+ depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
---help---
If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] ibm-ethernet: delete stale MCA and duplicate PSERIES dependency
2013-05-29 14:13 [PATCH net-next] ibm-ethernet: delete stale MCA and duplicate PSERIES dependency Paul Gortmaker
@ 2013-06-03 7:24 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-06-03 7:24 UTC (permalink / raw)
To: paul.gortmaker; +Cc: netdev
From: Paul Gortmaker <paul.gortmaker@windriver.com>
Date: Wed, 29 May 2013 10:13:54 -0400
> 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>
Applied, thanks Paul.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-03 7:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 14:13 [PATCH net-next] ibm-ethernet: delete stale MCA and duplicate PSERIES dependency Paul Gortmaker
2013-06-03 7:24 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).