ChangeSet 1.2225, 2005/03/26 13:44:52-08:00, [EMAIL PROTECTED]

        [PATCH] TPM depends on PCI
        
        TPM depends on PCI.
        
        Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig
--- a/drivers/char/tpm/Kconfig  2005-03-26 17:31:54 -08:00
+++ b/drivers/char/tpm/Kconfig  2005-03-26 17:31:54 -08:00
@@ -6,7 +6,7 @@
 
 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,
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to