Update of /cvsroot/gc-linux/linux/drivers/rtc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/rtc
Modified Files:
Kconfig Makefile
Log Message:
Rewind to v2.6.29.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/rtc/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile 2 Mar 2009 19:26:37 -0000 1.6
--- Makefile 25 Oct 2009 18:33:47 -0000 1.7
***************
*** 39,43 ****
obj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93xx.o
obj-$(CONFIG_RTC_DRV_FM3130) += rtc-fm3130.o
- obj-$(CONFIG_RTC_DRV_GCN) += rtc-gcn.o
obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o
obj-$(CONFIG_RTC_DRV_M41T80) += rtc-m41t80.o
--- 39,42 ----
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/rtc/Kconfig,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Kconfig 2 Mar 2009 19:26:37 -0000 1.6
--- Kconfig 25 Oct 2009 18:33:47 -0000 1.7
***************
*** 516,529 ****
NXP PCF50633 used in embedded systems.
- config RTC_DRV_GCN
- bool "Nintendo GameCube/Wii Real Time Clock and SRAM"
- depends on GAMECUBE_EXI
- default y
- help
- If you say yes to this option, support will be included for the
- Real Time Clock and SRAM of the Nintendo GameCube/Wii.
-
- If in doubt, say Y here.
-
comment "on-CPU RTC drivers"
--- 516,519 ----
|