blob: 8f075b9f45fbe467daf5634638224ae6c15b8e47 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Vadim Bendebury5e124722011-10-17 08:36:14 +00002# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
Vadim Bendebury5e124722011-10-17 08:36:14 +00003
Simon Glass63078962018-10-01 12:22:19 -06004obj-$(CONFIG_$(SPL_TPL_)TPM) += tpm-uclass.o
Simon Glassf255d312015-08-22 18:31:31 -06005
Masahiro Yamada710f1d32013-10-17 17:34:57 +09006obj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o
Christophe Ricard0766ad22015-10-06 22:54:41 +02007obj-$(CONFIG_TPM_TIS_INFINEON) += tpm_tis_infineon.o
Masahiro Yamada710f1d32013-10-17 17:34:57 +09008obj-$(CONFIG_TPM_TIS_LPC) += tpm_tis_lpc.o
Simon Glassed3f5a32013-11-10 10:27:05 -07009obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o
Christophe Ricard3aa74082016-01-21 23:27:13 +010010obj-$(CONFIG_TPM_ST33ZP24_I2C) += tpm_tis_st33zp24_i2c.o
Christophe Ricardb75fdc12016-01-21 23:27:14 +010011obj-$(CONFIG_TPM_ST33ZP24_SPI) += tpm_tis_st33zp24_spi.o
Miquel Raynaleb469102018-05-15 11:57:21 +020012
Simon Glassd36856a2020-02-06 09:55:04 -070013obj-$(CONFIG_TPM2_CR50_I2C) += cr50_i2c.o
Miquel Raynal2bae7122018-05-15 11:57:25 +020014obj-$(CONFIG_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o
Miquel Raynaleb469102018-05-15 11:57:21 +020015obj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_spi.o
Thirupathaiah Annapureddy8d73be72020-01-12 23:34:22 -080016obj-$(CONFIG_TPM2_FTPM_TEE) += tpm2_ftpm_tee.o