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

2015-10-18 Thread Simon Glass
On 8 October 2015 at 15:45, Simon Glass wrote: > On 6 October 2015 at 21:54, Christophe Ricard > wrote: >> Every TPM drivers should now depends on DM_TPM and not only TPM. >> >> Signed-off-by: Christophe Ricard >>

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

2015-10-08 Thread Simon Glass
On 6 October 2015 at 21:54, 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 > --- > > Changes in v4: None >

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

2015-10-06 Thread Christophe Ricard
Every TPM drivers should now depends on DM_TPM and not only TPM. Signed-off-by: Christophe Ricard Reviewed-by: Tom Rini --- Changes in v4: None Changes in v3: None Changes in v2: None drivers/tpm/Kconfig | 6 +++--- 1 file changed, 3