Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754377AbcDMWWB (ORCPT ); Wed, 13 Apr 2016 18:22:01 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:36289 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398AbcDMWWA (ORCPT ); Wed, 13 Apr 2016 18:22:00 -0400 Date: Wed, 13 Apr 2016 15:15:07 -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 1/4] arm64: add Kconfig entry for LG1K SoC family Message-ID: <20160413221507.GA19945@localhost> References: <1460375687-2375-1-git-send-email-chanho.min@lge.com> <1460375687-2375-2-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-2-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: 992 Lines: 34 On Mon, Apr 11, 2016 at 08:54:44PM +0900, Chanho Min wrote: > This patch introduces ARCH_LG1K to enable LG Electronics's LG1K SoC > family in Kconfig. > > Signed-off-by: Chanho Min > --- > Changes for v2: > - None > Changes for v3: > - None > --- > arch/arm64/Kconfig.platforms | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 21074f6..b002bba 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -141,4 +141,8 @@ config ARCH_ZYNQMP > help > This enables support for Xilinx ZynqMP Family > > +config ARCH_LG1K > + bool "LG Electronics LG1K SoC Family" > + help > + This enables support for LG Electronics LG1K SoC Family > endmenu Did you see that the list of machine entries here are listed alphabetically? They are, and you're appending out of order here. I've moved it for you but please pay attention to these kind of things. -Olof