xref: /OK3568_Linux_fs/buildroot/package/numactl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_NUMACTL
2	bool "numactl"
3	depends on BR2_USE_MMU # madvise()
4	help
5	  numactl allows you to run your application on specific cpus
6	  and memory nodes. It does this by supplying a NUMA memory
7	  policy to the operating system before running your program.
8
9	  https://github.com/numactl/numactl
10