Re: [RFC v2 4/6] tpm: Separate TPM_TIS and TPM_TIS_ISA configs

2020-02-25 Thread Auger Eric
Hi Philippe, On 2/14/20 8:03 PM, Philippe Mathieu-Daudé wrote: > On 2/14/20 7:37 PM, Eric Auger wrote: >> Let's separate the compilation of tpm_tis_common.c from >> the compilation of tpm_tis_isa.c >> >> The common part will be also compiled along with the >> tpm_tis_sysbus device. >> >>

Re: [RFC v2 4/6] tpm: Separate TPM_TIS and TPM_TIS_ISA configs

2020-02-14 Thread Philippe Mathieu-Daudé
On 2/14/20 7:37 PM, Eric Auger wrote: Let's separate the compilation of tpm_tis_common.c from the compilation of tpm_tis_isa.c The common part will be also compiled along with the tpm_tis_sysbus device. Signed-off-by: Eric Auger --- default-configs/i386-softmmu.mak | 2 +- hw/i386/Kconfig