aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm/Kconfig
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2017-01-08 11:38:14 -0800
committerLee Leahy <leroy.p.leahy@intel.com>2017-03-16 00:04:31 +0100
commite0668e4e1f3b2f47e474f870bb5d72a488e43504 (patch)
treee4d16752f2b30310caaf55e57575e6870a1035bd /src/drivers/i2c/tpm/Kconfig
parent52ab30b13b867c1f3cd5aa5d9eb3e24d430c49d5 (diff)
drivers/i2c/tpm: Add TPM (TIS) debugging support
Add debugging support for the TIS transactions for the I2C TPM chips. TEST=Build and run on reef Change-Id: Ibc7e26fca781316d625f4da080f34749f18e4f9b Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/18799 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/i2c/tpm/Kconfig')
-rw-r--r--src/drivers/i2c/tpm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/i2c/tpm/Kconfig b/src/drivers/i2c/tpm/Kconfig
index 89e4621b77..d35eb754b4 100644
--- a/src/drivers/i2c/tpm/Kconfig
+++ b/src/drivers/i2c/tpm/Kconfig
@@ -39,3 +39,8 @@ config DRIVER_I2C_TPM_ACPI
bool "Generate I2C TPM ACPI device"
default y if ARCH_X86 && I2C_TPM
default n
+
+config DRIVER_TPM_DISPLAY_TIS_BYTES
+ bool "TPM: Display the TIS transactions to I2C TPM chip"
+ default n
+ depends on I2C_TPM