mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
menu "BenchMark Tests"
|
|
|
|
config AIC_PRINT_FLOAT_CUSTOM
|
|
bool
|
|
default y
|
|
depends on ARCH_RISCV32
|
|
|
|
source "packages/third-party/benchmark/coremark/Kconfig"
|
|
source "packages/third-party/benchmark/dhrystone/Kconfig"
|
|
source "packages/third-party/benchmark/stream/Kconfig"
|
|
source "packages/third-party/benchmark/whetstone/Kconfig"
|
|
source "packages/third-party/benchmark/linpack/Kconfig"
|
|
|
|
endmenu
|