netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 01/10] e1000e: make E1000E default to the same kconfig setting as E1000
@ 2007-12-14  0:02 akpm
  2007-12-14 20:39 ` Jeff Garzik
  0 siblings, 1 reply; 8+ messages in thread
From: akpm @ 2007-12-14  0:02 UTC (permalink / raw)
  To: jeff; +Cc: netdev, akpm, randy.dunlap, auke-jan.h.kok

From: Randy Dunlap <randy.dunlap@oracle.com>

Make E1000E default to the same kconfig setting as E1000.  So people's
machiens don't stop working when they use oldconfig.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/net/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/net/Kconfig~e1000e-make-e1000e-default-to-the-same-kconfig-setting-as-e1000 drivers/net/Kconfig
--- a/drivers/net/Kconfig~e1000e-make-e1000e-default-to-the-same-kconfig-setting-as-e1000
+++ a/drivers/net/Kconfig
@@ -1986,6 +1986,7 @@ config E1000_DISABLE_PACKET_SPLIT
 config E1000E
 	tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
 	depends on PCI
+	default E1000
 	---help---
 	  This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
 	  ethernet family of adapters. For PCI or PCI-X e1000 adapters,
_

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

end of thread, other threads:[~2007-12-15  4:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14  0:02 [patch 01/10] e1000e: make E1000E default to the same kconfig setting as E1000 akpm
2007-12-14 20:39 ` Jeff Garzik
2007-12-14 22:39   ` Adrian Bunk
2007-12-14 23:17     ` Jeff Garzik
2007-12-15  0:02       ` Adrian Bunk
2007-12-14 23:22   ` Andrew Morton
2007-12-14 23:54     ` Stephen Hemminger
2007-12-15  4:57     ` Bill Fink

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).