lib: packing: replace bit_reverse() with bitrev8()
[linux-2.6-microblaze.git] / lib / Kconfig
index 9bbf8a4..cc969ef 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