lib: packing: replace bit_reverse() with bitrev8()
[sfrench/cifs-2.6.git] / lib / Kconfig
index 9bbf8a4b2108e6b9e263fd420aaaf3c1a20453ff..cc969ef58a2a9b81af1e80f184861b79e2482ccd 100644 (file)
@@ -24,6 +24,7 @@ config LINEAR_RANGES
 
 config PACKING
        bool "Generic bitfield packing and unpacking"
+       select BITREVERSE
        default n
        help
          This option provides the packing() helper function, which permits