mirror of https://gitee.com/openkylin/linux.git
[PATCH] tpm: update module dependencies
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@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
90d5ede598
commit
9458513660
|
@ -22,7 +22,7 @@ config TCG_TPM
|
||||||
|
|
||||||
config TCG_TIS
|
config TCG_TIS
|
||||||
tristate "TPM Interface Specification 1.2 Interface"
|
tristate "TPM Interface Specification 1.2 Interface"
|
||||||
depends on TCG_TPM
|
depends on TCG_TPM && PNPACPI
|
||||||
---help---
|
---help---
|
||||||
If you have a TPM security chip that is compliant with the
|
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
|
TCG TIS 1.2 TPM specification say Yes and it will be accessible
|
||||||
|
|
Loading…
Reference in New Issue