diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-07-08 16:33:38 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-08-08 13:53:36 +0200 |
commit | d00a18a42c1483924de086ddfb0efe8da1dba3ac (patch) | |
tree | a8fc90f1c3d77893a13849b964307e3f1f7ce1e6 /drivers/rtc/Makefile | |
parent | mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC (diff) | |
download | linux-d00a18a42c1483924de086ddfb0efe8da1dba3ac.tar.xz linux-d00a18a42c1483924de086ddfb0efe8da1dba3ac.zip |
rtc: ac100: Add RTC driver for X-Powers AC100
X-Powers AC100 is a codec / RTC combo chip. This driver supports
the RTC sub-device.
The RTC block also has clock outputs and non-volatile storage.
Non-volatile storage wthin the RTC hardware is not supported.
Clock output support is added in the next patch.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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 7cf7ad559c79..8fb994bacdf7 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -27,6 +27,7 @@ obj-$(CONFIG_RTC_DRV_AB3100) += rtc-ab3100.o obj-$(CONFIG_RTC_DRV_AB8500) += rtc-ab8500.o obj-$(CONFIG_RTC_DRV_ABB5ZES3) += rtc-ab-b5ze-s3.o obj-$(CONFIG_RTC_DRV_ABX80X) += rtc-abx80x.o +obj-$(CONFIG_RTC_DRV_AC100) += rtc-ac100.o obj-$(CONFIG_RTC_DRV_ARMADA38X) += rtc-armada38x.o obj-$(CONFIG_RTC_DRV_AS3722) += rtc-as3722.o obj-$(CONFIG_RTC_DRV_ASM9260) += rtc-asm9260.o |