[3/3] rtc/fsl: support flextimer for SoC LS1021A (ARM32)

From: Biwen Li
Date: Fri Aug 23 2019 - 06:08:02 EST


Support flextimer for SoC LS1021A (ARM32)

Signed-off-by: Biwen Li <biwen.li@xxxxxxx>
---
drivers/rtc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 319bec4bef05..58d8b5f7cfc5 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1324,7 +1324,7 @@ config RTC_DRV_IMXDI

config RTC_DRV_FSL_FTM_ALARM
tristate "Freescale FlexTimer alarm timer"
- depends on ARCH_LAYERSCAPE
+ depends on ARCH_LAYERSCAPE || SOC_LS1021A
select FSL_RCPM
default y
help
--
2.17.1