ecaede1d82
cpuburn-arm burns CPU cycles to generate as much heat as possible. Useful for stress testing. Signed-off-by: Baruch Siach <baruch@tkos.co.il> [yann.morin.1998@free.fr: - fix title (Thomas) - simplify and rename _ARCH_SUPPORTS (Thomas) ] Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
config BR2_PACKAGE_CPUBURN_ARM_ARCH_SUPPORTS
|
|
bool
|
|
default y if BR2_cortex_a7
|
|
default y if BR2_cortex_a8
|
|
default y if BR2_cortex_a9
|
|
default y if BR2_cortex_a53
|
|
|
|
config BR2_PACKAGE_CPUBURN_ARM
|
|
bool "cpuburn-arm"
|
|
depends on BR2_PACKAGE_CPUBURN_ARM_ARCH_SUPPORTS
|
|
help
|
|
Make ARM cores generate as much heat as possible. Supports
|
|
Cortex A7/A8/A9/A53.
|
|
|
|
https://github.com/ssvb/cpuburn-arm
|