2005-11-17 23:10:34

by Kylene Jo Hall

[permalink] [raw]
Subject: [PATCH] tpm: remove PCI kconfig dependency

The driver dependencies on PCI have been removed. This patch clears
that up in the Kconfig file

Signed-off-by: Kylene Hall <[email protected]>
---

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,