From: "Luiz Fernando N. Capitulino" <lcapitulino@prefeitura.sp.gov.br>

IBM LAN Adapter/A driver depends on mca-legacy.


---

 25-akpm/drivers/net/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/Kconfig~ibmlana-needs-MCA_LEGACY drivers/net/Kconfig
--- 25/drivers/net/Kconfig~ibmlana-needs-MCA_LEGACY	Mon Apr  5 15:51:11 2004
+++ 25-akpm/drivers/net/Kconfig	Mon Apr  5 15:51:11 2004
@@ -1164,7 +1164,7 @@ config NE2_MCA
 
 config IBMLANA
 	tristate "IBM LAN Adapter/A support"
-	depends on NET_ETHERNET && MCA
+	depends on NET_ETHERNET && MCA && MCA_LEGACY
 	---help---
 	  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

_