summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorShawn Guo2015-07-13 09:58:51 +0200
committerShawn Guo2015-08-11 17:04:47 +0200
commit8a0fa1843638c5078e6606114ed8bdf9ea56fab1 (patch)
treefd3c88e1a00b33553220129c7ff84aaa8f01b1a1 /drivers/rtc
parentARM: imx6ul: add fec MAC refrence clock and phy fixup init (diff)
downloadkernel-qcow2-linux-8a0fa1843638c5078e6606114ed8bdf9ea56fab1.tar.gz
kernel-qcow2-linux-8a0fa1843638c5078e6606114ed8bdf9ea56fab1.tar.xz
kernel-qcow2-linux-8a0fa1843638c5078e6606114ed8bdf9ea56fab1.zip
rtc: snvs: select option REGMAP_MMIO
Select REGMAP_MMIO to fix the following build error seen with x86_64 randconfig. drivers/built-in.o: In function `snvs_rtc_probe': rtc-snvs.c:(.text+0x567730): undefined reference to `devm_regmap_init_mmio_clk' Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Frank Li <Frank.Li@freescale.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 83b4b89b9d5a..533bfa3b6039 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1523,6 +1523,7 @@ config RTC_DRV_MXC
config RTC_DRV_SNVS
tristate "Freescale SNVS RTC support"
+ select REGMAP_MMIO
depends on HAS_IOMEM
depends on OF
help