From 9b8ebfb96cf0937add6ad8478887d8932450e255 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 19 Sep 2016 19:21:02 -0700 Subject: Revert "drivers/i2c/tpm: Split cr50 driver from main driver" This reverts commit c565f9910707b91fcc7a27bab28806e558bb474d. --- src/drivers/i2c/tpm/Kconfig | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/drivers/i2c/tpm/Kconfig') 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 -- cgit v1.2.3