Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[cascardo/linux.git] / lib / Kconfig
index e00e196..133ebc0 100644 (file)
@@ -210,9 +210,11 @@ config RANDOM32_SELFTEST
 # compression support is select'ed if needed
 #
 config 842_COMPRESS
+       select CRC32
        tristate
 
 config 842_DECOMPRESS
+       select CRC32
        tristate
 
 config ZLIB_INFLATE
@@ -517,9 +519,9 @@ source "lib/fonts/Kconfig"
 config SG_SPLIT
        def_bool n
        help
-        Provides a heler to split scatterlists into chunks, each chunk being a
-        scatterlist. This should be selected by a driver or an API which
-        whishes to split a scatterlist amongst multiple DMA channel.
+        Provides a helper to split scatterlists into chunks, each chunk being
+        scatterlist. This should be selected by a driver or an API which
+        whishes to split a scatterlist amongst multiple DMA channels.
 
 #
 # sg chaining option