diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-07-29 10:39:08 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-08-06 09:32:02 +0200 |
commit | 1f065e8fea3043578b60e6f39ff16928c463b92e (patch) | |
tree | cf06388760eacdde51783780d1f8cc0f22049ef7 /drivers/rtc/Kconfig | |
parent | a1ae55ee7f8df911649a0cfa5eba3ea88bae92ab (diff) | |
download | u-boot-1f065e8fea3043578b60e6f39ff16928c463b92e.tar.gz u-boot-1f065e8fea3043578b60e6f39ff16928c463b92e.tar.bz2 u-boot-1f065e8fea3043578b60e6f39ff16928c463b92e.zip |
rtc: zynqmp: Add support for ZynqMP RTC
The whole driver logic is taken from Linux kernel but only set/get/reset
functions are implemented. When device is power off RTC is power out of
battery.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
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 cbdfddb80f..b6692e62df 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -195,4 +195,11 @@ config RTC_DAVINCI Say "yes" here to support the on chip real time clock present on TI OMAP1, AM33xx, DA8xx/OMAP-L13x, AM43xx and DRA7xx. +config RTC_ZYNQMP + bool "Enable ZynqMP RTC driver" + depends on ARCH_ZYNQMP + help + Say "yes" here to support the on chip real time clock + present on Xilinx ZynqMP SoC. + endmenu |