summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Ratiu <adrian.ratiu@collabora.com>2021-07-27 20:13:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-15 10:02:35 +0200
commit2d2c7d860fc7d5e6ef4fa4335302504832837ecd (patch)
tree45e51c2c22692e601cc6028d1b7afcb0a60ee83c
parent2539d2c07fb8bc44a9a043b0696d3a027ec4d1df (diff)
downloadlinux-stable-2d2c7d860fc7d5e6ef4fa4335302504832837ecd.tar.gz
linux-stable-2d2c7d860fc7d5e6ef4fa4335302504832837ecd.tar.bz2
linux-stable-2d2c7d860fc7d5e6ef4fa4335302504832837ecd.zip
char: tpm: Kconfig: remove bad i2c cr50 select
commit 847fdae1579f4ee930b01f24a7847b8043bf468c upstream. This fixes a minor bug which went unnoticed during the initial driver upstreaming review: TCG_CR50 does not exist in mainline kernels, so remove it. Fixes: 3a253caaad11 ("char: tpm: add i2c driver for cr50") Cc: stable@vger.kernel.org Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/char/tpm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig
index 4308f9ca7a43..d6ba644f6b00 100644
--- a/drivers/char/tpm/Kconfig
+++ b/drivers/char/tpm/Kconfig
@@ -89,7 +89,6 @@ config TCG_TIS_SYNQUACER
config TCG_TIS_I2C_CR50
tristate "TPM Interface Specification 2.0 Interface (I2C - CR50)"
depends on I2C
- select TCG_CR50
help
This is a driver for the Google cr50 I2C TPM interface which is a
custom microcontroller and requires a custom i2c protocol interface