Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752605AbbBXOmN (ORCPT ); Tue, 24 Feb 2015 09:42:13 -0500 Received: from mo2.mail-out.ovh.net ([178.32.228.2]:57826 "EHLO mo2.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973AbbBXOmM convert rfc822-to-8bit (ORCPT ); Tue, 24 Feb 2015 09:42:12 -0500 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: [PATCH] net: cadence: Enable MACB driver for ARM64 From: Jean-Christophe PLAGNIOL-VILLARD In-Reply-To: <5a2ef83a03f6df78c8de643a19fb3f6105d892f4.1424763946.git.michal.simek@xilinx.com> Date: Tue, 24 Feb 2015 20:12:34 +0800 Cc: Jean-Christophe PLAGNIOL-VILLARD , linux-kernel@vger.kernel.org, monstr@monstr.eu, Nicolas FERRE , netdev@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <59CA6960-8233-4D87-A337-0C7E10FD562A@jcrosoft.com> References: <5a2ef83a03f6df78c8de643a19fb3f6105d892f4.1424763946.git.michal.simek@xilinx.com> To: Michal Simek X-Mailer: Apple Mail (2.2070.6) X-Ovh-Tracer-Id: 7689333415234284447 X-Ovh-Remote: 80.15.34.121 (lmontsouris-656-1-34-121.w80-15.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeejledrvddvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeejledrvddvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1871 Lines: 52 > On Feb 24, 2015, at 3:45 PM, Michal Simek wrote: > > This driver is used on new Xilinx ZynqMP SoC. > > Signed-off-by: Michal Simek > Acked-by: Sören Brinkmann > --- > > drivers/net/ethernet/cadence/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/ethernet/cadence/Kconfig b/drivers/net/ethernet/cadence/Kconfig > index 321d2ad235d9..4562f90c0348 100644 > --- a/drivers/net/ethernet/cadence/Kconfig > +++ b/drivers/net/ethernet/cadence/Kconfig > @@ -4,7 +4,7 @@ > > config NET_CADENCE > bool "Cadence devices" > - depends on HAS_IOMEM && (ARM || AVR32 || MICROBLAZE || COMPILE_TEST) > + depends on HAS_IOMEM && (ARM || ARM64 || AVR32 || MICROBLAZE || COMPILE_TEST) drop the arch test just put HAS_IOMEM Best Regards, J. > default y > ---help--- > If you have a network (Ethernet) card belonging to this class, say Y. > @@ -30,7 +30,7 @@ config ARM_AT91_ETHER > > config MACB > tristate "Cadence MACB/GEM support" > - depends on HAS_DMA && (PLATFORM_AT32AP || ARCH_AT91 || ARCH_PICOXCELL || ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST) > + depends on HAS_DMA && (PLATFORM_AT32AP || ARCH_AT91 || ARCH_PICOXCELL || ARCH_ZYNQ || ARM64 || MICROBLAZE || COMPILE_TEST) > select PHYLIB > ---help--- > The Cadence MACB ethernet interface is found on many Atmel AT32 and > -- > 1.8.2.3 > > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/