Skip to content

Commit

Permalink
TPM: NSC and TIS drivers X86 dependency fix
Browse files Browse the repository at this point in the history
A previous commit removed its PNP dependency, that in fact wasn't
necessary, but also allowed it be built for other architectures not
supported by it. This then caused kernel oops on PPC based machines.
I'm placing a x86 dependency back correctly.

Signed-off-by: Rajiv Andrade <[email protected]>
  • Loading branch information
srajiv committed Nov 16, 2011
1 parent fd04886 commit 2f592f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/char/tpm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if TCG_TPM

config TCG_TIS
tristate "TPM Interface Specification 1.2 Interface"
depends on X86
---help---
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
Expand All @@ -35,6 +36,7 @@ config TCG_TIS

config TCG_NSC
tristate "National Semiconductor TPM Interface"
depends on X86
---help---
If you have a TPM security chip from National Semiconductor
say Yes and it will be accessible from within Linux. To
Expand Down

0 comments on commit 2f592f2

Please sign in to comment.