commit | 8cc4d827908d089bbb9a8f3fd34513f49ed1e842 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 12:54:24 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:30 2015 -0600 |
tree | f411334af8078f63b3767ba6bccc1e1167e4b463 | |
parent | 5b0e9961fae294dfd99ae0bfcad3c45307814f20 [diff] [blame] |
dm: test: Add tests for the clk uclass Add tests of each API call using a sandbox clock device. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 7aea381..29e7b5b 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -45,3 +45,4 @@ CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y +CONFIG_CLK=y