aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/.kunitconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2022-02-25 15:35:24 +0100
committerStephen Boyd <sboyd@kernel.org>2022-03-11 19:14:38 -0800
commit723d0530d9d778cdceab4ebd0d0efc2d3a021c3c (patch)
treec44dfdd194ab0f3f96ff270135de360d8e901119 /drivers/clk/.kunitconfig
parentclk: Fix clk_hw_get_clk() when dev is NULL (diff)
downloadwireguard-linux-723d0530d9d778cdceab4ebd0d0efc2d3a021c3c.tar.xz
wireguard-linux-723d0530d9d778cdceab4ebd0d0efc2d3a021c3c.zip
clk: Introduce Kunit Tests for the framework
Let's test various parts of the rate-related clock API with the kunit testing framework. Cc: kunit-dev@googlegroups.com Tested-by: Daniel Latypov <dlatypov@google.com> Suggested-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20220225143534.405820-3-maxime@cerno.tech Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/.kunitconfig')
-rw-r--r--drivers/clk/.kunitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/.kunitconfig b/drivers/clk/.kunitconfig
index 3754fdb9485a..cdbc7d7deba9 100644
--- a/drivers/clk/.kunitconfig
+++ b/drivers/clk/.kunitconfig
@@ -1,3 +1,4 @@
CONFIG_KUNIT=y
CONFIG_COMMON_CLK=y
+CONFIG_CLK_KUNIT_TEST=y
CONFIG_CLK_GATE_KUNIT_TEST=y