[PATCH v4 1/3] clk: samsung: Enable COMPILE_TEST for Samsung clocks
From: Stephen Boyd <hidden>
Date: 2016-01-29 20:43:25
Also in:
linux-clk, linux-devicetree, linux-samsung-soc, lkml
From: Stephen Boyd <hidden>
Date: 2016-01-29 20:43:25
Also in:
linux-clk, linux-devicetree, linux-samsung-soc, lkml
On 01/28, Krzysztof Kozlowski wrote:
Enable the COMPILE_TEST to get build coverage of some of Samsung clock controller drivers. Still some of them will be built only if appropriate SoC is chosen (like SOC_EXYNOS4415 or ARCH_S3C64XX). Anyway in case of COMPILE_TEST the Samsung clocks would show up in main drivers section because they are not inside the "Common Clock Framework" menu item. Move them under the "Common Clock Framework". This changes the logic of selecting Samsung clocks from specific architectures. Now the COMMON_CLK should be selected before selecting specific clock (like S3C2410_COMMON_CLK or COMMON_CLK_SAMSUNG). Signed-off-by: Krzysztof Kozlowski <redacted> ---
Acked-by: Stephen Boyd <redacted> -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project