diff options
| author | Álvaro Fernández Rojas | 2021-03-05 11:13:45 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2021-03-05 11:16:04 +0000 |
| commit | bdb18e0f84bccafe1497c418b6aaa924be2de6f8 (patch) | |
| tree | 735e7c22180fcb8d9cd5719b1cb98c14ffb68733 | |
| parent | ceb6869cd982056b02f97b51a0e4e2d300ea5b12 (diff) | |
| download | openwrt-bdb18e0f84bccafe1497c418b6aaa924be2de6f8.tar.gz | |
bcm27xx: bcm2711: disable HW_RANDOM_BCM2835
This driver is only present on BCM2708, BCM2709 and BCM2710.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry-picked from commit bac74aff5e)
| -rw-r--r-- | target/linux/bcm27xx/bcm2711/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/bcm2711/config-5.4 b/target/linux/bcm27xx/bcm2711/config-5.4 index df6237f51e..7efd1c2b07 100644 --- a/target/linux/bcm27xx/bcm2711/config-5.4 +++ b/target/linux/bcm27xx/bcm2711/config-5.4 @@ -257,7 +257,6 @@ CONFIG_HOLES_IN_ZONE=y CONFIG_HOTPLUG_CPU=y CONFIG_HW_CONSOLE=y CONFIG_HW_RANDOM=y -CONFIG_HW_RANDOM_BCM2835=y CONFIG_HW_RANDOM_IPROC_RNG200=y CONFIG_HZ=250 CONFIG_HZ_250=y |