[PATCH] tpm: remove PCI kconfig dependency

From: Kylene Jo Hall
Date: Thu Nov 17 2005 - 18:10:11 EST


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

Signed-off-by: Kylene Hall <kjhall@xxxxxxxxxx>
---

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,



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/