soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / drivers / i2c / tpm / Kconfig
blobcbbab2e3eb961cf0e1602f3b20888f2c73f22222
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config I2C_TPM
4         bool
5         help
6           I2C TPM driver is enabled!
8 config DRIVER_TIS_DEFAULT
9         bool
10         depends on I2C_TPM
11         default n if TPM_ATMEL
12         default y
14 config DRIVER_TPM_I2C_BUS
15         hex
16         default 0x9 # FIXME, workaround for Kconfig BS
17         depends on I2C_TPM
19 config DRIVER_TPM_I2C_ADDR
20         hex
21         default 0x2 # FIXME, workaround for Kconfig BS
22         depends on I2C_TPM
24 config DRIVER_I2C_TPM_ACPI
25         bool "Generate I2C TPM ACPI device" if I2C_TPM
26         default y if ARCH_X86 && I2C_TPM
27         default n
29 config DRIVER_TPM_DISPLAY_TIS_BYTES
30         bool "TPM: Display the TIS transactions to I2C TPM chip"
31         default n
32         depends on I2C_TPM
34 config TPM_ATMEL
35         bool
36         default n
37         help
38           The mainboard has an Atmel TPM chip.