Config.in 398 B

123456789101112131415
  1. config 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. config BR2_PACKAGE_CPUBURN_ARM
  8. bool "cpuburn-arm"
  9. depends on BR2_PACKAGE_CPUBURN_ARM_ARCH_SUPPORTS
  10. help
  11. Make ARM cores generate as much heat as possible. Supports
  12. Cortex A7/A8/A9/A53.
  13. https://github.com/ssvb/cpuburn-arm