From b80e444aea9c7ef8cf5083b1a0a14a61f268638d Mon Sep 17 00:00:00 2001 From: Tiago Medicci Date: Fri, 28 Mar 2025 16:33:27 -0300 Subject: [PATCH] benchmarks/mtd: Select libc's floating point support The application requires libc's floating point support. Although it may be already enabled by other applications and/or hardware support, it should be explicitly selected by the app too. Signed-off-by: Tiago Medicci --- benchmarks/mtd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/mtd/Kconfig b/benchmarks/mtd/Kconfig index f5ceadfe0..717bd5b20 100644 --- a/benchmarks/mtd/Kconfig +++ b/benchmarks/mtd/Kconfig @@ -7,6 +7,7 @@ config BENCHMARK_MTD tristate "MTD test and transfer rate benchmark" default n depends on BUILD_FLAT && MTD + select LIBC_FLOATINGPOINT ---help--- This testing/benchmark application performs an erase/write operation to evaluate write transfer rate and then reads the