diff options
author | Miodrag Dinic <miodrag.dinic@imgtec.com> | 2017-08-18 15:08:54 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-09-01 01:10:18 +0200 |
commit | f22d9cdcb5eb7ed1c4629a167474d68df0003a3d (patch) | |
tree | a38a9630da976b655a0c51db92af0fee8c434357 /drivers/rtc/Makefile | |
parent | 7a08de1d8fd27ac60ed8ce7a15efb88471014080 (diff) | |
download | linux-stable-f22d9cdcb5eb7ed1c4629a167474d68df0003a3d.tar.gz linux-stable-f22d9cdcb5eb7ed1c4629a167474d68df0003a3d.tar.bz2 linux-stable-f22d9cdcb5eb7ed1c4629a167474d68df0003a3d.zip |
rtc: goldfish: Add RTC driver for Android emulator
Add device driver for a virtual RTC device in Android emulator.
The compatible string used by OS for binding the driver is defined
as "google,goldfish-rtc".
Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>
Signed-off-by: Goran Ferenc <goran.ferenc@imgtec.com>
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
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 acd366b41c85..d995d49d8218 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -170,3 +170,4 @@ obj-$(CONFIG_RTC_DRV_WM8350) += rtc-wm8350.o obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o obj-$(CONFIG_RTC_DRV_XGENE) += rtc-xgene.o obj-$(CONFIG_RTC_DRV_ZYNQMP) += rtc-zynqmp.o +obj-$(CONFIG_RTC_DRV_GOLDFISH) += rtc-goldfish.o |