diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-06-17 21:11:44 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-18 20:29:38 +0200 |
commit | 414ce80c074142be4933978fcce7cb530b63c863 (patch) | |
tree | 1f1e6ed206688ace706ffac3880235b59303ad1b | |
parent | 163ab9135a9148d510cd19ca90782835e8ca80bb (diff) | |
download | upstream-414ce80c074142be4933978fcce7cb530b63c863.tar.gz upstream-414ce80c074142be4933978fcce7cb530b63c863.tar.bz2 upstream-414ce80c074142be4933978fcce7cb530b63c863.zip |
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 <hannu.nyman@iki.fi>
-rw-r--r-- | target/linux/mvebu/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |