summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-07-30 00:10:23 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-08-02 06:45:43 +0200
commit365d26e46252d65c4af3e306322099743ae793c6 (patch)
treeb249191ef64325feb104c9d6620741adddacfea6 /drivers/rtc/Kconfig
parent287e085fa9e7430564f9ffe9b70c9e77d420052e (diff)
downloadbarebox-365d26e46252d65c4af3e306322099743ae793c6.tar.gz
barebox-365d26e46252d65c4af3e306322099743ae793c6.tar.xz
rtc: add jz4740 driver
Add support for the RTC unit on Ingenic JZ4740, JZ475x and JZ477x SoCs. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index c2b3764a3d..957fee73f8 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -34,4 +34,11 @@ config RTC_DRV_DS1307
endif # I2C
+config RTC_DRV_JZ4740
+ tristate "Ingenic JZ4740 RTC"
+ depends on MACH_MIPS_XBURST
+ help
+ If you say yes here you get support for the Ingenic JZ4740 SoC RTC
+ controller.
+
endif # RTC_CLASS