From: Paul Gortmaker Date: Wed, 29 May 2013 04:13:54 +0000 (+0000) Subject: ibm-ethernet: delete stale MCA and duplicate PSERIES dependency X-Git-Tag: v3.11-rc1~16^2~214 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bd118b6e9509a19bfb82925152d9ae8fa398d567;p=~emulex%2Finfiniband.git 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 Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/ibm/Kconfig b/drivers/net/ethernet/ibm/Kconfig index 6529d31595a..563a1ac71db 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