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

sunliming@linux.dev posted 3 patches 1 week, 2 days ago
There is a newer version of this series
[PATCH 3/3] lib/raid6: Delete the RAID6_PQ_BENCHMARK config
Posted by sunliming@linux.dev 1 week, 2 days ago
From: sunliming <sunliming@kylinos.cn>

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

Signed-off-by: sunliming <sunliming@kylinos.cn>
---
 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