]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/rtc/Kconfig
byteorder: only use linux/swab.h
[linux-2.6-omap-h63xx.git] / drivers / rtc / Kconfig
index 92c2db64de9c2b38a29c49555408903b13d159aa..4ad831de41adb42f861832b7b6653ff3b61cc35c 100644 (file)
@@ -638,6 +638,16 @@ config RTC_DRV_AT91SAM9_GPBR
          will be used. The default of zero is normally OK to use, but
          on some systems other software needs to use that register.
 
+config RTC_DRV_AU1XXX
+       tristate "Au1xxx Counter0 RTC support"
+       depends on SOC_AU1X00
+       help
+         This is a driver for the Au1xxx on-chip Counter0 (Time-Of-Year
+         counter) to be used as a RTC.
+
+         This driver can also be built as a module. If so, the module
+         will be called rtc-au1xxx.
+
 config RTC_DRV_BFIN
        tristate "Blackfin On-Chip RTC"
        depends on BLACKFIN && !BF561
@@ -695,4 +705,22 @@ config RTC_DRV_STARFIRE
          If you say Y here you will get support for the RTC found on
          Starfire systems.
 
+config RTC_DRV_TX4939
+       tristate "TX4939 SoC"
+       depends on SOC_TX4939
+       help
+         Driver for the internal RTC (Realtime Clock) module found on
+         Toshiba TX4939 SoC.
+
+config RTC_DRV_MV
+       tristate "Marvell SoC RTC"
+       depends on ARCH_KIRKWOOD
+       help
+         If you say yes here you will get support for the in-chip RTC
+         that can be found in some of Marvell's SoC devices, such as
+         the Kirkwood 88F6281 and 88F6192.
+
+         This driver can also be built as a module. If so, the module
+         will be called rtc-mv.
+
 endif # RTC_CLASS