mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
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>
This commit is contained in:
parent
16845c1987
commit
9c1b305c1e
@ -33,7 +33,7 @@ source "drivers/clk/versatile/Kconfig"
|
||||
|
||||
config COMMON_CLK_MAX77686
|
||||
tristate "Clock driver for Maxim 77620/77686/77802 MFD"
|
||||
depends on MFD_MAX77686 || MFD_MAX77620
|
||||
depends on MFD_MAX77686 || MFD_MAX77620 || COMPILE_TEST
|
||||
---help---
|
||||
This driver supports Maxim 77620/77686/77802 crystal oscillator
|
||||
clock.
|
||||
@ -119,7 +119,7 @@ config COMMON_CLK_CS2000_CP
|
||||
|
||||
config COMMON_CLK_S2MPS11
|
||||
tristate "Clock driver for S2MPS1X/S5M8767 MFD"
|
||||
depends on MFD_SEC_CORE
|
||||
depends on MFD_SEC_CORE || COMPILE_TEST
|
||||
---help---
|
||||
This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
|
||||
clock. These multi-function devices have two (S2MPS14) or three
|
||||
|
Loading…
Reference in New Issue
Block a user