Re: [PATCH v6 3/3] clk: cs2600: Add KUnit test for CS2600 driver

From: Julian Braha

Date: Thu Jul 02 2026 - 15:30:15 EST


Hi Richard,

On 6/30/26 16:55, Richard Fitzgerald wrote:
> +++ b/drivers/clk/cirrus/Kconfig
> @@ -8,3 +8,16 @@ config COMMON_CLK_CS2600
> help
> If you say yes here you get support for the CS2600 clock synthesizer
> and multiplier.
> +
> +config COMMON_CLK_CS2600_KUNIT_TEST
> + tristate "KUnit test for CS2600 clock driver" if !KUNIT_ALL_TESTS
> + depends on COMMON_CLK_CS2600
> + depends on KUNIT
> + depends on REGULATOR
> + depends on REGULATOR_FIXED_VOLTAGE
> + default KUNIT_ALL_TESTS
> + help
> + Build the KUnit tests for the Cirrus Logic CS2600
> + clock driver.
> +
> + If unsure say N.

Could you format your kconfig help text with a tab + 2 spaces, as the
kconfig documentation shows in its example?

In fact, your previous patch in this series (adding COMMON_CLK_CS2600)
formatted it correctly.

- Julian Braha