Both mach-kirkwood and mach-dove have been removed, now that both SoCs lives in mach-mvebu. ARCH_MVEBU is sufficient. Signed-off-by: Andrew Lunn <andrew@xxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Cc: linux-ide@xxxxxxxxxxxxxxx --- drivers/ata/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 7671dbac6015..5991089492d0 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -289,8 +289,8 @@ config SATA_HIGHBANK config SATA_MV tristate "Marvell SATA support" - depends on PCI || ARCH_DOVE || ARCH_KIRKWOOD || ARCH_MV78XX0 || \ - ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST + depends on PCI || ARCH_MV78XX0 || ARCH_MVEBU || ARCH_ORION5X || \ + COMPILE_TEST select GENERIC_PHY help This option enables support for the Marvell Serial ATA family. -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html