diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-29 06:54:59 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-30 17:54:59 +0100 |
commit | 8e7cc062541397269095799f4111abb7eb3e90f7 (patch) | |
tree | a709ba9da54a996bd4fd601f63c1ce1cdcf0d7c9 /target | |
parent | a34255b795bcd939a66f11f100e0de8f54fd3707 (diff) | |
download | upstream-8e7cc062541397269095799f4111abb7eb3e90f7.tar.gz upstream-8e7cc062541397269095799f4111abb7eb3e90f7.tar.bz2 upstream-8e7cc062541397269095799f4111abb7eb3e90f7.zip |
kernel: add # CONFIG_ARM64_ERRATUM_1742098
Introduced with 5.15.76[1]
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/arm64/Kconfig?id=v5.15.76&id2=v5.15.75
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target')
-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 1db69e42cb..379e35cce8 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -328,6 +328,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 # CONFIG_ARM64_ERRATUM_1508412 is not set # CONFIG_ARM64_ERRATUM_1530923 is not set # CONFIG_ARM64_ERRATUM_1542419 is not set +# CONFIG_ARM64_ERRATUM_1742098 is not set # CONFIG_ARM64_ERRATUM_2441007 is not set # CONFIG_ARM64_ERRATUM_2441009 is not set # CONFIG_ARM64_ERRATUM_819472 is not set |