From edc4da5da1719c04c9d5d0ae0bebf06c0631778f Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 3 Nov 2018 00:29:51 +0100 Subject: 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 --- target/linux/generic/config-4.19 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/config-4.19') 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 -- cgit v1.2.3