From: Paul Cercueil Date: Mon, 20 Aug 2018 18:07:16 +0000 (+0200) Subject: rtc: jz4740: Drop dependency on MACH_INGENIC X-Git-Tag: v5.15~7716^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e6e4e169a8aef8127ff9ffece6290fafe0d92bf;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 7d7be60..a0f291c 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.