clocksource: Provide kernel module to test clocksource watchdog
[sfrench/cifs-2.6.git] / lib / Kconfig.debug
index 678c13967580ecca7b10daeb2223175d4ab218e3..0a5a70c742e6856b634f215339d087f8a567f0f1 100644 (file)
@@ -2571,6 +2571,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