From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85632C07E95 for ; Tue, 20 Jul 2021 05:24:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A84761165 for ; Tue, 20 Jul 2021 05:24:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240797AbhGTEnT (ORCPT ); Tue, 20 Jul 2021 00:43:19 -0400 Received: from mga03.intel.com ([134.134.136.65]:5620 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236349AbhGTEmT (ORCPT ); Tue, 20 Jul 2021 00:42:19 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10050"; a="211237193" X-IronPort-AV: E=Sophos;i="5.84,254,1620716400"; d="scan'208";a="211237193" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2021 22:22:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,254,1620716400"; d="scan'208";a="496035622" Received: from inlubt0150.iind.intel.com ([10.67.198.203]) by orsmga001.jf.intel.com with ESMTP; 19 Jul 2021 22:22:54 -0700 From: kenchappa.demakkanavar@intel.com To: will@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, dinguyen@kernel.org Cc: furong.zhou@intel.com, kris.pan@linux.intel.com, kris.pan@intel.com, mgross@linux.intel.com, mark.gross@intel.com, "Demakkanavar, Kenchappa" Subject: [PATCH V2 1/3] arm64: Add config for Thunder Bay SoC Date: Tue, 20 Jul 2021 10:52:47 +0530 Message-Id: <1626758569-27176-2-git-send-email-kenchappa.demakkanavar@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1626758569-27176-1-git-send-email-kenchappa.demakkanavar@intel.com> References: <1626758569-27176-1-git-send-email-kenchappa.demakkanavar@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Demakkanavar, Kenchappa" Add ARCH_THUNDERBAY configuration option to support Intel Movidius SoC code-named Thunder Bay Signed-off-by: Demakkanavar, Kenchappa --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6409b47..8a043e2 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -154,6 +154,11 @@ config ARCH_KEEMBAY help This enables support for Intel Movidius SoC code-named Keem Bay. +config ARCH_THUNDERBAY + bool "Thunder Bay SoC" + help + This enables support for Intel Movidius SoC code-named Thunder Bay. + config ARCH_MEDIATEK bool "MediaTek SoC Family" select ARM_GIC -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27607C07E9B for ; Tue, 20 Jul 2021 05:24:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ECD9561004 for ; Tue, 20 Jul 2021 05:24:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ECD9561004 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EKS+rdN4ATcMH1p5OH0ShhxUdTfpPTXKyVGc1vrxPWo=; b=BfiRPwFt7u31NG fE4iCfPHZbMNjgctqsi8gEEENa8VCyAQpZEJ/t3bSNVDCt3/mD+vdx5IUxOqrrDFUAydnb6n73oWx QCKW+Rh34VzXIILEjP1lN1i52DCfMhG6dhV7AHuhmHZIEDbPUeFoE+Uo9Htft6L3ykR475BnIYXnZ 0sLDHaQQLA8dyGCyeUqS+A9kU11ZD4goqGLXQhUWnuU4JAR11zlgQQvKC03P0NduyK1mpFwSDi8cP 5bXxk5YHHvTtpVo2zavhRRNL6CDespTWfQifJFWMpCsD+biQ/t3HO6q/M2RRJFkiq59FH0C4BKyZG hV2UM42Ydai2gQiMttMQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m5iDo-00Bt5i-7o; Tue, 20 Jul 2021 05:23:12 +0000 Received: from mga06.intel.com ([134.134.136.31]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m5iDa-00Bt36-9u for linux-arm-kernel@lists.infradead.org; Tue, 20 Jul 2021 05:22:59 +0000 X-IronPort-AV: E=McAfee;i="6200,9189,10050"; a="272293420" X-IronPort-AV: E=Sophos;i="5.84,254,1620716400"; d="scan'208";a="272293420" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2021 22:22:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,254,1620716400"; d="scan'208";a="496035622" Received: from inlubt0150.iind.intel.com ([10.67.198.203]) by orsmga001.jf.intel.com with ESMTP; 19 Jul 2021 22:22:54 -0700 From: kenchappa.demakkanavar@intel.com To: will@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, dinguyen@kernel.org Cc: furong.zhou@intel.com, kris.pan@linux.intel.com, kris.pan@intel.com, mgross@linux.intel.com, mark.gross@intel.com, "Demakkanavar, Kenchappa" Subject: [PATCH V2 1/3] arm64: Add config for Thunder Bay SoC Date: Tue, 20 Jul 2021 10:52:47 +0530 Message-Id: <1626758569-27176-2-git-send-email-kenchappa.demakkanavar@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1626758569-27176-1-git-send-email-kenchappa.demakkanavar@intel.com> References: <1626758569-27176-1-git-send-email-kenchappa.demakkanavar@intel.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210719_222258_404032_E887B2FF X-CRM114-Status: GOOD ( 10.00 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Demakkanavar, Kenchappa" Add ARCH_THUNDERBAY configuration option to support Intel Movidius SoC code-named Thunder Bay Signed-off-by: Demakkanavar, Kenchappa --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6409b47..8a043e2 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -154,6 +154,11 @@ config ARCH_KEEMBAY help This enables support for Intel Movidius SoC code-named Keem Bay. +config ARCH_THUNDERBAY + bool "Thunder Bay SoC" + help + This enables support for Intel Movidius SoC code-named Thunder Bay. + config ARCH_MEDIATEK bool "MediaTek SoC Family" select ARM_GIC -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel