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>
This commit is contained in:
committed by
Simon Glass
parent
0766ad2f7f
commit
302c5dba0a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user