Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: Enable compile testing for s2mps11 and max77686

s2mps11 and max77686 clock drivers can be compile tested to increase
build coverage.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

authored by

Krzysztof Kozlowski and committed by
Stephen Boyd
9c1b305c 16845c19

+2 -2
+2 -2
drivers/clk/Kconfig
··· 33 33 34 34 config COMMON_CLK_MAX77686 35 35 tristate "Clock driver for Maxim 77620/77686/77802 MFD" 36 - depends on MFD_MAX77686 || MFD_MAX77620 36 + depends on MFD_MAX77686 || MFD_MAX77620 || COMPILE_TEST 37 37 ---help--- 38 38 This driver supports Maxim 77620/77686/77802 crystal oscillator 39 39 clock. ··· 119 119 120 120 config COMMON_CLK_S2MPS11 121 121 tristate "Clock driver for S2MPS1X/S5M8767 MFD" 122 - depends on MFD_SEC_CORE 122 + depends on MFD_SEC_CORE || COMPILE_TEST 123 123 ---help--- 124 124 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator 125 125 clock. These multi-function devices have two (S2MPS14) or three