From mboxrd@z Thu Jan 1 00:00:00 1970 From: javier@osg.samsung.com (Javier Martinez Canillas) Date: Thu, 28 Jan 2016 16:12:41 -0300 Subject: [PATCH v4 1/3] clk: samsung: Enable COMPILE_TEST for Samsung clocks In-Reply-To: <1453941324-15742-2-git-send-email-k.kozlowski@samsung.com> References: <1453941324-15742-1-git-send-email-k.kozlowski@samsung.com> <1453941324-15742-2-git-send-email-k.kozlowski@samsung.com> Message-ID: <56AA6829.8050900@osg.samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Krzysztof, On 01/27/2016 09:35 PM, 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 > Reviewed-by: Javier Martinez Canillas I have also verified that more samsung clocks drivers are built for allyesconfig (where COMPILE_TEST is enabled) when make M=drivers/clk Tested-by: Javier Martinez Canillas Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America