From patchwork Wed Nov 14 17:52:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Stach X-Patchwork-Id: 10682975 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6A64E14D6 for ; Wed, 14 Nov 2018 17:53:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5A05D2BD7A for ; Wed, 14 Nov 2018 17:53:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 573C92BDEB; Wed, 14 Nov 2018 17:53:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C993E2BD7A for ; Wed, 14 Nov 2018 17:53:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=uklIX1bQTN6aEi75u5Y6gNbY4EvIx5366uuaXRYQr/4=; b=spmTeMtmurGqDU kWPBqTZlmCJz2ZcGOBrrxK6Nmqfs/rWmvMc4Z7pR0Esc6XQZeM6xI0sgcg1orJiamGfWjLPyHYlGM QvdneiJGwnMo6Zp8Jhtcmr7sp3Ya6Ncu85o0P2Fq0oMAcJkOGWZ8/T0ijAWMkmTnn6BsCh3y9YxAT ao6HPCe4/SA+s0FXv+Tz+aBKs1EXdAIxckf4uIxVv6yflqt5QYEmGpmKDW/EShJnLTg5xKorn6zjm H0hECOqP64/Bier1A8cQZC3t58/9UiCovXaMToZfhz/h5R7yNtuS+mk8k5jo+EoYRbz6sUdGxuvsj OO+7SiB1AQqJ+JLj4skg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gMzM7-000557-Dn; Wed, 14 Nov 2018 17:53:35 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gMzLV-0003zu-VU for linux-arm-kernel@lists.infradead.org; Wed, 14 Nov 2018 17:53:00 +0000 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7] helo=dude.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.89) (envelope-from ) id 1gMzLH-00011w-4Q; Wed, 14 Nov 2018 18:52:43 +0100 From: Lucas Stach To: linux-arm-kernel@lists.infradead.org, Shawn Guo Subject: [PATCH v4 1/6] arm64: add basic Kconfig symbols for i.MX8 Date: Wed, 14 Nov 2018 18:52:37 +0100 Message-Id: <20181114175242.12468-1-l.stach@pengutronix.de> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: l.stach@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181114_095258_223645_442C1C49 X-CRM114-Status: UNSURE ( 8.97 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "A . s . Dong" , devicetree@vger.kernel.org, patchwork-lst@pengutronix.de, Rob Herring , NXP Linux Team , kernel@pengutronix.de, Fabio Estevam Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add basic Kconfig symbols to make the MXC architecture available in the ARM64 world. Signed-off-by: Lucas Stach Reviewed-by: Fabio Estevam --- v2: fix "enabled" typo. v3: use SoC suboption in Kconfig.platforms instead of drivers/soc v4: rebased to 4.20-rc1 --- arch/arm64/Kconfig.platforms | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 51bc479334a4..072c605f671a 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -142,6 +142,20 @@ config ARCH_MVEBU - Armada 7K SoC Family - Armada 8K SoC Family +config ARCH_MXC + bool "ARMv8 based NXP i.MX SoC family" + help + This enables support for the ARMv8 based SoCs in the + NXP i.MX family. + +config SOC_IMX8MQ + bool "i.MX8MQ support" + depends on ARCH_MXC + select ARM64_ERRATUM_843419 + select ARM64_ERRATUM_845719 + help + This enables support for the i.MX8MQ SoC. + config ARCH_QCOM bool "Qualcomm Platforms" select GPIOLIB