blob: 3270c84213b033fc666b52d990228f0ce9dc85e1 [file] [log] [blame]
Simon Glass8271f5d2015-05-02 09:25:02 -06001config CMD_UT_TIME
2 bool "Unit tests for time functions"
3 help
4 Enables the 'ut_time' command which tests that the time functions
5 work correctly. The test is fairly simple and will not catch all
6 problems. But if you are having problems with udelay() and the like,
7 this is a good place to start.
8
Simon Glass19679822015-02-05 21:41:37 -07009source "test/dm/Kconfig"