xref: /OK3568_Linux_fs/buildroot/package/cpuburn-arm/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CPUBURN_ARM_ARCH_SUPPORTS
2*4882a593Smuzhiyun	bool
3*4882a593Smuzhiyun	default y if BR2_cortex_a7
4*4882a593Smuzhiyun	default y if BR2_cortex_a8
5*4882a593Smuzhiyun	default y if BR2_cortex_a9
6*4882a593Smuzhiyun	default y if BR2_cortex_a53
7*4882a593Smuzhiyun
8*4882a593Smuzhiyunconfig BR2_PACKAGE_CPUBURN_ARM
9*4882a593Smuzhiyun	bool "cpuburn-arm"
10*4882a593Smuzhiyun	depends on BR2_PACKAGE_CPUBURN_ARM_ARCH_SUPPORTS
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  Make ARM cores generate as much heat as possible. Supports
13*4882a593Smuzhiyun	  Cortex A7/A8/A9/A53.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://github.com/ssvb/cpuburn-arm
16