diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2020-08-04 13:25:41 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2020-08-04 13:27:19 +0200 |
commit | 36c53e0dd27bbd088f188ca449d8f85dd4eaf463 (patch) | |
tree | b3e59974ee885635b584a804bc46a224dfc5b26e /target | |
parent | c8c98766071944b4725ef2a0467a14dcdea4fc1a (diff) | |
download | upstream-36c53e0dd27bbd088f188ca449d8f85dd4eaf463.tar.gz upstream-36c53e0dd27bbd088f188ca449d8f85dd4eaf463.tar.bz2 upstream-36c53e0dd27bbd088f188ca449d8f85dd4eaf463.zip |
bcm53xx: set HW_RANDOM_BCM2835=y
This enables Random Number Generator support on Northstar (described in
DT with brcm,bcm5301x-rng).
It's also a workaround for OpenWrt bug with kernel config causing:
Broadcom BCM2835/BCM63xx Random Number Generator support (HW_RANDOM_BCM2835) [Y/n/m/?] (NEW)
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm53xx/config-5.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-5.4 b/target/linux/bcm53xx/config-5.4 index 6d871b66ae..ff2e7e886a 100644 --- a/target/linux/bcm53xx/config-5.4 +++ b/target/linux/bcm53xx/config-5.4 @@ -226,6 +226,8 @@ CONFIG_HAVE_UID16=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HIGHMEM=y # CONFIG_HIGHPTE is not set +CONFIG_HW_RANDOM=y +CONFIG_HW_RANDOM_BCM2835=y CONFIG_HZ=100 CONFIG_HZ_100=y CONFIG_HZ_FIXED=0 |