Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baa351ea authored by Ben Dooks's avatar Ben Dooks Committed by Linus Torvalds
Browse files

[PATCH] leds: fix IDE disk trigger name



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

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Acked-by: default avatarRichard Purdie <rpurdie@rpsys.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 54bdc470
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.