Re: [PATCH v2 38/45] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
From: Jonathan Cameron <jonathan.cameron@huawei.com>
Date: 2026-01-06 14:50:03
Also in:
kvmarm, lkml
From: Jonathan Cameron <jonathan.cameron@huawei.com>
Date: 2026-01-06 14:50:03
Also in:
kvmarm, lkml
On Fri, 19 Dec 2025 18:11:40 +0000 Ben Horgan [off-list ref] wrote:
From: James Morse <james.morse@arm.com> 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@arm.com> Signed-off-by: Ben Horgan <ben.horgan@arm.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>