Re: [PATCH v2 38/45] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
From: Jonathan Cameron
Date: Tue Jan 06 2026 - 09:50:03 EST
On Fri, 19 Dec 2025 18:11:40 +0000
Ben Horgan <ben.horgan@xxxxxxx> wrote:
> From: James Morse <james.morse@xxxxxxx>
>
> Enough MPAM support is present to enable ARCH_HAS_CPU_RESCTRL. Let it
> rip^Wlink!
>
> ARCH_HAS_CPU_RESCTRL indicates resctrl can be enabled. It is enabled by the
> arch code simply because it has 'arch' in its name.
>
> This removes ARM_CPU_RESCTRL as a mimic of X86_CPU_RESCTRL. While here,
> move the ACPI dependency to the driver's Kconfig file.
>
> In anticipation of MPAM being useful remove the CONFIG_EXPERT restriction.
Lol. I hope it is useful :)
>
> Signed-off-by: James Morse <james.morse@xxxxxxx>
> Signed-off-by: Ben Horgan <ben.horgan@xxxxxxx>
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>