From: Alexandre Belloni Date: Fri, 8 Feb 2019 10:01:03 +0000 (+0100) Subject: rtc: imx-sc: depend on HAVE_ARM_SMCCC X-Git-Tag: v5.1-rc1~105^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd63ec076cfc1a7c46742e2d820554a6fb42fc6;p=thirdparty%2Flinux.git rtc: imx-sc: depend on HAVE_ARM_SMCCC Fix the following build issue: drivers/rtc/rtc-imx-sc.o: In function `imx_sc_rtc_set_time': >> rtc-imx-sc.c:(.text+0x212): undefined reference to `__arm_smccc_smc' Fixes: 13a929f38ad7 ("rtc: imx-sc: add rtc set time support") Reviewed-by: Anson Huang Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index faa9ae1a30622..8f6735e0ff14d 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1698,6 +1698,7 @@ config RTC_DRV_SNVS config RTC_DRV_IMX_SC depends on IMX_SCU + depends on HAVE_ARM_SMCCC tristate "NXP i.MX System Controller RTC support" help If you say yes here you get support for the NXP i.MX System