don't build in RTC

svn path=/dists/trunk/linux-2.6/; revision=7682
This commit is contained in:
Martin Michlmayr 2006-11-02 10:46:04 +00:00
parent 2411151738
commit 522c80f9e1
2 changed files with 4 additions and 4 deletions

View File

@ -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

2
debian/changelog vendored
View File

@ -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.