Author: tbm Date: Tue May 22 12:09:22 2007 New Revision: 8707 Log: mipsel/r5k-cobalt: Use the new RTC system.
Modified: dists/trunk/linux-2.6/debian/arch/mipsel/config.r5k-cobalt dists/trunk/linux-2.6/debian/changelog Modified: dists/trunk/linux-2.6/debian/arch/mipsel/config.r5k-cobalt ============================================================================== --- dists/trunk/linux-2.6/debian/arch/mipsel/config.r5k-cobalt (original) +++ dists/trunk/linux-2.6/debian/arch/mipsel/config.r5k-cobalt Tue May 22 12:09:22 2007 @@ -65,7 +65,7 @@ CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y CONFIG_IRQ_CPU=y -CONFIG_MIPS_GT64111=y +CONFIG_PCI_GT64XXX_PCI0=y CONFIG_MIPS_L1_CACHE_SHIFT=5 # @@ -947,7 +947,8 @@ # Watchdog Cards # # CONFIG_WATCHDOG is not set -CONFIG_RTC=y +# CONFIG_RTC is not set +# CONFIG_GEN_RTC is not set CONFIG_COBALT_LCD=y # CONFIG_DTLK is not set # CONFIG_R3964 is not set @@ -1356,6 +1357,32 @@ # EDAC - error detection and reporting (RAS) # +# Real Time Clock + +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +ONFIG_RTC_HCTOSYS=y +ONFIG_RTC_HCTOSYS_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set + +# +# RTC drivers +# +CONFIG_RTC_DRV_CMOS=y +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_TEST is not set +# CONFIG_RTC_DRV_V3020 is not set + # # File systems # Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Tue May 22 12:09:22 2007 @@ -17,6 +17,9 @@ * Enable new wirless stack mac80211 and improved wireless conf api. * Enable new USB Touchscreen Driver on all configs with touchscreens. + [ Martin Michlmayr ] + * mipsel/r5k-cobalt: Use the new RTC system. + -- maximilian attems <[EMAIL PROTECTED]> Tue, 22 May 2007 09:27:20 +0200 linux-2.6 (2.6.21-3) UNRELEASED; urgency=low _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

