[kernel] r8680 - in dists/trunk/linux-2.6/debian: . arch arch/arm arch/mips arch/mipsel
Maximilian Attems
maks at alioth.debian.org
Mon May 21 16:55:41 UTC 2007
Author: maks
Date: Mon May 21 16:55:41 2007
New Revision: 8680
Log:
fix up the other rtc interfaces too
Modified:
dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx
dists/trunk/linux-2.6/debian/arch/arm/config.versatile
dists/trunk/linux-2.6/debian/arch/config
dists/trunk/linux-2.6/debian/arch/mips/config.4kc-malta
dists/trunk/linux-2.6/debian/arch/mips/config.qemu
dists/trunk/linux-2.6/debian/arch/mipsel/config.4kc-malta
dists/trunk/linux-2.6/debian/arch/mipsel/config.qemu
dists/trunk/linux-2.6/debian/changelog
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 Mon May 21 16:55:41 2007
@@ -1707,8 +1707,8 @@
#
# RTC interfaces
#
-CONFIG_RTC_INTF_SYSFS=m
-CONFIG_RTC_INTF_PROC=m
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
#
Modified: dists/trunk/linux-2.6/debian/arch/arm/config.versatile
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/arm/config.versatile (original)
+++ dists/trunk/linux-2.6/debian/arch/arm/config.versatile Mon May 21 16:55:41 2007
@@ -1060,8 +1060,8 @@
#
# RTC interfaces
#
-CONFIG_RTC_INTF_SYSFS=m
-CONFIG_RTC_INTF_PROC=m
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
Modified: dists/trunk/linux-2.6/debian/arch/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/config (original)
+++ dists/trunk/linux-2.6/debian/arch/config Mon May 21 16:55:41 2007
@@ -829,11 +829,18 @@
# CONFIG_RTC_DRV_TEST is not set
CONFIG_W1_MASTER_MATROX=m
CONFIG_INFINIBAND_IPATH=m
+
+#
+## 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
+
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_USB_ZC0301=m
CONFIG_VIDEO_MSP3400=m
-CONFIG_RTC_INTF_SYSFS=m
CONFIG_RTC_DRV_CMOS=m
CONFIG_RTC_DRV_X1205=m
CONFIG_LEDS_TRIGGER_IDE_DISK=y
@@ -850,7 +857,6 @@
# CONFIG_USB_GADGET_AT91 is not set
CONFIG_RTC_CLASS=m
CONFIG_RTC_DRV_PCF8563=m
-CONFIG_RTC_INTF_PROC=m
CONFIG_BCM43XX_DMA=y
CONFIG_GIGASET_M105=m
CONFIG_GIGASET_M101=m
@@ -995,7 +1001,6 @@
# CONFIG_IPW2200_PROMISCUOUS is not set
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_VIDEO_PVRUSB2_SYSFS=y
-# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
CONFIG_INFINIBAND_ISER=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
Modified: dists/trunk/linux-2.6/debian/arch/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mips/config.4kc-malta (original)
+++ dists/trunk/linux-2.6/debian/arch/mips/config.4kc-malta Mon May 21 16:55:41 2007
@@ -2766,8 +2766,8 @@
#
# RTC interfaces
#
-CONFIG_RTC_INTF_SYSFS=m
-CONFIG_RTC_INTF_PROC=m
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
Modified: dists/trunk/linux-2.6/debian/arch/mips/config.qemu
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mips/config.qemu (original)
+++ dists/trunk/linux-2.6/debian/arch/mips/config.qemu Mon May 21 16:55:41 2007
@@ -999,8 +999,8 @@
#
# RTC interfaces
#
-CONFIG_RTC_INTF_SYSFS=m
-CONFIG_RTC_INTF_PROC=m
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
Modified: dists/trunk/linux-2.6/debian/arch/mipsel/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mipsel/config.4kc-malta (original)
+++ dists/trunk/linux-2.6/debian/arch/mipsel/config.4kc-malta Mon May 21 16:55:41 2007
@@ -2767,8 +2767,8 @@
#
# RTC interfaces
#
-CONFIG_RTC_INTF_SYSFS=m
-CONFIG_RTC_INTF_PROC=m
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
Modified: dists/trunk/linux-2.6/debian/arch/mipsel/config.qemu
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/mipsel/config.qemu (original)
+++ dists/trunk/linux-2.6/debian/arch/mipsel/config.qemu Mon May 21 16:55:41 2007
@@ -1004,8 +1004,8 @@
#
# RTC interfaces
#
-CONFIG_RTC_INTF_SYSFS=m
-CONFIG_RTC_INTF_PROC=m
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Mon May 21 16:55:41 2007
@@ -12,9 +12,9 @@
* [amd64, i386]: Take care of the renaming acpi-ibm to thinkpad-acpi.
Enable KINGSUN_DONGLE, AF_RXRPC, RXKAD, MTD_NAND_PLATFORM, BLINK.
* Enable WLAN_PRE80211 and WLAN_80211 on all archs with NET_RADIO enabled.
- * Fix RTC_INTF_DEV=y where enabled modular.
+ * Fix RTC_INTF_{DEV,SYSFS,PROC}=y where enabled modular.
- -- maximilian attems <maks at debian.org> Mon, 21 May 2007 18:51:17 +0200
+ -- maximilian attems <maks at debian.org> Mon, 21 May 2007 18:56:48 +0200
linux-2.6 (2.6.21-3) UNRELEASED; urgency=low
More information about the Kernel-svn-changes
mailing list