diff options
| author | Stephen Boyd <sboyd@kernel.org> | 2024-07-18 14:05:07 -0700 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2024-07-29 15:33:13 -0700 |
| commit | 274aff8711b2e77c27bbda0ddc24caa39f154bfa (patch) | |
| tree | 3cf208a51be266a76c631cbe450a65ee46030c7b /drivers/clk/Kconfig | |
| parent | 5776526beb9513a6593250f742cbc634b17711eb (diff) | |
| download | linux-next-274aff8711b2e77c27bbda0ddc24caa39f154bfa.tar.gz linux-next-274aff8711b2e77c27bbda0ddc24caa39f154bfa.zip | |
clk: Add KUnit tests for clks registered with struct clk_parent_data
Test that clks registered with 'struct clk_parent_data' work as
intended and can find their parents.
Cc: Christian Marangi <ansuelsmth@gmail.com>
Cc: Brendan Higgins <brendan.higgins@linux.dev>
Reviewed-by: David Gow <davidgow@google.com>
Cc: Rae Moar <rmoar@google.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20240718210513.3801024-9-sboyd@kernel.org
Diffstat (limited to 'drivers/clk/Kconfig')
| -rw-r--r-- | drivers/clk/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index f1518e77ce50..260961668e48 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -509,6 +509,8 @@ config CLK_KUNIT_TEST tristate "Basic Clock Framework Kunit Tests" if !KUNIT_ALL_TESTS depends on KUNIT default KUNIT_ALL_TESTS + select OF_OVERLAY if OF + select DTC help Kunit tests for the common clock framework. |
