xref: /OK3568_Linux_fs/buildroot/package/thermald/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_THERMALD
2*4882a593Smuzhiyun	bool "thermald"
3*4882a593Smuzhiyun	depends on BR2_i386 || BR2_x86_64 # needs <cpuid.h>
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # uses fork()
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus-glib -> glib2, dbus
7*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # dbus-glib -> glib2
8*4882a593Smuzhiyun	select BR2_PACKAGE_DBUS
9*4882a593Smuzhiyun	select BR2_PACKAGE_DBUS_GLIB
10*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXML2
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  Thermal Daemon is a Linux daemon for monitoring and
13*4882a593Smuzhiyun	  controlling platform temperatures. Once the system temperature
14*4882a593Smuzhiyun	  reaches a certain threshold, the Linux daemon activates
15*4882a593Smuzhiyun	  various cooling methods to try to cool the system.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  https://01.org/linux-thermal-daemon
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "thermald needs a toolchain w/ C++, wchar, threads"
20*4882a593Smuzhiyun	depends on BR2_i386 || BR2_x86_64
21*4882a593Smuzhiyun	depends on BR2_USE_MMU
22*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
23*4882a593Smuzhiyun		!BR2_INSTALL_LIBSTDCPP
24