From: Andy Shevchenko Date: Tue, 5 May 2015 09:14:03 +0000 (+0300) Subject: ata: select DW_DMAC in case of SATA_DWC X-Git-Tag: v4.1-rc4~34^2~1 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=11fa7df1e12f19571bdce4580cbc63a8cb3e9e85;p=karo-tx-linux.git ata: select DW_DMAC in case of SATA_DWC Since sata_dwc_460ex.c was moved to generic DMA driver we have to ensure that user can still compile it. Fixes: 8b3444852a2b (sata_dwc_460ex: move to generic DMA driver) Signed-off-by: Andy Shevchenko Signed-off-by: Tejun Heo --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index ee5209fb82b2..9dca4b995be0 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -270,6 +270,7 @@ config ATA_PIIX config SATA_DWC tristate "DesignWare Cores SATA support" depends on 460EX + select DW_DMAC help This option enables support for the on-chip SATA controller of the AppliedMicro processor 460EX.