netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: aquantia: default to no in config
@ 2017-09-19 22:43 Vito Caputo
  2017-09-19 22:52 ` David Miller
  2017-09-20 10:28 ` Sergei Shtylyov
  0 siblings, 2 replies; 5+ messages in thread
From: Vito Caputo @ 2017-09-19 22:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: netdev

NET_VENDOR_AQUANTIA was "default y" for some reason, which seems
obviously inappropriate.
---
 drivers/net/ethernet/aquantia/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/aquantia/Kconfig b/drivers/net/ethernet/aquantia/Kconfig
index cdf78e069a39..6167b13cf349 100644
--- a/drivers/net/ethernet/aquantia/Kconfig
+++ b/drivers/net/ethernet/aquantia/Kconfig
@@ -4,7 +4,7 @@
 
 config NET_VENDOR_AQUANTIA
 	bool "aQuantia devices"
-	default y
+	default n
 	---help---
 	  Set this to y if you have an Ethernet network cards that uses the aQuantia
 	  AQC107/AQC108 chipset.
-- 
2.11.0

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

end of thread, other threads:[~2017-09-20 10:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19 22:43 [PATCH] net: ethernet: aquantia: default to no in config Vito Caputo
2017-09-19 22:52 ` David Miller
2017-09-19 23:02   ` vcaputo
2017-09-19 22:59     ` David Miller
2017-09-20 10:28 ` Sergei Shtylyov

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