[openwrt/openwrt] kernel: disable CONFIG_HW_RANDOM_BCM2835

LEDE Commits lede-commits at lists.infradead.org
Mon Apr 10 02:57:05 PDT 2023


noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f5adc5bafbc825819fc388357fab1799e2935840

commit f5adc5bafbc825819fc388357fab1799e2935840
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Sun Apr 9 20:58:14 2023 +0200

    kernel: disable CONFIG_HW_RANDOM_BCM2835
    
    This HW RNG is present on some Broadcom 63XX SoCs, but not all of them.
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 target/linux/generic/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index a03f65f4d7..239a645231 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -2450,6 +2450,7 @@ CONFIG_HW_PERF_EVENTS=y
 # CONFIG_HW_RANDOM_ARM_SMCCC_TRNG is not set
 # CONFIG_HW_RANDOM_ATMEL is not set
 # CONFIG_HW_RANDOM_BA431 is not set
+# CONFIG_HW_RANDOM_BCM2835 is not set
 # CONFIG_HW_RANDOM_CAVIUM is not set
 # CONFIG_HW_RANDOM_CCTRNG is not set
 # CONFIG_HW_RANDOM_EXYNOS is not set




More information about the lede-commits mailing list