diff options
author | Sean Anderson <seanga2@gmail.com> | 2021-06-11 00:16:17 -0400 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2021-06-17 09:40:58 +0800 |
commit | 446b4f346e006e2f87cebc9665c0139c7e17c905 (patch) | |
tree | baeea3dd56ded0b281a3fd8df79b3248930aa7e9 /configs/sandbox64_defconfig | |
parent | 55dac94ab8a3634056f44ce66b06af4c04011c9f (diff) | |
download | u-boot-446b4f346e006e2f87cebc9665c0139c7e17c905.tar.gz |
test: Add K210 PLL tests to sandbox defconfigs
This adds the unit test for the K210 PLL to the sandbox defconfigs.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox64_defconfig')
-rw-r--r-- | configs/sandbox64_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 9a373bab6fe..9cd746107de 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -107,6 +107,8 @@ CONFIG_AXI_SANDBOX=y CONFIG_BUTTON=y CONFIG_BUTTON_GPIO=y CONFIG_CLK=y +CONFIG_CLK_K210=y +CONFIG_CLK_K210_SET_RATE=y CONFIG_CPU=y CONFIG_DM_DEMO=y CONFIG_DM_DEMO_SIMPLE=y |