diff options
| author | Michal Simek <[email protected]> | 2021-07-29 10:39:08 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2021-08-06 09:32:02 +0200 |
| commit | 1f065e8fea3043578b60e6f39ff16928c463b92e (patch) | |
| tree | cf06388760eacdde51783780d1f8cc0f22049ef7 /drivers/rtc/Makefile | |
| parent | a1ae55ee7f8df911649a0cfa5eba3ea88bae92ab (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers/rtc/Makefile')
| -rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 331a49ab599..d621be62284 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -57,3 +57,4 @@ obj-$(CONFIG_RTC_STM32) += stm32_rtc.o obj-$(CONFIG_SANDBOX) += sandbox_rtc.o obj-$(CONFIG_RTC_X1205) += x1205.o obj-$(CONFIG_RTC_ABX80X) += abx80x.o +obj-$(CONFIG_RTC_ZYNQMP) += zynqmp_rtc.o |
