Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Gortmaker and committed by
David S. Miller
bd118b6e 5aad1de5

+1 -2
+1 -2
drivers/net/ethernet/ibm/Kconfig
··· 5 5 config NET_VENDOR_IBM 6 6 bool "IBM devices" 7 7 default y 8 - depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \ 9 - (IBMEBUS && SPARSEMEM) 8 + depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM) 10 9 ---help--- 11 10 If you have a network (Ethernet) card belonging to this class, say Y 12 11 and read the Ethernet-HOWTO, available from