Просмотр исходного кода

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@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
stephen hemminger 13 лет назад
Родитель
Сommit
3f2010b2ad
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      drivers/net/ethernet/packetengines/Kconfig

+ 1 - 0
drivers/net/ethernet/packetengines/Kconfig

@@ -4,6 +4,7 @@
 
 
 config NET_PACKET_ENGINE
 config NET_PACKET_ENGINE
 	bool "Packet Engine devices"
 	bool "Packet Engine devices"
+	default y
 	depends on PCI
 	depends on PCI
 	---help---
 	---help---
 	  If you have a network (Ethernet) card belonging to this class, say Y
 	  If you have a network (Ethernet) card belonging to this class, say Y