Skip to content

Commit 5ba03f8

Browse files
Li Yangalexandrebelloni
authored andcommitted
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: Li Yang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent e756034 commit 5ba03f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/rtc/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,8 +1326,6 @@ config RTC_DRV_IMXDI
13261326
config RTC_DRV_FSL_FTM_ALARM
13271327
tristate "Freescale FlexTimer alarm timer"
13281328
depends on ARCH_LAYERSCAPE || SOC_LS1021A
1329-
select FSL_RCPM
1330-
default y
13311329
help
13321330
For the FlexTimer in LS1012A, LS1021A, LS1028A, LS1043A, LS1046A,
13331331
LS1088A, LS208xA, we can use FTM as the wakeup source.

0 commit comments

Comments
 (0)