From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Stach Subject: Re: [PATCH] net: fec: add necessary defines to work on ARM64 Date: Thu, 18 Jan 2018 10:53:51 +0100 Message-ID: <1516269231.19307.3.camel@pengutronix.de> References: <20180117183055.27602-1-l.stach@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "kernel@pengutronix.de" , "linux-arm-kernel@lists.infradead.org" , "patchwork-lst@pengutronix.de" To: Andy Duan , "netdev@vger.kernel.org" Return-path: Received: from metis.ext.pengutronix.de ([85.220.165.71]:38405 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755276AbeARJxz (ORCPT ); Thu, 18 Jan 2018 04:53:55 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Hi Andy, Am Donnerstag, den 18.01.2018, 01:49 +0000 schrieb Andy Duan: > From: Lucas Stach Sent: Thursday, January > 18, 2018 2:31 AM > > The i.MX8 is a ARMv8 based SoC, that uses the same FEC IP as the > > earlier, > > ARMv7 based, i.MX SoCs. Allow the driver to work on ARM64. > > > > Signed-off-by: Lucas Stach > > --- [...] > Kconfig also need to add ARM64 support. No, not as far as I'm aware. I introduced the ARCH_MXC symbol for ARM64, which unlocks the FEC config option when selected. Regards, Lucas