Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751686AbdISWiL (ORCPT ); Tue, 19 Sep 2017 18:38:11 -0400 Received: from shells.gnugeneration.com ([66.240.222.126]:58262 "EHLO shells.gnugeneration.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751503AbdISWiK (ORCPT ); Tue, 19 Sep 2017 18:38:10 -0400 Date: Tue, 19 Sep 2017 15:43:15 -0700 From: Vito Caputo To: linux-kernel Cc: netdev@vger.kernel.org Subject: [PATCH] net: ethernet: aquantia: default to no in config Message-ID: <20170919224315.GA17797@shells.gnugeneration.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 633 Lines: 21 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