[source] kernel: add another missing TPM symbol

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 10 23:27:51 PST 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/99d0633f244ea5fc3958db561c44d9867198713c

commit 99d0633f244ea5fc3958db561c44d9867198713c
Author: John Crispin <john at phrozen.org>
AuthorDate: Sat Mar 11 08:27:10 2017 +0100

    kernel: add another missing TPM symbol
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/generic/config-3.18 | 1 +
 target/linux/generic/config-4.4  | 1 +
 target/linux/generic/config-4.9  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index 3ad9e71..ca97734 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -3893,6 +3893,7 @@ CONFIG_SYSVIPC_SYSCTL=y
 # CONFIG_TCG_TIS_I2C_NUVOTON is not set
 # CONFIG_TCG_TIS_ST33ZP24 is not set
 # CONFIG_TCG_TPM is not set
+# CONFIG_TCG_XEN is not set
 # CONFIG_TCIC is not set
 CONFIG_TCP_CONG_ADVANCED=y
 # CONFIG_TCP_CONG_BIC is not set
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4
index 1936d29..6be9a08 100644
--- a/target/linux/generic/config-4.4
+++ b/target/linux/generic/config-4.4
@@ -4085,6 +4085,7 @@ CONFIG_SYSVIPC_SYSCTL=y
 # CONFIG_TCG_TIS_I2C_NUVOTON is not set
 # CONFIG_TCG_TIS_ST33ZP24 is not set
 # CONFIG_TCG_TPM is not set
+# CONFIG_TCG_XEN is not set
 # CONFIG_TCIC is not set
 CONFIG_TCP_CONG_ADVANCED=y
 # CONFIG_TCP_CONG_BIC is not set
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index 4cdc05b..5cef3c1 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -4408,6 +4408,7 @@ CONFIG_SYSVIPC_SYSCTL=y
 # CONFIG_TCG_TIS_ST33ZP24_SPI is not set
 # CONFIG_TCG_TPM is not set
 # CONFIG_TCG_VTPM_PROXY is not set
+# CONFIG_TCG_XEN is not set
 # CONFIG_TCIC is not set
 CONFIG_TCP_CONG_ADVANCED=y
 # CONFIG_TCP_CONG_BBR is not set



More information about the lede-commits mailing list