]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/rtc/Kconfig
mfd: Add rtc support to 88pm860x
[mirror_ubuntu-zesty-kernel.git] / drivers / rtc / Kconfig
index e1878877399c42418e5b8d626337c285e3d9b12a..8e437e2f62810d9d1705af2e119432dc16de3104 100644 (file)
@@ -3,10 +3,10 @@
 #
 
 config RTC_LIB
-       tristate
+       bool
 
 menuconfig RTC_CLASS
-       tristate "Real Time Clock"
+       bool "Real Time Clock"
        default n
        depends on !S390
        select RTC_LIB
@@ -15,9 +15,6 @@ menuconfig RTC_CLASS
          be allowed to plug one or more RTCs to your system. You will
          probably want to enable one or more of the interfaces below.
 
-         This driver can also be built as a module. If so, the module
-         will be called rtc-core.
-
 if RTC_CLASS
 
 config RTC_HCTOSYS
@@ -128,6 +125,16 @@ comment "I2C RTC drivers"
 
 if I2C
 
+config RTC_DRV_88PM860X
+       tristate "Marvell 88PM860x"
+       depends on RTC_CLASS && I2C && MFD_88PM860X
+       help
+         If you say yes here you get support for RTC function in Marvell
+         88PM860x chips.
+
+         This driver can also be built as a module. If so, the module
+         will be called rtc-88pm860x.
+
 config RTC_DRV_DS1307
        tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025"
        help
@@ -995,4 +1002,11 @@ config RTC_DRV_TEGRA
          This drive can also be built as a module. If so, the module
          will be called rtc-tegra.
 
+config RTC_DRV_TILE
+       tristate "Tilera hypervisor RTC support"
+       depends on TILE
+       help
+         Enable support for the Linux driver side of the Tilera
+         hypervisor's real-time clock interface.
+
 endif # RTC_CLASS