aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-04-11 01:54:01 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-04-11 09:18:40 -0400
commitbaa351eaf3a309f5ff50a77c63d234d93bce3f62 (patch)
treed7a6f295953960db2b3ac5a84ca16230ee55bbee /drivers/leds
parent54bdc470100b9d8ffd349a3ebe23013c25affddf (diff)
[PATCH] leds: fix IDE disk trigger name
The IDE Disk LED trigger has the same name as the timer trigger. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Acked-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 88565becb877..295856bf6d17 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -74,7 +74,7 @@ config LEDS_TRIGGER_TIMER
74 via sysfs. If unsure, say Y. 74 via sysfs. If unsure, say Y.
75 75
76config LEDS_TRIGGER_IDE_DISK 76config LEDS_TRIGGER_IDE_DISK
77 bool "LED Timer Trigger" 77 bool "LED IDE Disk Trigger"
78 depends LEDS_TRIGGERS && BLK_DEV_IDEDISK 78 depends LEDS_TRIGGERS && BLK_DEV_IDEDISK
79 help 79 help
80 This allows LEDs to be controlled by IDE disk activity. 80 This allows LEDs to be controlled by IDE disk activity.