projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57392d6
)
kernel: disable CONFIG_HW_RANDOM_BCM2835
author
Álvaro Fernández Rojas
<
[email protected]
>
Sun, 9 Apr 2023 18:58:14 +0000
(20:58 +0200)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 10 Apr 2023 08:04:08 +0000
(10:04 +0200)
This HW RNG is present on some Broadcom 63XX SoCs, but not all of them.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
target/linux/generic/config-5.15
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-5.15
b/target/linux/generic/config-5.15
index a03f65f4d7734ff1052c5a95a7e16c2e7eb1b1d1..239a64523102542a32e05d7c8463db6ba8910887 100644
(file)
--- 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