Author: tbm Date: Sun Nov 26 17:44:33 2006 New Revision: 7887 Modified: dists/sid/linux-2.6/debian/arch/arm/config.iop32x dists/sid/linux-2.6/debian/changelog Log: arm/iop32x: Build RS5C372 support into the kernel.
Modified: dists/sid/linux-2.6/debian/arch/arm/config.iop32x ============================================================================== --- dists/sid/linux-2.6/debian/arch/arm/config.iop32x (original) +++ dists/sid/linux-2.6/debian/arch/arm/config.iop32x Sun Nov 26 17:44:33 2006 @@ -1733,7 +1733,26 @@ # Real Time Clock # CONFIG_RTC_LIB=y -# CONFIG_RTC_CLASS is not set +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y + +# +# RTC drivers +# +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +CONFIG_RTC_DRV_RS5C372=y +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_TEST is not set # # File systems Modified: dists/sid/linux-2.6/debian/changelog ============================================================================== --- dists/sid/linux-2.6/debian/changelog (original) +++ dists/sid/linux-2.6/debian/changelog Sun Nov 26 17:44:33 2006 @@ -7,6 +7,7 @@ [ Martin Michlmayr ] * r8169: Add an option to ignore parity errors. * r8169: Ignore parity errors on the Thecus N2100. + * arm/iop32x: Build RS5C372 support into the kernel. -- Bastian Blank <[EMAIL PROTECTED]> Sun, 26 Nov 2006 10:39:33 +0100 _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

