diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-04-26 06:15:27 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-26 06:15:27 -0400 |
commit | 25f73891c3059e9ce6ff0a02670aa98baf6cbce9 (patch) | |
tree | 18a2ef934aa353ca695c3faaa3b7497fea22037a /drivers/char/tpm/Kconfig | |
parent | fef6108d4556917c45cd9ba397c1c7597f3990e1 (diff) | |
parent | 4d5c34ec7b007cfb0771a36996b009f194acbb2f (diff) | |
download | kernel-crypto-25f73891c3059e9ce6ff0a02670aa98baf6cbce9.tar.gz kernel-crypto-25f73891c3059e9ce6ff0a02670aa98baf6cbce9.tar.xz kernel-crypto-25f73891c3059e9ce6ff0a02670aa98baf6cbce9.zip |
Merge branch 'master' into upstream-fixes
Diffstat (limited to 'drivers/char/tpm/Kconfig')
-rw-r--r-- | drivers/char/tpm/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index a6873bf89ff..1efde3b2761 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig @@ -20,9 +20,18 @@ config TCG_TPM Note: For more TPM drivers enable CONFIG_PNP, CONFIG_ACPI and CONFIG_PNPACPI. +config TCG_TIS + tristate "TPM Interface Specification 1.2 Interface" + depends on TCG_TPM + ---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 + from within Linux. To compile this driver as a module, choose + M here; the module will be called tpm_tis. + config TCG_NSC tristate "National Semiconductor TPM Interface" - depends on TCG_TPM + depends on TCG_TPM && PNPACPI ---help--- If you have a TPM security chip from National Semicondutor say Yes and it will be accessible from within Linux. To |