rtc: Add Amlogic Virtual Wake RTC
The Amlogic Meson GX SoCs uses a special register to store the time in seconds to wakeup after a system suspend. In order to be able to reuse the RTC wakealarm feature, this driver implements a fake RTC device which uses the system time to deduce a suspend delay. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> [khilman: rebase to v5.3-rc, rework and modernization] Signed-off-by: Kevin Hilman <khilman@baylibre.com> Link: https://lore.kernel.org/r/20190812232850.8016-3-khilman@kernel.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:

zatwierdzone przez
Alexandre Belloni

rodzic
ed16239637
commit
6ef35398e8
@@ -373,6 +373,17 @@ config RTC_DRV_MAX77686
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called rtc-max77686.
|
||||
|
||||
config RTC_DRV_MESON_VRTC
|
||||
tristate "Amlogic Meson Virtual RTC"
|
||||
depends on ARCH_MESON || COMPILE_TEST
|
||||
default m if ARCH_MESON
|
||||
help
|
||||
If you say yes here you will get support for the
|
||||
Virtual RTC of Amlogic SoCs.
|
||||
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called rtc-meson-vrtc.
|
||||
|
||||
config RTC_DRV_RK808
|
||||
tristate "Rockchip RK805/RK808/RK809/RK817/RK818 RTC"
|
||||
depends on MFD_RK808
|
||||
|
Reference in New Issue
Block a user