aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/config-4.19
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2018-12-19 13:57:19 +0100
committerChristian Lamparter <chunkeey@gmail.com>2018-12-27 14:30:45 +0100
commit077a63db1dfc7fce80b20a5c62c869f1f9c04e22 (patch)
tree8406620c632ebb61faf4010d14dafbc8695997ee /target/linux/ipq40xx/config-4.19
parent59485f7486ad88f6741e0b2fc1d98e406461de1a (diff)
downloadupstream-077a63db1dfc7fce80b20a5c62c869f1f9c04e22.tar.gz
upstream-077a63db1dfc7fce80b20a5c62c869f1f9c04e22.tar.bz2
upstream-077a63db1dfc7fce80b20a5c62c869f1f9c04e22.zip
ipq40xx: 4.19: Enable pseudo random number generator
IPQ40xx series has a HW pseudo random number generator built in. It already has a node in the upstream ipq4019.dtsi so we just need to enable it. Its driver has been rewritten to use crypto API so we dont have char interface like under 4.14 kernel. Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/config-4.19')
-rw-r--r--target/linux/ipq40xx/config-4.192
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/config-4.19 b/target/linux/ipq40xx/config-4.19
index fcbbabf43a..aec99641c1 100644
--- a/target/linux/ipq40xx/config-4.19
+++ b/target/linux/ipq40xx/config-4.19
@@ -123,7 +123,7 @@ CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_DEV_QCE=y
-# CONFIG_CRYPTO_DEV_QCOM_RNG is not set
+CONFIG_CRYPTO_DEV_QCOM_RNG=y
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_DRBG_HMAC=y
CONFIG_CRYPTO_DRBG_MENU=y