From: Andy Shevchenko Date: Tue, 26 Apr 2016 09:03:07 +0000 (+0300) Subject: ata: sata_dwc_460ex: select only core part of DMA driver X-Git-Tag: v4.7-rc1~74^2~18 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e1c1bee34f077baf88f78b24d08c0ba1ba506abd;p=karo-tx-linux.git ata: sata_dwc_460ex: select only core part of DMA driver There is no need to have a platform driver compiled since the DMA driver is used as a library. Tested-by: Christian Lamparter Signed-off-by: Andy Shevchenko Signed-off-by: Tejun Heo --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 5083f85efea7..0f528d332ece 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -306,7 +306,7 @@ config ATA_PIIX config SATA_DWC tristate "DesignWare Cores SATA support" depends on 460EX - select DW_DMAC + select DW_DMAC_CORE help This option enables support for the on-chip SATA controller of the AppliedMicro processor 460EX.