Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755307AbbESLFA (ORCPT ); Tue, 19 May 2015 07:05:00 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:64470 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754198AbbESLE7 convert rfc822-to-8bit (ORCPT ); Tue, 19 May 2015 07:04:59 -0400 From: Arnd Bergmann To: Nicolas Ferre Cc: Alexandre Belloni , Olof Johansson , Kevin Hilman , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Boris BREZILLON Subject: Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family Date: Tue, 19 May 2015 13:04:22 +0200 Message-ID: <9986808.t62JLgg5NJ@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <555AFF3F.10400@atmel.com> References: <1428051678-20450-1-git-send-email-alexandre.belloni@free-electrons.com> <555AFF3F.10400@atmel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" X-Provags-ID: V03:K0:71GEuyzgEDuw/ccy2KEKRxxc5414sLV223vAu8+AXL75uZbhCDF 5h56xF1vO7eh5NF8ynReNTsRi/EooKd43TSTAqWkAH2k6SZeq/jvviMf7PK5wKWBNSMSmgA RLlU32ME288TMMrAZqOn4Cyi1SDsrC+j6gwjAVaQGext0Sd6LI7hflFlHPMsYX9SfBMYw/S su31TM5dDJhK3swx/6Ytw== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1916 Lines: 58 On Tuesday 19 May 2015 11:15:43 Nicolas Ferre wrote: > Le 03/04/2015 11:01, Alexandre Belloni a ?crit : > > Add the Atmel sama5d3 and sama5d4 and their peripherals to multi_v7_defconfig. > > > > Note that the console will be ttyAT0 instead of the usual ttyS0. > > > > Signed-off-by: Alexandre Belloni > > It seems good to me: thanks Alexandre. > > Arnd, Olof, Kevin: do you have a comment about this addition? We're trying to move to a more modular build of multi_v7_defconfig. Please make all drivers that are not required for booting '=m', and ensure that they have a MODULE_DEVICE_TABLE entry that allows autoloading. Most of the symbols are already marked =m here, but there are a few that I'm wondering about: > If it's okay on your side, I may have to rebase it on top of whichever > branch you want, just to avoid conflicts: > - your most recent arm-soc/next/defconfig branch > - or the v4.1-rc3 tag on which the branch is made from? -rc3 is fine, we can easily handle the conflicts when merging in your patch. > > @@ -250,15 +261,18 @@ CONFIG_SERIAL_FSL_LPUART=y > > CONFIG_SERIAL_FSL_LPUART_CONSOLE=y > > CONFIG_SERIAL_ST_ASC=y > > CONFIG_SERIAL_ST_ASC_CONSOLE=y > > +CONFIG_HW_RANDOM=y > > CONFIG_I2C_CHARDEV=y > > CONFIG_I2C_DAVINCI=y > > CONFIG_I2C_MUX=y seems non-essential. > > @@ -502,6 +522,8 @@ CONFIG_RTC_DRV_MV=y > > CONFIG_RTC_DRV_TEGRA=y > > CONFIG_DMADEVICES=y > > CONFIG_DW_DMAC=y > > +CONFIG_AT_HDMAC=y > > +CONFIG_AT_XDMAC=y > > CONFIG_MV_XOR=y > > CONFIG_TEGRA20_APB_DMA=y > > CONFIG_SH_DMAE=y What are these required for? I assume you need them for MMC? If so, that's fine. Arnd -- 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/