All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtc: max8907: add missing select REGMAP_IRQ
@ 2020-03-18 15:26 Corentin Labbe
  2020-03-20 17:59 ` Sasha Levin
  2020-03-22 21:14 ` Alexandre Belloni
  0 siblings, 2 replies; 3+ messages in thread
From: Corentin Labbe @ 2020-03-18 15:26 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni, torvalds
  Cc: linux-kernel, linux-rtc, Corentin Labbe, stable

I have hit the following build error:
armv7a-hardfloat-linux-gnueabi-ld: drivers/rtc/rtc-max8907.o: in function `max8907_rtc_probe':
rtc-max8907.c:(.text+0x400): undefined reference to `regmap_irq_get_virq'

max8907 should select REGMAP_IRQ

Fixes: 94c01ab6d7544 ("rtc: add MAX8907 RTC driver")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 drivers/rtc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 7d6cb60ee010..6c99156cbe57 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -327,6 +327,7 @@ config RTC_DRV_MAX6900
 config RTC_DRV_MAX8907
 	tristate "Maxim MAX8907"
 	depends on MFD_MAX8907 || COMPILE_TEST
+	select REGMAP_IRQ
 	help
 	  If you say yes here you will get support for the
 	  RTC of Maxim MAX8907 PMIC.
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-22 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 15:26 [PATCH] rtc: max8907: add missing select REGMAP_IRQ Corentin Labbe
2020-03-20 17:59 ` Sasha Levin
2020-03-22 21:14 ` Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.