linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] [2.6.26] ehea: Add dependency to Kconfig
@ 2008-05-07 12:43 Hannes Hering
  2008-05-28 16:44 ` Nathan Lynch
  0 siblings, 1 reply; 13+ messages in thread
From: Hannes Hering @ 2008-05-07 12:43 UTC (permalink / raw)
  To: jeff
  Cc: linux-kernel, linuxppc-dev, netdev, ossrosch, ossthema, raisch,
	themann, tklein

The new ehea memory hot plug implementation depends on MEMORY_HOTPLUG.

Signed-off-by: Hannes Hering <hering2@de.ibm.com>
---

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f90a86b..181cd86 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2440,7 +2440,7 @@ config CHELSIO_T3
 
 config EHEA
 	tristate "eHEA Ethernet support"
-	depends on IBMEBUS && INET && SPARSEMEM
+	depends on IBMEBUS && INET && SPARSEMEM && MEMORY_HOTPLUG
 	select INET_LRO
 	---help---
 	  This driver supports the IBM pSeries eHEA ethernet adapter.
-- 
1.5.5.1

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-06-07  5:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-07 12:43 [PATCH 2/3] [2.6.26] ehea: Add dependency to Kconfig Hannes Hering
2008-05-28 16:44 ` Nathan Lynch
2008-06-03  8:07   ` Hannes Hering
2008-06-03 20:49     ` Nathan Lynch
2008-06-03 21:08       ` Badari Pulavarty
2008-06-03 21:11         ` Jeff Garzik
2008-06-03 22:30           ` [PATCH 1/2] make walk_memory_resource available with MEMORY_HOTPLUG=n Nathan Lynch
2008-06-06 19:43             ` Badari Pulavarty
2008-06-06 23:06             ` Nathan Lynch
2008-06-07  5:48               ` Paul Mackerras
2008-06-03 22:31           ` [PATCH 2/2] ehea: remove dependency on MEMORY_HOTPLUG Nathan Lynch
2008-06-03 22:42             ` Jeff Garzik
2008-06-04  5:27               ` Yasunori Goto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).