Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755752AbcKVQGK (ORCPT ); Tue, 22 Nov 2016 11:06:10 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:35765 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755052AbcKVQGB (ORCPT ); Tue, 22 Nov 2016 11:06:01 -0500 From: Gregory CLEMENT To: "David S. Miller" Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] net: mvneta: Only disable mvneta_bm for 64-bits References: <20161122153848.13071-1-gregory.clement@free-electrons.com> Date: Tue, 22 Nov 2016 17:05:49 +0100 In-Reply-To: <20161122153848.13071-1-gregory.clement@free-electrons.com> (Gregory CLEMENT's message of "Tue, 22 Nov 2016 16:38:48 +0100") Message-ID: <87polno5ya.fsf@free-electrons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1683 Lines: 57 Hi, On mar., nov. 22 2016, Gregory CLEMENT wrote: > Actually only the mvneta_bm support is not 64-bits compatible. > The mvneta code itself can run on 64-bits architecture. I have just realized that my topic prefix was wrong (net-next was missing), I am send a new email with the correct prefix. Sorry for the noise. Gregory > > Signed-off-by: Gregory CLEMENT > --- > drivers/net/ethernet/marvell/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/marvell/Kconfig b/drivers/net/ethernet/marvell/Kconfig > index 66fd9dbb2ca7..2ccea9dd9248 100644 > --- a/drivers/net/ethernet/marvell/Kconfig > +++ b/drivers/net/ethernet/marvell/Kconfig > @@ -44,6 +44,7 @@ config MVMDIO > config MVNETA_BM_ENABLE > tristate "Marvell Armada 38x/XP network interface BM support" > depends on MVNETA > + depends on !64BIT > ---help--- > This driver supports auxiliary block of the network > interface units in the Marvell ARMADA XP and ARMADA 38x SoC > @@ -58,7 +59,6 @@ config MVNETA > tristate "Marvell Armada 370/38x/XP network interface support" > depends on PLAT_ORION || COMPILE_TEST > depends on HAS_DMA > - depends on !64BIT > select MVMDIO > select FIXED_PHY > ---help--- > @@ -71,6 +71,7 @@ config MVNETA > > config MVNETA_BM > tristate > + depends on !64BIT > default y if MVNETA=y && MVNETA_BM_ENABLE!=n > default MVNETA_BM_ENABLE > select HWBM > -- > 2.10.2 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com