[PATCH v2 05/29] arm64: kconfig: Add Kconfig entry for MPAM
Gavin Shan
gshan at redhat.com
Thu Oct 2 17:32:04 PDT 2025
On 9/11/25 6:42 AM, James Morse wrote:
> The bulk of the MPAM driver lives outside the arch code because it
> largely manages MMIO devices that generate interrupts. The driver
> needs a Kconfig symbol to enable it. As MPAM is only found on arm64
> platforms, the arm64 tree is the most natural home for the Kconfig
> option.
>
> This Kconfig option will later be used by the arch code to enable
> or disable the MPAM context-switch code, and to register properties
> of CPUs with the MPAM driver.
>
> Signed-off-by: James Morse <james.morse at arm.com>
> Reviewed-by: Jonathan Cameron <jonathan.cameron at huawei.com>
> CC: Dave Martin <dave.martin at arm.com>
> ---
> Changes since v1:
> * Help text rewritten by Dave.
> ---
> arch/arm64/Kconfig | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
Reviewed-by: Gavin Shan <gshan at redhat.com>
More information about the linux-arm-kernel
mailing list