diff options
author | Carlo Caione <carlo.caione@gmail.com> | 2013-11-16 12:33:54 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-12-20 16:55:03 -0500 |
commit | 594c6fb92446a07a4d12337adeb3e9fb3ec7e203 (patch) | |
tree | 1a22f198329fb830a92a9017a270ad0643e94894 /drivers/rtc/Kconfig | |
parent | 182f14d38c6f3a50eff339b68769d43d90f30600 (diff) |
ARM: sun4i/sun7i: RTC driver
This patch introduces the driver for the RTC in the Allwinner A10 and
A20 SoCs.
Signed-off-by: Carlo Caione <carlo.caione@gmail.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.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 007730222116..c2fa86c0abad 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1104,6 +1104,13 @@ config RTC_DRV_SUN4V | |||
1104 | If you say Y here you will get support for the Hypervisor | 1104 | If you say Y here you will get support for the Hypervisor |
1105 | based RTC on SUN4V systems. | 1105 | based RTC on SUN4V systems. |
1106 | 1106 | ||
1107 | config RTC_DRV_SUNXI | ||
1108 | tristate "Allwinner sun4i/sun7i RTC" | ||
1109 | depends on ARCH_SUNXI | ||
1110 | help | ||
1111 | If you say Y here you will get support for the RTC found on | ||
1112 | Allwinner A10/A20. | ||
1113 | |||
1107 | config RTC_DRV_STARFIRE | 1114 | config RTC_DRV_STARFIRE |
1108 | bool "Starfire RTC" | 1115 | bool "Starfire RTC" |
1109 | depends on SPARC64 | 1116 | depends on SPARC64 |