diff options
author | kx <kx@radix.pro> | 2023-09-20 21:41:27 +0300 |
---|---|---|
committer | kx <kx@radix.pro> | 2023-09-20 21:41:27 +0300 |
commit | 40c5cc711097e1b5b64b7483bc8bc846428dba00 (patch) | |
tree | cebeff858cf0d978e7504847d41e85e90778da55 /arch | |
parent | 5fe56a16f7f63d8c3a4b0091cd4902d1d558d602 (diff) | |
download | linux-rockchip-6.1.y.tar.xz |
arm64: Rockchip Erratum 3588001linux-rockchip-6.1.y
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index d5eb2fbab473..604634bea316 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1143,6 +1143,16 @@ config NVIDIA_CARMEL_CNP_ERRATUM If unsure, say Y. +config ROCKCHIP_ERRATUM_3588001 + bool "Rockchip 3588001: GIC600 can not support shareability attributes" + default y + help + The Rockchip RK3588 GIC600 SoC integration does not support ACE/ACE-lite. + This means, that its sharability feature may not be used, even though it + is supported by the IP itself. + + If unsure, say Y. + config SOCIONEXT_SYNQUACER_PREITS bool "Socionext Synquacer: Workaround for GICv3 pre-ITS" default y |