TPM: ACPI/PNP dependency removal
authorRajiv Andrade <srajiv@linux.vnet.ibm.com>
Tue, 4 May 2010 21:49:20 +0000 (18:49 -0300)
committerJames Morris <jmorris@namei.org>
Tue, 4 May 2010 23:59:57 +0000 (09:59 +1000)
commitb89e66e1e396f7b5436af154e58209320cc08aed
treec966432f8e7bcc40f977546306b63beb0f8599fb
parentfcaaade1db63bb2d6f7611d7824eb50d2f07a546
TPM: ACPI/PNP dependency removal

This patch pushes the ACPI dependency into the device driver code
itself. Now, even without ACPI/PNP enabled, the device can be registered
using the TIS specified memory space. This will however result in the
lack of access to the bios event log, being the only implication of such
ACPI removal.

Signed-off-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
drivers/char/tpm/Kconfig
drivers/char/tpm/tpm_tis.c