xref: /rk3399_rockchip-uboot/test/Kconfig (revision 7254d92ebcedf9dc8dfe76a8d310faf46f46274f)
1config 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
9source "test/dm/Kconfig"
10