test_bitmap: unit tests for lib/bitmap.c
[cascardo/linux.git] / lib / Kconfig.debug
index ecb9e75..f890ee5 100644 (file)
@@ -1738,6 +1738,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