[LEDS] fix IDE disk trigger name

From: Ben Dooks
Date: Sat Apr 01 2006 - 10:51:36 EST


The IDE Disk LED trigger has the same name
as the timer trigger.

Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx>
diff -urpN -X ../dontdiff linux-2.6.16-git20-bjd1/drivers/leds/Kconfig linux-2.6.16-git20-bjd2/drivers/leds/Kconfig
--- linux-2.6.16-git20-bjd1/drivers/leds/Kconfig 2006-04-01 14:09:34.000000000 +0100
+++ linux-2.6.16-git20-bjd2/drivers/leds/Kconfig 2006-04-01 14:49:22.000000000 +0100
@@ -74,7 +74,7 @@ config LEDS_TRIGGER_TIMER
via sysfs. If unsure, say Y.

config LEDS_TRIGGER_IDE_DISK
- bool "LED Timer Trigger"
+ bool "LED IDE Disk Trigger"
depends LEDS_TRIGGERS && BLK_DEV_IDEDISK
help
This allows LEDs to be controlled by IDE disk activity.