diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2016-09-19 19:20:06 -0700 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2016-09-19 19:20:06 -0700 |
commit | 120f1128442c11ef3032e382c8b2377380fb3cbc (patch) | |
tree | ae44732afcf2f6246200bc630417ba99ecb766cb /src/drivers/i2c/tpm/Kconfig | |
parent | 9d4b11c26a3a4114dee6fa678d2aa687a753057e (diff) |
Revert "drivers/i2c/tpm/cr50: Support interrupts for status"
This reverts commit a5e419c51187d24818f056327746a18676fe3a20.
Diffstat (limited to 'src/drivers/i2c/tpm/Kconfig')
-rw-r--r-- | src/drivers/i2c/tpm/Kconfig | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/drivers/i2c/tpm/Kconfig b/src/drivers/i2c/tpm/Kconfig index a5ab0771c4..db77b956b9 100644 --- a/src/drivers/i2c/tpm/Kconfig +++ b/src/drivers/i2c/tpm/Kconfig @@ -2,14 +2,9 @@ config I2C_TPM bool "I2C TPM" depends on TPM || TPM2 -config MAINBOARD_HAS_I2C_TPM_CR50 - bool - default n - choice prompt "I2C TPM Driver" - default I2C_TPM_CR50 if MAINBOARD_HAS_I2C_TPM_CR50 - default I2C_TPM_GENERIC if !MAINBOARD_HAS_I2C_TPM_CR50 + default I2C_TPM_GENERIC depends on I2C_TPM config I2C_TPM_GENERIC @@ -30,11 +25,6 @@ config DRIVER_TPM_I2C_ADDR default 2 # FIXME, workaround for Kconfig BS depends on I2C_TPM -config DRIVER_TPM_I2C_IRQ - int "IRQ or GPE to use for TPM interrupt" - default -1 - depends on I2C_TPM - config DRIVER_I2C_TPM_ACPI bool "Generate I2C TPM ACPI device" default y if ARCH_X86 && I2C_TPM |