From 414ce80c074142be4933978fcce7cb530b63c863 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 17 Jun 2018 21:11:44 +0300 Subject: [PATCH] mvebu: enable CONFIG_HW_RANDOM Enable the Hardware Random Number Generator Core infrastructure in kernel. Needed for hardware random number generator drivers like chaoskey Signed-off-by: Hannu Nyman --- target/linux/mvebu/config-4.14 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mvebu/config-4.14 b/target/linux/mvebu/config-4.14 index aa6b0104b0..296da5a109 100644 --- a/target/linux/mvebu/config-4.14 +++ b/target/linux/mvebu/config-4.14 @@ -265,6 +265,7 @@ CONFIG_HIGHMEM=y CONFIG_HOTPLUG_CPU=y CONFIG_HWBM=y CONFIG_HWMON=y +CONFIG_HW_RANDOM=y CONFIG_HZ_FIXED=0 CONFIG_HZ_PERIODIC=y CONFIG_I2C=y