aboutsummaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-06-11 00:16:17 -0400
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-06-17 09:40:58 +0800
commit446b4f346e006e2f87cebc9665c0139c7e17c905 (patch)
treebaeea3dd56ded0b281a3fd8df79b3248930aa7e9 /configs/sandbox_defconfig
parent55dac94ab8a3634056f44ce66b06af4c04011c9f (diff)
downloadu-boot-446b4f346e006e2f87cebc9665c0139c7e17c905.zip
u-boot-446b4f346e006e2f87cebc9665c0139c7e17c905.tar.gz
u-boot-446b4f346e006e2f87cebc9665c0139c7e17c905.tar.bz2
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/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 60cdad1..0275dda 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -131,6 +131,8 @@ CONFIG_BUTTON_GPIO=y
CONFIG_CLK=y
CONFIG_CLK_COMPOSITE_CCF=y
CONFIG_CLK_SCMI=y
+CONFIG_CLK_K210=y
+CONFIG_CLK_K210_SET_RATE=y
CONFIG_SANDBOX_CLK_CCF=y
CONFIG_CPU=y
CONFIG_DM_DEMO=y