浏览代码

rtc: jz4740: Drop dependency on MACH_INGENIC

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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Paul Cercueil 7 年之前
父节点
当前提交
1e6e4e169a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/rtc/Kconfig

+ 1 - 1
drivers/rtc/Kconfig

@@ -1587,7 +1587,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.