From patchwork Sun Mar 15 00:04:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Huewe X-Patchwork-Id: 6011801 Return-Path: X-Original-To: patchwork-tpmdd-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6F93ABF90F for ; Sat, 14 Mar 2015 23:59:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 649A8201BB for ; Sat, 14 Mar 2015 23:59:56 +0000 (UTC) Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4C078201B9 for ; Sat, 14 Mar 2015 23:59:55 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=sfs-ml-4.v29.ch3.sourceforge.com) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1YWvyD-00016A-AZ; Sat, 14 Mar 2015 23:59:53 +0000 Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1YWvyB-000162-Nu for tpmdd-devel@lists.sourceforge.net; Sat, 14 Mar 2015 23:59:51 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmx.de designates 212.227.15.18 as permitted sender) client-ip=212.227.15.18; envelope-from=peterhuewe@gmx.de; helo=mout.gmx.net; Received: from mout.gmx.net ([212.227.15.18]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1YWvyA-0007P9-Mb for tpmdd-devel@lists.sourceforge.net; Sat, 14 Mar 2015 23:59:51 +0000 Received: from localhost.localdomain ([84.56.0.45]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MSdz2-1YwCZn1PbI-00RWZW; Sun, 15 Mar 2015 00:59:43 +0100 From: Peter Huewe To: Peter Huewe Date: Sun, 15 Mar 2015 01:04:53 +0100 Message-Id: <1426377893-4342-1-git-send-email-peterhuewe@gmx.de> X-Mailer: git-send-email 2.0.5 X-Provags-ID: V03:K0:Amx2qfgFSS6fiE6w9tQHwyTeDiaknRyFIj6yc9xJOD9N+GTyURY nZ3+5MRCV8jVHY0jJUzB1z8hkitKh4Ailo0mcWxNG+DNJV9P54YQmOHf9s7nYMoFn2YXzfd rRQ8xGnCyu3cCTFriRLKetjq/esc6e8X5XTkZyb8X0XRyxCygflAibBsdtz7Xhs1fIWAZb9 cgSxx0kwGk3eRvT5ZEwDg== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: -1.5 (-) X-Headers-End: 1YWvyA-0007P9-Mb Cc: tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [tpmdd-devel] [PATCH] tpm: Update KConfig text to include TPM2.0 FIFO chips X-BeenThere: tpmdd-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: Tpm Device Driver maintainance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: tpmdd-devel-bounces@lists.sourceforge.net X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HK_RANDOM_ENVFROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP I got a lot of requests lately about whether the new TPM2.0 support includes the FIFO interface for TPM2.0 as well. The FIFO interface is handled by tpm_tis since FIFO=TIS (more or less). -> Update the helptext and headline Signed-off-by: Peter Huewe --- drivers/char/tpm/Kconfig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index 2dc16d3b2336..3b84a8b1bfbe 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig @@ -25,13 +25,14 @@ menuconfig TCG_TPM if TCG_TPM config TCG_TIS - tristate "TPM Interface Specification 1.2 Interface" + tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface" depends on X86 ---help--- If you have a TPM security chip that is compliant with the - TCG TIS 1.2 TPM specification say Yes and it will be accessible - from within Linux. To compile this driver as a module, choose - M here; the module will be called tpm_tis. + TCG TIS 1.2 TPM specification (TPM1.2) or the TCG PTP FIFO + specification (TPM2.0) say Yes and it will be accessible from + within Linux. To compile this driver as a module, choose M here; + the module will be called tpm_tis. config TCG_TIS_I2C_ATMEL tristate "TPM Interface Specification 1.2 Interface (I2C - Atmel)"