xref: /rk3399_rockchip-uboot/test/Kconfig (revision 2a77afce30a3be0d5c7f9049479f0aef6e90d4ab)
1feb38472SJoe Hershbergermenuconfig UNIT_TEST
2feb38472SJoe Hershberger	bool "Unit tests"
3feb38472SJoe Hershberger	help
4feb38472SJoe Hershberger	  Select this to compile in unit tests for various parts of
5feb38472SJoe Hershberger	  U-Boot. Test suites will be subcommands of the "ut" command.
6feb38472SJoe Hershberger	  This does not require sandbox to be included, but it is most
7feb38472SJoe Hershberger	  often used there.
8e721b882SJoe Hershberger
9c812f722SJoe Hershbergerconfig UT_TIME
108271f5d4SSimon Glass	bool "Unit tests for time functions"
11feb38472SJoe Hershberger	depends on UNIT_TEST
128271f5d4SSimon Glass	help
13c812f722SJoe Hershberger	  Enables the 'ut time' command which tests that the time functions
148271f5d4SSimon Glass	  work correctly. The test is fairly simple and will not catch all
158271f5d4SSimon Glass	  problems. But if you are having problems with udelay() and the like,
168271f5d4SSimon Glass	  this is a good place to start.
178271f5d4SSimon Glass
181dc7864bSJoseph Chenconfig TEST_ROCKCHIP
191dc7864bSJoseph Chen	bool "test Rockchip board modules"
201dc7864bSJoseph Chen	depends on ARCH_ROCKCHIP
211dc7864bSJoseph Chen	help
221dc7864bSJoseph Chen	  This enables the test function for rockchip board modules.
231dc7864bSJoseph Chen
24*2a77afceSKever Yangconfig LAVA_INFO
25*2a77afceSKever Yang	bool "Display test info need by LAVA system"
26*2a77afceSKever Yang	depends on TEST_ROCKCHIP
27*2a77afceSKever Yang	help
28*2a77afceSKever Yang	  This enable the print info need by LAVA system
29*2a77afceSKever Yang
301967982aSSimon Glasssource "test/dm/Kconfig"
31421f86f3SJoe Hershbergersource "test/env/Kconfig"
32f2a9942fSMaxime Ripardsource "test/overlay/Kconfig"
33