diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 0d683559080e..47b172df3e31 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -26,6 +26,7 @@ config CRC16 | |||
26 | config CRC32 | 26 | config CRC32 |
27 | tristate "CRC32 functions" | 27 | tristate "CRC32 functions" |
28 | default y | 28 | default y |
29 | select BITREVERSE | ||
29 | help | 30 | help |
30 | This option is provided for the case where no in-kernel-tree | 31 | This option is provided for the case where no in-kernel-tree |
31 | modules require CRC32 functions, but a module built outside the | 32 | modules require CRC32 functions, but a module built outside the |