arm/ixp4xx: Build RTC and LED support into the kernel.

svn path=/dists/trunk/linux-2.6/; revision=7673
This commit is contained in:
Martin Michlmayr 2006-11-01 15:21:45 +00:00
parent 0999533526
commit f534ae8640
2 changed files with 4 additions and 3 deletions

View File

@ -1166,18 +1166,18 @@ CONFIG_SENSORS_W83627EHF=m
# LED devices
#
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m
CONFIG_LEDS_CLASS=y
#
# LED drivers
#
CONFIG_LEDS_IXP4XX=m
CONFIG_LEDS_IXP4XX=y
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_TIMER=y
#
# Multimedia devices

1
debian/changelog vendored
View File

@ -26,6 +26,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.
[ maximilian attems ]
* Add netpoll leak fix.