Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965819AbcCJLX2 (ORCPT ); Thu, 10 Mar 2016 06:23:28 -0500 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:38251 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935263AbcCJLWr (ORCPT ); Thu, 10 Mar 2016 06:22:47 -0500 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: chanho.min@lge.com X-Original-SENDERIP: 165.244.98.203 X-Original-MAILFROM: chanho.min@lge.com X-Original-SENDERIP: 165.186.175.97 X-Original-MAILFROM: chanho.min@lge.com From: Chanho Min To: arm@kernel.org CC: Catalin Marinas , Will Deacon , Arnd Bergmann , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jongsung Kim , Gunho Lee , Chanho Min Subject: [PATCH v2 1/4] arm64: add Kconfig entry for LG1K SoC family Date: Thu, 10 Mar 2016 20:22:35 +0900 Message-ID: <1457608958-23564-2-git-send-email-chanho.min@lge.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1457608958-23564-1-git-send-email-chanho.min@lge.com> References: <1457608958-23564-1-git-send-email-chanho.min@lge.com> X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB06/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/03/10 20:22:43, Serialize by Router on LGEKRMHUB06/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/03/10 20:22:45, Serialize complete at 2016/03/10 20:22:45 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: 660 Lines: 26 This patch introduces ARCH_LG1K to enable LG Electronics's LG1K SoC family in Kconfig. Signed-off-by: Chanho Min --- Changes for v2: - 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 -- 1.7.9.5