mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-25 17:53:34 -05:00
723d0530d9
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>
4 lines
88 B
Text
4 lines
88 B
Text
CONFIG_KUNIT=y
|
|
CONFIG_COMMON_CLK=y
|
|
CONFIG_CLK_KUNIT_TEST=y
|
|
CONFIG_CLK_GATE_KUNIT_TEST=y
|