Commit 5ba03f8f authored by Li Yang's avatar Li Yang Committed by Alexandre Belloni

rtc: fsl-ftm-alarm: remove select FSL_RCPM and default y from Kconfig

The Flextimer alarm is primarily used as a wakeup source for system
power management.  But it shouldn't select the power management driver
as they don't really have dependency of each other.

Also remove the default y as it is not a critical feature for the
systems.
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Link: https://lore.kernel.org/r/1573252856-11759-1-git-send-email-leoyang.li@nxp.comSigned-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent e7560341
...@@ -1326,8 +1326,6 @@ config RTC_DRV_IMXDI ...@@ -1326,8 +1326,6 @@ config RTC_DRV_IMXDI
config RTC_DRV_FSL_FTM_ALARM config RTC_DRV_FSL_FTM_ALARM
tristate "Freescale FlexTimer alarm timer" tristate "Freescale FlexTimer alarm timer"
depends on ARCH_LAYERSCAPE || SOC_LS1021A depends on ARCH_LAYERSCAPE || SOC_LS1021A
select FSL_RCPM
default y
help help
For the FlexTimer in LS1012A, LS1021A, LS1028A, LS1043A, LS1046A, For the FlexTimer in LS1012A, LS1021A, LS1028A, LS1043A, LS1046A,
LS1088A, LS208xA, we can use FTM as the wakeup source. LS1088A, LS208xA, we can use FTM as the wakeup source.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment