diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 54cf309a92a5..cd177caf3876 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -13,6 +13,15 @@ config RAID6_PQ | |||
13 | config BITREVERSE | 13 | config BITREVERSE |
14 | tristate | 14 | tristate |
15 | 15 | ||
16 | config HAVE_ARCH_BITREVERSE | ||
17 | boolean | ||
18 | default n | ||
19 | depends on BITREVERSE | ||
20 | help | ||
21 | This option provides an config for the architecture which have instruction | ||
22 | can do bitreverse operation, we use the hardware instruction if the architecture | ||
23 | have this capability. | ||
24 | |||
16 | config RATIONAL | 25 | config RATIONAL |
17 | boolean | 26 | boolean |
18 | 27 | ||