[source] kernel: add another missing TPM symbol

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 27 07:40:59 PST 2017


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

commit d49ddcdfd27ba3d171b856f223712b88d5fc2046
Author: John Crispin <john at phrozen.org>
AuthorDate: Mon Feb 27 14:51:43 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 62afafa..5a00e98 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -3884,6 +3884,7 @@ CONFIG_SYSVIPC_SYSCTL=y
 # CONFIG_TASKSTATS is not set
 # CONFIG_TASKS_RCU is not set
 # CONFIG_TC35815 is not set
+# CONFIG_TCG_ST33_I2C is not set
 # CONFIG_TCG_TPM is not set
 # CONFIG_TCG_TIS is not set
 # CONFIG_TCG_TIS_I2C_ATMEL is not set
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4
index 955d4a5..2312c30 100644
--- a/target/linux/generic/config-4.4
+++ b/target/linux/generic/config-4.4
@@ -4077,6 +4077,7 @@ CONFIG_SYSVIPC_SYSCTL=y
 # CONFIG_TASKSTATS is not set
 # CONFIG_TASKS_RCU is not set
 # CONFIG_TC35815 is not set
+# CONFIG_TCG_ST33_I2C is not set
 # CONFIG_TCG_TPM is not set
 # CONFIG_TCG_TIS is not set
 # CONFIG_TCG_TIS_I2C_ATMEL is not set
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index a2aa38f..7ff21ee 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -4394,6 +4394,7 @@ CONFIG_SYSVIPC_SYSCTL=y
 # CONFIG_TASKS_RCU is not set
 # CONFIG_TASK_XACCT is not set
 # CONFIG_TC35815 is not set
+# CONFIG_TCG_ST33_I2C is not set
 # CONFIG_TCG_TPM is not set
 # CONFIG_TCG_TIS is not set
 # CONFIG_TCG_TIS_I2C_ATMEL is not set



More information about the lede-commits mailing list