drivers: gicv3: Introduce aff0 matching config for rdist
Some platforms only use aff0 to match mpdir and GICR.aff. Introduce GIC_V3_RDIST_MATCHING_AFF0_ONLY to set the matching method only using aff0. With this config enabled, the matching function will find the target redistributor by comparing the aff0 only. Signed-off-by: Jaxson Han <jaxson.han@arm.com>
This commit is contained in:
parent
d53d9fb6bf
commit
2866e2a4cc
1 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,14 @@ config GIC_SINGLE_SECURITY_STATE
|
|||
Some ARM Cortex-family processors only supports single security
|
||||
state.
|
||||
|
||||
config GIC_V3_RDIST_MATCHING_AFF0_ONLY
|
||||
bool
|
||||
depends on GIC_V3
|
||||
default y if CPU_CORTEX_R52
|
||||
help
|
||||
Some platforms only use aff0 to match mpdir and GICR.aff. With this
|
||||
enabled, we find the target redistributor by comparing the aff0 only.
|
||||
|
||||
config GIC_V3_ITS
|
||||
bool "GIC v3 Interrupt Translation Service"
|
||||
depends on GIC_V3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue