1config BR2_PACKAGE_CPUBURN_ARM_ARCH_SUPPORTS 2 bool 3 default y if BR2_cortex_a7 4 default y if BR2_cortex_a8 5 default y if BR2_cortex_a9 6 default y if BR2_cortex_a53 7 8config BR2_PACKAGE_CPUBURN_ARM 9 bool "cpuburn-arm" 10 depends on BR2_PACKAGE_CPUBURN_ARM_ARCH_SUPPORTS 11 help 12 Make ARM cores generate as much heat as possible. Supports 13 Cortex A7/A8/A9/A53. 14 15 https://github.com/ssvb/cpuburn-arm 16