[PATCH 3/3] lib/raid6: Delete the RAID6_PQ_BENCHMARK config

From: sunliming

Date: Wed Jan 28 2026 - 05:52:24 EST


From: sunliming <sunliming@xxxxxxxxxx>

Now RAID6 PQ functions is automatically choosed and the
RAID6_PQ_BENCHMARK is not needed.

Signed-off-by: sunliming <sunliming@xxxxxxxxxx>
---
lib/Kconfig | 8 --------
1 file changed, 8 deletions(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 2923924bea78..841a0245a2c4 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -11,14 +11,6 @@ menu "Library routines"
config RAID6_PQ
tristate

-config RAID6_PQ_BENCHMARK
- bool "Automatically choose fastest RAID6 PQ functions"
- depends on RAID6_PQ
- default y
- help
- Benchmark all available RAID6 PQ functions on init and choose the
- fastest one.
-
config LINEAR_RANGES
tristate

--
2.25.1