aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/.kunitconfig
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2022-01-20 09:59:02 -0800
committerStephen Boyd <sboyd@kernel.org>2022-01-24 17:22:53 -0800
commita992acbb219a74fb025f8c2d65760fe05e775c7b (patch)
tree4da43550540edc393ac6eb8418aa21ab2158f51d /drivers/clk/.kunitconfig
parentLinux 5.17-rc1 (diff)
downloadwireguard-linux-a992acbb219a74fb025f8c2d65760fe05e775c7b.tar.xz
wireguard-linux-a992acbb219a74fb025f8c2d65760fe05e775c7b.zip
clk: gate: Add some kunit test suites
Test various parts of the clk gate implementation with the kunit testing framework. Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Acked-by: Daniel Latypov <dlatypov@google.com> Cc: <kunit-dev@googlegroups.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20220120175902.2165958-1-sboyd@kernel.org
Diffstat (limited to 'drivers/clk/.kunitconfig')
-rw-r--r--drivers/clk/.kunitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/.kunitconfig b/drivers/clk/.kunitconfig
new file mode 100644
index 000000000000..3754fdb9485a
--- /dev/null
+++ b/drivers/clk/.kunitconfig
@@ -0,0 +1,3 @@
+CONFIG_KUNIT=y
+CONFIG_COMMON_CLK=y
+CONFIG_CLK_GATE_KUNIT_TEST=y