linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rtc: jz4740: Drop dependency on MACH_INGENIC
@ 2018-08-20 18:07 Paul Cercueil
  2018-08-20 19:12 ` Alexandre Belloni
  2018-08-27 21:00 ` Alexandre Belloni
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Cercueil @ 2018-08-20 18:07 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni
  Cc: od, linux-rtc, linux-kernel, Paul Cercueil

Depending on MACH_INGENIC prevent us from creating a generic kernel that
works on more than one MIPS board. Instead, we just depend on MIPS being
set.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 drivers/rtc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index a2ba5db36145..98c7f19256b1 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1608,7 +1608,7 @@ config RTC_DRV_MPC5121
 
 config RTC_DRV_JZ4740
 	tristate "Ingenic JZ4740 SoC"
-	depends on MACH_INGENIC || COMPILE_TEST
+	depends on MIPS || COMPILE_TEST
 	help
 	  If you say yes here you get support for the Ingenic JZ47xx SoCs RTC
 	  controllers.
-- 
2.11.0

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

end of thread, other threads:[~2018-08-28  0:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20 18:07 [PATCH] rtc: jz4740: Drop dependency on MACH_INGENIC Paul Cercueil
2018-08-20 19:12 ` Alexandre Belloni
2018-08-20 19:18   ` Paul Cercueil
2018-08-20 19:50     ` Alexandre Belloni
2018-08-27 21:00 ` Alexandre Belloni

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).