mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tpm: remove PCI kconfig dependency
@ 2005-11-17 22:07 Kylene Jo Hall
  0 siblings, 0 replies; only message in thread
From: Kylene Jo Hall @ 2005-11-17 22:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

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,




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-17 23:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-17 22:07 [PATCH] tpm: remove PCI kconfig dependency Kylene Jo Hall

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