1config UNIT_TEST 2 bool 3 4config UT_TIME 5 bool "Unit tests for time functions" 6 select UNIT_TEST 7 help 8 Enables the 'ut time' command which tests that the time functions 9 work correctly. The test is fairly simple and will not catch all 10 problems. But if you are having problems with udelay() and the like, 11 this is a good place to start. 12 13source "test/dm/Kconfig" 14