summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorMarek Behún <[email protected]>2021-02-26 10:30:19 +0100
committerStefan Roese <[email protected]>2021-04-08 08:44:51 +0200
commitaefbc2c2a2bb2c3b0d31a97397dba255c46d20f9 (patch)
tree26c302a6171a5e2f6eefce87b036264d1bfae1a0 /drivers/rtc/Kconfig
parente9c99db7787e3b5c2ef05701177c43ed1c023c27 (diff)
rtc: add armada38x driver
Add RTC driver for Armada 38x, based on Linux' driver. For now implement only `marvell,armada-380-rtc` compatible. Signed-off-by: Marek Behún <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Cc: Pali Rohár <[email protected]> Cc: Baruch Siach <[email protected]> Cc: Chris Packham <[email protected]> Cc: Simon Glass <[email protected]> Acked-by: Pali Rohár <[email protected]>
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 aa6d90158cd..dafba35279b 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -38,6 +38,13 @@ config RTC_ENABLE_32KHZ_OUTPUT
Some real-time clocks support the output of 32kHz square waves (such as ds3231),
the config symbol choose Real Time Clock device 32Khz output feature.
+config RTC_ARMADA38X
+ bool "Enable Armada 38x Marvell SoC RTC"
+ depends on DM_RTC && ARCH_MVEBU
+ help
+ This adds support for the in-chip RTC that can be found in the
+ Armada 38x Marvell's SoC devices.
+
config RTC_PCF2127
bool "Enable PCF2127 driver"
depends on DM_RTC