Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk...
[linux-2.6-microblaze.git] / lib / Kconfig.debug
index 1e1bd6f..a0e1910 100644 (file)
@@ -2180,6 +2180,9 @@ config TEST_KSTRTOX
 config TEST_PRINTF
        tristate "Test printf() family of functions at runtime"
 
+config TEST_SCANF
+       tristate "Test scanf() family of functions at runtime"
+
 config TEST_BITMAP
        tristate "Test bitmap_*() family of functions at runtime"
        help