From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH repost net-next] net: compile renesas directory if NET_VENDOR_RENESAS is configured Date: Tue, 25 Aug 2015 11:34:33 +0300 Message-ID: <55DC2899.2050205@cogentembedded.com> References: <20150825080320.GA15681@vergenet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Magnus Damm To: Simon Horman , "David S. Miller" , netdev@vger.kernel.org, linux-sh@vger.kernel.org Return-path: In-Reply-To: <20150825080320.GA15681@vergenet.net> Sender: linux-sh-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 8/25/2015 11:03 AM, Simon Horman wrote: > From: Kazuya Mizuguchi > > Currently the renesas ethernet driver directory is compiled if SH_ETH is > configured rather than NET_VENDOR_RENESAS. Although incorrect that was > quite harmless as until recently as SH_ETH configured the only driver in > the renesas directory. However, as of c156633f1353 ("Renesas Ethernet AVB > driver proper") the renesas directory includes another driver, configured > by RAVB, and it makes little sense for it to have a hidden dependency on > SH_ETH. > > Signed-off-by: Kazuya Mizuguchi > [horms: rewrote changelog] > Signed-off-by: Simon Horman Sorry about missing that when submitting the AVB driver. MBR, Sergei