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