diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2016-02-02 20:56:10 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-03-14 17:08:14 +0100 |
commit | 125e550fd2573ed114076f7e0d7e9834e6cb0734 (patch) | |
tree | 84f59eb1a3efd640ea975ee1f0e764212b2c791d /drivers/rtc/Kconfig | |
parent | 6c6ff145b3346b071e7d80f9bd33aa7de0e438bc (diff) | |
download | talos-op-linux-125e550fd2573ed114076f7e0d7e9834e6cb0734.tar.gz talos-op-linux-125e550fd2573ed114076f7e0d7e9834e6cb0734.zip |
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/Kconfig | 10 |
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 comment "on-CPU RTC drivers" +config RTC_DRV_ASM9260 + tristate "Alphascale asm9260 RTC" + depends on MACH_ASM9260 + help + If you say yes here you get support for the RTC on the + Alphascale asm9260 SoC. + + This driver can also be built as a module. If so, the module + will be called rtc-asm9260. + config RTC_DRV_DAVINCI tristate "TI DaVinci RTC" depends on ARCH_DAVINCI_DM365 |