1 ## SPDX-License-Identifier: GPL-2.0-only
6 I2C TPM driver is enabled!
8 config DRIVER_TIS_DEFAULT
11 default n if TPM_ATMEL
14 config DRIVER_TPM_I2C_BUS
16 default 0x9 # FIXME, workaround for Kconfig BS
19 config DRIVER_TPM_I2C_ADDR
21 default 0x2 # FIXME, workaround for Kconfig BS
24 config DRIVER_I2C_TPM_ACPI
25 bool "Generate I2C TPM ACPI device" if I2C_TPM
26 default y if ARCH_X86 && I2C_TPM
29 config DRIVER_TPM_DISPLAY_TIS_BYTES
30 bool "TPM: Display the TIS transactions to I2C TPM chip"
38 The mainboard has an Atmel TPM chip.