Skip to content

Commit e7b012c

Browse files
robimarkobebarino
authored andcommitted
clk: lan966x: make it selectable for ARCH_LAN969X
LAN969x uses the same LAN966x clock driver so make it selectable for ARCH_LAN969X. Signed-off-by: Robert Marko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 969c765 commit e7b012c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ config COMMON_CLK_LAN966X
259259
tristate "Generic Clock Controller driver for LAN966X SoC"
260260
depends on HAS_IOMEM
261261
depends on OF
262-
depends on SOC_LAN966 || COMPILE_TEST
262+
depends on SOC_LAN966 || ARCH_LAN969X || COMPILE_TEST
263263
help
264264
This driver provides support for Generic Clock Controller(GCK) on
265265
LAN966X SoC. GCK generates and supplies clock to various peripherals

0 commit comments

Comments
 (0)