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