1comment "cpulimit needs a toolchain w/ threads"
2	depends on BR2_USE_MMU
3	depends on !BR2_TOOLCHAIN_HAS_THREADS
4
5config BR2_PACKAGE_CPULIMIT
6	bool "cpulimit"
7	depends on BR2_USE_MMU # fork()
8	depends on BR2_TOOLCHAIN_HAS_THREADS
9	help
10	  Cpulimit is a tool which limits the CPU usage of a process
11	  (expressed in percentage, not in CPU time)
12
13	  https://github.com/opsengine/cpulimit
14