leds: trigger: remove reference to obsolete CONFIG_IDE_GD_ATA

Commit b7fb14d3ac ("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 <lukas.bulwahn@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
Lukas Bulwahn 2021-08-04 14:34:25 +02:00 committed by Pavel Machek
parent 8b624007e7
commit 5358680e67

View File

@ -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.