TPM: ACPI/PNP dependency removal
authorRajiv Andrade <srajiv@linux.vnet.ibm.com>
Thu, 13 May 2010 20:37:54 +0000 (17:37 -0300)
committerJames Morris <jmorris@namei.org>
Sun, 16 May 2010 23:08:18 +0000 (09:08 +1000)
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>

No differences found