Commit 5358680e authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Pavel Machek
Browse files

leds: trigger: remove reference to obsolete CONFIG_IDE_GD_ATA



Commit b7fb14d3 ("ide: remove the legacy ide driver") removes the
definition of the config IDE_GD_ATA.

So, remove the obsolete reference in ./drivers/leds/trigger/Kconfig.

Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 8b624007
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ config LEDS_TRIGGER_ONESHOT

config LEDS_TRIGGER_DISK
	bool "LED Disk Trigger"
	depends on IDE_GD_ATA || ATA
	depends on ATA
	help
	  This allows LEDs to be controlled by disk activity.
	  If unsure, say Y.