diff options
author | Marek Behún <marek.behun@nic.cz> | 2021-02-26 10:30:19 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-04-08 08:44:51 +0200 |
commit | aefbc2c2a2bb2c3b0d31a97397dba255c46d20f9 (patch) | |
tree | 26c302a6171a5e2f6eefce87b036264d1bfae1a0 /drivers/rtc/Kconfig | |
parent | e9c99db7787e3b5c2ef05701177c43ed1c023c27 (diff) | |
download | u-boot-aefbc2c2a2bb2c3b0d31a97397dba255c46d20f9.tar.gz u-boot-aefbc2c2a2bb2c3b0d31a97397dba255c46d20f9.tar.xz u-boot-aefbc2c2a2bb2c3b0d31a97397dba255c46d20f9.zip |
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 <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Cc: Pali Rohár <pali@kernel.org>
Cc: Baruch Siach <baruch@tkos.co.il>
Cc: Chris Packham <judge.packham@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index aa6d90158c..dafba35279 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 |