xref: /OK3568_Linux_fs/buildroot/package/fan-ctrl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_FAN_CTRL
2	bool "fan-ctrl"
3	depends on BR2_USE_MMU # fork()
4	help
5	  Fan-ctrl is a little daemon that controls the speed of one
6	  or more system or CPU fans. It does so by monitoring
7	  temperature inputs and selecting a fan speed from an array
8	  of available speeds based on a set of temperature
9	  thresholds.
10
11	  http://fan-ctrl.sourceforge.net/
12