time: Improve performance of time64_to_tm()
[linux-2.6-microblaze.git] / kernel / time / Kconfig
index 83e158d..3610b1b 100644 (file)
@@ -64,6 +64,15 @@ config LEGACY_TIMER_TICK
          lack support for the generic clockevent framework.
          New platforms should use generic clockevents instead.
 
+config TIME_KUNIT_TEST
+       tristate "KUnit test for kernel/time functions" if !KUNIT_ALL_TESTS
+       depends on KUNIT
+       default KUNIT_ALL_TESTS
+       help
+         Enable this option to test RTC library functions.
+
+         If unsure, say N.
+
 if GENERIC_CLOCKEVENTS
 menu "Timers subsystem"