LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] rtc: snvs: Improve Kconfig dependency
@ 2020-03-02 8:13 Anson Huang
2020-03-03 16:06 ` Alexandre Belloni
0 siblings, 1 reply; 2+ messages in thread
From: Anson Huang @ 2020-03-02 8:13 UTC (permalink / raw)
To: a.zummo, alexandre.belloni, linux-rtc, linux-kernel; +Cc: Linux-imx
i.MX SNVS RTC should depend on ARCH_MXC or COMPILE_TEST.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
drivers/rtc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 34c8b6c..acaf6f98 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1761,6 +1761,7 @@ config RTC_DRV_MXC_V2
config RTC_DRV_SNVS
tristate "Freescale SNVS RTC support"
select REGMAP_MMIO
+ depends on ARCH_MXC || COMPILE_TEST
depends on HAS_IOMEM
depends on OF
help
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] rtc: snvs: Improve Kconfig dependency
2020-03-02 8:13 [PATCH] rtc: snvs: Improve Kconfig dependency Anson Huang
@ 2020-03-03 16:06 ` Alexandre Belloni
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2020-03-03 16:06 UTC (permalink / raw)
To: Anson Huang; +Cc: a.zummo, linux-rtc, linux-kernel, Linux-imx
On 02/03/2020 16:13:05+0800, Anson Huang wrote:
> i.MX SNVS RTC should depend on ARCH_MXC or COMPILE_TEST.
>
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> ---
> drivers/rtc/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
Applied, thanks.
--
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-03 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02 8:13 [PATCH] rtc: snvs: Improve Kconfig dependency Anson Huang
2020-03-03 16:06 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).