linuxOS_AP06/buildroot/package/coremark/Config.in
2025-06-03 12:28:32 +08:00

17 lines
358 B
Plaintext

config BR2_PACKAGE_COREMARK
bool "coremark"
help
CoreMark is a benchmark that measures the performance of
microcontrollers (MCUs) and central processing units (CPUs)
used in embedded systems
https://www.eembc.org/coremark/
if BR2_PACKAGE_COREMARK
config BR2_PACKAGE_COREMARK_STATIC
bool "Enable static"
default y if BR2_STATIC_LIBS
endif