diff options
author | Len Brown <len.brown@intel.com> | 2005-08-24 20:10:49 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-24 20:11:34 +0400 |
commit | 76f58584824c61eb5b3bdbf019236815921d2e7c (patch) | |
tree | a8cb03339eddd5ada3c9d04b70b8bd6520e2bc14 /drivers/char/tpm | |
parent | 8466361ad5233d4356a4601e16b66c25277920d1 (diff) | |
download | linux-76f58584824c61eb5b3bdbf019236815921d2e7c.tar.xz |
[ACPI] delete CONFIG_ACPI_BUS
it is a synonym for CONFIG_ACPI
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r-- | drivers/char/tpm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index 79e9832ef1f3..b58adfe3ed19 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig @@ -17,7 +17,7 @@ config TCG_TPM obtained at: <http://sourceforge.net/projects/trousers>. To compile this driver as a module, choose M here; the module will be called tpm. If unsure, say N. - Note: For more TPM drivers enable CONFIG_PNP, CONFIG_ACPI_BUS + Note: For more TPM drivers enable CONFIG_PNP, CONFIG_ACPI and CONFIG_PNPACPI. config TCG_NSC |