blob: 9540fd7fe78c93e5bbb56685751c99ddf57d3fb8 [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 Glass974c98f2021-07-18 14:17:57 -06009obj-$(CONFIG_TPM_TIS_SANDBOX) += tpm_tis_sandbox.o sandbox_common.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 Glass13ad9932021-02-06 14:23:32 -070013obj-$(CONFIG_$(SPL_TPL_)TPM2_CR50_I2C) += cr50_i2c.o
Simon Glass974c98f2021-07-18 14:17:57 -060014obj-$(CONFIG_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o sandbox_common.o
Ilias Apalodimasa5c30c22021-11-09 09:02:19 +020015obj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_core.o tpm2_tis_spi.o
Eddie James9f971da2022-05-13 13:30:00 -050016obj-$(CONFIG_TPM2_TIS_I2C) += tpm2_tis_core.o tpm2_tis_i2c.o
Thirupathaiah Annapureddy8d73be72020-01-12 23:34:22 -080017obj-$(CONFIG_TPM2_FTPM_TEE) += tpm2_ftpm_tee.o
Ilias Apalodimase0ff3482021-11-09 09:02:18 +020018obj-$(CONFIG_TPM2_MMIO) += tpm2_tis_core.o tpm2_tis_mmio.o