aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-10-03 06:39:36 -0600
committerSimon Glass <sjg@chromium.org>2015-10-23 09:42:28 -0600
commit2419cd16a1357a6d0f394b4631ea07b4f9e85ac7 (patch)
tree8eb00068e28c728550a430003b1e8ced127bac7f /drivers/tpm/Makefile
parent3e7d940bb695fd8ba450dde7742a58a224efaee4 (diff)
downloadu-boot-2419cd16a1357a6d0f394b4631ea07b4f9e85ac7.zip
u-boot-2419cd16a1357a6d0f394b4631ea07b4f9e85ac7.tar.gz
u-boot-2419cd16a1357a6d0f394b4631ea07b4f9e85ac7.tar.bz2
dm: tpm: Drop CONFIG_DM_TPM
Now that all TPM drivers use driver model, we can drop the special driver model CONFIG option. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Christophe Ricard<christophe-h.ricard@st.com>
Diffstat (limited to 'drivers/tpm/Makefile')
-rw-r--r--drivers/tpm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tpm/Makefile b/drivers/tpm/Makefile
index 5748145..1d49e95 100644
--- a/drivers/tpm/Makefile
+++ b/drivers/tpm/Makefile
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-$(CONFIG_DM_TPM) += tpm-uclass.o
+obj-$(CONFIG_TPM) += tpm-uclass.o
obj-$(CONFIG_TPM_ATMEL_TWI) += tpm_atmel_twi.o
obj-$(CONFIG_TPM_TIS_INFINEON) += tpm_tis_infineon.o