Kconfig (31d1b7710262fba12282b24083f20dc76e0efc93) Kconfig (be85f93ae2df32dea0b20908316f1d894c3e0f64)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"
9
10config RAID6_PQ
11 tristate
12
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"
9
10config RAID6_PQ
11 tristate
12
13config RAID6_PQ_BENCHMARK
14 bool "Automatically choose fastest RAID6 PQ functions"
15 depends on RAID6_PQ
16 default y
17 help
18 Benchmark all available RAID6 PQ functions on init and choose the
19 fastest one.
20
13config BITREVERSE
14 tristate
15
16config HAVE_ARCH_BITREVERSE
17 bool
18 default n
19 depends on BITREVERSE
20 help

--- 606 unchanged lines hidden ---
21config BITREVERSE
22 tristate
23
24config HAVE_ARCH_BITREVERSE
25 bool
26 default n
27 depends on BITREVERSE
28 help

--- 606 unchanged lines hidden ---