[openwrt/openwrt] bcm27xx: bcm2711: disable HW_RANDOM_BCM2835

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 5 11:16:24 GMT 2021


noltari pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/bdb18e0f84bccafe1497c418b6aaa924be2de6f8

commit bdb18e0f84bccafe1497c418b6aaa924be2de6f8
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Fri Mar 5 12:13:45 2021 +0100

    bcm27xx: bcm2711: disable HW_RANDOM_BCM2835
    
    This driver is only present on BCM2708, BCM2709 and BCM2710.
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
    (cherry-picked from commit bac74aff5e)
---
 target/linux/bcm27xx/bcm2711/config-5.4 | 1 -
 1 file changed, 1 deletion(-)

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



More information about the lede-commits mailing list