Procházet zdrojové kódy

IBMLANA no longer has to depend on MCA_LEGACY

This patch removes the no longer required dependency of IBMLANA
on MCA_LEGACY.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Adrian Bunk před 17 roky
rodič
revize
e6353f3043
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      drivers/net/Kconfig

+ 1 - 1
drivers/net/Kconfig

@@ -1199,7 +1199,7 @@ config NE2_MCA
 
 
 config IBMLANA
 config IBMLANA
 	tristate "IBM LAN Adapter/A support"
 	tristate "IBM LAN Adapter/A support"
-	depends on MCA && MCA_LEGACY
+	depends on MCA
 	---help---
 	---help---
 	  This is a Micro Channel Ethernet adapter.  You need to set
 	  This is a Micro Channel Ethernet adapter.  You need to set
 	  CONFIG_MCA to use this driver.  It is both available as an in-kernel
 	  CONFIG_MCA to use this driver.  It is both available as an in-kernel