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)
commit7f2ab000c6f2ae46070807a3bf645c45d8639460
treee6488635d01b71d4e469e89f9035efe501b1d56d
parentb3139bbc52762268769e7af842aade0e64372433
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