On 01/21, Tomeu Vizoso wrote:
> diff --git a/drivers/clk/Kconfig.debug b/drivers/clk/Kconfig.debug
> new file mode 100644
> index 000..840b790
> --- /dev/null
> +++ b/drivers/clk/Kconfig.debug
> @@ -0,0 +1,6 @@
> +config COMMON_CLK_TEST
> + tristate "Unit tests for the Common Clock Framewor
This module registers a clock hierarchy and performs several operations
against them checking that the result is expected.
Signed-off-by: Tomeu Vizoso
---
drivers/clk/Kconfig | 1 +
drivers/clk/Kconfig.debug | 6 +
drivers/clk/Makefile | 1 +
drivers/clk/clk-test.c| 325
2 matches
Mail list logo