Browse Source

[netdrvr] fac_8xx build fix

Jeff Garzik 19 years ago
parent
commit
ecf8b596cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/fec_8xx/Kconfig

+ 1 - 1
drivers/net/fec_8xx/Kconfig

@@ -1,6 +1,6 @@
 config FEC_8XX
 	tristate "Motorola 8xx FEC driver"
-	depends on NET_ETHERNET
+	depends on NET_ETHERNET && FEC
 	select MII
 
 config FEC_8XX_GENERIC_PHY