Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / lib / Kconfig.debug
index a0e1910d0a1659ee84724fd0f61a2940d808ff73..b9e223b085867e7a150e2f229c1f4b529549b4be 100644 (file)
@@ -2573,6 +2573,18 @@ config TEST_FPU
 
          If unsure, say N.
 
+config TEST_CLOCKSOURCE_WATCHDOG
+       tristate "Test clocksource watchdog in kernel space"
+       depends on CLOCKSOURCE_WATCHDOG
+       help
+         Enable this option to create a kernel module that will trigger
+         a test of the clocksource watchdog.  This module may be loaded
+         via modprobe or insmod in which case it will run upon being
+         loaded, or it may be built in, in which case it will run
+         shortly after boot.
+
+         If unsure, say N.
+
 endif # RUNTIME_TESTING_MENU
 
 config ARCH_USE_MEMTEST