diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-31 05:31:16 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-31 15:18:57 -0500 |
commit | 2bfb646cdf348cb77c572f06d5b9d17ea205c7e2 (patch) | |
tree | a26ed9aedb7af67d9421b14ad6cdd0714d91195f /drivers/leds/Kconfig | |
parent | 03731fbdd09f8db4af86dbf437e3169fb1920d5e (diff) |
[PATCH] LED: Add IDE disk activity LED trigger
Add an LED trigger for IDE disk activity to the ide-disk driver.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Acked-by: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 64dcdd3185c0..2c4f20b7f021 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -66,5 +66,12 @@ config LEDS_TRIGGER_TIMER | |||
66 | This allows LEDs to be controlled by a programmable timer | 66 | This allows LEDs to be controlled by a programmable timer |
67 | via sysfs. If unsure, say Y. | 67 | via sysfs. If unsure, say Y. |
68 | 68 | ||
69 | config LEDS_TRIGGER_IDE_DISK | ||
70 | bool "LED Timer Trigger" | ||
71 | depends LEDS_TRIGGERS && BLK_DEV_IDEDISK | ||
72 | help | ||
73 | This allows LEDs to be controlled by IDE disk activity. | ||
74 | If unsure, say Y. | ||
75 | |||
69 | endmenu | 76 | endmenu |
70 | 77 | ||