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

2019-11-08 Thread Li Yang
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 --- dr

Re: [PATCH] rtc: fsl-ftm-alarm: remove select FSL_RCPM and default y from Kconfig

2019-11-15 Thread Alexandre Belloni
On 08/11/2019 16:40:56-0600, Li Yang wrote: > 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 fea