Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[sfrench/cifs-2.6.git] / lib / Kconfig.debug
index 5918e168673634a813a2cef13e853009b841c1ac..5443da4e5e8a9502b9c59576d56a10513d1d6629 100644 (file)
@@ -2066,6 +2066,16 @@ config TEST_SORT
 
          If unsure, say N.
 
+config TEST_DIV64
+       tristate "64bit/32bit division and modulo test"
+       depends on DEBUG_KERNEL || m
+       help
+         Enable this to turn on 'do_div()' function test. This test is
+         executed only once during system boot (so affects only boot time),
+         or at module load time.
+
+         If unsure, say N.
+
 config KPROBES_SANITY_TEST
        bool "Kprobes sanity tests"
        depends on DEBUG_KERNEL