rtc: imx-sc: depend on HAVE_ARM_SMCCC
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 8 Feb 2019 10:01:03 +0000 (11:01 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 8 Feb 2019 11:08:39 +0000 (12:08 +0100)
commit7dd63ec076cfc1a7c46742e2d820554a6fb42fc6
treea0c48be248275d033dc35d2eb5e63659e29400f0
parente42280886018c6f77f0a90190f7cba344b0df3e0
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 <Anson.Huang@nxp.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig