[source] kernel: add missing HW_RANDOM_TPM symbol
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 27 03:37:26 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/011798a0defef51b5a2902d81c5fc90b432dbbbc
commit 011798a0defef51b5a2902d81c5fc90b432dbbbc
Author: John Crispin <john at phrozen.org>
AuthorDate: Mon Feb 27 12:36:59 2017 +0100
kernel: add missing HW_RANDOM_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 fd24004..a900d11 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -1338,6 +1338,7 @@ CONFIG_HW_PERF_EVENTS=y
# CONFIG_HW_RANDOM_OMAP3_ROM is not set
# CONFIG_HW_RANDOM_PPC4XX is not set
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
+# CONFIG_HW_RANDOM_TPM is not set
# CONFIG_HW_RANDOM_VIA is not set
# CONFIG_HYPERV is not set
# CONFIG_HYSDN is not set
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4
index 021d817..955d4a5 100644
--- a/target/linux/generic/config-4.4
+++ b/target/linux/generic/config-4.4
@@ -1393,6 +1393,7 @@ CONFIG_HW_PERF_EVENTS=y
# CONFIG_HW_RANDOM_OMAP3_ROM is not set
# CONFIG_HW_RANDOM_PPC4XX is not set
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
+# CONFIG_HW_RANDOM_TPM is not set
# CONFIG_HW_RANDOM_VIA is not set
# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_HYPERV is not set
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index da9408b..230d8e3 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -1536,6 +1536,7 @@ CONFIG_HW_PERF_EVENTS=y
# CONFIG_HW_RANDOM_OMAP3_ROM is not set
# CONFIG_HW_RANDOM_PPC4XX is not set
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
+# CONFIG_HW_RANDOM_TPM is not set
# CONFIG_HW_RANDOM_VIA is not set
# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_HYPERV is not set
More information about the lede-commits
mailing list