diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-09 20:58:14 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-10 10:04:08 +0200 |
commit | f5adc5bafbc825819fc388357fab1799e2935840 (patch) | |
tree | b92378fe52bcd458933cae3e4d73fdc05b5a1643 /target/linux/generic | |
parent | 57392d63778b243c83f59c5e16436f4645b24a66 (diff) | |
download | upstream-f5adc5bafbc825819fc388357fab1799e2935840.tar.gz upstream-f5adc5bafbc825819fc388357fab1799e2935840.tar.bz2 upstream-f5adc5bafbc825819fc388357fab1799e2935840.zip |
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@gmail.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |