From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [GIT] Networking Date: Wed, 10 Jul 2013 11:07:48 -0700 (PDT) Message-ID: <20130710.110748.586660361286840099.davem@davemloft.net> References: <20130709.145325.1363244885668360965.davem@davemloft.net> <20130710122523.GA357@x4> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Alexey.Brodkin@synopsys.com To: markus@trippelsdorf.de Return-path: In-Reply-To: <20130710122523.GA357@x4> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Archived-At: List-Archive: List-Post: From: Markus Trippelsdorf Date: Wed, 10 Jul 2013 14:25:23 +0200 > On 2013.07.09 at 14:53 -0700, David Miller wrote: >> >> Alexey Brodkin (2): >> ethernet/arc/arc_emac - Add new driver >> arc_emac: fix compile-time errors & warnings on PPC64 > > This driver defaults to y for no reason: > > +config NET_VENDOR_ARC > + bool "ARC devices" > + default y That doesn't enable the driver, it enables Kconfig options for drivers for that vendor. If this is off, the user won't even be offered the Kconfig option for the driver. This is consistent with how we handle the other vendor guards for networking driver Kconfigs.