netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] packetengines: fix config default
@ 2012-03-02 23:38 Stephen Hemminger
  2012-03-03  0:06 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2012-03-02 23:38 UTC (permalink / raw)
  To: David Miller, Jeff Kirsher; +Cc: netdev

As part of the big network driver reorg, each vendor directory defaults to
yes, so that older config's can migrate correctly. Looks like this one
got missed.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
---
Patch should go to -net for 3.3


--- a/drivers/net/ethernet/packetengines/Kconfig	2012-01-10 10:56:56.891156428 -0800
+++ b/drivers/net/ethernet/packetengines/Kconfig	2012-03-02 15:35:26.611294060 -0800
@@ -4,6 +4,7 @@
 
 config NET_PACKET_ENGINE
 	bool "Packet Engine devices"
+	default y
 	depends on PCI
 	---help---
 	  If you have a network (Ethernet) card belonging to this class, say Y

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

end of thread, other threads:[~2012-03-03  0:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 23:38 [PATCH] packetengines: fix config default Stephen Hemminger
2012-03-03  0:06 ` David Miller

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