Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-2.6-block.git] / lib / Kconfig.debug
index 8bfd1aca7a3d01a9887700b3f90d1d5697a9dab4..60d09e9e8e8b7ad5b11a55c033223d3651178372 100644 (file)
@@ -1753,6 +1753,14 @@ config TEST_KSTRTOX
 config TEST_PRINTF
        tristate "Test printf() family of functions at runtime"
 
+config TEST_BITMAP
+       tristate "Test bitmap_*() family of functions at runtime"
+       default n
+       help
+         Enable this option to test the bitmap functions at boot.
+
+         If unsure, say N.
+
 config TEST_RHASHTABLE
        tristate "Perform selftest on resizable hash table"
        default n