From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757458AbbCCTAp (ORCPT ); Tue, 3 Mar 2015 14:00:45 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:49069 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756214AbbCCTAo (ORCPT ); Tue, 3 Mar 2015 14:00:44 -0500 Message-ID: <54F604D7.3080700@atmel.com> Date: Tue, 3 Mar 2015 20:00:39 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Alexandre Belloni CC: Boris Brezillon , , Jean-Christophe Plagniol-Villard , , Cyrille Pitchen Subject: Re: [PATCH] ARM: configs: at91_dt: add rm9200 ethernet support References: <1420458782-22812-1-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: <1420458782-22812-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 05/01/2015 12:53, Alexandre Belloni a écrit : > There is now only on defconfig for the at91rm9200 and at91sam9. Add ethernet > support for the rm9200. > > Signed-off-by: Alexandre Belloni > --- Acked-by: Nicolas Ferre and addedd to at91-4.0-fixes branch. > arch/arm/configs/at91_dt_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig > index a67375f24b21..8116d122e098 100644 > --- a/arch/arm/configs/at91_dt_defconfig > +++ b/arch/arm/configs/at91_dt_defconfig > @@ -78,6 +78,7 @@ CONFIG_SCSI=y > CONFIG_BLK_DEV_SD=y > # CONFIG_SCSI_LOWLEVEL is not set > CONFIG_NETDEVICES=y > +CONFIG_ARM_AT91_ETHER=y > CONFIG_MACB=y > # CONFIG_NET_VENDOR_BROADCOM is not set > CONFIG_DM9000=y > -- Nicolas Ferre