xref: /openbmc/linux/mm/damon/Kconfig (revision 2224d848)
1# SPDX-License-Identifier: GPL-2.0-only
2
3menu "Data Access Monitoring"
4
5config DAMON
6	bool "DAMON: Data Access Monitoring Framework"
7	help
8	  This builds a framework that allows kernel subsystems to monitor
9	  access frequency of each memory region. The information can be useful
10	  for performance-centric DRAM level memory management.
11
12	  See https://damonitor.github.io/doc/html/latest-damon/index.html for
13	  more information.
14
15endmenu
16