aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2016-04-26 05:03:07 -0400
committerTejun Heo <tj@kernel.org>2016-05-10 12:29:18 -0400
commite1c1bee34f077baf88f78b24d08c0ba1ba506abd (patch)
tree311794755149071cd477517f3f80cc784cc8498f /drivers/ata
parent59a75cef9de055e79779600f983c45580b902e6d (diff)
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 <chunkeey@googlemail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
306config SATA_DWC 306config SATA_DWC
307 tristate "DesignWare Cores SATA support" 307 tristate "DesignWare Cores SATA support"
308 depends on 460EX 308 depends on 460EX
309 select DW_DMAC 309 select DW_DMAC_CORE
310 help 310 help
311 This option enables support for the on-chip SATA controller of the 311 This option enables support for the on-chip SATA controller of the
312 AppliedMicro processor 460EX. 312 AppliedMicro processor 460EX.