]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-parisc
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2009 16:51:35 +0000 (09:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2009 16:51:35 +0000 (09:51 -0700)
* git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-parisc:
  powerpc/ps3: Add rtc-ps3
  powerpc: Hook up rtc-generic, and kill rtc-ppc
  m68k: Hook up rtc-generic
  parisc: rtc: Rename rtc-parisc to rtc-generic
  parisc: rtc: Add missing module alias
  parisc: rtc: platform_driver_probe() fixups
  parisc: rtc: get_rtc_time() returns unsigned int

1  2 
drivers/rtc/Kconfig

diff --combined drivers/rtc/Kconfig
index 56002f7d26bdf349612b0500e31d12e5cac24b49,b072826c9ee1226ebf711f99ffdb121c2017705b..ffe34a12f446d22ad8ad9a0963e15a2cef54f4a4
@@@ -225,11 -225,11 +225,11 @@@ config RTC_DRV_PCF858
          will be called rtc-pcf8583.
  
  config RTC_DRV_M41T80
 -      tristate "ST M41T65/M41T80/81/82/83/84/85/87"
 +      tristate "ST M41T62/65/M41T80/81/82/83/84/85/87"
        help
          If you say Y here you will get support for the ST M41T60
          and M41T80 RTC chips series. Currently, the following chips are
 -        supported: M41T65, M41T80, M41T81, M41T82, M41T83, M41ST84,
 +        supported: M41T62, M41T65, M41T80, M41T81, M41T82, M41T83, M41ST84,
          M41ST85, and M41ST87.
  
          This driver can also be built as a module. If so, the module
@@@ -688,22 -688,16 +688,16 @@@ config RTC_DRV_RS5C31
        help
          If you say yes here you get support for the Ricoh RS5C313 RTC chips.
  
- config RTC_DRV_PARISC
-       tristate "PA-RISC firmware RTC support"
-       depends on PARISC
-       help
-         Say Y or M here to enable RTC support on PA-RISC systems using
-         firmware calls. If you do not know what you are doing, you should
+ config RTC_DRV_GENERIC
+       tristate "Generic RTC support"
+       # Please consider writing a new RTC driver instead of using the generic
+       # RTC abstraction
+       depends on PARISC || M68K || PPC
+       help
+         Say Y or M here to enable RTC support on systems using the generic
+         RTC abstraction. If you do not know what you are doing, you should
          just say Y.
  
- config RTC_DRV_PPC
-        tristate "PowerPC machine dependent RTC support"
-        depends on PPC
-        help
-        The PowerPC kernel has machine-specific functions for accessing
-        the RTC. This exposes that functionality through the generic RTC
-        class.
  config RTC_DRV_PXA
         tristate "PXA27x/PXA3xx"
         depends on ARCH_PXA
@@@ -747,4 -741,13 +741,13 @@@ config RTC_DRV_M
          This driver can also be built as a module. If so, the module
          will be called rtc-mv.
  
+ config RTC_DRV_PS3
+       tristate "PS3 RTC"
+       depends on PPC_PS3
+       help
+         If you say yes here you will get support for the RTC on PS3.
+         This driver can also be built as a module. If so, the module
+         will be called rtc-ps3.
  endif # RTC_CLASS