summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-05-28 14:39:58 +0300
committerTom Rini <trini@konsulko.com>2018-06-06 03:19:09 +0300
commitd3671dfcdb6724989d4eb91be5e97d40614b7145 (patch)
treea57d713b4dd12a2d03dfeecccf7a90788fcccd45 /drivers/rtc/Kconfig
parent942bb6e2ad05a027b62f47ab0305026a96a74815 (diff)
downloadu-boot-d3671dfcdb6724989d4eb91be5e97d40614b7145.tar.xz
drivers/rtc: convert mvrtc to DM
Add DM support for the Marvell RTC driver. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.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 277dc3de73..a3f8c8aecc 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -48,6 +48,13 @@ config RTC_RX8010SJ
help
Support for Epson RX8010SJ Real Time Clock devices.
+config RTC_MV
+ bool "Enable Marvell RTC driver"
+ depends on DM_RTC
+ help
+ Enable Marvell RTC driver. This driver supports the rtc that is present
+ on some Marvell SoCs.
+
config RTC_S35392A
bool "Enable S35392A driver"
select BITREVERSE