aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2016-02-02 14:56:10 -0500
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-03-14 12:08:14 -0400
commit125e550fd2573ed114076f7e0d7e9834e6cb0734 (patch)
tree84f59eb1a3efd640ea975ee1f0e764212b2c791d /drivers/rtc/Kconfig
parent6c6ff145b3346b071e7d80f9bd33aa7de0e438bc (diff)
rtc: add Alphascale asm9260 driver
Add support for RTC controller found on Alphascale asm9260 SoC. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 2cf87f7244fd..f8a67e792fdd 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1152,6 +1152,16 @@ config RTC_DRV_ZYNQMP
1152 1152
1153comment "on-CPU RTC drivers" 1153comment "on-CPU RTC drivers"
1154 1154
1155config RTC_DRV_ASM9260
1156 tristate "Alphascale asm9260 RTC"
1157 depends on MACH_ASM9260
1158 help
1159 If you say yes here you get support for the RTC on the
1160 Alphascale asm9260 SoC.
1161
1162 This driver can also be built as a module. If so, the module
1163 will be called rtc-asm9260.
1164
1155config RTC_DRV_DAVINCI 1165config RTC_DRV_DAVINCI
1156 tristate "TI DaVinci RTC" 1166 tristate "TI DaVinci RTC"
1157 depends on ARCH_DAVINCI_DM365 1167 depends on ARCH_DAVINCI_DM365