[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120302153856.4352ae3c@nehalam.linuxnetplumber.net>
Date: Fri, 2 Mar 2012 15:38:56 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: David Miller <davem@...emloft.net>,
Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Cc: netdev@...r.kernel.org
Subject: [PATCH] packetengines: fix config default
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@...tta.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
--
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