From: Kylene Jo Hall <kjhall@us.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: akpm@osdl.org
Subject: [PATCH] tpm: remove PCI kconfig dependency
Date: Thu, 17 Nov 2005 16:07:57 -0600 [thread overview]
Message-ID: <1132265277.4873.2.camel@localhost.localdomain> (raw)
The driver dependencies on PCI have been removed. This patch clears
that up in the Kconfig file
Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
---
Note the pci.h file can not be removed from the include list because of
the prom functions used by the ppc64 specific parts of the driver.
--- linux-2.6.14/drivers/char/tpm/Kconfig 2005-10-27 19:02:08.000000000 -0500
+++ linux-2.6.14-rc4-tpm/drivers/char/tpm/Kconfig 2005-11-16 16:54:38.000000000 -0600
@@ -6,7 +6,7 @@ menu "TPM devices"
config TCG_TPM
tristate "TPM Hardware Support"
- depends on EXPERIMENTAL && PCI
+ depends on EXPERIMENTAL
---help---
If you have a TPM security chip in your system, which
implements the Trusted Computing Group's specification,
reply other threads:[~2005-11-17 23:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1132265277.4873.2.camel@localhost.localdomain \
--to=kjhall@us.ibm.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome