Skip to content

Commit 5358680

Browse files
bulwahnpavelmachek
authored andcommitted
leds: trigger: remove reference to obsolete CONFIG_IDE_GD_ATA
Commit b7fb14d ("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: Lukas Bulwahn <[email protected]> Signed-off-by: Pavel Machek <[email protected]>
1 parent 8b62400 commit 5358680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/leds/trigger/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ config LEDS_TRIGGER_ONESHOT
3434

3535
config LEDS_TRIGGER_DISK
3636
bool "LED Disk Trigger"
37-
depends on IDE_GD_ATA || ATA
37+
depends on ATA
3838
help
3939
This allows LEDs to be controlled by disk activity.
4040
If unsure, say Y.

0 commit comments

Comments
 (0)