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=-10.7 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 DB552C43461 for ; Fri, 4 Sep 2020 23:58:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75AC22087C for ; Fri, 4 Sep 2020 23:58:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="gL+wNqQV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726597AbgIDX6D (ORCPT ); Fri, 4 Sep 2020 19:58:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726277AbgIDX6C (ORCPT ); Fri, 4 Sep 2020 19:58:02 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66DE9C061244; Fri, 4 Sep 2020 16:58:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=FLbweJ5cp/Wfi8knJd+NP5SyzqXzEODUDqD5MHJYO4s=; b=gL+wNqQV1JgDeG6olR49UMgac/ QW35pPhELqKtWWjpZJTa7pXXsh96gHGTMlCZovdX10zkO7CSBA7FwzVjSORcMZ5U4npoNSKPq1vE2 tnzqc1WgK15eBRcYEZQoO2qs3O0rwfICCwDTd96bnIXOPryW/ToMoql5rA9VS6u7mBXareUS7/m2r 4cMkgxIXpMDE7LO57ro1ucxWXn+QtZz14y/wRZ5EF+eQJ2qWFad0izqR2HJKe4CS/uFKDYRpZNG5L HYEtZ3Ac7dImDR52BTV4PToKh1G43qeL/b/q0G1laAjgrt2BJR+WRyZIi48LqMTGDhxwKsH8AZ06q C+CSENOA==; Received: from [2601:1c0:6280:3f0::19c2] by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kELaZ-0008TK-4q; Fri, 04 Sep 2020 23:57:51 +0000 Subject: Re: [PATCH v1 01/12] fpga: fpga security manager class driver To: Russ Weight , mdf@kernel.org, lee.jones@linaro.org, linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org Cc: trix@redhat.com, lgoncalv@redhat.com, yilun.xu@intel.com, hao.wu@intel.com, matthew.gerlach@intel.com References: <20200904235305.6254-1-russell.h.weight@intel.com> <20200904235305.6254-2-russell.h.weight@intel.com> From: Randy Dunlap Message-ID: <733242d1-be39-5f8f-1ed9-8513126e5145@infradead.org> Date: Fri, 4 Sep 2020 16:57:46 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200904235305.6254-2-russell.h.weight@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-fpga-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On 9/4/20 4:52 PM, Russ Weight wrote: > diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig > index 88f64fbf55e3..97c0a6cc2ba7 100644 > --- a/drivers/fpga/Kconfig > +++ b/drivers/fpga/Kconfig > @@ -235,4 +235,13 @@ config FPGA_MGR_ZYNQMP_FPGA > to configure the programmable logic(PL) through PS > on ZynqMP SoC. > > +config IFPGA_SEC_MGR > + tristate "Intel Security Manager for FPGA" > + help Use one tab instead of spaces to indent "help". > + The Intel Security Manager class driver presents a common > + user API for managing secure updates for Intel FPGA > + devices, including flash images for the FPGA static > + region and for the BMC. Select this option to enable > + updates for secure FPGA devices. > + > endif # FPGA thanks. -- ~Randy