From 522c80f9e13e36cb553c4a2f47405907a410b320 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Thu, 2 Nov 2006 10:46:04 +0000 Subject: [PATCH] don't build in RTC svn path=/dists/trunk/linux-2.6/; revision=7682 --- debian/arch/arm/config.ixp4xx | 6 +++--- debian/changelog | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/arch/arm/config.ixp4xx b/debian/arch/arm/config.ixp4xx index 830f11ebd..3b5997408 100644 --- a/debian/arch/arm/config.ixp4xx +++ b/debian/arch/arm/config.ixp4xx @@ -1682,9 +1682,9 @@ CONFIG_RTC_HCTOSYS_DEVICE="rtc0" # # 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 diff --git a/debian/changelog b/debian/changelog index da3329578..55b90e1de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,7 +31,7 @@ linux-2.6 (2.6.18-4) UNRELEASED; urgency=low * 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.