drivers/i2c/tpm: Remove ifdef of non-existant Kconfig option
commit3e7fced21853a54b9540a9f6df8c0f4e7bbb45b8
authorMartin Roth <martin@coreboot.org>
Mon, 9 Nov 2020 20:17:15 +0000 (9 13:17 -0700)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 16 Nov 2020 12:10:10 +0000 (16 12:10 +0000)
tree77748794be4a8f00b989d22af6402c14697239bd
parent0639bff5bac84975258f4059eaf130582e1aee94
drivers/i2c/tpm: Remove ifdef of non-existant Kconfig option

The CONFIG_TPM_I2C_BURST_LIMITATION was never added, so this has never
been turned on.  The Kconfig linter generates three warnings about this
block:
  Warning: Unknown config option CONFIG_TPM_I2C_BURST_LIMITATION

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: I53fa8f5b4eac6a1e7efec23f70395058bad26299
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47367
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/drivers/i2c/tpm/tpm.c