On Tue, Oct 07, 2014 at 09:04:17PM +0300, Jarkko Sakkinen wrote:
quoted
Did you test compile all the drivers? One of my git commits on github
has some hackery to make that possible on x86.
Yeah, I compiled all the drivers:
$ grep CONFIG_TCG .config
CONFIG_TCG_TPM=m
CONFIG_TCG_TIS=m
CONFIG_TCG_TIS_I2C_ATMEL=m
CONFIG_TCG_TIS_I2C_INFINEON=m
CONFIG_TCG_TIS_I2C_NUVOTON=m
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m
CONFIG_TCG_ST33_I2C=m
CONFIG_TCG_XEN=m
CONFIG_TCG_CRB=m
CONFIG_TCG_IBMVTPM is missing, apply this:
https://github.com/jgunthorpe/linux/commit/74afd69de603783858283f9b337e1694988964f8
Jason