The patch titled tpm: update module dependencies has been added to the -mm tree. Its filename is tpm-update-module-dependencies.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Kylene Jo Hall <kjhall@xxxxxxxxxx> The TIS driver is dependent upon information from the ACPI table for device discovery thus it compiles but does no actual work without this dependency. Signed-off-by: Kylene Hall <kjhall@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/tpm/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/tpm/Kconfig~tpm-update-module-dependencies drivers/char/tpm/Kconfig --- 25/drivers/char/tpm/Kconfig~tpm-update-module-dependencies Mon May 8 14:38:25 2006 +++ 25-akpm/drivers/char/tpm/Kconfig Mon May 8 14:38:25 2006 @@ -22,7 +22,7 @@ config TCG_TPM config TCG_TIS tristate "TPM Interface Specification 1.2 Interface" - depends on TCG_TPM + depends on TCG_TPM && PNPACPI ---help--- If you have a TPM security chip that is compliant with the TCG TIS 1.2 TPM specification say Yes and it will be accessible _ Patches currently in -mm which might be from kjhall@xxxxxxxxxx are tpm-update-module-dependencies.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html