diff options
author | James Morris <jmorris@namei.org> | 2011-11-17 10:08:37 +1100 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-11-17 10:08:37 +1100 |
commit | 8077e8b059232f23fe51fdc42868dcd8ba293549 (patch) | |
tree | 86eea03f30cd64a3da57245a61d5a3a04fdb2308 /drivers/char/tpm/Kconfig | |
parent | 7845bc3964756240863ae453ffe4f7ee27ddc954 (diff) | |
parent | b9e3238aa36db33aa0d0bd44ef85297c45627aac (diff) |
Merge branch 'for-james' of git://github.com/srajiv/tpm into next
Diffstat (limited to 'drivers/char/tpm/Kconfig')
-rw-r--r-- | drivers/char/tpm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index fa567f1158c2..7fc75e47e6d0 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig @@ -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 @@ -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 |