From: Konrad Rzeszutek Wilk Date: Fri, 30 Aug 2013 13:02:27 +0000 (-0400) Subject: drivers/xen-tpmfront: Fix compile issue with missing option. X-Git-Tag: firefly_0821_release~176^2~5247^2~20 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=713efcabca1fffbbb253a33ff0f8fda532633064;p=firefly-linux-kernel-4.4.55.git drivers/xen-tpmfront: Fix compile issue with missing option. Randy reports: x86_64: drivers/built-in.o: In function `xen_tpmfront_init': xen-tpmfront.c:(.init.text+0x257c): undefined reference to `xenbus_register_frontend' This is nicely fixed by selecting the XenBus frontend module. Reported-by: Randy Dunlap Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index 205ed35c1a31..94c0c74434ea 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig @@ -94,6 +94,7 @@ config TCG_ST33_I2C config TCG_XEN tristate "XEN TPM Interface" depends on TCG_TPM && XEN + select XEN_XENBUS_FRONTEND ---help--- If you want to make TPM support available to a Xen user domain, say Yes and it will be accessible from within Linux. See