From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933062AbcIAKyt (ORCPT ); Thu, 1 Sep 2016 06:54:49 -0400 Received: from mail-lf0-f44.google.com ([209.85.215.44]:36534 "EHLO mail-lf0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753175AbcIAKyp (ORCPT ); Thu, 1 Sep 2016 06:54:45 -0400 Subject: Re: [Patch v3 09/11] net: ethernet: xilinx: Enable emaclite for MIPS To: Zubair Lutfullah Kakakhel , monstr@monstr.eu, ralf@linux-mips.org, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com References: <1472661352-11983-1-git-send-email-Zubair.Kakakhel@imgtec.com> <1472661352-11983-10-git-send-email-Zubair.Kakakhel@imgtec.com> Cc: soren.brinkmann@xilinx.com, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, michal.simek@xilinx.com, netdev@vger.kernel.org From: Sergei Shtylyov Message-ID: <52b2d771-7490-efcc-734f-2caaad6c35e4@cogentembedded.com> Date: Thu, 1 Sep 2016 13:54:35 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1472661352-11983-10-git-send-email-Zubair.Kakakhel@imgtec.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/31/2016 7:35 PM, Zubair Lutfullah Kakakhel wrote: > The MIPS based xilfpga platform uses this driver. > Enable it for MIPS > > Signed-off-by: Zubair Lutfullah Kakakhel [...] > diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig > index 4f5c024..ae5c404 100644 > --- a/drivers/net/ethernet/xilinx/Kconfig > +++ b/drivers/net/ethernet/xilinx/Kconfig > @@ -5,7 +5,7 @@ > config NET_VENDOR_XILINX > bool "Xilinx devices" > default y > - depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ > + depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS > ---help--- > If you have a network (Ethernet) card belonging to this class, say Y. > > @@ -18,7 +18,7 @@ if NET_VENDOR_XILINX > > config XILINX_EMACLITE > tristate "Xilinx 10/100 Ethernet Lite support" > - depends on (PPC32 || MICROBLAZE || ARCH_ZYNQ) > + depends on (PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS) Parens not needed here, you could remove them while at it. [...] MBR, Sergei