linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] rtc: fsl-ftm-alarm: Fix build error without PM_SLEEP
@ 2019-10-30 13:32 YueHaibing
  2019-10-30 15:48 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2019-10-30 13:32 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni; +Cc: linux-rtc, linux-kernel, YueHaibing

When do randbuild, Kconfig warning this:

WARNING: unmet direct dependencies detected for FSL_RCPM
  Depends on [n]: PM_SLEEP [=y] && (ARM || ARM64)
  Selected by [y]:
  - RTC_DRV_FSL_FTM_ALARM [=y] && RTC_CLASS [=y] && (ARCH_LAYERSCAPE || SOC_LS1021A || COMPILE_TEST [=y])

Add PM_SLEEP dependency to fix this.

Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: e1c2feb1efa2 ("rtc: fsl-ftm-alarm: allow COMPILE_TEST")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/rtc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 4185b0d..2bbf8ae 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1326,6 +1326,7 @@ config RTC_DRV_IMXDI
 config RTC_DRV_FSL_FTM_ALARM
 	tristate "Freescale FlexTimer alarm timer"
 	depends on ARCH_LAYERSCAPE || SOC_LS1021A || COMPILE_TEST
+	depends on PM_SLEEP
 	select FSL_RCPM
 	default y
 	help
-- 
2.7.4



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

* Re: [PATCH -next] rtc: fsl-ftm-alarm: Fix build error without PM_SLEEP
  2019-10-30 13:32 [PATCH -next] rtc: fsl-ftm-alarm: Fix build error without PM_SLEEP YueHaibing
@ 2019-10-30 15:48 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2019-10-30 15:48 UTC (permalink / raw)
  To: YueHaibing; +Cc: a.zummo, linux-rtc, linux-kernel

On 30/10/2019 21:32:56+0800, YueHaibing wrote:
> When do randbuild, Kconfig warning this:
> 
> WARNING: unmet direct dependencies detected for FSL_RCPM
>   Depends on [n]: PM_SLEEP [=y] && (ARM || ARM64)
>   Selected by [y]:
>   - RTC_DRV_FSL_FTM_ALARM [=y] && RTC_CLASS [=y] && (ARCH_LAYERSCAPE || SOC_LS1021A || COMPILE_TEST [=y])
> 
> Add PM_SLEEP dependency to fix this.
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Fixes: e1c2feb1efa2 ("rtc: fsl-ftm-alarm: allow COMPILE_TEST")
> Signed-off-by: YueHaibing <yuehaibing@huawei.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:[~2019-10-30 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 13:32 [PATCH -next] rtc: fsl-ftm-alarm: Fix build error without PM_SLEEP YueHaibing
2019-10-30 15:48 ` 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).