diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-09-25 12:15:34 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-09-25 12:15:34 -0400 |
commit | 8a87f1a6c8f6b78758f4e5e8e616b0df821ba2b2 (patch) | |
tree | f6861436c41fc7284e582025b0f847a4552c773b /drivers/rtc/Kconfig | |
parent | b2fc3f3c6d397d434174147eca3db1ec778195ce (diff) | |
parent | 64a1925c00706253aa887431fc45f96db48aa727 (diff) |
Merge tag 'sunxi-drivers-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into next/drivers
Pull "Allwinner drivers additions for 3.18" from Maxime Ripard:
Nothing major, just handling the RTC driver changes needed for the A31/A23.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* tag 'sunxi-drivers-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux:
rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtc
rtc: sun6i: Add sun6i RTC driver
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index a168e96142b9..6b34bc94a3f6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1175,9 +1175,16 @@ config RTC_DRV_SUN4V | |||
1175 | If you say Y here you will get support for the Hypervisor | 1175 | If you say Y here you will get support for the Hypervisor |
1176 | based RTC on SUN4V systems. | 1176 | based RTC on SUN4V systems. |
1177 | 1177 | ||
1178 | config RTC_DRV_SUN6I | ||
1179 | tristate "Allwinner A31 RTC" | ||
1180 | depends on MACH_SUN6I || MACH_SUN8I | ||
1181 | help | ||
1182 | If you say Y here you will get support for the RTC found on | ||
1183 | Allwinner A31. | ||
1184 | |||
1178 | config RTC_DRV_SUNXI | 1185 | config RTC_DRV_SUNXI |
1179 | tristate "Allwinner sun4i/sun7i RTC" | 1186 | tristate "Allwinner sun4i/sun7i RTC" |
1180 | depends on ARCH_SUNXI | 1187 | depends on MACH_SUN4I || MACH_SUN7I |
1181 | help | 1188 | help |
1182 | If you say Y here you will get support for the RTC found on | 1189 | If you say Y here you will get support for the RTC found on |
1183 | Allwinner A10/A20. | 1190 | Allwinner A10/A20. |