# SPDX-License-Identifier: GPL-2.0-only
# Confusingly, this is everything but the CPU bits of MPAM. CPU here means
# CPU resources, not containers or cgroups etc.
config ARM_CPU_RESCTRL
	bool
	default y
	depends on ARM64 && ARCH_HAS_CPU_RESCTRL
	select RESCTRL_RMID_DEPENDS_ON_CLOSID

config ARM64_MPAM_MDEV
	tristate "MPAM MSC vfio-mdev driver"
	default n
	depends on ARM64 && ARM64_MPAM && VFIO_MDEV
