[kernel] r7682 - in dists/trunk/linux-2.6/debian: . arch/arm
Martin Michlmayr
tbm at alioth.debian.org
Thu Nov 2 10:46:05 UTC 2006
Author: tbm
Date: Thu Nov 2 11:46:04 2006
New Revision: 7682
Modified:
dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx
dists/trunk/linux-2.6/debian/changelog
Log:
don't build in RTC
Modified: dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx (original)
+++ dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx Thu Nov 2 11:46:04 2006
@@ -1682,9 +1682,9 @@
#
# RTC interfaces
#
-CONFIG_RTC_INTF_SYSFS=y
-CONFIG_RTC_INTF_PROC=y
-CONFIG_RTC_INTF_DEV=y
+CONFIG_RTC_INTF_SYSFS=m
+CONFIG_RTC_INTF_PROC=m
+CONFIG_RTC_INTF_DEV=m
#
# RTC drivers
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Thu Nov 2 11:46:04 2006
@@ -31,7 +31,7 @@
* audit: fix missing ifdefs in syscall classes hookup for generic targets
* arm: Enable CONFIG_AUDIT=y again.
* arm/ixp4xx: Add the IXP4xx Ethernet driver.
- * arm/ixp4xx: Build RTC and LED support into the kernel.
+ * arm/ixp4xx: Build LED support into the kernel.
[ maximilian attems ]
* Add netpoll leak fix.
More information about the Kernel-svn-changes
mailing list