linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] clk: lan966x: make it selectable for ARCH_LAN969X
@ 2024-11-08 11:22 Robert Marko
  2024-11-08 11:22 ` [PATCH 2/3] mfd: at91-usart: " Robert Marko
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Robert Marko @ 2024-11-08 11:22 UTC (permalink / raw)
  To: mturquette, sboyd, lee, gregkh, jirislaby, linux-clk,
	linux-kernel, linux-serial, linux-arm-kernel
  Cc: luka.perkov, Robert Marko

LAN969x uses the same LAN966x clock driver so make it selectable for
ARCH_LAN969X.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
 drivers/clk/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index ef709327cba1..713573b6c86c 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -270,7 +270,7 @@ config COMMON_CLK_LAN966X
 	tristate "Generic Clock Controller driver for LAN966X SoC"
 	depends on HAS_IOMEM
 	depends on OF
-	depends on SOC_LAN966 || COMPILE_TEST
+	depends on SOC_LAN966 || ARCH_LAN969X || COMPILE_TEST
 	help
 	  This driver provides support for Generic Clock Controller(GCK) on
 	  LAN966X SoC. GCK generates and supplies clock to various peripherals
-- 
2.47.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-11-14 20:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08 11:22 [PATCH 1/3] clk: lan966x: make it selectable for ARCH_LAN969X Robert Marko
2024-11-08 11:22 ` [PATCH 2/3] mfd: at91-usart: " Robert Marko
2024-11-08 13:20   ` Nicolas Ferre
2024-11-08 11:22 ` [PATCH 3/3] tty: serial: atmel: " Robert Marko
2024-11-08 13:25   ` Nicolas Ferre
2024-11-08 13:40     ` Robert Marko
2024-11-08 13:52       ` Nicolas Ferre
2024-11-14 20:36 ` [PATCH 1/3] clk: lan966x: " Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).