summaryrefslogtreecommitdiffstats
path: root/configs/controlcenterd_TRAILBLAZER_defconfig
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2015-10-06 22:54:42 +0200
committerSimon Glass <sjg@chromium.org>2015-10-23 09:42:28 -0600
commit302c5dba0a6eeb5846b628d3d59978dc0751def9 (patch)
tree449eeae686ce438d3ed29a092e810f68abb600e5 /configs/controlcenterd_TRAILBLAZER_defconfig
parent0766ad2f7fdae6d7482b8e1e3f5a49b3d9a3810b (diff)
downloadtalos-obmc-uboot-302c5dba0a6eeb5846b628d3d59978dc0751def9.tar.gz
talos-obmc-uboot-302c5dba0a6eeb5846b628d3d59978dc0751def9.zip
dm: tpm: Add Driver Model support for tpm_atmel_twi driver
tpm_atmel_twi can fit perfectly to the new UCLASS_TPM class. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/controlcenterd_TRAILBLAZER_defconfig')
-rw-r--r--configs/controlcenterd_TRAILBLAZER_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/controlcenterd_TRAILBLAZER_defconfig b/configs/controlcenterd_TRAILBLAZER_defconfig
index 08aae9ae2d..e897422fbd 100644
--- a/configs/controlcenterd_TRAILBLAZER_defconfig
+++ b/configs/controlcenterd_TRAILBLAZER_defconfig
@@ -7,6 +7,8 @@ CONFIG_SYS_EXTRA_OPTIONS="TRAILBLAZER,SPIFLASH"
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TPM=y
+CONFIG_DM=y
+CONFIG_DM_TPM=y
CONFIG_TPM_ATMEL_TWI=y
CONFIG_TPM_AUTH_SESSIONS=y
CONFIG_TPM=y
OpenPOWER on IntegriCloud