Skip to content

Commit

Permalink
packetengines: fix config default
Browse files Browse the repository at this point in the history
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
stephen hemminger authored and David S. Miller committed Mar 3, 2012
1 parent efead87 commit 3f2010b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/packetengines/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f2010b

Please sign in to comment.