From: Geert Uytterhoeven <geert@linux-m68k.org>

TPM depends on PCI.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/char/tpm/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/tpm/Kconfig~tpm-depends-on-pci drivers/char/tpm/Kconfig
--- 25/drivers/char/tpm/Kconfig~tpm-depends-on-pci	2005-03-21 22:52:21.000000000 -0800
+++ 25-akpm/drivers/char/tpm/Kconfig	2005-03-21 22:52:21.000000000 -0800
@@ -6,7 +6,7 @@ menu "TPM devices"
 
 config TCG_TPM
 	tristate "TPM Hardware Support"
-	depends on EXPERIMENTAL
+	depends on EXPERIMENTAL && PCI
 	---help---
 	  If you have a TPM security chip in your system, which
 	  implements the Trusted Computing Group's specification,
_