From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932196AbWAQRBO (ORCPT ); Tue, 17 Jan 2006 12:01:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932197AbWAQRBO (ORCPT ); Tue, 17 Jan 2006 12:01:14 -0500 Received: from [221.158.187.116] ([221.158.187.116]:64977 "EHLO comet.localnet") by vger.kernel.org with ESMTP id S932196AbWAQRBN (ORCPT ); Tue, 17 Jan 2006 12:01:13 -0500 Message-Id: <200601171700.k0HH0rAf000466@comet.localnet> Cc: lkml , Kylene Hall , Subject: Re: [PATCH][2.6.16-rc1] TPM: tpm_bios needs securityfs (CONFIG_SECURITY) User-Agent: Mail::Sendmail v0.79 In-Reply-To: Content-Disposition: inline Date: Wed, 18 Jan 2006 02:00:53 +0900 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Rui Saraiva Content-Transfer-Encoding: 8bit From: Jerome Pinot Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, >It seems that "TPM Hardware Support" (CONFIG_TCG_TPM) depends on >"Enable different security models" (CONFIG_SECURITY). This does the trick but your patch formatting is broken. This one applies cleanly against 2.6.16-rc1. from: Rui Saraiva tpm_bios (CONFIG_TCG_TPM) depends on securityfs (CONFIG_SECURITY). Signed-off-by: Rui Saraiva Signed-off-by: Jerome Pinot --- diff -Naur a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig --- a/drivers/char/tpm/Kconfig 2006-01-17 16:12:37.000000000 +0000 +++ b/drivers/char/tpm/Kconfig 2006-01-17 16:13:05.000000000 +0000 @@ -6,7 +6,7 @@ config TCG_TPM tristate "TPM Hardware Support" - depends on EXPERIMENTAL + depends on EXPERIMENTAL && SECURITY ---help--- If you have a TPM security chip in your system, which implements the Trusted Computing Group's specification,