aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm/Kconfig
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2016-09-19 19:21:02 -0700
committerDuncan Laurie <dlaurie@chromium.org>2016-09-19 19:21:02 -0700
commit9b8ebfb96cf0937add6ad8478887d8932450e255 (patch)
tree1a59fff6307fe36dd239d8452818904385ea5496 /src/drivers/i2c/tpm/Kconfig
parent1de4f9549b8cb290451843dc9d2274887d4f3b22 (diff)
Revert "drivers/i2c/tpm: Split cr50 driver from main driver"
This reverts commit c565f9910707b91fcc7a27bab28806e558bb474d.
Diffstat (limited to 'src/drivers/i2c/tpm/Kconfig')
-rw-r--r--src/drivers/i2c/tpm/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/drivers/i2c/tpm/Kconfig b/src/drivers/i2c/tpm/Kconfig
index db77b956b9..903fc3bbe5 100644
--- a/src/drivers/i2c/tpm/Kconfig
+++ b/src/drivers/i2c/tpm/Kconfig
@@ -2,19 +2,6 @@ config I2C_TPM
bool "I2C TPM"
depends on TPM || TPM2
-choice
- prompt "I2C TPM Driver"
- default I2C_TPM_GENERIC
- depends on I2C_TPM
-
-config I2C_TPM_GENERIC
- bool "Generic I2C TPM Driver"
-
-config I2C_TPM_CR50
- bool "CR50 I2C TPM Driver"
-
-endchoice
-
config DRIVER_TPM_I2C_BUS
hex "I2C TPM chip bus"
default 9 # FIXME, workaround for Kconfig BS