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