xref: /linux/drivers/resctrl/Kconfig (revision 4aab135bda1661a795e4fe96418bf840833e1119)
1menuconfig ARM64_MPAM_DRIVER
2	bool "MPAM driver"
3	depends on ARM64 && ARM64_MPAM
4	select ACPI_MPAM if ACPI
5	help
6	  Memory System Resource Partitioning and Monitoring (MPAM) driver for
7	  System IP, e.g. caches and memory controllers.
8
9if ARM64_MPAM_DRIVER
10
11config ARM64_MPAM_DRIVER_DEBUG
12	bool "Enable debug messages from the MPAM driver"
13	help
14	  Say yes here to enable debug messages from the MPAM driver.
15
16config MPAM_KUNIT_TEST
17	bool "KUnit tests for MPAM driver " if !KUNIT_ALL_TESTS
18	depends on KUNIT=y
19	default KUNIT_ALL_TESTS
20	help
21	  Enable this option to run tests in the MPAM driver.
22
23	  If unsure, say N.
24
25endif
26
27config ARM64_MPAM_RESCTRL_FS
28	bool
29	default y if ARM64_MPAM_DRIVER && RESCTRL_FS
30	select RESCTRL_RMID_DEPENDS_ON_CLOSID
31	select RESCTRL_ASSIGN_FIXED
32