[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20100824140940.57369e83.randy.dunlap@oracle.com>
Date: Tue, 24 Aug 2010 14:09:40 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: devel@...verdev.osuosl.org, netdev <netdev@...r.kernel.org>
Cc: gregkh@...e.de, support@...iumnetworks.com,
Arnaud Lacombe <lacombar@...il.com>
Subject: [PATCH] octeon: depends on NETDEVICES
From: Randy Dunlap <randy.dunlap@...cle.com>
OCTEON_ETHERNET should depend on NETDEVICES.
Fixes this kconfig warning:
warning: (NET_DSA && NET && EXPERIMENTAL && NETDEVICES && !S390 || ...
|| OCTEON_ETHERNET && STAGING && !STAGING_EXCLUDE_BUILD && CPU_CAVIUM_OCTEON) selects PHYLIB which has unmet direct dependencies (!S390 && NETDEVICES)
Reported-by: Arnaud Lacombe <lacombar@...il.com>
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: support@...iumnetworks.com
---
drivers/staging/octeon/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20100823.orig/drivers/staging/octeon/Kconfig
+++ linux-next-20100823/drivers/staging/octeon/Kconfig
@@ -1,6 +1,6 @@
config OCTEON_ETHERNET
tristate "Cavium Networks Octeon Ethernet support"
- depends on CPU_CAVIUM_OCTEON
+ depends on CPU_CAVIUM_OCTEON && NETDEVICES
select PHYLIB
select MDIO_OCTEON
help
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists