summaryrefslogtreecommitdiff
path: root/configs/controlcenterd_36BIT_SDCARD_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_36BIT_SDCARD_defconfig
parent0766ad2f7fdae6d7482b8e1e3f5a49b3d9a3810b (diff)
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_36BIT_SDCARD_defconfig')
-rw-r--r--configs/controlcenterd_36BIT_SDCARD_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/controlcenterd_36BIT_SDCARD_defconfig b/configs/controlcenterd_36BIT_SDCARD_defconfig
index 21c0eab53d..56a4910158 100644
--- a/configs/controlcenterd_36BIT_SDCARD_defconfig
+++ b/configs/controlcenterd_36BIT_SDCARD_defconfig
@@ -6,6 +6,8 @@ CONFIG_SYS_EXTRA_OPTIONS="36BIT,SDCARD"
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_TPM=y
CONFIG_SPI_FLASH=y
+CONFIG_DM=y
+CONFIG_DM_TPM=y
CONFIG_TPM_ATMEL_TWI=y
CONFIG_TPM_AUTH_SESSIONS=y
CONFIG_TPM=y