diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-10-06 20:54:42 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-10-23 15:42:28 (GMT) |
commit | 302c5dba0a6eeb5846b628d3d59978dc0751def9 (patch) | |
tree | 449eeae686ce438d3ed29a092e810f68abb600e5 /configs/controlcenterd_TRAILBLAZER_defconfig | |
parent | 0766ad2f7fdae6d7482b8e1e3f5a49b3d9a3810b (diff) | |
download | u-boot-302c5dba0a6eeb5846b628d3d59978dc0751def9.tar.xz |
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_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/controlcenterd_TRAILBLAZER_defconfig b/configs/controlcenterd_TRAILBLAZER_defconfig index 08aae9a..e897422 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 |