From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Tue, 25 Aug 2015 08:34:33 +0000 Subject: Re: [PATCH repost net-next] net: compile renesas directory if NET_VENDOR_RENESAS is configured Message-Id: <55DC2899.2050205@cogentembedded.com> List-Id: References: <20150825080320.GA15681@vergenet.net> In-Reply-To: <20150825080320.GA15681@vergenet.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Simon Horman , "David S. Miller" , netdev@vger.kernel.org, linux-sh@vger.kernel.org Cc: Magnus Damm 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