Re: [U-Boot] [PATCH v2 4/4] dm: tpm: Every TPM drivers should depends on DM_TPM

2015-09-16 Thread Tom Rini
On Wed, Sep 16, 2015 at 12:33:51AM +0200, Christophe Ricard wrote: > Every TPM drivers should now depends on DM_TPM and not only TPM. > > Signed-off-by: Christophe Ricard Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH v2 4/4] dm: tpm: Every TPM drivers should depends on DM_TPM

2015-09-15 Thread Christophe Ricard
Every TPM drivers should now depends on DM_TPM and not only TPM. Signed-off-by: Christophe Ricard --- Changes in v2: None drivers/tpm/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tpm/Kconfig b/drivers/tpm/Kconfig index ff2cdbe..3ab652c 100644 --- a/