Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751678AbdISW5p (ORCPT ); Tue, 19 Sep 2017 18:57:45 -0400 Received: from shells.gnugeneration.com ([66.240.222.126]:58396 "EHLO shells.gnugeneration.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751503AbdISW5n (ORCPT ); Tue, 19 Sep 2017 18:57:43 -0400 Date: Tue, 19 Sep 2017 16:02:49 -0700 From: vcaputo@pengaru.com To: David Miller Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] net: ethernet: aquantia: default to no in config Message-ID: <20170919230249.GB17797@shells.gnugeneration.com> References: <20170919224315.GA17797@shells.gnugeneration.com> <20170919.155231.1474915838737685519.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170919.155231.1474915838737685519.davem@davemloft.net> 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: 407 Lines: 14 On Tue, Sep 19, 2017 at 03:52:31PM -0700, David Miller wrote: > From: Vito Caputo > Date: Tue, 19 Sep 2017 15:43:15 -0700 > > > NET_VENDOR_AQUANTIA was "default y" for some reason, which seems > > obviously inappropriate. > > It is appropriate. > > We make all vendor guards default to yes. Thanks for the quick response. Out of curiosity, what's the rationale for that decision?