diff options
author | John Crispin <john@phrozen.org> | 2017-02-27 12:36:59 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-27 12:37:23 +0100 |
commit | 011798a0defef51b5a2902d81c5fc90b432dbbbc (patch) | |
tree | 2f5cfec60f9d3543722df41842ae02a90b75e8e6 /target/linux/generic | |
parent | 5e3fb70094e5f87fb8dbfd4d8e979cd57293eb71 (diff) | |
download | upstream-011798a0defef51b5a2902d81c5fc90b432dbbbc.tar.gz upstream-011798a0defef51b5a2902d81c5fc90b432dbbbc.tar.bz2 upstream-011798a0defef51b5a2902d81c5fc90b432dbbbc.zip |
kernel: add missing HW_RANDOM_TPM symbol
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.4 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.9 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index fd24004991..a900d11e0c 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 021d8171c1..955d4a590a 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 da9408b644..230d8e313c 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 |