Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754625AbcDMWWE (ORCPT ); Wed, 13 Apr 2016 18:22:04 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35259 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398AbcDMWWB (ORCPT ); Wed, 13 Apr 2016 18:22:01 -0400 Date: Wed, 13 Apr 2016 15:15:31 -0700 From: Olof Johansson To: Chanho Min Cc: arm@kernel.org, Catalin Marinas , Arnd Bergmann , Will Deacon , Mark Rutland , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jongsung Kim , Gunho Lee Subject: Re: [PATCH v3 2/4] arm64: defconfig: enable ARCH_LG1K Message-ID: <20160413221531.GB19945@localhost> References: <1460375687-2375-1-git-send-email-chanho.min@lge.com> <1460375687-2375-3-git-send-email-chanho.min@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460375687-2375-3-git-send-email-chanho.min@lge.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 31 On Mon, Apr 11, 2016 at 08:54:45PM +0900, Chanho Min wrote: > Enable building LG1K support in the defconfig. > > Signed-off-by: Chanho Min > --- > Changes for v2: > - None > Changes for v3: > - None > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 86581f7..14dbe27 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -49,6 +49,7 @@ CONFIG_ARCH_UNIPHIER=y > CONFIG_ARCH_VEXPRESS=y > CONFIG_ARCH_XGENE=y > CONFIG_ARCH_ZYNQMP=y > +CONFIG_ARCH_LG1K=y > CONFIG_PCI=y > CONFIG_PCI_MSI=y > CONFIG_PCI_IOV=y Applied, again with inserting it in the right place (since it moves when the Kconfig entry moves). -Olof