ata: Remove ARCH_KIRKWOOD dependency
authorAndrew Lunn <andrew@lunn.ch>
Sat, 30 Aug 2014 16:46:07 +0000 (18:46 +0200)
committerJason Cooper <jason@lakedaemon.net>
Tue, 9 Sep 2014 14:38:32 +0000 (14:38 +0000)
mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
ARCH_MVEBU is sufficient.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.org
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lkml.kernel.org/r/1409417172-6846-3-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/ata/Kconfig

index e1b9278..cd4cccb 100644 (file)
@@ -299,7 +299,7 @@ config SATA_HIGHBANK
 
 config SATA_MV
        tristate "Marvell SATA support"
-       depends on PCI || ARCH_DOVE || ARCH_KIRKWOOD || ARCH_MV78XX0 || \
+       depends on PCI || ARCH_DOVE || ARCH_MV78XX0 || \
                   ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST
        select GENERIC_PHY
        help