aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2018-08-20 20:07:16 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-08-27 22:59:37 +0200
commit1e6e4e169a8aef8127ff9ffece6290fafe0d92bf (patch)
treecc767231e62017b397600c002bcc8ccfba4dcaee /drivers/rtc/Kconfig
parentrtc: omap: Cut down the shutdown time from 2 seconds to 1 sec (diff)
downloadlinux-dev-1e6e4e169a8aef8127ff9ffece6290fafe0d92bf.tar.xz
linux-dev-1e6e4e169a8aef8127ff9ffece6290fafe0d92bf.zip
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>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 7d7be60a2413..a0f291c052bc 100644
--- a/drivers/rtc/Kconfig
+++ b/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.