aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm27xx
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2021-03-21 12:39:47 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2021-03-21 12:39:47 +0100
commitf93b544f012e958884fefb24448a66867e55d63b (patch)
tree870c00c55cb0168fdea850cae2b69e7db0438897 /target/linux/bcm27xx
parent7f4c2b1a4f9216218dced64794318f2197565c85 (diff)
downloadupstream-f93b544f012e958884fefb24448a66867e55d63b.tar.gz
upstream-f93b544f012e958884fefb24448a66867e55d63b.tar.bz2
upstream-f93b544f012e958884fefb24448a66867e55d63b.zip
bcm27xx: bcm2711: correctly disable HW_RANDOM_BCM2835
It was removed in bac74aff5e36, but it should have been disabled. More info: https://forum.openwrt.org/t/make-image-stops-at-random-number-generator-bcm27xx/91429/7 Fixes: bac74aff5e36 ("bcm27xx: bcm2711: disable HW_RANDOM_BCM2835") Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx')
-rw-r--r--target/linux/bcm27xx/bcm2711/config-5.41
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm27xx/bcm2711/config-5.4 b/target/linux/bcm27xx/bcm2711/config-5.4
index 91f45a97d9..46fbbcf497 100644
--- a/target/linux/bcm27xx/bcm2711/config-5.4
+++ b/target/linux/bcm27xx/bcm2711/config-5.4
@@ -256,6 +256,7 @@ CONFIG_HOLES_IN_ZONE=y
CONFIG_HOTPLUG_CPU=y
CONFIG_HW_CONSOLE=y
CONFIG_HW_RANDOM=y
+# CONFIG_HW_RANDOM_BCM2835 is not set
CONFIG_HW_RANDOM_IPROC_RNG200=y
CONFIG_HZ=250
CONFIG_HZ_250=y