diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-11-03 00:29:51 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-15 14:28:49 +0100 |
commit | edc4da5da1719c04c9d5d0ae0bebf06c0631778f (patch) | |
tree | fb2558d1e0825f6fb676f612c7c6a9f0bea4edb2 /target | |
parent | c8f85a866b3796161260e85735e03729eb5886a0 (diff) | |
download | upstream-edc4da5da1719c04c9d5d0ae0bebf06c0631778f.tar.gz upstream-edc4da5da1719c04c9d5d0ae0bebf06c0631778f.tar.bz2 upstream-edc4da5da1719c04c9d5d0ae0bebf06c0631778f.zip |
kernel: Always activate CONFIG_HW_RANDOM_TPM
CONFIG_HW_RANDOM_TPM does not activate a separate kernel module any
more, but it only activates the random code in the tpm.ko.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.19 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index b290e90db0..7171c2e478 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -1812,7 +1812,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_TPM=y # CONFIG_HW_RANDOM_VIA is not set # CONFIG_HW_RANDOM_VIRTIO is not set # CONFIG_HX711 is not set |